diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-12 20:26:02 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-12 20:26:02 +0200 |
commit | 106fd5d3fdfd018a671b72cbc61e8c73ede621df (patch) | |
tree | 55e67f7d798dc816607c848b72df2229827779b8 | |
parent | b8e77c400eaec5983772f50d3f728373b5981866 (diff) |
Release 2.9.02.9.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 32 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 2 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 12 | ||||
-rw-r--r-- | doc/po/de.po | 20 | ||||
-rw-r--r-- | doc/po/es.po | 37 | ||||
-rw-r--r-- | doc/po/fr.po | 20 | ||||
-rw-r--r-- | doc/po/it.po | 16 | ||||
-rw-r--r-- | doc/po/ja.po | 16 | ||||
-rw-r--r-- | doc/po/nl.po | 16 | ||||
-rw-r--r-- | doc/po/pl.po | 21 | ||||
-rw-r--r-- | doc/po/pt.po | 16 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 10 | ||||
-rw-r--r-- | po/apt-all.pot | 99 | ||||
-rw-r--r-- | po/ar.po | 111 | ||||
-rw-r--r-- | po/ast.po | 114 | ||||
-rw-r--r-- | po/bg.po | 120 | ||||
-rw-r--r-- | po/bs.po | 108 | ||||
-rw-r--r-- | po/ca.po | 113 | ||||
-rw-r--r-- | po/cs.po | 118 | ||||
-rw-r--r-- | po/cy.po | 109 | ||||
-rw-r--r-- | po/da.po | 113 | ||||
-rw-r--r-- | po/de.po | 118 | ||||
-rw-r--r-- | po/dz.po | 112 | ||||
-rw-r--r-- | po/el.po | 113 | ||||
-rw-r--r-- | po/es.po | 117 | ||||
-rw-r--r-- | po/eu.po | 114 | ||||
-rw-r--r-- | po/fi.po | 114 | ||||
-rw-r--r-- | po/fr.po | 122 | ||||
-rw-r--r-- | po/gl.po | 120 | ||||
-rw-r--r-- | po/hu.po | 118 | ||||
-rw-r--r-- | po/it.po | 113 | ||||
-rw-r--r-- | po/ja.po | 113 | ||||
-rw-r--r-- | po/km.po | 112 | ||||
-rw-r--r-- | po/ko.po | 114 | ||||
-rw-r--r-- | po/ku.po | 107 | ||||
-rw-r--r-- | po/lt.po | 111 | ||||
-rw-r--r-- | po/mr.po | 114 | ||||
-rw-r--r-- | po/nb.po | 113 | ||||
-rw-r--r-- | po/ne.po | 112 | ||||
-rw-r--r-- | po/nl.po | 113 | ||||
-rw-r--r-- | po/nn.po | 112 | ||||
-rw-r--r-- | po/pl.po | 120 | ||||
-rw-r--r-- | po/pt.po | 120 | ||||
-rw-r--r-- | po/pt_BR.po | 114 | ||||
-rw-r--r-- | po/ro.po | 117 | ||||
-rw-r--r-- | po/ru.po | 118 | ||||
-rw-r--r-- | po/sk.po | 120 | ||||
-rw-r--r-- | po/sl.po | 120 | ||||
-rw-r--r-- | po/sv.po | 115 | ||||
-rw-r--r-- | po/th.po | 128 | ||||
-rw-r--r-- | po/tl.po | 112 | ||||
-rw-r--r-- | po/tr.po | 118 | ||||
-rw-r--r-- | po/uk.po | 120 | ||||
-rw-r--r-- | po/vi.po | 124 | ||||
-rw-r--r-- | po/zh_CN.po | 113 | ||||
-rw-r--r-- | po/zh_TW.po | 112 |
58 files changed, 4947 insertions, 333 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a2677ffe..2a3b78c57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "2.7.14") +set(PACKAGE_VERSION "2.9.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index ae4734342..62154b64d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +apt (2.9.0) unstable; urgency=medium + + * Welcome to the APT 3.0 development series. It has a new UI for + apt(8). It has colors, columnar display, some more padding, and + shows removals last (Closes: #755088), making the output more + easy to quickly scan. + + [ David Kalnischkies ] + * Avoid subshell hiding failure report from testfilestats + * Ignore umask of leftover diff_Index in failed pdiff test + * Fix and unfuzzy previous VCG/Graphviz URI change + + [ Julian Andres Klode ] + * Revert "Temporarily downgrade key assertions to "soon worthless"" + We temporarily downgraded the errors to warnings to give the + launchpad PPAs time to be fixed, but warnings are not safe: + Untrusted keys could be hiding on your system, but just not + used at the moment. Hence revert this so we get the errors we + want. + This reverts commit 66998ed3d299bede651ad40368bdb270f5f5b0f9. (LP: #2060721) + * columnar: Fix floating point exception (list is empty if -V) + * OpProgress: Erase lines when done + * apt: Introduce the new terse apt output format 3.0 + * Show Recommends/Suggests for upgrades too, move them down + * Only show Recommends/Suggests for new installs, not upgrades + * Use the same words for the summary + + [ Christian Blichmann ] + * Columnar output for package lists similar to 'ls' + + -- Julian Andres Klode <jak@debian.org> Fri, 12 Apr 2024 20:17:34 +0200 + apt (2.7.14) unstable; urgency=medium [ Steve Langasek ] diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 807345a3d..f1089f5d6 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2024-03-12T00:00:00Z</date> + <date>2022-02-01T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 8bf232167..1d96b5b5a 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.7.14"> +<!ENTITY apt-product-version "2.9.0"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 2c1c9b3a6..233b39fcd 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.7.14\n" +"Project-Id-Version: apt-doc 2.9.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1283,6 +1283,14 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "" "This option controls the architecture packages are built for by " "<command>apt-get source --compile</command> and how cross-builddependencies " "are satisfied. By default is it not set which means that the host " diff --git a/doc/po/de.po b/doc/po/de.po index 22f19c447..aa9841e8c 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2020-04-04 08:45+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -1773,6 +1773,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"installiert Pakete erneut, die bereits mit der neusten Version installiert " +"sind. Konfigurationselement: <literal>APT::Get::ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " @@ -13641,8 +13655,8 @@ msgstr "" "wiederholt und zeigt die durchgeführte Aktion, sowie einige nützliche " "Informationen darüber an was geschieht. Manchmal wird dieser Abschnitt " "einfach nur <emphasis>Forking</emphasis> darstellen, was bedeutet, dass das " -"Betriebssystem das Download-Modul am Laden ist. Das erste Wort nach dem »[« " -"ist die Ladenummer, wie sie auf den Verlaufszeilen angezeigt wird. Das " +"Betriebssystem das Download-Modul am Laden ist. Das erste Wort nach dem " +"»[« ist die Ladenummer, wie sie auf den Verlaufszeilen angezeigt wird. Das " "nächste Wort ist der Name des Objekts in Kurzform, das heruntergeladen wird. " "Für Archive wird es den Namen des Paketes enthalten, das heruntergeladen " "wird." diff --git a/doc/po/es.po b/doc/po/es.po index 3bce3abb4..e3623075b 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -1780,6 +1780,21 @@ msgstr "" #: apt-get.8.xml #, fuzzy #| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Reinstala los paquetes ya instalados, incluso si son la última versión " +"disponible del paquete. Opción de configuración: <literal>APT::Get::" +"ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +#, fuzzy +#| msgid "" #| "This option controls the architecture packages are built for by " #| "<command>apt-get source --compile</command> and how cross-" #| "builddependencies are satisfied. By default is it not set which means " @@ -4860,9 +4875,9 @@ msgid "" "&sources-list; entries by using the <option>Date-Max-Future</option> option " "there." msgstr "" -"El periodo (en segundos) a partir de la creación del fichero " -"«Release» (indicado en la cabecera <literal>Date</literal>) durante el cual " -"se considerará válida. Si el fichero «Release» incluye una cabecera " +"El periodo (en segundos) a partir de la creación del fichero «Release» " +"(indicado en la cabecera <literal>Date</literal>) durante el cual se " +"considerará válida. Si el fichero «Release» incluye una cabecera " "<literal>Valid-Until</literal>, la fecha más temprana se utilizará como la " "fecha de vencimiento. El valor predefinido es <literal>0</literal>, esto es, " "sin límite de tiempo. Las opciones de configuración específicas al archivo " @@ -4923,9 +4938,9 @@ msgid "" "achieved for specific &sources-list; entries by using the <option>Valid-" "Until-Max</option> option there." msgstr "" -"El periodo (en segundos) a partir de la creación del fichero " -"«Release» (indicado en la cabecera <literal>Date</literal>) durante el cual " -"se considerará válida. Si el fichero «Release» incluye una cabecera " +"El periodo (en segundos) a partir de la creación del fichero «Release» " +"(indicado en la cabecera <literal>Date</literal>) durante el cual se " +"considerará válida. Si el fichero «Release» incluye una cabecera " "<literal>Valid-Until</literal>, la fecha más temprana se utilizará como la " "fecha de vencimiento. El valor predefinido es <literal>0</literal>, esto es, " "sin límite de tiempo. Las opciones de configuración específicas al archivo " @@ -6655,10 +6670,10 @@ msgid "" "replaceable></command> or <command>apt-get upgrade</command> is executed." msgstr "" "Generalmente, la versión instalada del paquete (prioridad 100) no es tan " -"reciente como la disponible a través de las fuentes en «&sources-" -"list;» (prioridad 500 o 990). En este caso, el paquete se actualizará al " -"ejecutar <command>apt-get install <replaceable>paquete</replaceable></" -"command> o <command>apt-get upgrade</command>." +"reciente como la disponible a través de las fuentes en «&sources-list;» " +"(prioridad 500 o 990). En este caso, el paquete se actualizará al ejecutar " +"<command>apt-get install <replaceable>paquete</replaceable></command> o " +"<command>apt-get upgrade</command>." #. type: Content of: <refentry><refsect1><refsect2><para> #: apt_preferences.5.xml diff --git a/doc/po/fr.po b/doc/po/fr.po index cd2f997b2..7b854cb32 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2019-05-01 17:00+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -1744,6 +1744,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Réinstaller les paquets déjà installés avec leur version la plus récente. " +"Élément de configuration : <literal>APT::Get::ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " @@ -3400,8 +3414,8 @@ msgid "" "<literal>unhold</literal> is used to cancel a previously set hold on a " "package to allow all actions again." msgstr "" -"<literal>unhold</literal> est utilisé pour supprimer l'état " -"« hold » (retenu) d'un paquet afin de permettre toute action qui y est liée." +"<literal>unhold</literal> est utilisé pour supprimer l'état « hold » " +"(retenu) d'un paquet afin de permettre toute action qui y est liée." #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml diff --git a/doc/po/it.po b/doc/po/it.po index 4a72c7fbd..a72dacda3 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -1789,6 +1789,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Reinstalla i pacchetti che sono già installati alla nuova versione. Voce di " +"configurazione: <literal>APT::Get::ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " diff --git a/doc/po/ja.po b/doc/po/ja.po index 178ab95da..f2d045fd3 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -1735,6 +1735,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"すでに最新版がインストールされていても、パッケージを再インストールします。設" +"定項目: <literal>APT::Get::ReInstall</literal>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " diff --git a/doc/po/nl.po b/doc/po/nl.po index b1154eabc..5a8ec81f0 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 2.7.12\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2024-02-26 22:00+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1826,6 +1826,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Pakketten die reeds met hun nieuwste versie geïnstalleerd zijn, opnieuw " +"installeren. Configuratie-item: <literal>APT::Get::ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " diff --git a/doc/po/pl.po b/doc/po/pl.po index e72bd519e..d49a314d9 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" @@ -1765,6 +1765,21 @@ msgstr "" "Wyświetla pełne wersje aktualizowanych pakietów Pozycja w pliku " "konfiguracyjnym: <literal>APT::Get::Show-Versions</literal>." +# +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Ponownie instaluje pakiety, których najnowsza wersja już jest zainstalowana " +"Pozycja w pliku konfiguracyjnym: <literal>APT::Get::ReInstall</literal>." + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml #, fuzzy @@ -11030,8 +11045,8 @@ msgid "" msgstr "" "\"APT\" i ten dokument są oprogramowaniem wolnodostępnym, które można " "rozpowszechniać oraz zmieniać zgodnie z postanowieniami drugiej albo (wedle " -"uznania) dowolnej późniejszej wersji \"Ogólnej Licencji Publicznej " -"GNU\" (GNU General Public License) publikowanej przez \"Fundację Wolnego " +"uznania) dowolnej późniejszej wersji \"Ogólnej Licencji Publicznej GNU\" " +"(GNU General Public License) publikowanej przez \"Fundację Wolnego " "Oprogramowania (Free Software Foundation)." #. type: Content of: <book><bookinfo><legalnotice><para> diff --git a/doc/po/pt.po b/doc/po/pt.po index 4c13bb111..168983774 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2023-09-11 20:47+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <>\n" @@ -1779,6 +1779,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Re-install packages that are already installed and at the newest " +#| "version. Configuration Item: <literal>APT::Get::ReInstall</literal>." +msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" +"Re-instala pacotes que já estão instalados e na versão mais recente. Item de " +"Configuração: <literal>APT::Get::ReInstall</literal>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index a38a147b7..7be4a6676 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -1264,6 +1264,14 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml msgid "" +"Display package lists without arranging them in columns. By default, package " +"lists are printed in the style of the \"ls\" command. Configuration Item: " +"<literal>APT::Get::List-Columns</literal>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "" "This option controls the architecture packages are built for by <command>apt-" "get source --compile</command> and how cross-builddependencies are " "satisfied. By default is it not set which means that the host architecture " diff --git a/po/apt-all.pot b/po/apt-all.pot index ab03ee393..42a70d510 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.7.14\n" +"Project-Id-Version: apt 2.9.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-22 10:14+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1796,6 +1796,11 @@ msgstr "" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1803,6 +1808,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1810,6 +1820,11 @@ msgstr "" msgid "Need to get %sB of archives.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Installed size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1817,6 +1832,11 @@ msgstr "" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1834,6 +1854,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "" @@ -1915,15 +1939,15 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" +msgid "Suggested packages:" msgstr "" #: apt-private/private-install.cc -msgid "Suggested packages:" +msgid "Recommended packages:" msgstr "" #: apt-private/private-install.cc -msgid "Recommended packages:" +msgid "The following additional packages will be installed:" msgstr "" #: apt-private/private-install.cc @@ -2053,10 +2077,26 @@ msgid "The following packages have unmet dependencies:" msgstr "" #: apt-private/private-output.cc +msgid "Unsatisfied dependencies:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "" #: apt-private/private-output.cc +msgid "Installing:" +msgstr "" + +#: apt-private/private-output.cc +msgid "Installing dependencies:" +msgstr "" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "" @@ -2065,6 +2105,14 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "" #: apt-private/private-output.cc +msgid "Not upgrading yet due to phasing:" +msgstr "" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "" @@ -2073,10 +2121,22 @@ msgid "The following packages will be upgraded:" msgstr "" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "" #: apt-private/private-output.cc +msgid "Changing held packages:Changing held packages:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "" @@ -2092,6 +2152,15 @@ msgid "" msgstr "" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "" @@ -2103,16 +2172,31 @@ msgstr "" #: apt-private/private-output.cc #, c-format +msgid "Reinstalling: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu downgraded, " msgstr "" #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "" @@ -3522,6 +3606,11 @@ msgstr "" msgid "Unable to invoke " msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -1828,6 +1828,11 @@ msgstr "خطأ داخلي، لم تنته عملية الترتيب" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "يا للغرابة... لم تتطابق الأحجام، الرجاء مراسلة apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1835,6 +1840,11 @@ msgstr "يا للغرابة... لم تتطابق الأحجام، الرجاء msgid "Need to get %sB/%sB of archives.\n" msgstr "بحاجة إلى جلب %sب/%sب من الأرشيف.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1842,6 +1852,12 @@ msgstr "بحاجة إلى جلب %sب/%sب من الأرشيف.\n" msgid "Need to get %sB of archives.\n" msgstr "بحاجة إلى جلب %sب من الأرشيف.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " مُثبّت:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1849,6 +1865,11 @@ msgstr "بحاجة إلى جلب %sب من الأرشيف.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "بعد الاستخراج %sب من المساحة الإضافيّة سيتمّ استخدامها.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1866,6 +1887,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "هل تريد الاستمرار؟" @@ -1949,11 +1974,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "سيتم تثبيت الحزم الإضافيّة التالية:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "الحزم المقترحة:" @@ -1962,6 +1982,11 @@ msgid "Recommended packages:" msgstr "الحزم المستحسنة:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "سيتم تثبيت الحزم الإضافيّة التالية:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "تخطّي %s، حيث أنها مثبتة ولم يتمّ تعيين الترقية.\n" @@ -2091,10 +2116,31 @@ msgid "The following packages have unmet dependencies:" msgstr "" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Unsatisfied dependencies:" +msgstr "مجموع المعتمدات:" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "سيتم تثبيت الحزم الجديدة التالية:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "تم تثبيت %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "مجموع المعتمدات:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "سيتم إزالة الحزم التالية:" @@ -2105,6 +2151,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "سيتم الإبقاء على الحزم التالية:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "سيتم الإبقاء على الحزم التالية:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "سيتم الإبقاء على الحزم التالية:" @@ -2113,10 +2169,24 @@ msgid "The following packages will be upgraded:" msgstr "ستتم ترقية الحزم التالية:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "سيتم تثبيط الحزم التالية:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "سيتم تغيير الحزم المبقاة التالية:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "سيتم تغيير الحزم المبقاة التالية:" @@ -2134,6 +2204,15 @@ msgstr "" "لا يجب أن تقوم بهذا إلى إن كنت تعرف تماماً ما تقوم به!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu سيتم ترقيتها، %lu مثبتة حديثاً، " @@ -2144,17 +2223,32 @@ msgid "%lu reinstalled, " msgstr "%lu أعيد تثبيتها، " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "تم تثبيت %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu مثبطة، " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu لإزالتها و %lu لم يتم ترقيتها.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu غير مثبتة بالكامل أو مزالة.\n" @@ -3598,6 +3692,11 @@ msgstr "استعلام" msgid "Unable to invoke " msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -1890,6 +1890,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Que raro... Los tamaños nun concasen, escribe a apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1897,6 +1902,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Hai que descargar %sB/%sB d'archivos.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1904,6 +1914,12 @@ msgstr "Hai que descargar %sB/%sB d'archivos.\n" msgid "Need to get %sB of archives.\n" msgstr "Hai que descargar %sB d'archivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instaláu: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1911,6 +1927,12 @@ msgstr "Hai que descargar %sB d'archivos.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Tres d'esta operación, van usase %sB d'espaciu de discu adicional.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etiqueta guardada: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1928,6 +1950,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "¿Quies continuar?" @@ -2018,11 +2044,6 @@ msgstr[0] "Usa '%s' pa desinstalalos." msgstr[1] "Usa '%s' pa desinstalalos." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Instalaránse los siguientes paquetes extra:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paquetes afalaos:" @@ -2031,6 +2052,11 @@ msgid "Recommended packages:" msgstr "Paquetes encamentaos" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Instalaránse los siguientes paquetes extra:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Saltando %s, ya ta instalau y la actualización nun ta activada.\n" @@ -2165,10 +2191,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Los siguientes paquetes nun cumplen dependencies:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Fallu pa satisfacer la dependencia %s pa %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Van instalase los siguientes paquetes NUEVOS:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instalando %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Dependencies totales: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Los siguientes paquetes van DESANICIASE:" @@ -2179,6 +2227,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Los siguientes paquetes tan reteníos:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Los siguientes paquetes tan reteníos:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Los siguientes paquetes tan reteníos:" @@ -2187,10 +2245,24 @@ msgid "The following packages will be upgraded:" msgstr "Los siguientes paquetes van actualizase:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Los siguientes paquetes van DESACTUALIZASE:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Van camudase los siguientes paquetes reteníos:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Van camudase los siguientes paquetes reteníos:" @@ -2208,6 +2280,15 @@ msgstr "" "¡Esto NUN hai que facelo si nun sabes esautamente lo que faes!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu actualizaos, %lu nuevos instalaos, " @@ -2218,17 +2299,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalaos, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instalando %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu desactualizaos, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu para desaniciar y %lu nun actualizaos.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu nun instalaos dafechu o desaniciaos.\n" @@ -3771,6 +3868,11 @@ msgstr "Consulta" msgid "Unable to invoke " msgstr "Nun se pudo invocar " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1932,6 +1932,12 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Странно... Размерите не съвпадат, изпратете е-поща на apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Изтегляне на %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1939,6 +1945,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Необходимо е да се изтеглят %sB/%sB архиви.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Изтегляне на %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1946,6 +1958,12 @@ msgstr "Необходимо е да се изтеглят %sB/%sB архиви. msgid "Need to get %sB of archives.\n" msgstr "Необходимо е да се изтеглят %sB архиви.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Инсталирана: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1955,6 +1973,12 @@ msgstr "" "След тази операция ще бъде използвано %sB допълнително дисково " "пространство.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Запазен етикет: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1972,6 +1996,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Искате ли да продължите?" @@ -2061,11 +2089,6 @@ msgstr[0] "Използвайте „%s“ за да го премахнете." msgstr[1] "Използвайте „%s“ за да ги премахнете." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Следните допълнителни пакети ще бъдат инсталирани:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Предложени пакети:" @@ -2074,6 +2097,11 @@ msgid "Recommended packages:" msgstr "Препоръчвани пакети:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Следните допълнителни пакети ще бъдат инсталирани:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Пропускане на %s, вече е инсталиран и не е маркиран за актуализация.\n" @@ -2208,10 +2236,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Следните пакети имат неудовлетворени зависимости:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Неуспех при удовлетворяването на зависимост %s за пакета %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Следните НОВИ пакети ще бъдат инсталирани:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Инсталиране на %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Общо зависимости: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Следните пакети ще бъдат ПРЕМАХНАТИ:" @@ -2222,6 +2272,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Следните пакети няма да бъдат променени:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Следните пакети няма да бъдат променени:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Следните пакети няма да бъдат променени:" @@ -2230,10 +2290,24 @@ msgid "The following packages will be upgraded:" msgstr "Следните пакети ще бъдат актуализирани:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Следните пакети ще бъдат ВЪРНАТИ КЪМ ПО-СТАРА ВЕРСИЯ:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Следните задържани пакети ще бъдат променени:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Следните задържани пакети ще бъдат променени:" @@ -2251,6 +2325,15 @@ msgstr "" "Това НЕ би трябвало да става освен ако знаете точно какво правите!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu актуализирани, %lu нови инсталирани, " @@ -2261,17 +2344,34 @@ msgid "%lu reinstalled, " msgstr "%lu преинсталирани, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Инсталиране на %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu върнати към по-стара версия, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Изтегляне на %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu за премахване и %lu без промяна.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu не са напълно инсталирани или премахнати.\n" @@ -3825,6 +3925,11 @@ msgstr "Запитване" msgid "Unable to invoke " msgstr "Неуспех при извикването на " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4345,9 +4450,6 @@ msgstr "Празни файлове не могат да бъдат валидн #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Игнориране на несъществуващо издание „%s“ на пакета „%s“" -#~ msgid "Downloading %s %s" -#~ msgstr "Изтегляне на %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "Това не е валиден DEB архив, няма елемент „%s“, „%s“ или „%s“" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -1815,6 +1815,11 @@ msgstr "" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1822,6 +1827,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1829,6 +1839,12 @@ msgstr "" msgid "Need to get %sB of archives.\n" msgstr "" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalirano:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1836,6 +1852,11 @@ msgstr "" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1853,6 +1874,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Da li želite nastaviti?" @@ -1935,11 +1960,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Slijedeći dodatni paketi će biti instalirani:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Predloženi paketi:" @@ -1948,6 +1968,11 @@ msgid "Recommended packages:" msgstr "Preporučeni paketi:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Slijedeći dodatni paketi će biti instalirani:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2077,10 +2102,31 @@ msgid "The following packages have unmet dependencies:" msgstr "" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Building dependency tree" +msgid "Unsatisfied dependencies:" +msgstr "Gradim stablo zavisnosti" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Slijedeći NOVI paketi će biti instalirani:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr " Instalirano:" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Ukupno zavisnosti:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Slijedeći paketi će biti UKLONJENI:" @@ -2091,6 +2137,15 @@ msgstr "Slijedeći paketi su zadržani:" #: apt-private/private-output.cc #, fuzzy +msgid "Not upgrading yet due to phasing:" +msgstr "Slijedeći paketi su zadržani:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc +#, fuzzy msgid "The following packages have been kept back:" msgstr "Slijedeći paketi su zadržani:" @@ -2099,10 +2154,22 @@ msgid "The following packages will be upgraded:" msgstr "Slijedeći paketi će biti nadograđeni:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "" #: apt-private/private-output.cc +msgid "Changing held packages:Changing held packages:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "" @@ -2118,6 +2185,15 @@ msgid "" msgstr "" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "" @@ -2128,17 +2204,32 @@ msgid "%lu reinstalled, " msgstr "" #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr " Instalirano:" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "" #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "" @@ -3583,6 +3674,11 @@ msgstr "" msgid "Unable to invoke " msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2020-08-09 22:43+0200\n" "Last-Translator: Aleix Vidal i Gaya <aleix@softcatala.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -1978,6 +1978,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Que estrany… Les mides no coincideixen, informeu-ho a apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1985,6 +1990,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "S'ha d'obtenir %sB/%sB d'arxius.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Ha fallat la baixada" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1992,6 +2003,12 @@ msgstr "S'ha d'obtenir %sB/%sB d'arxius.\n" msgid "Need to get %sB of archives.\n" msgstr "S'ha d'obtenir %sB d'arxius.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instal·lat: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2000,6 +2017,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Després d'aquesta operació s'utilitzaran %sB d'espai en disc addicional.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etiqueta desada: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2017,6 +2040,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Voleu continuar?" @@ -2110,10 +2137,6 @@ msgstr[0] "Empreu «%s» per a suprimir-lo." msgstr[1] "Empreu «%s» per a suprimir-los." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "S'instal·laran els següents paquets extres:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paquets suggerits:" @@ -2122,6 +2145,10 @@ msgid "Recommended packages:" msgstr "Paquets recomanats:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "S'instal·laran els següents paquets extres:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2256,10 +2283,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Els següents paquets tenen dependències sense satisfer:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "satisfà cadenes de dependència" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "S'instal·laran els paquets NOUS següents:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "S'està instal·lant %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Nombre total de dependències: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Se SUPRIMIRAN els paquets següents:" @@ -2270,6 +2319,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "S'han mantingut els paquets següents:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "S'han mantingut els paquets següents:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "S'han mantingut els paquets següents:" @@ -2278,10 +2337,24 @@ msgid "The following packages will be upgraded:" msgstr "S'actualitzaran els paquets següents:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Es DESACTUALITZARAN els paquets següents:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Es canviaran els paquets retinguts següents:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Es canviaran els paquets retinguts següents:" @@ -2299,6 +2372,15 @@ msgstr "" "Això NO s'hauria de fer llevat que sapigueu exactament el que esteu fent!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu actualitzats, %lu nous a instal·lar, " @@ -2309,17 +2391,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstal·lats, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "S'està instal·lant %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu desactualitzats, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu a suprimir i %lu no actualitzats.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu no instal·lats o suprimits completament.\n" @@ -3904,6 +4002,11 @@ msgstr "Consulta" msgid "Unable to invoke " msgstr "No es pot invocar " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2023-02-10 12:58+0100\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1908,6 +1908,12 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Jak podivné… velikosti nesouhlasí, ohlaste to na apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Stahuje se %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1915,6 +1921,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Nutno stáhnout %sB/%sB archivů.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Stahuje se %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1922,6 +1934,12 @@ msgstr "Nutno stáhnout %sB/%sB archivů.\n" msgid "Need to get %sB of archives.\n" msgstr "Nutno stáhnout %sB archivů.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalovaná verze: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1929,6 +1947,12 @@ msgstr "Nutno stáhnout %sB archivů.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Po této operaci bude na disku použito dalších %sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Uložený název: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1948,6 +1972,10 @@ msgstr "" "Odstranění nezbytných systémově-kritických balíků není povoleno. Může to " "rozbít systém." +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Chcete pokračovat?" @@ -2043,10 +2071,6 @@ msgstr[1] "Pro jejich odstranění použijte „%s“." msgstr[2] "Pro jejich odstranění použijte „%s“." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Následující dodatečné balíky budou instalovány:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Navrhované balíky:" @@ -2055,6 +2079,10 @@ msgid "Recommended packages:" msgstr "Doporučované balíky:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Následující dodatečné balíky budou instalovány:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s bude přeskočen, protože je již nainstalován.\n" @@ -2188,10 +2216,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Následující balíky mají nesplněné závislosti:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "splní řetězec závislostí" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Následující NOVÉ balíky budou nainstalovány:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instaluje se %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Celkem závislostí: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Následující balíky budou ODSTRANĚNY:" @@ -2202,6 +2252,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Následující balíky jsou podrženy v aktuální verzi:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Následující balíky jsou podrženy v aktuální verzi:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Následující balíky jsou podrženy v aktuální verzi:" @@ -2210,10 +2270,24 @@ msgid "The following packages will be upgraded:" msgstr "Následující balíky budou aktualizovány:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Následující balíky budou DEGRADOVÁNY:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Následující podržené balíky budou změněny:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Následující podržené balíky budou změněny:" @@ -2231,6 +2305,15 @@ msgstr "" "Pokud přesně nevíte, co děláte, NEDĚLEJTE to!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu aktualizováno, %lu nově instalováno, " @@ -2241,17 +2324,34 @@ msgid "%lu reinstalled, " msgstr "%lu přeinstalováno, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instaluje se %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu degradováno, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Stahuje se %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu k odstranění a %lu neaktualizováno.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu instalováno nebo odstraněno pouze částečně.\n" @@ -3796,6 +3896,11 @@ msgstr "Dotaz" msgid "Unable to invoke " msgstr "Nelze vyvolat " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4287,9 +4392,6 @@ msgstr "Prázdné soubory nejsou platnými archivy" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ignoruje se nedostupné vydání „%s“ balíku „%s“" -#~ msgid "Downloading %s %s" -#~ msgstr "Stahuje se %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "Toto není platný DEB archiv, neobsahuje část „%s“, „%s“ ani „%s“" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -1888,6 +1888,11 @@ msgstr "Gwall Mewnol wrth ychwanegu dargyfeiriad" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1895,6 +1900,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Mae angeyn cyrchu %sB/%sB o archifau.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1902,6 +1912,12 @@ msgstr "Mae angeyn cyrchu %sB/%sB o archifau.\n" msgid "Need to get %sB of archives.\n" msgstr "Mae angen cyrchu %sB o archifau.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Wedi Sefydlu: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1909,6 +1925,11 @@ msgstr "Mae angen cyrchu %sB o archifau.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Ar ôl dadbacio defnyddir %sB o ofod disg ychwanegol.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1926,6 +1947,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ydych chi eisiau mynd ymlaen?" @@ -2010,11 +2035,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Caiff y pecynnau canlynol ychwanegol eu sefydlu:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Pecynnau a awgrymmir:" @@ -2023,6 +2043,11 @@ msgid "Recommended packages:" msgstr "Pecynnau a argymhellir:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Caiff y pecynnau canlynol ychwanegol eu sefydlu:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Yn hepgor %s, mae wedi ei sefydlu a nid yw uwchraddio wedi ei osod.\n" @@ -2152,10 +2177,30 @@ msgid "The following packages have unmet dependencies:" msgstr "Mae gan y pecynnau canlynol ddibyniaethau heb eu bodloni:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Methwyd bodloni dibyniaeth %s am %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Caiff y pecynnau NEWYDD canlynol eu sefydlu:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr " Wedi Sefydlu: " + +#: apt-private/private-output.cc +#, fuzzy +msgid "Installing dependencies:" +msgstr "Cyfanswm Dibyniaethau: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Caiff y pecynnau canlynol eu TYNNU:" @@ -2166,6 +2211,15 @@ msgstr "Mae'r pecynnau canlynol wedi eu dal yn ôl" #: apt-private/private-output.cc #, fuzzy +msgid "Not upgrading yet due to phasing:" +msgstr "Mae'r pecynnau canlynol wedi eu dal yn ôl" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc +#, fuzzy msgid "The following packages have been kept back:" msgstr "Mae'r pecynnau canlynol wedi eu dal yn ôl" @@ -2175,11 +2229,25 @@ msgid "The following packages will be upgraded:" msgstr "Caiff y pecynnau canlynol eu uwchraddio" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc #, fuzzy msgid "The following packages will be DOWNGRADED:" msgstr "Caiff y pecynnau canlynol eu ISRADDIO" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Caiff y pecynnau wedi eu dal canlynol eu newid:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Caiff y pecynnau wedi eu dal canlynol eu newid:" @@ -2199,6 +2267,15 @@ msgstr "" "ei wneud!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu wedi uwchraddio, %lu newydd eu sefydlu, " @@ -2209,17 +2286,32 @@ msgid "%lu reinstalled, " msgstr "%lu wedi ailsefydlu, " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr " Wedi Sefydlu: " + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu wedi eu israddio, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu i'w tynnu a %lu heb eu uwchraddio.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu heb eu sefydlu na tynnu'n gyflawn.\n" @@ -3793,6 +3885,11 @@ msgstr "Ymholiad" msgid "Unable to invoke " msgstr "Methwyd gweithredu " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -1937,6 +1937,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Mystisk... Størrelserne passede ikke, skriv til apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1944,6 +1949,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "%sB/%sB skal hentes fra arkiverne.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Kunne ikke hente pakkerne" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1951,6 +1962,12 @@ msgstr "%sB/%sB skal hentes fra arkiverne.\n" msgid "Need to get %sB of archives.\n" msgstr "%sB skal hentes fra arkiverne.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installeret: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1958,6 +1975,12 @@ msgstr "%sB skal hentes fra arkiverne.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Efter denne handling, vil %sB yderligere diskplads være brugt.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Gemt mærkat: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1975,6 +1998,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du fortsætte?" @@ -2067,10 +2094,6 @@ msgstr[0] "Brug »%s« til at fjerne den." msgstr[1] "Brug »%s« til at fjerne dem." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "De følgende yderligere pakker vil blive installeret:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Foreslåede pakker:" @@ -2079,6 +2102,10 @@ msgid "Recommended packages:" msgstr "Anbefalede pakker:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "De følgende yderligere pakker vil blive installeret:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2216,10 +2243,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Følgende pakker har uopfyldte afhængigheder:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Building dependency tree" +msgid "Unsatisfied dependencies:" +msgstr "Opbygger afhængighedstræ" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Følgende NYE pakker vil blive installeret:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Installerer %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Sammenlagt afhængigheder: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Følgende pakker vil blive AFINSTALLERET:" @@ -2230,6 +2279,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Følgende pakker er blevet holdt tilbage:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Følgende pakker er blevet holdt tilbage:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Følgende pakker er blevet holdt tilbage:" @@ -2238,10 +2297,24 @@ msgid "The following packages will be upgraded:" msgstr "Følgende pakker vil blive opgraderet:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Følgende pakker vil blive NEDGRADERET:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Følgende tilbageholdte pakker vil blive ændret:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Følgende tilbageholdte pakker vil blive ændret:" @@ -2259,6 +2332,15 @@ msgstr "" "Dette bør IKKE ske medmindre du er helt klar over, hvad du laver!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu opgraderes, %lu nyinstalleres, " @@ -2269,17 +2351,33 @@ msgid "%lu reinstalled, " msgstr "%lu geninstalleres, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Installerer %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu nedgraderes, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu afinstalleres og %lu opgraderes ikke.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu ikke fuldstændigt installerede eller afinstallerede.\n" @@ -3852,6 +3950,11 @@ msgstr "Forespørgsel" msgid "Unable to invoke " msgstr "Kunne ikke udføre " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2023-07-17 19:13+0200\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -2008,6 +2008,12 @@ msgstr "" "Wie merkwürdig … die Größen haben nicht übereingestimmt; schreiben Sie eine " "E-Mail an apt@packages.debian.org (auf Englisch bitte)." +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Herunterladen von %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2015,6 +2021,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Es müssen noch %sB von %sB an Archiven heruntergeladen werden.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Herunterladen von %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2022,6 +2034,12 @@ msgstr "Es müssen noch %sB von %sB an Archiven heruntergeladen werden.\n" msgid "Need to get %sB of archives.\n" msgstr "Es müssen %sB an Archiven heruntergeladen werden.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installiert: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2029,6 +2047,12 @@ msgstr "Es müssen %sB an Archiven heruntergeladen werden.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Nach dieser Operation werden %sB Plattenplatz zusätzlich benutzt.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Gespeicherte Kennzeichnung: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2049,6 +2073,10 @@ msgstr "" "Das Entfernen essenzieller, system-kritischer Pakete ist nicht erlaubt. Dies " "kann das System beschädigen." +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Möchten Sie fortfahren?" @@ -2144,10 +2172,6 @@ msgstr[0] "Verwenden Sie »%s«, um es zu entfernen." msgstr[1] "Verwenden Sie »%s«, um sie zu entfernen." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Die folgenden zusätzlichen Pakete werden installiert:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Vorgeschlagene Pakete:" @@ -2156,6 +2180,10 @@ msgid "Recommended packages:" msgstr "Empfohlene Pakete:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Die folgenden zusätzlichen Pakete werden installiert:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2297,10 +2325,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Die folgenden Pakete haben unerfüllte Abhängigkeiten:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "Abhängigkeitszeichenketten erfüllen" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Die folgenden NEUEN Pakete werden installiert:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s wird installiert." + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Gesamtzahl an Abhängigkeiten: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Die folgenden Pakete werden ENTFERNT:" @@ -2311,6 +2361,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Die folgenden Pakete sind zurückgehalten worden:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Die folgenden Pakete sind zurückgehalten worden:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Die folgenden Pakete sind zurückgehalten worden:" @@ -2319,11 +2379,25 @@ msgid "The following packages will be upgraded:" msgstr "Die folgenden Pakete werden aktualisiert (Upgrade):" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "" "Die folgenden Pakete werden durch eine ÄLTERE VERSION ERSETZT (Downgrade):" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Die folgenden zurückgehaltenen Pakete werden verändert:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Die folgenden zurückgehaltenen Pakete werden verändert:" @@ -2341,6 +2415,15 @@ msgstr "" "Dies sollte NICHT geschehen, außer Sie wissen genau, was Sie tun!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu aktualisiert, %lu neu installiert, " @@ -2351,17 +2434,34 @@ msgid "%lu reinstalled, " msgstr "%lu erneut installiert, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s wird installiert." + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu durch eine ältere Version ersetzt, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Herunterladen von %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu zu entfernen und %lu nicht aktualisiert.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu nicht vollständig installiert oder entfernt.\n" @@ -3983,6 +4083,11 @@ msgstr "Abfrage" msgid "Unable to invoke " msgstr "Aufruf nicht möglich: " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4486,9 +4591,6 @@ msgstr "Leere Dateien können kein gültiges Archiv sein." #~ msgstr "" #~ "Nicht verfügbare Veröffentlichung »%s« von Paket »%s« wird ignoriert." -#~ msgid "Downloading %s %s" -#~ msgstr "Herunterladen von %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Dies ist kein gültiges DEB-Archiv, da es weder »%s«, »%s« noch »%s« " @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -1861,6 +1861,11 @@ msgstr "" "ག་ཅི་གི་ཡ་མཚན་ཆེ་མི་ཆེ་ ཚད་འདི་གིས་ email apt@packages.debian.org་ལུ་མཐུན་སྒྲིག་མི་འབད་" "བས།" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1868,6 +1873,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "%sBལེན་ནི་ལུ་དགོཔ་པས། ཡིག་མཛོད་ཚི་གི་%sB་\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1875,6 +1885,12 @@ msgstr "%sBལེན་ནི་ལུ་དགོཔ་པས། ཡིག་ msgid "Need to get %sB of archives.\n" msgstr "ཡིག་མཛོད་ཀྱི་%sB་འདི་ལེན་དགོ་པས།\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr "གཞི་བཙུགས་འབད་ཡོདཔ།" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1882,6 +1898,12 @@ msgstr "ཡིག་མཛོད་ཀྱི་%sB་འདི་ལེན་ད msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "ཁ་སྐོང་གི་%sB་འདི་བཤུབ་པའི་ཤུལ་ལས་ཌིཀསི་གི་བར་སྟོང་དེ་ལག་ལེན་འཐབ་འོང་།\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "གསོག་འཇོག་འབད་ཡོད་པའི་ཁ་ཡིག:%s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1899,6 +1921,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" @@ -1983,11 +2009,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "འོག་གི་ཐུམ་སྒྲིལ་ཐེབས་ཚུ་གཞི་བཙུགས་འབད་འོང་:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "བསམ་འཆར་བཀོད་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:" @@ -1996,6 +2017,11 @@ msgid "Recommended packages:" msgstr "འོས་སྦྱོར་འབད་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "འོག་གི་ཐུམ་སྒྲིལ་ཐེབས་ཚུ་གཞི་བཙུགས་འབད་འོང་:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2129,10 +2155,31 @@ msgid "The following packages have unmet dependencies:" msgstr "འོག་གི་ཐུམ་སྒྲིལ་ཚུ་ལུ་རྟེན་འབྲེལ་མ་ཚང་པས:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "%s: %s་གི་དོན་ལུ་་%s་རྟེན་འབྲེལ་འདི་ངལ་རངས་འབད་ནི་འཐུས་ཤོར་བྱུང་ནུག" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "འོག་གི་ཐུམ་སྒྲིས་གསརཔ་འདི་ཚུ་ཁཞི་བཙུགས་འབད་འོང་:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "གཞི་བཙུགས་འབད་ཡོད་པའི་%s།" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "རྟེན་འབྲེལ་བསྡོམས:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "འོག་གི་ཐུམ་སྒྲིལ་འདི་ཚུ་རྩ བསྐྲད་གཏང་འོང་:" @@ -2143,6 +2190,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "འོག་གི་ཐུམ་སྒྲིལ་འདི་ཚུ་ལོག་སྟེ་རང་བཞག་ནུག:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "འོག་གི་ཐུམ་སྒྲིལ་འདི་ཚུ་ལོག་སྟེ་རང་བཞག་ནུག:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "འོག་གི་ཐུམ་སྒྲིལ་འདི་ཚུ་ལོག་སྟེ་རང་བཞག་ནུག:" @@ -2151,10 +2208,24 @@ msgid "The following packages will be upgraded:" msgstr "འོག་གི་ཐུམ་སྒྲིལ་འདི་ཚུ་ཡར་བསྐྱེད་འབད་འོང་:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "འོག་གི་ཐུམ་སྒྲལ་འདི་ཚུ་མར་ཕབ་འབད་འོང་:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "འོག་གི་འཆང་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ་བསྒྱུར་བཅོས་འབད་འོང་:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "འོག་གི་འཆང་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ་བསྒྱུར་བཅོས་འབད་འོང་:" @@ -2172,6 +2243,15 @@ msgstr "" "ཁྱོད་ཀྱིས་ཁྱོད་རང་ག་ཅི་འབདཝ་ཨིན་ན་ངེས་སྦེ་མ་ཤེས་ཚུན་འདི་འབད་ནི་མི་འོང་།!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu་ཡར་བསྐྱེད་འབད་ཡོད་ %lu་འདི་གསརཔ་སྦེ་གཞི་བཙུགས་འབད་ཡོད།" @@ -2182,17 +2262,32 @@ msgid "%lu reinstalled, " msgstr "%lu་འདི་ལོག་གཞི་བཙུགས་འབད་ཡོད།" #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "གཞི་བཙུགས་འབད་ཡོད་པའི་%s།" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu་འདི་མར་ཕབ་འབད་ཡོད།" #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "རྩ་བསྐྲད་འབད་ནི་ལུ་%lu་དང་%lu་ཡར་བསྐྱེད་མ་འབད་བས།\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu་འདི་ཆ་ཚང་སྦེ་གཞི་བཙུགས་མ་འབད་ཡང་ན་རྩ་བསྐྲད་མ་གཏང་པས།\n" @@ -3736,6 +3831,11 @@ msgstr "འདྲི་དཔྱད།" msgid "Unable to invoke " msgstr "ལས་བཀོལ་འབད་མ་ཚུགས།" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos <skarmoutsosv@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1885,6 +1885,11 @@ msgstr "" "Πολύ περίεργο! Τα μεγέθη δεν ταιριάζουν, στείλτε μήνυμα στο apt@packages." "debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1892,6 +1897,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Χρειάζεται να μεταφορτωθούν %sB/%sB από αρχεία.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Η λήψη απέτυχε" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1899,6 +1910,12 @@ msgstr "Χρειάζεται να μεταφορτωθούν %sB/%sB από αρ msgid "Need to get %sB of archives.\n" msgstr "Χρειάζεται να μεταφορτωθούν %sB από αρχεία.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Εγκατεστημένα: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1907,6 +1924,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Μετά από αυτή τη λειτουργία, θα χρησιμοποιηθούν %sB χώρου από το δίσκο.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Αποθήκευση Ετικέτας: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1925,6 +1948,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Θέλετε να συνεχίσετε;" @@ -2011,10 +2038,6 @@ msgstr[0] "Χρησιμοποιήστε '%s' για να το διαγράψετ msgstr[1] "Χρησιμοποιήστε '%s' για να τα διαγράψετε." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Τα ακόλουθα επιπλέον πακέτα θα εγκατασταθούν:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Προτεινόμενα πακέτα:" @@ -2023,6 +2046,10 @@ msgid "Recommended packages:" msgstr "Συνιστώμενα πακέτα:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Τα ακόλουθα επιπλέον πακέτα θα εγκατασταθούν:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2153,10 +2180,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Τα ακόλουθα πακέτα έχουν ανεπίλυτες εξαρτήσεις:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "εκπλήρωση των συμβολοσειρών εξαρτήσεων" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Τα ακόλουθα ΝΕΑ πακέτα θα εγκατασταθούν:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Εγκατάσταση του %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Σύνολο Εξαρτήσεων: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Τα ακόλουθα πακέτα θα ΑΦΑΙΡΕΘΟΥΝ:" @@ -2167,6 +2216,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Τα ακόλουθα πακέτα θα μείνουν ως έχουν:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Τα ακόλουθα πακέτα θα μείνουν ως έχουν:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Τα ακόλουθα πακέτα θα μείνουν ως έχουν:" @@ -2175,10 +2234,24 @@ msgid "The following packages will be upgraded:" msgstr "Τα ακόλουθα πακέτα θα αναβαθμιστούν:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Τα ακόλουθα πακέτα θα ΥΠΟΒΑΘΜΙΣΤΟΥΝ:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Τα ακόλουθα κρατημένα πακέτα θα αλλαχθούν:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Τα ακόλουθα κρατημένα πακέτα θα αλλαχθούν:" @@ -2196,6 +2269,15 @@ msgstr "" "Αυτό ΔΕΝ θα έπρεπε να συμβεί, εκτός αν ξέρετε τι ακριβώς κάνετε!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu αναβαθμίστηκαν, %lu νέο εγκατεστημένα, " @@ -2206,17 +2288,33 @@ msgid "%lu reinstalled, " msgstr "%lu επανεγκατεστημένα, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Εγκατάσταση του %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu υποβαθμισμένα, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu θα αφαιρεθούν και %lu δεν αναβαθμίζονται.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu μη πλήρως εγκατεστημένα ή αφαιρέθηκαν.\n" @@ -3723,6 +3821,11 @@ msgstr "Επερώτηση" msgid "Unable to invoke " msgstr "Αδύνατη η επίκληση " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -2048,6 +2048,11 @@ msgstr "" "Qué extraño... Los tamaños no concuerdan, mande un correo a apt@packages." "debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2055,6 +2060,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Se necesita descargar %sB/%sB de archivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Falló la descarga" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2062,6 +2073,12 @@ msgstr "Se necesita descargar %sB/%sB de archivos.\n" msgid "Need to get %sB of archives.\n" msgstr "Se necesita descargar %sB de archivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalados: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2070,6 +2087,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Se utilizarán %sB de espacio de disco adicional después de esta operación.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etiqueta guardada: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2087,6 +2110,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "¿Desea continuar?" @@ -2180,10 +2207,6 @@ msgstr[0] "Utilice «%s» para eliminarlo." msgstr[1] "Utilice «%s» para eliminarlos." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Se instalarán los siguientes paquetes adicionales:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paquetes sugeridos:" @@ -2192,6 +2215,10 @@ msgid "Recommended packages:" msgstr "Paquetes recomendados:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Se instalarán los siguientes paquetes adicionales:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Omitiendo %s, ya está instalado y no está activada la actualización.\n" @@ -2324,10 +2351,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Los siguientes paquetes tienen dependencias incumplidas:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "No se pudo satisfacer la dependencia %s para %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Se instalarán los siguientes paquetes NUEVOS:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instalando %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Dependencias totales: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Los siguientes paquetes se ELIMINARÁN:" @@ -2338,6 +2387,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Los siguientes paquetes se han retenido:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Los siguientes paquetes se han retenido:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Los siguientes paquetes se han retenido:" @@ -2346,10 +2405,24 @@ msgid "The following packages will be upgraded:" msgstr "Se actualizarán los siguientes paquetes:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Se DESACTUALIZARÁN los siguientes paquetes:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Se cambiarán los siguientes paquetes retenidos:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Se cambiarán los siguientes paquetes retenidos:" @@ -2367,6 +2440,15 @@ msgstr "" "¡NO debe hacerse a menos que sepa exactamente lo que está haciendo!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu actualizados, %lu nuevos se instalarán, " @@ -2377,17 +2459,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalados, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instalando %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu desactualizados, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu para eliminar y %lu no actualizados.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu no instalados del todo o eliminados.\n" @@ -3975,6 +4073,11 @@ msgstr "Consulta" msgid "Unable to invoke " msgstr "No se pudo invocar " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format @@ -4179,8 +4282,8 @@ msgstr "Los ficheros vacíos no pueden ser archivos válidos" #~ "Unable to find expected entry '%s' in Release file (Wrong sources.list " #~ "entry or malformed file)" #~ msgstr "" -#~ "No se pudo encontrar la entrada esperada «%s» en el archivo " -#~ "«Release» (entrada incorrecta en «sources.list» o fichero mal formado)" +#~ "No se pudo encontrar la entrada esperada «%s» en el archivo «Release» " +#~ "(entrada incorrecta en «sources.list» o fichero mal formado)" #~ msgid "Unmet dependencies. Try using --fix-broken." #~ msgstr "Dependencias incumplidas. Pruebe de nuevo utilizando --fix-broken." @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -1857,6 +1857,11 @@ msgstr "" "Hau bitxia... Tamainak ez dira berdina, idatzi apt@packages.debian.org-ra " "berri emanez (ingelesez)" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1864,6 +1869,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Artxiboetako %sB/%sB eskuratu behar dira.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1871,6 +1881,12 @@ msgstr "Artxiboetako %sB/%sB eskuratu behar dira.\n" msgid "Need to get %sB of archives.\n" msgstr "Artxiboetako %sB eskuratu behar dira.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalatuta: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1878,6 +1894,12 @@ msgstr "Artxiboetako %sB eskuratu behar dira.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Ekintza honen ondoren, %sB gehiago erabiliko dira diskoan.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Gordetako Etiketa: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1895,6 +1917,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Aurrera jarraitu nahi al duzu?" @@ -1987,11 +2013,6 @@ msgstr[0] "'%s' erabili ezabatzeko." msgstr[1] "'%s' erabili ezabatzeko." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Ondorengo pakete gehigarriak instalatuko dira:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Iradokitako paketeak:" @@ -2000,6 +2021,11 @@ msgid "Recommended packages:" msgstr "Gomendatutako paketeak:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Ondorengo pakete gehigarriak instalatuko dira:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s saltatzen. Instalatuta dago, eta ez dago bertsio-berritzerik.\n" @@ -2129,10 +2155,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Ondorengo paketeetan bete gabeko mendekotasunak daude:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Huts egin du %2$s(r)en %1$s mendekotasuna betetzean: %3$s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Ondorengo pakete BERRIAK instalatuko dira:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s Instalatzen" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Dependentziak Guztira: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Ondorengo paketeak KENDUKO dira:" @@ -2143,6 +2191,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Ondorengo paketeak mantendu egin dira:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Ondorengo paketeak mantendu egin dira:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Ondorengo paketeak mantendu egin dira:" @@ -2151,10 +2209,24 @@ msgid "The following packages will be upgraded:" msgstr "Ondorengo paketeak bertsio-berrituko dira:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Ondorengo paketeak AURREKO BERTSIORA itzuliko dira:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Ondorengo pakete atxikiak aldatu egingo dira:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Ondorengo pakete atxikiak aldatu egingo dira:" @@ -2172,6 +2244,15 @@ msgstr "" "EZ ezazu horrelakorik egin, ez badakizu ondo zertan ari zaren!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu bertsio berritua(k), %lu berriki instalatuta, " @@ -2182,17 +2263,33 @@ msgid "%lu reinstalled, " msgstr "%lu berrinstalatuta, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s Instalatzen" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu aurreko bertsiora itzulita, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu kentzeko, eta %lu bertsio-berritu gabe.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu ez erabat instalatuta edo kenduta.\n" @@ -3734,6 +3831,11 @@ msgstr "Kontsulta" msgid "Unable to invoke " msgstr "Ezin da deitu " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1851,6 +1851,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "No jo on... Koot eivät täsmää, sähköpostita email apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1858,6 +1863,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Noudettavaa arkistoa %st/%st.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1865,6 +1875,12 @@ msgstr "Noudettavaa arkistoa %st/%st.\n" msgid "Need to get %sB of archives.\n" msgstr "Noudettavaa arkistoa %st.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Asennettu: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1872,6 +1888,12 @@ msgstr "Noudettavaa arkistoa %st.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Toiminnon jälkeen käytetään %s t lisää levytilaa.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Tallennettu nimio: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1890,6 +1912,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Haluatko jatkaa?" @@ -1983,11 +2009,6 @@ msgstr[0] "Poista ne komennolla \"%s\"." msgstr[1] "Poista ne komennolla \"%s\"." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Seuraavat ylimääräiset paketit on merkitty asennettaviksi:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Ehdotetut paketit:" @@ -1996,6 +2017,11 @@ msgid "Recommended packages:" msgstr "Suositellut paketit:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Seuraavat ylimääräiset paketit on merkitty asennettaviksi:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Ohitetaan %s, se on jo asennettu eikä ole komennettu päivitystä.\n" @@ -2125,10 +2151,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Näillä paketeilla on tyydyttämättömiä riippuvuuksia:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Riippuvuutta %s paketille %s ei voi tyydyttää: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Seuraavat UUDET paketit asennetaan:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Asennetaan %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Riippuvuuksia yhteensä: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Seuraavat paketit POISTETAAN:" @@ -2139,6 +2187,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Nämä paketit on jätetty odottamaan:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Nämä paketit on jätetty odottamaan:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Nämä paketit on jätetty odottamaan:" @@ -2147,10 +2205,24 @@ msgid "The following packages will be upgraded:" msgstr "Nämä paketit päivitetään:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Nämä paketit VARHENNETAAN:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Seuraavat pysytetyt paketit muutetaan:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Seuraavat pysytetyt paketit muutetaan:" @@ -2168,6 +2240,15 @@ msgstr "" "Näin EI PITÄISI tehdä jos ei aivan tarkkaan tiedä mitä tekee!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu päivitetty, %lu uutta asennusta, " @@ -2178,17 +2259,33 @@ msgid "%lu reinstalled, " msgstr "%lu uudelleen asennettua, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Asennetaan %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu varhennettua, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu poistettavaa ja %lu päivittämätöntä.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu ei asennettu kokonaan tai poistettiin.\n" @@ -3726,6 +3823,11 @@ msgstr "Kysely" msgid "Unable to invoke " msgstr "Käynnistys ei onnistu" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -2014,6 +2014,12 @@ msgstr "" "Étrangement, les tailles ne correspondent pas. Veuillez le signaler par " "courriel à apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Téléchargement de %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2021,6 +2027,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Il est nécessaire de prendre %so/%so dans les archives.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Téléchargement de %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2028,6 +2040,12 @@ msgstr "Il est nécessaire de prendre %so/%so dans les archives.\n" msgid "Need to get %sB of archives.\n" msgstr "Il est nécessaire de prendre %so dans les archives.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installé : " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2036,6 +2054,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Après cette opération, %so d'espace disque supplémentaires seront utilisés.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Étiquette stockée : %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2055,6 +2079,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Souhaitez-vous continuer ?" @@ -2153,10 +2181,6 @@ msgstr[0] "Veuillez utiliser « %s » pour le supprimer." msgstr[1] "Veuillez utiliser « %s » pour les supprimer." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Les paquets supplémentaires suivants seront installés : " - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paquets suggérés :" @@ -2165,6 +2189,10 @@ msgid "Recommended packages:" msgstr "Paquets recommandés :" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Les paquets supplémentaires suivants seront installés : " + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Passe %s, il est déjà installé et la mise à jour n'est pas prévue.\n" @@ -2304,10 +2332,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Les paquets suivants contiennent des dépendances non satisfaites :" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Impossible de satisfaire les dépendances %s pour %s : %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Les NOUVEAUX paquets suivants seront installés :" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Installation de %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Nombre de dépendances : " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Les paquets suivants seront ENLEVÉS :" @@ -2318,6 +2368,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Les paquets suivants ont été conservés :" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Les paquets suivants ont été conservés :" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Les paquets suivants ont été conservés :" @@ -2326,10 +2386,24 @@ msgid "The following packages will be upgraded:" msgstr "Les paquets suivants seront mis à jour :" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Les paquets suivants seront mis à une VERSION INFÉRIEURE :" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Les paquets retenus suivants seront changés :" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Les paquets retenus suivants seront changés :" @@ -2348,6 +2422,15 @@ msgstr "" "que vous êtes en train de faire." #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu mis à jour, %lu nouvellement installés, " @@ -2358,17 +2441,34 @@ msgid "%lu reinstalled, " msgstr "%lu réinstallés, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Installation de %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu remis à une version inférieure, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Téléchargement de %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu à enlever et %lu non mis à jour.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu partiellement installés ou enlevés.\n" @@ -2415,8 +2515,8 @@ msgstr[0] "" "Il y a %i enregistrement supplémentaire. Veuillez utiliser l'opérande « -a » " "pour le voir" msgstr[1] "" -"Il y a %i enregistrements supplémentaires. Veuillez utiliser l'opérande « -a " -"» pour les voir." +"Il y a %i enregistrements supplémentaires. Veuillez utiliser l'opérande « -" +"a » pour les voir." #: apt-private/private-show.cc msgid "not a real package (virtual)" @@ -3993,6 +4093,11 @@ msgstr "Requête" msgid "Unable to invoke " msgstr "Impossible d'invoquer " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4545,9 +4650,6 @@ msgstr "Les fichiers vides ne peuvent être des archives valables" #~ "La distribution cible « %s » indisponible pour le paquet « %s » est " #~ "ignorée" -#~ msgid "Downloading %s %s" -#~ msgstr "Téléchargement de %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Ce n'est pas une archive DEB valide, elle n'a pas de membre « %s », " @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -1919,6 +1919,12 @@ msgstr "" "Que estraño... Os tamaños non coinciden; envíe un correo-e a apt@packages." "debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Descargando %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1926,6 +1932,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Ten que recibir %sB/%sB de arquivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Descargando %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1933,6 +1945,12 @@ msgstr "Ten que recibir %sB/%sB de arquivos.\n" msgid "Need to get %sB of archives.\n" msgstr "Ten que recibir %sB de arquivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalado: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1940,6 +1958,12 @@ msgstr "Ten que recibir %sB de arquivos.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Despois desta operación ocuparanse %sB de disco adicionais.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etiqueta almacenada: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1957,6 +1981,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Quere continuar?" @@ -2051,11 +2079,6 @@ msgstr[0] "Empregue «%s» para eliminalos." msgstr[1] "Empregue «%s» para eliminalos." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Instalaranse os seguintes paquetes extra:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paquetes suxeridos:" @@ -2064,6 +2087,11 @@ msgid "Recommended packages:" msgstr "Paquetes recomendados:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Instalaranse os seguintes paquetes extra:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Omítese %s, xa está instalado e non se especificou a anovación.\n" @@ -2197,10 +2225,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Os seguintes paquetes teñen dependencias sen cumprir:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Non foi posíbel satisfacer a dependencia «%s» de %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Os seguintes paquetes NOVOS hanse instalar:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instalando %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Número total de dependencias: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Vanse RETIRAR os paquetes seguintes:" @@ -2211,6 +2261,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Consérvanse os seguintes paquetes:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Consérvanse os seguintes paquetes:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Consérvanse os seguintes paquetes:" @@ -2219,10 +2279,24 @@ msgid "The following packages will be upgraded:" msgstr "Vanse anovar os paquetes seguintes:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Vanse REVERTER os seguintes paquetes :" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Vanse modificar os paquetes retidos seguintes:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Vanse modificar os paquetes retidos seguintes:" @@ -2240,6 +2314,15 @@ msgstr "" "Isto NON se debe facer a menos que saiba exactamente o que está a facer!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu anovados, %lu instalados, " @@ -2250,17 +2333,34 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalados, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instalando %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu revertidos, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Descargando %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "Vanse retirar %lu e deixar %lu sen anovar.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu non instalados ou retirados de todo.\n" @@ -3806,6 +3906,11 @@ msgstr "Petición" msgid "Unable to invoke " msgstr "Non é posíbel chamar a " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4274,9 +4379,6 @@ msgstr "Os ficheiros baleiros non poden ser arquivadores válidos" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ignorase a versión de destino «%s» non dispoñíbel do paquete «%s»" -#~ msgid "Downloading %s %s" -#~ msgstr "Descargando %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Este non é un arquivo DEB correcto, non ten un membro «%s», «%s» ou «%s»" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -1966,6 +1966,12 @@ msgstr "Belső hiba, a rendezés nem fejeződött be" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "A méretek nem egyeznek, írjon az apt@packages.debian.org címre" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Letöltés: %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1973,6 +1979,12 @@ msgstr "A méretek nem egyeznek, írjon az apt@packages.debian.org címre" msgid "Need to get %sB/%sB of archives.\n" msgstr "Letöltendő adatmennyiség: %sB/%sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Letöltés: %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1980,6 +1992,12 @@ msgstr "Letöltendő adatmennyiség: %sB/%sB.\n" msgid "Need to get %sB of archives.\n" msgstr "Letöltendő adatmennyiség: %sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Telepítve: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1987,6 +2005,12 @@ msgstr "Letöltendő adatmennyiség: %sB.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "A művelet után %sB lemezterület kerül felhasználásra.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Tárolt címke: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2004,6 +2028,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Folytatni akarja?" @@ -2095,10 +2123,6 @@ msgstr[0] "Ezt az „%s” paranccsal törölheti." msgstr[1] "Ezeket az „%s” paranccsal törölheti." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "A következő további csomagok lesznek telepítve:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Javasolt csomagok:" @@ -2107,6 +2131,10 @@ msgid "Recommended packages:" msgstr "Ajánlott csomagok:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "A következő további csomagok lesznek telepítve:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s kihagyása, ez már telepítve van, és a frissítés nincs beállítva.\n" @@ -2239,10 +2267,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Az alábbi csomagoknak teljesítetlen függőségei vannak:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "%2$s csomag %1$s függősége nem elégíthető ki: %3$s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Az alábbi ÚJ csomagok lesznek telepítve:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s telepítése" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Függőségek összesen: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Az alábbi csomagok el lesznek TÁVOLÍTVA:" @@ -2253,6 +2303,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Az alábbi csomagok vissza lesznek tartva:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Az alábbi csomagok vissza lesznek tartva:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Az alábbi csomagok vissza lesznek tartva:" @@ -2261,10 +2321,24 @@ msgid "The following packages will be upgraded:" msgstr "Az alábbi csomagok frissítve lesznek:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Az alábbi csomagok VISSZAFEJLESZTÉSRE kerülnek:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "A következő visszatartott csomagok cseréje:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "A következő visszatartott csomagok cseréje:" @@ -2282,6 +2356,15 @@ msgstr "" "NE tegye ezt, hacsak nem tudja pontosan, mit csinál!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu frissített, %lu újonnan telepített, " @@ -2292,17 +2375,34 @@ msgid "%lu reinstalled, " msgstr "%lu újratelepítendő, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s telepítése" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu visszafejlesztendő, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Letöltés: %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu eltávolítandó és %lu nem frissített.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu nincs teljesen telepítve/eltávolítva.\n" @@ -3875,6 +3975,11 @@ msgstr "Lekérdezés" msgid "Unable to invoke " msgstr "Nem lehet meghívni " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format @@ -4401,9 +4506,6 @@ msgstr "Az üres fájlok biztosan nem érvényes csomagok" #~ "A(z) „%2$s” csomag el nem érhető „%1$s” cél kiadásának figyelmen kívül " #~ "hagyása" -#~ msgid "Downloading %s %s" -#~ msgstr "Letöltés: %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "Érvénytelen DEB archívum, nincs „%s”, „%s” vagy „%s” tagja" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2019-03-04 11:05+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -1993,6 +1993,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Le dimensioni non corrispondono. Inviare un'email a: apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2000,6 +2005,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "È necessario scaricare %sB/%sB di archivi.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Scaricamento non riuscito" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2007,6 +2018,12 @@ msgstr "È necessario scaricare %sB/%sB di archivi.\n" msgid "Need to get %sB of archives.\n" msgstr "È necessario scaricare %sB di archivi.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installato: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2014,6 +2031,12 @@ msgstr "È necessario scaricare %sB di archivi.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Dopo quest'operazione, verranno occupati %sB di spazio su disco.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etichetta archiviata: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2033,6 +2056,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Continuare?" @@ -2128,10 +2155,6 @@ msgstr[0] "Usare \"%s\" per rimuoverlo." msgstr[1] "Usare \"%s\" per rimuoverli." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "I seguenti pacchetti aggiuntivi saranno inoltre installati:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Pacchetti suggeriti:" @@ -2140,6 +2163,10 @@ msgid "Recommended packages:" msgstr "Pacchetti raccomandati:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "I seguenti pacchetti aggiuntivi saranno inoltre installati:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2273,10 +2300,32 @@ msgid "The following packages have unmet dependencies:" msgstr "I seguenti pacchetti hanno dipendenze non soddisfatte:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Building dependency tree" +msgid "Unsatisfied dependencies:" +msgstr "Generazione albero delle dipendenze" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "I seguenti pacchetti NUOVI saranno installati:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Installazione di %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Totale dipendenze: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "I seguenti pacchetti saranno RIMOSSI:" @@ -2287,6 +2336,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "I seguenti pacchetti sono stati mantenuti alla versione attuale:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "I seguenti pacchetti sono stati mantenuti alla versione attuale:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "I seguenti pacchetti sono stati mantenuti alla versione attuale:" @@ -2295,10 +2354,24 @@ msgid "The following packages will be upgraded:" msgstr "I seguenti pacchetti saranno aggiornati:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "I seguenti pacchetti saranno RETROCESSI:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "I seguenti pacchetti bloccati saranno cambiati:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "I seguenti pacchetti bloccati saranno cambiati:" @@ -2317,6 +2390,15 @@ msgstr "" "si sta facendo." #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu aggiornati, %lu installati, " @@ -2327,17 +2409,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstallati, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Installazione di %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu retrocessi, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu da rimuovere e %lu non aggiornati.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu non completamente installati o rimossi.\n" @@ -3941,6 +4039,11 @@ msgstr "Interrogazione" msgid "Unable to invoke " msgstr "Impossibile invocare " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2022-08-14 14:30+0900\n" "Last-Translator: Hideki Yamane <henrich@debian.org>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -1962,6 +1962,11 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "おっと、サイズがマッチしません。apt@packages.debian.org にメールしてください" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1969,6 +1974,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "%2$sB 中 %1$sB のアーカイブを取得する必要があります。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "ダウンロード失敗" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1976,6 +1987,12 @@ msgstr "%2$sB 中 %1$sB のアーカイブを取得する必要があります msgid "Need to get %sB of archives.\n" msgstr "%sB のアーカイブを取得する必要があります。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " インストールされているバージョン: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1983,6 +2000,12 @@ msgstr "%sB のアーカイブを取得する必要があります。\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "この操作後に追加で %sB のディスク容量が消費されます。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "格納されたラベル: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2000,6 +2023,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "続行しますか?" @@ -2085,10 +2112,6 @@ msgid_plural "Use '%s' to remove them." msgstr[0] "これを削除するには '%s' を利用してください。" #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "以下の追加パッケージがインストールされます:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "提案パッケージ:" @@ -2097,6 +2120,10 @@ msgid "Recommended packages:" msgstr "推奨パッケージ:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "以下の追加パッケージがインストールされます:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2231,10 +2258,32 @@ msgid "The following packages have unmet dependencies:" msgstr "以下のパッケージには満たせない依存関係があります:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Building dependency tree" +msgid "Unsatisfied dependencies:" +msgstr "依存関係ツリーを作成しています" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "以下のパッケージが新たにインストールされます:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s をインストールしています" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "依存関係総数: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "以下のパッケージは「削除」されます:" @@ -2245,6 +2294,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "以下のパッケージは保留されます:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "以下のパッケージは保留されます:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "以下のパッケージは保留されます:" @@ -2253,10 +2312,24 @@ msgid "The following packages will be upgraded:" msgstr "以下のパッケージはアップグレードされます:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "以下のパッケージは「ダウングレード」されます:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "以下の変更禁止パッケージは変更されます:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "以下の変更禁止パッケージは変更されます:" @@ -2274,6 +2347,15 @@ msgstr "" "何をしようとしているか本当にわかっていない場合は、実行してはいけません!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "アップグレード: %lu 個、新規インストール: %lu 個、" @@ -2284,17 +2366,33 @@ msgid "%lu reinstalled, " msgstr "再インストール: %lu 個、" #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s をインストールしています" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "ダウングレード: %lu 個、" #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "削除: %lu 個、保留: %lu 個。\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu 個のパッケージが完全にインストールまたは削除されていません。\n" @@ -3862,6 +3960,11 @@ msgstr "問い合わせ" msgid "Unable to invoke " msgstr "呼び出せません" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -1852,6 +1852,11 @@ msgstr "កំហុសខាងក្នុង ការរៀប msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "យី អីក៏ចម្លែងម្លេះ.. ទំហំមិនដូចគ្នាឡើយ ។ សូមផ្ញើអ៊ីមែលទៅ apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1859,6 +1864,11 @@ msgstr "យី អីក៏ចម្លែងម្លេះ.. ទំ msgid "Need to get %sB/%sB of archives.\n" msgstr "ត្រូវការយក %sB/%sB នៃប័ណ្ណសារ ។\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1866,6 +1876,12 @@ msgstr "ត្រូវការយក %sB/%sB នៃប័ណ្ណ msgid "Need to get %sB of archives.\n" msgstr "ត្រូវការយក %sB នៃប័ណ្ណសារ ។\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " បានដំឡើង ៖ " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1873,6 +1889,12 @@ msgstr "ត្រូវការយក %sB នៃប័ណ្ណសា msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "បន្ទាប់ពីពន្លា %sB នៃការបន្ថែមទំហំថាសត្រូវបានប្រើ ។\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "បានទុកស្លាក ៖ %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1890,6 +1912,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" @@ -1974,11 +2000,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "កញ្ចប់បន្ថែមដូចតទៅនេះ នឹងត្រូវបានដំឡើង ៖" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "កញ្ចប់ដែលបានផ្ដល់យោបល់ ៖" @@ -1987,6 +2008,11 @@ msgid "Recommended packages:" msgstr "កញ្ចប់ដែលបានផ្ដល់អនុសាសន៍ ៖" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "កញ្ចប់បន្ថែមដូចតទៅនេះ នឹងត្រូវបានដំឡើង ៖" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "កំពុងរំលង %s វាបានដំឡើងរួចរាល់ ហើយភាពធ្វើឲ្យប្រសើរមិនទាន់កំណត់ ។\n" @@ -2116,10 +2142,31 @@ msgid "The following packages have unmet dependencies:" msgstr "កញ្ចប់ខាងក្រោមមានភាពអាស្រ័យដែលខុសគ្នា ៖" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "បរាជ័យក្នុងការតម្រូវចិត្តភាពអាស្រ័យ %s សម្រាប់ %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "កញ្ចប់ថ្មីខាងក្រោមនឹងត្រូវបានដំឡើង ៖" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "បានដំឡើង %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "ភាពអាស្រ័យសរុប ៖ " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "កញ្ចប់ខាងក្រោមនឹងត្រូវបានយកចេញ ៖" @@ -2130,6 +2177,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "កញ្ចប់ខាងក្រោមត្រូវបានយកត្រឡប់មកវិញ ៖" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "កញ្ចប់ខាងក្រោមត្រូវបានយកត្រឡប់មកវិញ ៖" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "កញ្ចប់ខាងក្រោមត្រូវបានយកត្រឡប់មកវិញ ៖" @@ -2138,10 +2195,24 @@ msgid "The following packages will be upgraded:" msgstr "កញ្ចប់ខាងក្រោមនឹងត្រូវបានធ្វើឲ្យប្រសើឡើង ៖" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "កញ្ចប់ខាងក្រោមនឹងត្រូវបានបន្ទាប ៖" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "កញ្ចប់រង់ចាំខាងក្រោមនឹងត្រូវបានផ្លាស់ប្តូរ ៖" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "កញ្ចប់រង់ចាំខាងក្រោមនឹងត្រូវបានផ្លាស់ប្តូរ ៖" @@ -2159,6 +2230,15 @@ msgstr "" "ការយកចេញនេះមិនត្រូវបានធ្វើទេលុះត្រាតែអ្នកដឹងថាអ្នកកំពុងធ្វើអ្វីឲ្យប្រាកដ !" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu ត្រូវបានធ្វើឲ្យប្រសើរ %lu ត្រូវបានដំឡើងថ្មី " @@ -2169,17 +2249,32 @@ msgid "%lu reinstalled, " msgstr "%lu ត្រូវបានដំឡើងឡើងវិញ " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "បានដំឡើង %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu ត្រូវបានបន្ទាប់ " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu ដែលត្រូវយកចេញ ហើយ %lu មិនបានធ្វើឲ្យប្រសើរឡើយ ។\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu មិនបានដំឡើង ឬ យកចេញបានគ្រប់ជ្រុងជ្រោយឡើយ ។\n" @@ -3712,6 +3807,11 @@ msgstr "សំណួរ" msgid "Unable to invoke " msgstr "មិនអាចហៅ " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -1869,6 +1869,11 @@ msgstr "" "이상하게도 크기가 서로 다릅니다. apt@packages.debian.org로 이메일을 보내주십" "시오." +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1876,6 +1881,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "%s바이트/%s바이트 아카이브를 받아야 합니다.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1883,6 +1893,12 @@ msgstr "%s바이트/%s바이트 아카이브를 받아야 합니다.\n" msgid "Need to get %sB of archives.\n" msgstr "%s바이트 아카이브를 받아야 합니다.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " 설치: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1890,6 +1906,12 @@ msgstr "%s바이트 아카이브를 받아야 합니다.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "이 작업 후 %s바이트의 디스크 공간을 더 사용하게 됩니다.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "저장된 레이블: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1909,6 +1931,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "계속 하시겠습니까?" @@ -1990,11 +2016,6 @@ msgid_plural "Use '%s' to remove them." msgstr[0] "이들을 지우려면 '%s'를 사용하십시오." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "다음 패키지를 더 설치할 것입니다:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "제안하는 패키지:" @@ -2003,6 +2024,11 @@ msgid "Recommended packages:" msgstr "추천하는 패키지:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "다음 패키지를 더 설치할 것입니다:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2136,10 +2162,32 @@ msgid "The following packages have unmet dependencies:" msgstr "다음 패키지의 의존성이 맞지 않습니다:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "%2$s에 대한 %1$s 의존성을 만족시키는데 실패했습니다: %3$s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "다음 새 패키지를 설치할 것입니다:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s 설치하는 중입니다" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "전체 의존성: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "다음 패키지를 지울 것입니다:" @@ -2150,6 +2198,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "다음 패키지를 과거 버전으로 유지합니다:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "다음 패키지를 과거 버전으로 유지합니다:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "다음 패키지를 과거 버전으로 유지합니다:" @@ -2158,10 +2216,24 @@ msgid "The following packages will be upgraded:" msgstr "다음 패키지를 업그레이드할 것입니다:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "다음 패키지를 다운그레이드할 것입니다:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "고정되었던 다음 패키지를 바꿀 것입니다:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "고정되었던 다음 패키지를 바꿀 것입니다:" @@ -2179,6 +2251,15 @@ msgstr "" "무슨 일을 하고 있는 지 정확히 알지 못한다면 지우지 마십시오!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu개 업그레이드, %lu개 새로 설치, " @@ -2189,17 +2270,33 @@ msgid "%lu reinstalled, " msgstr "%lu개 다시 설치, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s 설치하는 중입니다" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu개 업그레이드, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu개 제거 및 %lu개 업그레이드 안 함.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu개를 완전히 설치하지 못했거나 지움.\n" @@ -3730,6 +3827,11 @@ msgstr "질의" msgid "Unable to invoke " msgstr "다음을 실행할 수 없습니다: " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -1810,6 +1810,11 @@ msgstr "" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1817,6 +1822,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Anîna %sB/%sB ji arşîvan pêwist e.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1824,6 +1834,12 @@ msgstr "Anîna %sB/%sB ji arşîvan pêwist e.\n" msgid "Need to get %sB of archives.\n" msgstr "Anîna %sB ji arşîvan pêwist e.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Sazkirî: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1831,6 +1847,11 @@ msgstr "Anîna %sB ji arşîvan pêwist e.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1848,6 +1869,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Dixwazî bidomînî?" @@ -1930,11 +1955,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Ev pakêtên NÛ dê werine sazkirin:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Paketên tên pêşniyaz kirin:" @@ -1943,6 +1963,11 @@ msgid "Recommended packages:" msgstr "Paketên tên tawsiyê kirin:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Ev pakêtên NÛ dê werine sazkirin:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2072,10 +2097,31 @@ msgid "The following packages have unmet dependencies:" msgstr "" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Unsatisfied dependencies:" +msgstr "Bindestên giştî:" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Ev pakêtên NÛ dê werine sazkirin:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "%s hatine sazkirin" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Bindestên giştî:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Ev pakêt dê werine RAKIRIN:" @@ -2084,6 +2130,14 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "" #: apt-private/private-output.cc +msgid "Not upgrading yet due to phasing:" +msgstr "" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "" @@ -2092,10 +2146,22 @@ msgid "The following packages will be upgraded:" msgstr "Ev paket dê werine bilindkirin:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "" #: apt-private/private-output.cc +msgid "Changing held packages:Changing held packages:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "" @@ -2111,6 +2177,15 @@ msgid "" msgstr "" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu hatine bilindkirin, %lu nû hatine sazkirin." @@ -2121,17 +2196,32 @@ msgid "%lu reinstalled, " msgstr "%lu ji nû ve sazkirî," #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "%s hatine sazkirin" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu hatine nizmkirin." #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu werin rakirin û %lu neyên bilindkirin. \n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "" @@ -3597,6 +3687,11 @@ msgstr "Lêpirsîn" msgid "Unable to invoke " msgstr "%s venebû" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1840,6 +1840,11 @@ msgstr "" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "Keista... Dydis neatitinka, Parašykite laišką apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1847,6 +1852,11 @@ msgstr "Keista... Dydis neatitinka, Parašykite laišką apt@packages.debian.org msgid "Need to get %sB/%sB of archives.\n" msgstr "Reikia parsiųsti %sB/%sB archyvų.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1854,6 +1864,12 @@ msgstr "Reikia parsiųsti %sB/%sB archyvų.\n" msgid "Need to get %sB of archives.\n" msgstr "Reikia parsiųsti %sB archyvų.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Įdiegta: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1861,6 +1877,11 @@ msgstr "Reikia parsiųsti %sB archyvų.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Po šios operacijos bus naudojama %sB papildomos disko vietos.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Freed space: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1878,6 +1899,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ar norite tęsti?" @@ -1960,11 +1985,6 @@ msgstr[0] "Norėdami juos pašalinti, paleiskite „%s“" msgstr[1] "Norėdami juos pašalinti, paleiskite „%s“" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Bus įdiegti šie papildomi paketai:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Siūlomi paketai:" @@ -1973,6 +1993,11 @@ msgid "Recommended packages:" msgstr "Rekomenduojami paketai:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Bus įdiegti šie papildomi paketai:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2104,10 +2129,31 @@ msgid "The following packages have unmet dependencies:" msgstr "Šie paketai turi neįdiegtų priklausomybių:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Nepavyko patenkinti %s priklausomybės %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Bus įdiegti šie NAUJI paketai:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "Įdiegta %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Viso priklausomybių: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Bus PAŠALINTI šie paketai:" @@ -2118,6 +2164,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Šių paketų atnaujinimas sulaikomas:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Šių paketų atnaujinimas sulaikomas:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Šių paketų atnaujinimas sulaikomas:" @@ -2126,10 +2182,24 @@ msgid "The following packages will be upgraded:" msgstr "Bus atnaujinti šie paketai:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Bus PAKEISTI SENESNIAIS šie paketai:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Bus pakeisti šie sulaikyti paketai:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Bus pakeisti šie sulaikyti paketai:" @@ -2147,6 +2217,15 @@ msgstr "" "Tai NETURĖTŲ būti daroma, kol tiksliai nežinote ką darote!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu atnaujinti, %lu naujai įdiegti, " @@ -2157,17 +2236,32 @@ msgid "%lu reinstalled, " msgstr "%lu įdiegti iš naujo, " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "Įdiegta %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu pasendinti, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu bus pašalinta ir %lu neatnaujinta.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu nepilnai įdiegti ar pašalinti.\n" @@ -3702,6 +3796,11 @@ msgstr "Užklausti" msgid "Unable to invoke " msgstr "" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1853,6 +1853,11 @@ msgstr "अंतर्गत त्रुटी,क्रम अजून स msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "किती विचित्र...आकार जुळत नाहीत, ईमेल apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1860,6 +1865,11 @@ msgstr "किती विचित्र...आकार जुळत नाह msgid "Need to get %sB/%sB of archives.\n" msgstr "अर्काईव्हजच्या %sB/%sB घेण्याची गरज आहे\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1867,6 +1877,12 @@ msgstr "अर्काईव्हजच्या %sB/%sB घेण्याच msgid "Need to get %sB of archives.\n" msgstr "अर्काईव्हज%sB घेण्याची गरज आहे.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr "अधिष्ठापित केले:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1874,6 +1890,12 @@ msgstr "अर्काईव्हज%sB घेण्याची गरज आ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "या क्रियेनंतर, %sB एवढी अधिक डिस्क जागा वापरली जाईल.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "ग्रहण केलेले नामदर्शक: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1891,6 +1913,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" @@ -1977,11 +2003,6 @@ msgstr[0] "ती काढून टाकण्यासाठी '%s' वा msgstr[1] "ती काढून टाकण्यासाठी '%s' वापरा." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "खालील अतिरिक्त पॅकेजेस संस्थापित होतील:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "सुचवलेली पॅकेजेस:" @@ -1990,6 +2011,11 @@ msgid "Recommended packages:" msgstr "शिफारस केलेली पॅकेजेस:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "खालील अतिरिक्त पॅकेजेस संस्थापित होतील:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s सोडून देत आहे, ते आधिच संस्थापित केले आहे आणि पुढिल आवृत्ती निश्चित केलेली नाही.\n" @@ -2119,10 +2145,32 @@ msgid "The following packages have unmet dependencies:" msgstr "खालील पॅकेजेस मध्ये नमिळणाऱ्या निर्भरता/ डिपेन्डन्सीज आहेत:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "%s साठी %s डिपेंडन्सी पूर्ण होण्यास असमर्थ: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "खालील नविन पॅकेजेस संस्थापित होतील:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s संस्थापित होत आहे" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "एकूण निर्भरता:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "खालील नविन पॅकेजेस कायमची काढून टाकली जातील:" @@ -2133,6 +2181,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "खालील पॅकेजेस परत ठेवली गेली:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "खालील पॅकेजेस परत ठेवली गेली:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "खालील पॅकेजेस परत ठेवली गेली:" @@ -2141,10 +2199,24 @@ msgid "The following packages will be upgraded:" msgstr "खालील पॅकेजेस पुढिल आवृत्तीकृत होतील:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "खालील पॅकेजेस पुढच्या आवृत्तीकृत होणार नाहीत:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "पुढिल ठेवलेली पॅकेजेस बदलतील:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "पुढिल ठेवलेली पॅकेजेस बदलतील:" @@ -2162,6 +2234,15 @@ msgstr "" "तुम्हाला तुम्ही काय करत आहात हे कळेपर्यंत असं करता येणार नाही!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu पुढे आवृत्तीकृत केले, %lu नव्याने संस्थापित केले," @@ -2172,17 +2253,33 @@ msgid "%lu reinstalled, " msgstr "%lu पुनर्संस्थापित केले," #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s संस्थापित होत आहे" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu मागील आवृत्तीकृत केले," #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu कायमचे काढून टाकण्यासाठी आणि %lu पुढच्या आवृत्तीकृत झालेली नाही.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu संपूर्ण संस्थापित किंवा कायमची काढून टाकलेली नाही.\n" @@ -3711,6 +3808,11 @@ msgstr "प्रश्न" msgid "Unable to invoke " msgstr "जारी करण्यास करण्यास असमर्थ" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -1907,6 +1907,11 @@ msgstr "" "Så rart ... Størrelsene stemmer ikke overens, send en e-post til " "apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1914,6 +1919,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Må hente %sB/%sB med arkiver.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Nedlasting feilet" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1921,6 +1932,12 @@ msgstr "Må hente %sB/%sB med arkiver.\n" msgid "Need to get %sB of archives.\n" msgstr "Må hente %sB med arkiver.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installert: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1928,6 +1945,12 @@ msgstr "Må hente %sB med arkiver.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Etter denne operasjonen vil %sB ekstra diskplass bli brukt.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Lagret merkelapp: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1946,6 +1969,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du fortsette?" @@ -2035,10 +2062,6 @@ msgstr[0] "Bruk «%s» for å fjerne den." msgstr[1] "Bruk «%s» for å fjerne dem." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Følgende ekstra pakker vil bli installert:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Foreslåtte pakker:" @@ -2047,6 +2070,10 @@ msgid "Recommended packages:" msgstr "Anbefalte pakker" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Følgende ekstra pakker vil bli installert:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2185,10 +2212,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Følgende pakker har uinnfridde avhengighetsforhold:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Klarte ikke å tilfredsstille %s avhengighet for %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Følgende NYE pakker vil bli installert:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Installerer %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Antall avhengighetsforhold: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Følgende pakker vil bli FJERNET:" @@ -2199,6 +2248,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Følgende pakker er holdt tilbake:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Følgende pakker er holdt tilbake:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Følgende pakker er holdt tilbake:" @@ -2207,10 +2266,24 @@ msgid "The following packages will be upgraded:" msgstr "Følgende pakker vil bli oppgradert:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Følgende pakker vil bli NEDGRADERT:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Følgende pakker vil bli endret:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Følgende pakker vil bli endret:" @@ -2228,6 +2301,15 @@ msgstr "" "Dette bør IKKE gjøres, med mindre du vet nøyaktig hva du gjør!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu oppgraderte, %lu nylig installerte, " @@ -2238,17 +2320,33 @@ msgid "%lu reinstalled, " msgstr "%lu installert på nytt, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Installerer %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu nedgraderte, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu å fjerne og %lu ikke oppgradert.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu pakker ikke fullt installert eller fjernet.\n" @@ -3800,6 +3898,11 @@ msgstr "Spørring" msgid "Unable to invoke " msgstr "Klarte ikke å starte" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -1849,6 +1849,11 @@ msgstr "आन्तरिक त्रुटि, आदेश समाप् msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "कस्तो नमिलेको.. साइजहरू मेल खाएन, apt@packages.debian.org इमेल गर्नुहोस्" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1856,6 +1861,11 @@ msgstr "कस्तो नमिलेको.. साइजहरू मेल msgid "Need to get %sB/%sB of archives.\n" msgstr "संग्रहहरुको %sB/%sB प्राप्त गर्न आवश्यक ।\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1863,6 +1873,12 @@ msgstr "संग्रहहरुको %sB/%sB प्राप्त गर msgid "Need to get %sB of archives.\n" msgstr "संग्रहहरुको %sB प्राप्त गर्न आवश्यक ।\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " स्थापना भयो:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1870,6 +1886,12 @@ msgstr "संग्रहहरुको %sB प्राप्त गर्न msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "अनप्याक गरिसके पछि थप डिस्क खाली ठाउँको %sB प्रयोग हुनेछ ।\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "लेबुल भण्डारण गर्नुहोस्:%s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1887,6 +1909,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" @@ -1971,11 +1997,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "निम्न अतिरिक्त प्याकेजहरू स्थापना हुनेछन्:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "सुझाव दिएका प्याकेजहरू:" @@ -1984,6 +2005,11 @@ msgid "Recommended packages:" msgstr "सिफारिस गरिएका प्याकेजहरू:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "निम्न अतिरिक्त प्याकेजहरू स्थापना हुनेछन्:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s फड्किदैछ, यो पहिल्यै स्थापना भयो र स्तरवृद्धि सेट भएको छैन ।\n" @@ -2113,10 +2139,31 @@ msgid "The following packages have unmet dependencies:" msgstr "निम्न प्याकेजहरुले निर्भरताहरू भेटेनन्:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "%s को लागि %s निर्भरता सन्तुष्ट गर्न असफल: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "निम्न नयाँ प्याकेजहरू स्थापना हुनेछन्:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr " %s स्थापना भयो" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "कूल निर्भरताहरू:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "निम्न प्याकेजहरू हटाइनेछन्:" @@ -2127,6 +2174,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "निम्न प्याकेजहरू पछाडि राखिनेछन्:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "निम्न प्याकेजहरू पछाडि राखिनेछन्:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "निम्न प्याकेजहरू पछाडि राखिनेछन्:" @@ -2135,10 +2192,24 @@ msgid "The following packages will be upgraded:" msgstr "निम्न प्याकेजहरू स्तर वृद्धि हुनेछन्:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "निम्न प्याकेजहरू स्तरकम गरिनेछन्:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "निम्न भइरहेको प्याकेजहरू परिवर्तन हुनेछैन:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "निम्न भइरहेको प्याकेजहरू परिवर्तन हुनेछैन:" @@ -2156,6 +2227,15 @@ msgstr "" "तपाईँ के गरिरहेको यकिन नभएसम्म यो काम गरिने छैन!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu स्तर वृद्धि गरियो, %lu नयाँ स्थापना भयो, " @@ -2166,17 +2246,32 @@ msgid "%lu reinstalled, " msgstr "%lu पुन: स्थापना गरियो, " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr " %s स्थापना भयो" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu स्तर कम गरियो, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu हटाउन र %lu स्तर वृद्धि गरिएन ।\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu पूर्णरुपले स्थापना भएन र हटाइएन ।\n" @@ -3710,6 +3805,11 @@ msgstr "क्वेरी" msgid "Unable to invoke " msgstr "आह्वान गर्न असक्षम भयो" +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.12\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-03-07 16:30+0100\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2024-02-26 20:56+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1990,6 +1990,11 @@ msgstr "" "Merkwaardig... De groottes kwamen niet overeen. Gelieve apt@packages.debian." "org te mailen" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1997,6 +2002,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Er moeten %sB/%sB aan archieven opgehaald worden.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Ophalen mislukt" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2004,6 +2015,12 @@ msgstr "Er moeten %sB/%sB aan archieven opgehaald worden.\n" msgid "Need to get %sB of archives.\n" msgstr "Er moeten %sB aan archieven opgehaald worden.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Geïnstalleerd: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2011,6 +2028,12 @@ msgstr "Er moeten %sB aan archieven opgehaald worden.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Na deze bewerking zal er %sB extra schijfruimte gebruikt worden.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Opgeslagen label: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2030,6 +2053,10 @@ msgstr "" "Het verwijderen van essentiële voor het systeem kritieke pakketten is niet " "toegestaan. Dit kan het systeem onklaar maken." +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Wilt u doorgaan?" @@ -2121,10 +2148,6 @@ msgstr[0] "Gebruik '%s' om het te verwijderen." msgstr[1] "Gebruik '%s' om ze te verwijderen." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "De volgende extra pakketten zullen geïnstalleerd worden:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Voorgestelde pakketten:" @@ -2133,6 +2156,10 @@ msgid "Recommended packages:" msgstr "Aanbevolen pakketten:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "De volgende extra pakketten zullen geïnstalleerd worden:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2269,10 +2296,32 @@ msgid "The following packages have unmet dependencies:" msgstr "De volgende pakketten hebben niet-voldane vereisten:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "voldoen aan vereistentekenreeksen" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "De volgende NIEUWE pakketten zullen geïnstalleerd worden:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s wordt geïnstalleerd" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Totaal aantal vereisten: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "De volgende pakketten zullen VERWIJDERD worden:" @@ -2281,6 +2330,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "De volgende opwaarderingen zijn uitgesteld vanwege fasering:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following upgrades have been deferred due to phasing:" +msgid "Not upgrading yet due to phasing:" +msgstr "De volgende opwaarderingen zijn uitgesteld vanwege fasering:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "De volgende pakketten zijn achtergehouden:" @@ -2289,10 +2348,24 @@ msgid "The following packages will be upgraded:" msgstr "De volgende pakketten zullen opgewaardeerd worden:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "De volgende pakketten zullen GEDEGRADEERD worden:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "De volgende gehandhaafde pakketten zullen gewijzigd worden:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "De volgende gehandhaafde pakketten zullen gewijzigd worden:" @@ -2310,6 +2383,15 @@ msgstr "" "Dit dient NIET gedaan te worden tenzij u precies weet wat u doet!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu opgewaardeerd, %lu nieuw geïnstalleerd, " @@ -2320,17 +2402,33 @@ msgid "%lu reinstalled, " msgstr "%lu opnieuw geïnstalleerd, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s wordt geïnstalleerd" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu gedegradeerd, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu te verwijderen en %lu niet opgewaardeerd.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu niet volledig geïnstalleerd of verwijderd.\n" @@ -3919,6 +4017,11 @@ msgstr "Zoekopdracht" msgid "Unable to invoke " msgstr "Mislukking bij aanroepen van " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1858,6 +1858,11 @@ msgstr "Intern feil ved tilleggjing av avleiing" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1865,6 +1870,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "M henta %sB/%sB med arkiv.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1872,6 +1882,12 @@ msgstr "M henta %sB/%sB med arkiv.\n" msgid "Need to get %sB of archives.\n" msgstr "M henta %sB med arkiv.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installert: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1879,6 +1895,12 @@ msgstr "M henta %sB med arkiv.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Etter utpakking vil %sB meir diskplass verta brukt.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Lagra etikett: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1897,6 +1919,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du halda fram?" @@ -1980,11 +2006,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Dei flgjande tilleggspakkane vil verta installerte:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Fresltte pakkar:" @@ -1993,6 +2014,11 @@ msgid "Recommended packages:" msgstr "Tilrdde pakkar" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Dei flgjande tilleggspakkane vil verta installerte:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2126,10 +2152,31 @@ msgid "The following packages have unmet dependencies:" msgstr "Flgjande pakkar har krav som ikkje er oppfylte:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Klarte ikkje oppfylla kravet %s for %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Dei flgjande NYE pakkane vil verta installerte:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr " Installert: " + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Tal p krav: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Dei flgjande pakkane vil verta FJERNA:" @@ -2140,6 +2187,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Dei flgjande pakkane er haldne tilbake:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Dei flgjande pakkane er haldne tilbake:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Dei flgjande pakkane er haldne tilbake:" @@ -2148,10 +2205,24 @@ msgid "The following packages will be upgraded:" msgstr "Dei flgjande pakkane vil verta oppgraderte:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Dei flgjande pakkane vil verta NEDGRADERTE:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Dei flgjande pakkane som er haldne tilbake vil verta endra:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Dei flgjande pakkane som er haldne tilbake vil verta endra:" @@ -2170,6 +2241,15 @@ msgstr "" "Dette br IKKJE gjerast utan at du er fullstendig klar over kva du gjer!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu oppgraderte, %lu nyleg installerte, " @@ -2180,17 +2260,32 @@ msgid "%lu reinstalled, " msgstr "%lu installerte p nytt, " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr " Installert: " + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu nedgraderte, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu skal fjernast og %lu skal ikkje oppgraderast.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu ikkje fullstendig installerte eller fjerna.\n" @@ -3725,6 +3820,11 @@ msgstr "Sprjing" msgid "Unable to invoke " msgstr "Klarte ikkje starta " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -1931,6 +1931,12 @@ msgstr "" "Wystąpił dziwny błąd - rozmiary się nie zgadzają. Proszę to zgłosić pod " "apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Pobieranie %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1938,6 +1944,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Konieczne pobranie %sB/%sB archiwów.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Pobieranie %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1945,6 +1957,12 @@ msgstr "Konieczne pobranie %sB/%sB archiwów.\n" msgid "Need to get %sB of archives.\n" msgstr "Konieczne pobranie %sB archiwów.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Zainstalowana: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1952,6 +1970,12 @@ msgstr "Konieczne pobranie %sB archiwów.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Po tej operacji zostanie dodatkowo użyte %sB miejsca na dysku.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etykieta: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1969,6 +1993,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Kontynuować?" @@ -2074,11 +2102,6 @@ msgstr[1] "Aby je usunąć należy użyć \"%s\"." msgstr[2] "Aby je usunąć należy użyć \"%s\"." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Zostaną zainstalowane następujące dodatkowe pakiety:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Sugerowane pakiety:" @@ -2087,6 +2110,11 @@ msgid "Recommended packages:" msgstr "Polecane pakiety:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Zostaną zainstalowane następujące dodatkowe pakiety:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2224,10 +2252,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Następujące pakiety mają niespełnione zależności:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Nie udało się spełnić zależności %s od %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Zostaną zainstalowane następujące NOWE pakiety:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instalowanie %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "W sumie zależności: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Następujące pakiety zostaną USUNIĘTE:" @@ -2238,6 +2288,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Następujące pakiety zostały zatrzymane:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Następujące pakiety zostały zatrzymane:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Następujące pakiety zostały zatrzymane:" @@ -2246,10 +2306,24 @@ msgid "The following packages will be upgraded:" msgstr "Następujące pakiety zostaną zaktualizowane:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Zostaną zainstalowane STARE wersje następujących pakietów:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Zostaną zmienione następujące zatrzymane pakiety:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Zostaną zmienione następujące zatrzymane pakiety:" @@ -2267,6 +2341,15 @@ msgstr "" "NIE należy kontynuować, jeśli nie jest się pewnym tego co się robi!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu aktualizowanych, %lu nowo instalowanych, " @@ -2277,17 +2360,34 @@ msgid "%lu reinstalled, " msgstr "%lu ponownie instalowanych, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instalowanie %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu cofniętych wersji, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Pobieranie %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu usuwanych i %lu nieaktualizowanych.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu nie w pełni zainstalowanych lub usuniętych.\n" @@ -3852,6 +3952,11 @@ msgstr "Info" msgid "Unable to invoke " msgstr "Nie można wywołać " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4366,9 +4471,6 @@ msgstr "Puste pliki nie mogą być prawidłowymi archiwami" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ignorowanie niedostępnego wydania docelowego %s pakietu %s" -#~ msgid "Downloading %s %s" -#~ msgstr "Pobieranie %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "To nie jest poprawne archiwum DEB, brakuje składnika \"%s\", \"%s\" lub " @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1933,6 +1933,12 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Estranho... Os tamanhos não coincidiram, escreva para apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "A obter %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1940,6 +1946,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "É necessário obter %sB/%sB de arquivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "A obter %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1947,6 +1959,12 @@ msgstr "É necessário obter %sB/%sB de arquivos.\n" msgid "Need to get %sB of archives.\n" msgstr "É necessário obter %sB de arquivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalado: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1955,6 +1973,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Após esta operação, serão utilizados %sB adicionais de espaço em disco.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Label Guardada: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1972,6 +1996,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Deseja continuar?" @@ -2063,11 +2091,6 @@ msgstr[0] "Utilize '%s' para o remover." msgstr[1] "Utilize '%s' para os remover." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Os seguintes pacotes extra serão instalados:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Pacotes sugeridos:" @@ -2076,6 +2099,11 @@ msgid "Recommended packages:" msgstr "Pacotes recomendados:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Os seguintes pacotes extra serão instalados:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Saltando %s, já está instalado e a actualização não está definida.\n" @@ -2211,10 +2239,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Os pacotes a seguir têm dependências não satisfeitas:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Falha ao satisfazer a dependência %s para %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Serão instalados os seguintes NOVOS pacotes:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "A instalar %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Total de dependências: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Serão REMOVIDOS os seguintes pacotes:" @@ -2225,6 +2275,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Serão mantidos em suas versões actuais os seguintes pacotes:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Serão mantidos em suas versões actuais os seguintes pacotes:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Serão mantidos em suas versões actuais os seguintes pacotes:" @@ -2233,10 +2293,24 @@ msgid "The following packages will be upgraded:" msgstr "Serão actualizados os seguintes pacotes:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Será feito o DOWNGRADE aos seguintes pacotes:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Os seguintes pacotes mantidos serão mudados:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Os seguintes pacotes mantidos serão mudados:" @@ -2254,6 +2328,15 @@ msgstr "" "Isso NÃO deverá ser feito a menos que saiba exactamente o que está a fazer!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu pacotes actualizados, %lu pacotes novos instalados, " @@ -2264,17 +2347,34 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalados, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "A instalar %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu a que foi feito o downgrade, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "A obter %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu a remover e %lu não actualizados.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu pacotes não totalmente instalados ou removidos.\n" @@ -3828,6 +3928,11 @@ msgstr "Pesquisa" msgid "Unable to invoke " msgstr "Não foi possível invocar " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4344,9 +4449,6 @@ msgstr "Ficheiros vazios não podem ser arquivos válidos" #~ msgstr "" #~ "Ignorar o lançamento pretendido, não disponível, '%s' do pacote '%s'" -#~ msgid "Downloading %s %s" -#~ msgstr "A obter %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Este não é um arquivo DEB válido, não tem '%s', '%s' ou o membro '%s'" diff --git a/po/pt_BR.po b/po/pt_BR.po index 53910f1a6..44d746899 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -1864,6 +1864,11 @@ msgstr "" "Que estranho... Os tamanhos não batem, mande e-mail para apt@packages.debian." "org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1871,6 +1876,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "É preciso baixar %sB/%sB de arquivos.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1878,6 +1888,12 @@ msgstr "É preciso baixar %sB/%sB de arquivos.\n" msgid "Need to get %sB of archives.\n" msgstr "É preciso baixar %sB de arquivos.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalado: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1886,6 +1902,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Depois desta operação, %sB adicionais de espaço em disco serão usados.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Rótulo armazenado: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1903,6 +1925,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Você quer continuar?" @@ -1995,11 +2021,6 @@ msgstr[0] "Use '%s' para removê-los." msgstr[1] "Use '%s' para removê-los." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Os pacotes extra a seguir serão instalados:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Pacotes sugeridos:" @@ -2008,6 +2029,11 @@ msgid "Recommended packages:" msgstr "Pacotes recomendados:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Os pacotes extra a seguir serão instalados:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Pulando %s, já está instalado e a atualização não está configurada.\n" @@ -2137,10 +2163,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Os pacotes a seguir têm dependências desencontradas:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Falhou ao satisfazer a dependência de %s por %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Os NOVOS pacotes a seguir serão instalados:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Instalando %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Total de dependências: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Os pacotes a seguir serão REMOVIDOS:" @@ -2151,6 +2199,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Os pacotes a seguir serão mantidos em suas versões atuais:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Os pacotes a seguir serão mantidos em suas versões atuais:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Os pacotes a seguir serão mantidos em suas versões atuais:" @@ -2159,10 +2217,24 @@ msgid "The following packages will be upgraded:" msgstr "Os pacotes a seguir serão atualizados:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Os pacotes a seguir serão REVERTIDOS:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Os seguintes pacotes mantidos serão mudados:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Os seguintes pacotes mantidos serão mudados:" @@ -2181,6 +2253,15 @@ msgstr "" "fazendo!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu pacotes atualizados, %lu pacotes novos instalados, " @@ -2191,17 +2272,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalados, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Instalando %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu revertidos, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu a serem removidos e %lu não atualizados.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu pacotes não totalmente instalados ou removidos.\n" @@ -3749,6 +3846,11 @@ msgstr "Pesquisa" msgid "Unable to invoke " msgstr "Impossível invocar " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2023-07-13 19:58+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1461,8 +1461,8 @@ msgstr "" "din cauza unei bucle conflict/pre-dependență (Conflicts/Pre-Depends). Acest " "lucru este adesea rău, dar dacă doriți cu adevărat să o faceți, activați " "opțiunea „APT::Force-LoopBreak” rulând comanda «apt-get -u -o APT::Force-" -"LoopBreak=1» sau manual, adăugând linia »APT::Force-LoopBreak " -"\"true\";« (fără săgeți) în fișierul „/etc/apt/apt.conf”." +"LoopBreak=1» sau manual, adăugând linia »APT::Force-LoopBreak \"true\";« " +"(fără săgeți) în fișierul „/etc/apt/apt.conf”." #: apt-pkg/pkgcache.cc msgid "Empty package cache" @@ -2042,6 +2042,11 @@ msgstr "" "Ce ciudat... Dimensiunile nu se potrivesc, trimiteți un mesaj la " "apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2049,6 +2054,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Este nevoie să descărcați %so/%so de arhive.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Descărcarea a eșuat" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2056,6 +2067,12 @@ msgstr "Este nevoie să descărcați %so/%so de arhive.\n" msgid "Need to get %sB of archives.\n" msgstr "Este nevoie să descărcați %so de arhive.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Instalat: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2063,6 +2080,12 @@ msgstr "Este nevoie să descărcați %so de arhive.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "După această operație vor fi folosiți din disc încă %so.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Etichetă memorată: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2084,6 +2107,10 @@ msgstr "" "Eliminarea pachetelor esențiale, cruciale ale sistemului nu este permisă. " "Acest lucru ar putea deteriora sistemul." +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vreți să continuați?" @@ -2194,10 +2221,6 @@ msgstr[1] "Folosiți «%s» pentru a le elimina." msgstr[2] "Folosiți «%s» pentru a le elimina." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Următoarele pachete adiționale vor fi instalate:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Pachete sugerate:" @@ -2206,6 +2229,10 @@ msgid "Recommended packages:" msgstr "Pachete recomandate:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Următoarele pachete adiționale vor fi instalate:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Se omite %s, este deja instalat și înnoirea nu este activată.\n" @@ -2341,10 +2368,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Următoarele pachete au dependențe neîndeplinite:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "efectuează operațiile pentru satisfacerea lanțurilor de dependențe" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Următoarele pachete NOI vor fi instalate:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Se instalează %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Total dependențe: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Următoarele pachete vor fi ȘTERSE:" @@ -2355,6 +2404,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Următoarele pachete au fost reținute:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Următoarele pachete au fost reținute:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Următoarele pachete au fost reținute:" @@ -2363,10 +2422,24 @@ msgid "The following packages will be upgraded:" msgstr "Următoarele pachete vor fi ÎNNOITE:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Următoarele pachete vor fi RETROGRADATE:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Următoarele pachete ținute vor fi schimbate:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Următoarele pachete ținute vor fi schimbate:" @@ -2384,6 +2457,15 @@ msgstr "" "Acest lucru NU trebuie făcut decât dacă știți exact ceea ce faceți!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu înnoit(e), %lu nou instalat(e), " @@ -2394,17 +2476,33 @@ msgid "%lu reinstalled, " msgstr "%lu reinstalat(e), " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Se instalează %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu retrogragradat(e), " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu de eliminat și %lu neactualizat(e).\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu instalat(e) sau eliminat(e) incomplet.\n" @@ -4011,6 +4109,11 @@ msgstr "Interogare" msgid "Unable to invoke " msgstr "Nu s-a putut invoca " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.2.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2021-02-22 20:02+0300\n" "Last-Translator: Алексей Шилин <rootlexx@mail.ru>\n" "Language-Team: русский <debian-l10n-russian@lists.debian.org>\n" @@ -1976,6 +1976,12 @@ msgstr "Внутренняя ошибка: упорядочение пакето msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "Странно. Несовпадение размеров, напишите на apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Выполняется загрузка %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1983,6 +1989,12 @@ msgstr "Странно. Несовпадение размеров, напиши msgid "Need to get %sB/%sB of archives.\n" msgstr "Необходимо скачать %sB/%sB архивов.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Выполняется загрузка %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1990,6 +2002,12 @@ msgstr "Необходимо скачать %sB/%sB архивов.\n" msgid "Need to get %sB of archives.\n" msgstr "Необходимо скачать %sB архивов.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Установлен: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1999,6 +2017,12 @@ msgstr "" "После данной операции объём занятого дискового пространства возрастёт на " "%sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Найдена метка: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -2020,6 +2044,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Хотите продолжить?" @@ -2115,10 +2143,6 @@ msgstr[1] "Для их удаления используйте «%s»." msgstr[2] "Для их удаления используйте «%s»." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Будут установлены следующие дополнительные пакеты:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Предлагаемые пакеты:" @@ -2127,6 +2151,10 @@ msgid "Recommended packages:" msgstr "Рекомендуемые пакеты:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Будут установлены следующие дополнительные пакеты:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Пропускается %s: пакет уже установлен, а параметр upgrade не задан.\n" @@ -2258,10 +2286,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Следующие пакеты имеют неудовлетворённые зависимости:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "удовлетворить строки зависимостей" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Следующие НОВЫЕ пакеты будут установлены:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Устанавливается %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Всего зависимостей: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Следующие пакеты будут УДАЛЕНЫ:" @@ -2272,6 +2322,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Следующие пакеты будут оставлены в неизменном виде:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Следующие пакеты будут оставлены в неизменном виде:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Следующие пакеты будут оставлены в неизменном виде:" @@ -2280,10 +2340,24 @@ msgid "The following packages will be upgraded:" msgstr "Следующие пакеты будут обновлены:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Следующие пакеты будут заменены на СТАРЫЕ версии:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Следующие зафиксированные пакеты будут изменены:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Следующие зафиксированные пакеты будут изменены:" @@ -2301,6 +2375,15 @@ msgstr "" "НЕ ДЕЛАЙТЕ этого, если вы НЕ представляете себе все возможные последствия!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "Обновлено %lu пакетов, установлено %lu новых пакетов, " @@ -2311,17 +2394,34 @@ msgid "%lu reinstalled, " msgstr "переустановлено %lu пакетов, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Устанавливается %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu пакетов заменено на старые версии, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Выполняется загрузка %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "для удаления отмечено %lu пакетов, и %lu пакетов не обновлено.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "Установлено или удалено не до конца %lu пакетов.\n" @@ -3911,6 +4011,11 @@ msgstr "Запрос" msgid "Unable to invoke " msgstr "Невозможно вызвать " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4446,9 +4551,6 @@ msgstr "Пустые файлы не могут быть допустимыми #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Игнорируется недоступный выпуск «%s» пакета «%s»" -#~ msgid "Downloading %s %s" -#~ msgstr "Выполняется загрузка %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Это неправильный DEB-архив — отсутствует составная часть «%s», «%s» или " @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1896,6 +1896,12 @@ msgstr "" "Nezvyčajná udalosť... Veľkosti nesúhlasia, pošlite e-mail na apt@packages." "debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Sťahuje sa %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1903,6 +1909,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Je potrebné stiahnuť %sB/%sB archívov.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Sťahuje sa %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1910,6 +1922,12 @@ msgstr "Je potrebné stiahnuť %sB/%sB archívov.\n" msgid "Need to get %sB of archives.\n" msgstr "Je potrebné stiahnuť %sB archívov.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Nainštalovaná verzia: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1917,6 +1935,12 @@ msgstr "Je potrebné stiahnuť %sB archívov.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Po tejto operácii sa na disku použije ďalších %sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Uložená menovka: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1934,6 +1958,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Chcete pokračovať?" @@ -2033,11 +2061,6 @@ msgstr[1] "Na ich odstránenie použite „%s“." msgstr[2] "Na ich odstránenie použite „%s“." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Nainštalujú sa nasledovné extra balíky:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Navrhované balíky:" @@ -2046,6 +2069,11 @@ msgid "Recommended packages:" msgstr "Odporúčané balíky:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Nainštalujú sa nasledovné extra balíky:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Preskakuje sa %s, pretože je už nainštalovaný.\n" @@ -2181,10 +2209,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Nasledovné balíky majú nesplnené závislosti:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Zlyhalo splnenie %s závislosti pre %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Nainštalujú sa nasledovné NOVÉ balíky:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Inštaluje sa %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Celkom závislostí: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Nasledovné balíky sa ODSTRÁNIA:" @@ -2195,6 +2245,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Nasledovné balíky sa ponechajú v súčasnej verzii:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Nasledovné balíky sa ponechajú v súčasnej verzii:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Nasledovné balíky sa ponechajú v súčasnej verzii:" @@ -2203,10 +2263,24 @@ msgid "The following packages will be upgraded:" msgstr "Nasledovné balíky sa aktualizujú:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Nasledovné balíky sa DEGRADUJÚ:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Nasledovné pridržané balíky sa zmenia:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Nasledovné pridržané balíky sa zmenia:" @@ -2224,6 +2298,15 @@ msgstr "" "Ak presne neviete, čo robíte, tak to NEROBTE!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu aktualizovaných, %lu nových nainštalovaných, " @@ -2234,17 +2317,34 @@ msgid "%lu reinstalled, " msgstr "%lu reinštalovaných, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Inštaluje sa %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu degradovaných, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Sťahuje sa %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu na odstránenie a %lu neaktualizovaných.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu iba čiastočne nainštalovaných alebo odstránených.\n" @@ -3790,6 +3890,11 @@ msgstr "Dotaz" msgid "Unable to invoke " msgstr "Nedá sa vyvolať " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4288,9 +4393,6 @@ msgstr "Prázdne súbory nemôžu byť platné archívy" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ignorovať nedostupné cieľové vydanie „%s“ balíka „%s“" -#~ msgid "Downloading %s %s" -#~ msgstr "Sťahuje sa %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "Toto nie je platný DEB archív, chýba časť „%s“, „%s“ alebo „%s“" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1896,6 +1896,12 @@ msgstr "" "Kako čudno ... Velikosti se ne ujemata, pošljite sporočilo na apt@packages." "debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Prejemanje %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1903,6 +1909,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Potrebno je dobiti %sB/%sB arhivov.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Prejemanje %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1910,6 +1922,12 @@ msgstr "Potrebno je dobiti %sB/%sB arhivov.\n" msgid "Need to get %sB of archives.\n" msgstr "Potrebno je dobiti %sB arhivov.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Nameščen: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1917,6 +1935,12 @@ msgstr "Potrebno je dobiti %sB arhivov.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Po tem opravilu bo porabljenega %sB dodatnega prostora.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Shranjena oznaka: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1934,6 +1958,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ali želite nadaljevati?" @@ -2037,11 +2065,6 @@ msgstr[2] "Uporabite '%s' za njuno odstranitev." msgstr[3] "Uporabite '%s' za njihovo odstranitev." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Naslednji dodatni paketi bodo nameščeni:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Predlagani paketi:" @@ -2050,6 +2073,11 @@ msgid "Recommended packages:" msgstr "Priporočeni paketi:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Naslednji dodatni paketi bodo nameščeni:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s je preskočen, ker je že nameščen in ne potrebuje nadgradnje.\n" @@ -2185,10 +2213,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Naslednji paketi imajo nerešene odvisnosti:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Ni mogoče zadostiti %s odvisnosti za %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Naslednji NOVI paketi bodo nameščeni:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Nameščanje %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Vseh odvisnosti: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Naslednji novi paketi bodo ODSTRANJENI:" @@ -2199,6 +2249,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Naslednji paketi so bili zadržani:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Naslednji paketi so bili zadržani:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Naslednji paketi so bili zadržani:" @@ -2207,10 +2267,24 @@ msgid "The following packages will be upgraded:" msgstr "Naslednji paketi bodo nadgrajeni:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Naslednji paketi bodo POSTARANI:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Naslednji zadržani paketi bodo spremenjeni:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Naslednji zadržani paketi bodo spremenjeni:" @@ -2228,6 +2302,15 @@ msgstr "" "Tega NE storite, razen če ne veste natanko kaj počenjate!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu nadgrajenih, %lu na novo nameščenih, " @@ -2238,17 +2321,34 @@ msgid "%lu reinstalled, " msgstr "%lu posodobljenih, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Nameščanje %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu postaranih, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Prejemanje %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu bo odstranjenih in %lu ne nadgrajenih.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu ne popolnoma nameščenih ali odstranjenih.\n" @@ -3796,6 +3896,11 @@ msgstr "Poizvedba" msgid "Unable to invoke " msgstr "Ni mogoče klicati " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4306,9 +4411,6 @@ msgstr "Prazne datoteke ne morejo biti veljavni arhivi" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Prezri nerazpoložljiv cilj izdaje '%s' paketa '%s'" -#~ msgid "Downloading %s %s" -#~ msgstr "Prejemanje %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "To ni veljaven arhiv DEB, nima člana '%s', '%s' ali '%s'" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -1921,6 +1921,11 @@ msgstr "" "Konstigt… storlekarna stämde inte överens, skicka e-post till apt@packages." "debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1928,6 +1933,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Behöver hämta %sB/%sB arkiv.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "Hämtning misslyckades" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1935,6 +1946,12 @@ msgstr "Behöver hämta %sB/%sB arkiv.\n" msgid "Need to get %sB of archives.\n" msgstr "Behöver hämta %sB arkiv.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Installerad: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1943,6 +1960,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Efter denna åtgärd kommer ytterligare %sB utrymme användas på disken.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Lagrad etikett: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1960,6 +1983,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vill du fortsätta?" @@ -2053,11 +2080,6 @@ msgstr[0] "Använd ”%s” för att ta bort det." msgstr[1] "Använd ”%s” för att ta bort dem." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Följande ytterligare paket kommer att installeras:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Föreslagna paket:" @@ -2066,6 +2088,11 @@ msgid "Recommended packages:" msgstr "Rekommenderade paket:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Följande ytterligare paket kommer att installeras:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2202,10 +2229,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Följande paket har beroenden som inte kan tillfredsställas:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Misslyckades med att tillfredsställa %s-beroendet för %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Följande NYA paket kommer att installeras:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Installerar %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Totalt antal beroenden: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Följande paket kommer att TAS BORT:" @@ -2216,6 +2265,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Följande paket har hållits tillbaka:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Följande paket har hållits tillbaka:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Följande paket har hållits tillbaka:" @@ -2224,10 +2283,24 @@ msgid "The following packages will be upgraded:" msgstr "Följande paket kommer att uppgraderas:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Följande paket kommer att NEDGRADERAS:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Följande tillbakahållna paket kommer att ändras:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Följande tillbakahållna paket kommer att ändras:" @@ -2245,6 +2318,15 @@ msgstr "" "Detta bör INTE genomföras såvida du inte vet exakt vad du gör!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu att uppgradera, %lu att nyinstallera, " @@ -2255,17 +2337,33 @@ msgid "%lu reinstalled, " msgstr "%lu att installera om, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Installerar %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu att nedgradera, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu att ta bort och %lu att inte uppgradera.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu är inte helt installerade eller borttagna.\n" @@ -3829,6 +3927,11 @@ msgstr "Frågar" msgid "Unable to invoke " msgstr "Kunde inte starta " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -113,8 +113,8 @@ msgid "" "Clearsigned file isn't valid, got '%s' (does the network require " "authentication?)" msgstr "" -"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ " -"'%s' (เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)" +"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ '%s' " +"(เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)" #: apt-pkg/acquire-item.cc #, fuzzy, c-format @@ -1864,6 +1864,12 @@ msgstr "ข้อผิดพลาดภายใน: การเรียง msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "แปลกประหลาด... ขนาดไม่ตรงกัน กรุณาอีเมลแจ้ง apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "กำลังดาวน์โหลด %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1871,6 +1877,12 @@ msgstr "แปลกประหลาด... ขนาดไม่ตรงก msgid "Need to get %sB/%sB of archives.\n" msgstr "ต้องดาวน์โหลดแพกเกจ %sB/%sB\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "กำลังดาวน์โหลด %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1878,6 +1890,12 @@ msgstr "ต้องดาวน์โหลดแพกเกจ %sB/%sB\n" msgid "Need to get %sB of archives.\n" msgstr "ต้องดาวน์โหลดแพกเกจ %sB\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " ที่ติดตั้งอยู่: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1885,6 +1903,12 @@ msgstr "ต้องดาวน์โหลดแพกเกจ %sB\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "หลังจากการกระทำนี้ ต้องใช้เนื้อที่บนดิสก์อีก %sB\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "ชื่อที่เก็บไว้: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1902,6 +1926,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "คุณต้องการจะดำเนินการต่อไปหรือไม่?" @@ -1983,11 +2011,6 @@ msgid_plural "Use '%s' to remove them." msgstr[0] "ใช้ '%s' เพื่อถอดถอนแพกเกจดังกล่าวได้" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "จะติดตั้งแพกเกจเพิ่มเติมต่อไปนี้:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "แพกเกจที่แนะนำ:" @@ -1996,6 +2019,11 @@ msgid "Recommended packages:" msgstr "แพกเกจที่ควรใช้ร่วมกัน:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "จะติดตั้งแพกเกจเพิ่มเติมต่อไปนี้:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "จะข้าม %s เนื่องจากแพกเกจติดตั้งไว้แล้ว และไม่มีการกำหนดให้ปรับรุ่น\n" @@ -2125,10 +2153,32 @@ msgid "The following packages have unmet dependencies:" msgstr "แพกเกจต่อไปนี้ขาดแพกเกจที่ต้องใช้:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "ไม่สามารถติดตั้งสิ่งเชื่อมโยง %s สำหรับ %s ได้: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "จะติดตั้งแพกเกจ *ใหม่* ต่อไปนี้:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "กำลังติดตั้ง %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "จำนวนการเชื่อมโยงระหว่างแพกเกจทั้งหมด: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "จะ *ลบ* แพกเกจต่อไปนี้:" @@ -2139,6 +2189,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "จะคงรุ่นแพกเกจต่อไปนี้:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "จะคงรุ่นแพกเกจต่อไปนี้:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "จะคงรุ่นแพกเกจต่อไปนี้:" @@ -2147,10 +2207,24 @@ msgid "The following packages will be upgraded:" msgstr "จะปรับรุ่นแพกเกจต่อไปนี้ขึ้น:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "จะปรับรุ่นแพกเกจต่อไปนี้ *ลง*:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "จะเปลี่ยนแปลงรายการคงรุ่นแพกเกจต่อไปนี้:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "จะเปลี่ยนแปลงรายการคงรุ่นแพกเกจต่อไปนี้:" @@ -2168,6 +2242,15 @@ msgstr "" "คุณ *ไม่ควร* ทำเช่นนี้ นอกจากคุณเข้าใจสิ่งที่จะทำ!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "ปรับรุ่นขึ้น %lu, ติดตั้งใหม่ %lu, " @@ -2178,17 +2261,34 @@ msgid "%lu reinstalled, " msgstr "ติดตั้งซ้ำ %lu, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "กำลังติดตั้ง %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "ปรับรุ่นลง %lu, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "กำลังดาวน์โหลด %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "ถอดถอน %lu และไม่ปรับรุ่น %lu\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "ติดตั้งหรือถอดถอนไม่ครบ %lu\n" @@ -3715,14 +3815,19 @@ msgstr "สอบถาม" msgid "Unable to invoke " msgstr "ไม่สามารถเรียก " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format msgid "" "Signed file isn't valid, got '%s' (does the network require authentication?)" msgstr "" -"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ " -"'%s' (เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)" +"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ '%s' " +"(เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)" #: methods/gpgv.cc msgid "At least one invalid signature was encountered." @@ -4211,9 +4316,6 @@ msgstr "แฟ้มว่างเปล่าไม่สามารถเป #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "จะละเลยรุ่นเป้าหมาย '%s' ซึ่งไม่มีอยู่ของแพกเกจ '%s'" -#~ msgid "Downloading %s %s" -#~ msgstr "กำลังดาวน์โหลด %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "แฟ้มนี้ไม่ใช่แพกเกจ DEB ที่ใช้การได้ ขาดข้อมูล '%s', '%s' หรือ '%s'" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -1876,6 +1876,11 @@ msgstr "" "Nakapagtataka... Hindi magkatugma ang laki, mag-email sa apt@packages.debian." "org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1883,6 +1888,11 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Kailangang kumuha ng %sB/%sB ng arkibo.\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1890,6 +1900,12 @@ msgstr "Kailangang kumuha ng %sB/%sB ng arkibo.\n" msgid "Need to get %sB of archives.\n" msgstr "Kailangang kumuha ng %sB ng arkibo.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Nakaluklok: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1898,6 +1914,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Matapos magbuklat ay %sB na karagdagang puwang sa disk ang magagamit.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Naka-imbak na Label: %s \n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1915,6 +1937,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Nais niyo bang magpatuloy?" @@ -1998,11 +2024,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Ang mga sumusunod na extra na pakete ay luluklokin:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Mga paketeng mungkahi:" @@ -2011,6 +2032,11 @@ msgid "Recommended packages:" msgstr "Mga paketeng rekomendado:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Ang mga sumusunod na extra na pakete ay luluklokin:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2142,10 +2168,31 @@ msgid "The following packages have unmet dependencies:" msgstr "Ang sumusunod na mga pakete ay may kulang na dependensiya:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Bigo sa pagbuo ng dependensiyang %s para sa %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Ang sumusunod na mga paketeng BAGO ay iluluklok:" #: apt-private/private-output.cc +#, fuzzy +msgid "Installing:" +msgstr "Iniluklok ang %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Kabuuan ng mga Dependensiya: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Ang sumusunod na mga pakete ay TATANGGALIN:" @@ -2156,6 +2203,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Ang sumusunod na mga pakete ay hinayaang maiwanan:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Ang sumusunod na mga pakete ay hinayaang maiwanan:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Ang sumusunod na mga pakete ay hinayaang maiwanan:" @@ -2164,10 +2221,24 @@ msgid "The following packages will be upgraded:" msgstr "Ang susunod na mga pakete ay iu-upgrade:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Ang susunod na mga pakete ay ida-DOWNGRADE:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Ang susunod na mga hinawakang mga pakete ay babaguhin:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Ang susunod na mga hinawakang mga pakete ay babaguhin:" @@ -2185,6 +2256,15 @@ msgstr "" "HINDI ito dapat gawin kung hindi niyo alam ng husto ang inyong ginagawa!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu na nai-upgrade, %lu na bagong luklok, " @@ -2195,17 +2275,32 @@ msgid "%lu reinstalled, " msgstr "%lu iniluklok muli, " #: apt-private/private-output.cc +#, fuzzy, c-format +msgid "Reinstalling: %lu, " +msgstr "Iniluklok ang %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu nai-downgrade, " #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu na tatanggalin at %lu na hindi inupgrade\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu na hindi lubos na nailuklok o tinanggal.\n" @@ -3741,6 +3836,11 @@ msgstr "Tanong" msgid "Unable to invoke " msgstr "Hindi ma-invoke " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2023-04-19 15:15+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -1954,6 +1954,12 @@ msgstr "" "Ne kadar ilginç... Boyutlar eşleşmedi, apt@packages.debian.org adresine e-" "posta atın" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "İndiriliyor %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1961,6 +1967,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "%sB/%sB arşiv dosyası indirilecek.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "İndiriliyor %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1968,6 +1980,12 @@ msgstr "%sB/%sB arşiv dosyası indirilecek.\n" msgid "Need to get %sB of archives.\n" msgstr "%sB arşiv dosyası indirilecek.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Kurulu: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1975,6 +1993,12 @@ msgstr "%sB arşiv dosyası indirilecek.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Bu işlem tamamlandıktan sonra %sB ek disk alanı kullanılacak.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Kayıtlı etiket: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1994,6 +2018,10 @@ msgstr "" "Kritik sistem paketlerini kaldırmak sisteminizi bozabileceği için " "yasaklanmıştır." +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Devam etmek istiyor musunuz?" @@ -2084,10 +2112,6 @@ msgstr[0] "Bu paketi kaldırmak için '%s' komutunu kullanın." msgstr[1] "Bu paketleri kaldırmak için '%s' komutunu kullanın." #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "Aşağıdaki ek paketler kurulacak:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Önerilen paketler:" @@ -2096,6 +2120,10 @@ msgid "Recommended packages:" msgstr "Tavsiye edilen paketler:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "Aşağıdaki ek paketler kurulacak:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "%s atlanıyor, bu paket zaten kurulu ve yükseltme seçilmemiş.\n" @@ -2230,10 +2258,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Aşağıdaki paketler karşılanmamış bağımlılıklara sahip:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "Bağımlılık dizgilerini karşıla" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Aşağıdaki YENİ paketler kurulacak:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "%s kuruluyor" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Toplam bağımlılıklar: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Aşağıdaki paketler KALDIRILACAK:" @@ -2244,6 +2294,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Aşağıdaki paketlerin mevcut durumları korunacak:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Aşağıdaki paketlerin mevcut durumları korunacak:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Aşağıdaki paketlerin mevcut durumları korunacak:" @@ -2252,10 +2312,24 @@ msgid "The following packages will be upgraded:" msgstr "Aşağıdaki paketler yükseltilecek:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Aşağıdaki paketlerin SÜRÜMLERİ DÜŞÜRÜLECEK:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Aşağıdaki eski sürümlerinde tutulan paketler değiştirilecek:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Aşağıdaki eski sürümlerinde tutulan paketler değiştirilecek:" @@ -2273,6 +2347,15 @@ msgstr "" "Bu işlem ne yaptığınızı tam olarak bilmediğiniz takdirde YAPILMAMALIDIR!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu paket yükseltilecek, %lu yeni paket kurulacak, " @@ -2283,17 +2366,34 @@ msgid "%lu reinstalled, " msgstr "%lu paket yeniden kurulacak, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "%s kuruluyor" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu paketin sürümü düşürülecek, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "İndiriliyor %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu paket kaldırılacak ve %lu paket yükseltilmeyecek.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu paket tam olarak kurulmayacak ya da kaldırılmayacak.\n" @@ -3857,6 +3957,11 @@ msgstr "Sorgu" msgid "Unable to invoke " msgstr "Çağrılamıyor " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4415,9 +4520,6 @@ msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Mevcut olmayan hedef '%s' sürüm '%s' paketini ihmal et" -#~ msgid "Downloading %s %s" -#~ msgstr "İndiriliyor %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Bu dosya geçerli bir DEB arşivi değil, '%s', '%s' ya da '%s' üyesi yok" @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -1930,6 +1930,12 @@ msgstr "Внутрішня помилка, Ordering не завершилася" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "Дивно... Розбіжність розмірів, напишіть на apt@packages.debian.org" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Завантаження %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1937,6 +1943,12 @@ msgstr "Дивно... Розбіжність розмірів, напишіть msgid "Need to get %sB/%sB of archives.\n" msgstr "Необхідно завантажити %sB/%sB архівів.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Завантаження %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1944,6 +1956,12 @@ msgstr "Необхідно завантажити %sB/%sB архівів.\n" msgid "Need to get %sB of archives.\n" msgstr "Необхідно завантажити %sB архівів.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Встановлено: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1952,6 +1970,12 @@ msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" "Після цієї операції об'єм зайнятого дискового простору зросте на %sB.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Записано мітку: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1971,6 +1995,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Бажаєте продовжити?" @@ -2067,11 +2095,6 @@ msgstr[1] "Використовуйте '%s' щоб видалити їх." msgstr[2] "Використовуйте '%s' щоб видалити їх." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Будуть встановлені наступні додаткові пакунки:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Пропоновані пакунки:" @@ -2080,6 +2103,11 @@ msgid "Recommended packages:" msgstr "Рекомендовані пакунки:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Будуть встановлені наступні додаткові пакунки:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "" @@ -2216,10 +2244,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Пакунки, що мають незадоволені залежності:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Неможливо задовольнити залежність типу %s для пакунка %s: %s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "НОВІ пакунки, які будуть встановлені:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Встановлюється %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Всього залежностей: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Пакунки, які будуть ВИДАЛЕНІ:" @@ -2230,6 +2280,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Пакунки, які залишені в незмінному стані:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Пакунки, які залишені в незмінному стані:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Пакунки, які залишені в незмінному стані:" @@ -2238,10 +2298,24 @@ msgid "The following packages will be upgraded:" msgstr "Пакунки, які будуть ОНОВЛЕНІ:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Пакунки, які будуть замінені на СТАРІШІ версії:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Пакунки, які мали б залишитися без змін, але будуть замінені:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Пакунки, які мали б залишитися без змін, але будуть замінені:" @@ -2259,6 +2333,15 @@ msgstr "" "НЕ РОБІТЬ цього, якщо ви НЕ уявляєте собі всі можливі наслідки!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "оновлено %lu, встановлено %lu нових, " @@ -2269,17 +2352,34 @@ msgid "%lu reinstalled, " msgstr "%lu перевстановлено, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Встановлюється %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu замінено на старіші версії, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Завантаження %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu відмічено для видалення і %lu не оновлено.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "не встановлено(видалено) до кінця %lu пакунків.\n" @@ -3851,6 +3951,11 @@ msgstr "Черга" msgid "Unable to invoke " msgstr "Неможливо викликати " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format @@ -4368,9 +4473,6 @@ msgstr "Пусті файли не можуть бути правильними #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Ігнорувати недоступний випуск '%s' пакунку '%s'" -#~ msgid "Downloading %s %s" -#~ msgstr "Завантаження %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "Це невірний DEB архів, відсутній член '%s', '%s' чи '%s'" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -1375,8 +1375,8 @@ msgid "" msgstr "" "Việc chạy tiến trình cài đặt này sẽ cần thiết gỡ bỏ tạm gói chủ yếu %s, do " "vòng lặp Xung đột/Phụ thuộc trước. Trường hợp này thường xấu, nhưng mà nếu " -"bạn thật sự muốn tiếp tục, có thể hoạt hóa tuy chọn “APT::Force-" -"LoopBreak” (buộc ngắt vòng lặp)." +"bạn thật sự muốn tiếp tục, có thể hoạt hóa tuy chọn “APT::Force-LoopBreak” " +"(buộc ngắt vòng lặp)." #: apt-pkg/pkgcache.cc msgid "Empty package cache" @@ -1914,6 +1914,12 @@ msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" "Lạ nhỉ... Kích cỡ không khớp nhau. Hãy gửi thư cho <apt@packages.debian.org>" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB/%sB\n" +msgstr "Đang tải về %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1921,6 +1927,12 @@ msgstr "" msgid "Need to get %sB/%sB of archives.\n" msgstr "Cần phải lấy %sB/%sB từ kho chứa.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid " Download size: %sB\n" +msgstr "Đang tải về %s %s" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1928,6 +1940,12 @@ msgstr "Cần phải lấy %sB/%sB từ kho chứa.\n" msgid "Need to get %sB of archives.\n" msgstr "Cần phải lấy %sB từ kho chứa.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " Đã cài đặt: " + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1935,6 +1953,12 @@ msgstr "Cần phải lấy %sB từ kho chứa.\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "Sau thao tác này, %sB dung lượng đĩa sẽ bị chiếm dụng.\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "Nhãn đã lưu: %s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1954,6 +1978,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Bạn có muốn tiếp tục không?" @@ -2037,11 +2065,6 @@ msgid_plural "Use '%s' to remove them." msgstr[0] "Hãy dùng lệnh “%s” để gỡ bỏ chúng." #: apt-private/private-install.cc -#, fuzzy -msgid "The following additional packages will be installed:" -msgstr "Những gói thêm theo đây sẽ được cài đặt:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "Các gói đề nghị:" @@ -2050,6 +2073,11 @@ msgid "Recommended packages:" msgstr "Gói khuyến khích:" #: apt-private/private-install.cc +#, fuzzy +msgid "The following additional packages will be installed:" +msgstr "Những gói thêm theo đây sẽ được cài đặt:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "Đang bỏ qua %s vì nó đã được cài đặt và chưa đặt tùy chọn Nâng cấp.\n" @@ -2180,10 +2208,32 @@ msgid "The following packages have unmet dependencies:" msgstr "Những gói theo đây chưa thỏa mãn quan hệ phụ thuộc:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "Việc cố thỏa cách phụ thuộc %s cho %s bị lỗi: %s." + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "Những gói MỚI sau sẽ được CÀI ĐẶT:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "Đang cài đặt %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "Tổng gói phụ thuộc: " + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "Những gói sau sẽ bị GỠ BỎ:" @@ -2194,6 +2244,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "Những gói sau đây được giữ lại:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "Những gói sau đây được giữ lại:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "Những gói sau đây được giữ lại:" @@ -2202,10 +2262,24 @@ msgid "The following packages will be upgraded:" msgstr "Những gói sau đây sẽ được NÂNG CẤP:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "Những gói sau đây sẽ bị HẠ CẤP:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "Những gói giữ lại sau đây sẽ bị THAY ĐỔI:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "Những gói giữ lại sau đây sẽ bị THAY ĐỔI:" @@ -2223,6 +2297,15 @@ msgstr "" "ĐỪNG làm như thế trừ khi bạn biết chính xác mình đang làm gì!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "%lu nâng cấp, %lu được cài đặt mới, " @@ -2233,17 +2316,34 @@ msgid "%lu reinstalled, " msgstr "%lu được cài đặt lại, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "Đang cài đặt %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "%lu bị hạ cấp, " #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Downloading %s %s" +msgid "Downgrading: %lu, " +msgstr "Đang tải về %s %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "%lu cần gỡ bỏ, và %lu chưa được nâng cấp.\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu chưa được cài đặt toàn bộ hay được gỡ bỏ.\n" @@ -3824,6 +3924,11 @@ msgstr "Truy vấn" msgid "Unable to invoke " msgstr "Không thể gọi " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, fuzzy, c-format @@ -4353,9 +4458,6 @@ msgstr "Các tập tin trống rỗng không phải là kho lưu hợp lệ" #~ msgid "Ignore unavailable target release '%s' of package '%s'" #~ msgstr "Bỏ qua bản phát hành đích không sẵn sàng “%s” của gói “%s”" -#~ msgid "Downloading %s %s" -#~ msgstr "Đang tải về %s %s" - #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member" #~ msgstr "" #~ "Đây không phải là một kho DEB hợp lệ vì không có thành viên “%s”, “%s” " diff --git a/po/zh_CN.po b/po/zh_CN.po index e481a087d..eda42340d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2022-10-05 17:20-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -1862,6 +1862,11 @@ msgstr "内部错误,排序未完成" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "怪了……文件大小不符,请发邮件给 apt@packages.debian.org 吧" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1869,6 +1874,12 @@ msgstr "怪了……文件大小不符,请发邮件给 apt@packages.debian.org msgid "Need to get %sB/%sB of archives.\n" msgstr "需要下载 %sB/%sB 的归档。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Download Failed" +msgid " Download size: %sB\n" +msgstr "下载失败" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1876,6 +1887,12 @@ msgstr "需要下载 %sB/%sB 的归档。\n" msgid "Need to get %sB of archives.\n" msgstr "需要下载 %sB 的归档。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " 已安装:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1883,6 +1900,12 @@ msgstr "需要下载 %sB 的归档。\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "解压缩后会消耗 %sB 的额外空间。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "已归档文件的标签:%s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1900,6 +1923,10 @@ msgid "" "break the system." msgstr "不允许移除系统必需的关键软件包。这么做可能损坏系统。" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "您希望继续执行吗?" @@ -1977,10 +2004,6 @@ msgid_plural "Use '%s' to remove them." msgstr[0] "使用'%s'来卸载它(它们)。" #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "将会同时安装下列软件:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "建议安装:" @@ -1989,6 +2012,10 @@ msgid "Recommended packages:" msgstr "推荐安装:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "将会同时安装下列软件:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "忽略了 %s,它已经被安装而且没有指定要升级。\n" @@ -2117,10 +2144,32 @@ msgid "The following packages have unmet dependencies:" msgstr "下列软件包有未满足的依赖关系:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "satisfy dependency strings" +msgid "Unsatisfied dependencies:" +msgstr "使系统满足依赖关系字符串" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "下列【新】软件包将被安装:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "正在安装 %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "按依赖关系共计:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "下列软件包将被【卸载】:" @@ -2131,6 +2180,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "下列软件包的版本将保持不变:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "下列软件包的版本将保持不变:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "下列软件包的版本将保持不变:" @@ -2139,10 +2198,24 @@ msgid "The following packages will be upgraded:" msgstr "下列软件包将被升级:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "下列软件包将被【降级】:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "下列被要求保持版本不变的软件包将被改变:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "下列被要求保持版本不变的软件包将被改变:" @@ -2160,6 +2233,15 @@ msgstr "" "请勿尝试,除非您确实知道您在做什么!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "升级了 %lu 个软件包,新安装了 %lu 个软件包," @@ -2170,17 +2252,33 @@ msgid "%lu reinstalled, " msgstr "重新安装了 %lu 个软件包," #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "正在安装 %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "降级了 %lu 个软件包," #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "要卸载 %lu 个软件包,有 %lu 个软件包未被升级。\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "有 %lu 个软件包没有被完全安装或卸载。\n" @@ -3701,6 +3799,11 @@ msgstr "查询" msgid "Unable to invoke " msgstr "无法调用 " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index fa18ee83a..3f1941a0b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-02-28 18:50+0000\n" +"POT-Creation-Date: 2024-04-12 18:21+0000\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -1839,6 +1839,11 @@ msgstr "內部錯誤,排序未能完成" msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "怪哉... 檔案大小不符,請發信給 apt@packages.debian.org" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB/%sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1846,6 +1851,11 @@ msgstr "怪哉... 檔案大小不符,請發信給 apt@packages.debian.org" msgid "Need to get %sB/%sB of archives.\n" msgstr "需要下載 %sB/%sB 的套件檔。\n" +#: apt-private/private-install.cc +#, c-format +msgid " Download size: %sB\n" +msgstr "" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1853,6 +1863,12 @@ msgstr "需要下載 %sB/%sB 的套件檔。\n" msgid "Need to get %sB of archives.\n" msgstr "需要下載 %sB 的套件檔。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid " Installed: " +msgid " Installed size: %sB\n" +msgstr " 已安裝:" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1860,6 +1876,12 @@ msgstr "需要下載 %sB 的套件檔。\n" msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "此操作完成之後,會多佔用 %sB 的磁碟空間。\n" +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Stored label: %s\n" +msgid " Freed space: %sB\n" +msgstr "保存標籤:%s\n" + #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB #: apt-private/private-install.cc @@ -1877,6 +1899,10 @@ msgid "" "break the system." msgstr "" +#: apt-private/private-install.cc +msgid "Continue?" +msgstr "" + #: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "是否繼續進行 [Y/n]?" @@ -1961,10 +1987,6 @@ msgstr[0] "使用 '%s' 來將其移除。" msgstr[1] "使用 '%s' 來將其移除。" #: apt-private/private-install.cc -msgid "The following additional packages will be installed:" -msgstr "下列的額外套件將被安裝:" - -#: apt-private/private-install.cc msgid "Suggested packages:" msgstr "建議套件:" @@ -1973,6 +1995,10 @@ msgid "Recommended packages:" msgstr "推薦套件:" #: apt-private/private-install.cc +msgid "The following additional packages will be installed:" +msgstr "下列的額外套件將被安裝:" + +#: apt-private/private-install.cc #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "忽略 %s,它已被安裝且沒有計劃要進行升級。\n" @@ -2102,10 +2128,32 @@ msgid "The following packages have unmet dependencies:" msgstr "下列的套件有未滿足的相依關係:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Failed to satisfy %s dependency for %s: %s" +msgid "Unsatisfied dependencies:" +msgstr "無法滿足 %2$s 的相依關係 %1$s:%3$s" + +#: apt-private/private-output.cc msgid "The following NEW packages will be installed:" msgstr "下列【新】套件將會被安裝:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Installing:" +msgstr "正在安裝 %s" + +#: apt-private/private-output.cc +#, fuzzy +#| msgid "Total dependencies: " +msgid "Installing dependencies:" +msgstr "相依關係合計:" + +#: apt-private/private-output.cc +msgid "REMOVING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be REMOVED:" msgstr "下列套件將會被【移除】:" @@ -2116,6 +2164,16 @@ msgid "The following upgrades have been deferred due to phasing:" msgstr "下列套件將會維持其原有版本:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following packages have been kept back:" +msgid "Not upgrading yet due to phasing:" +msgstr "下列套件將會維持其原有版本:" + +#: apt-private/private-output.cc +msgid "Not upgrading:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages have been kept back:" msgstr "下列套件將會維持其原有版本:" @@ -2124,10 +2182,24 @@ msgid "The following packages will be upgraded:" msgstr "下列套件將會被升級:" #: apt-private/private-output.cc +msgid "Upgrading:" +msgstr "" + +#: apt-private/private-output.cc +msgid "DOWNGRADING:" +msgstr "" + +#: apt-private/private-output.cc msgid "The following packages will be DOWNGRADED:" msgstr "下列套件將會被【降級】:" #: apt-private/private-output.cc +#, fuzzy +#| msgid "The following held packages will be changed:" +msgid "Changing held packages:Changing held packages:" +msgstr "下列被保留 (hold) 的套件將會被更改:" + +#: apt-private/private-output.cc msgid "The following held packages will be changed:" msgstr "下列被保留 (hold) 的套件將會被更改:" @@ -2145,6 +2217,15 @@ msgstr "" "除非您很清楚您在做什麼,否則請勿輕易嘗試!" #: apt-private/private-output.cc +msgid "Summary:\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format +msgid " Upgrading: %lu, Installing: %lu, " +msgstr "" + +#: apt-private/private-output.cc #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "升級 %lu 個,新安裝 %lu 個," @@ -2155,17 +2236,33 @@ msgid "%lu reinstalled, " msgstr "重新安裝 %lu 個," #: apt-private/private-output.cc +#, fuzzy, c-format +#| msgid "Installing %s" +msgid "Reinstalling: %lu, " +msgstr "正在安裝 %s" + +#: apt-private/private-output.cc #, c-format msgid "%lu downgraded, " msgstr "降級 %lu 個," #: apt-private/private-output.cc #, c-format +msgid "Downgrading: %lu, " +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "移除 %lu 個,有 %lu 個未被升級。\n" #: apt-private/private-output.cc #, c-format +msgid "Removing: %lu, Not Upgrading: %lu\n" +msgstr "" + +#: apt-private/private-output.cc +#, c-format msgid "%lu not fully installed or removed.\n" msgstr "%lu 個沒有完整得安裝或移除。\n" @@ -3690,6 +3787,11 @@ msgstr "查詢" msgid "Unable to invoke " msgstr "無法 invoke " +#: methods/gpgv.cc +#, c-format +msgid "untrusted public key algorithm: %s" +msgstr "" + #. TRANSLATORS: %s is a single techy word like 'NODATA' #: methods/gpgv.cc #, c-format |