diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-21 12:22:04 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-21 12:22:04 +0100 |
| commit | 61f8f40f921cde13c5b97abbdf900646745e8e30 (patch) | |
| tree | 41741d5b9f8d360bd2591dabb5800d749b18fd50 | |
| parent | a3a4896b0bbc4567a07c6fb7cfaa8a1f6b03fab3 (diff) | |
Release 2.9.242.9.24
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/NEWS | 12 | ||||
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | po/apt-all.pot | 26 | ||||
| -rw-r--r-- | po/ar.po | 24 | ||||
| -rw-r--r-- | po/ast.po | 24 | ||||
| -rw-r--r-- | po/bg.po | 24 | ||||
| -rw-r--r-- | po/bs.po | 24 | ||||
| -rw-r--r-- | po/ca.po | 48 | ||||
| -rw-r--r-- | po/cs.po | 46 | ||||
| -rw-r--r-- | po/cy.po | 24 | ||||
| -rw-r--r-- | po/da.po | 30 | ||||
| -rw-r--r-- | po/de.po | 46 | ||||
| -rw-r--r-- | po/dz.po | 24 | ||||
| -rw-r--r-- | po/el.po | 24 | ||||
| -rw-r--r-- | po/es.po | 30 | ||||
| -rw-r--r-- | po/eu.po | 24 | ||||
| -rw-r--r-- | po/fi.po | 24 | ||||
| -rw-r--r-- | po/fr.po | 30 | ||||
| -rw-r--r-- | po/gl.po | 24 | ||||
| -rw-r--r-- | po/hu.po | 30 | ||||
| -rw-r--r-- | po/it.po | 46 | ||||
| -rw-r--r-- | po/ja.po | 30 | ||||
| -rw-r--r-- | po/km.po | 24 | ||||
| -rw-r--r-- | po/ko.po | 24 | ||||
| -rw-r--r-- | po/ku.po | 24 | ||||
| -rw-r--r-- | po/lt.po | 24 | ||||
| -rw-r--r-- | po/mr.po | 24 | ||||
| -rw-r--r-- | po/nb.po | 30 | ||||
| -rw-r--r-- | po/ne.po | 24 | ||||
| -rw-r--r-- | po/nl.po | 48 | ||||
| -rw-r--r-- | po/nn.po | 24 | ||||
| -rw-r--r-- | po/pl.po | 48 | ||||
| -rw-r--r-- | po/pt.po | 24 | ||||
| -rw-r--r-- | po/pt_BR.po | 24 | ||||
| -rw-r--r-- | po/ro.po | 46 | ||||
| -rw-r--r-- | po/ru.po | 47 | ||||
| -rw-r--r-- | po/sk.po | 24 | ||||
| -rw-r--r-- | po/sl.po | 24 | ||||
| -rw-r--r-- | po/sv.po | 24 | ||||
| -rw-r--r-- | po/th.po | 24 | ||||
| -rw-r--r-- | po/tl.po | 24 | ||||
| -rw-r--r-- | po/tr.po | 46 | ||||
| -rw-r--r-- | po/uk.po | 24 | ||||
| -rw-r--r-- | po/vi.po | 24 | ||||
| -rw-r--r-- | po/zh_CN.po | 44 | ||||
| -rw-r--r-- | po/zh_TW.po | 24 |
49 files changed, 940 insertions, 410 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18466ccc8..d32d94194 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,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.9.23") +set(PACKAGE_VERSION "2.9.24") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/NEWS b/debian/NEWS index 5c10ff1f2..4f2c4ef50 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +apt (2.9.24) unstable; urgency=medium + + /etc/apt/trusted.gpg is no longer trusted. Setting the Dir::Etc::trusted + option manually continues to work for some more time. + + sources.list(5) entries without the Signed-By field are deprecated; + migrate any legacy entries to the deb822 .sources format. See the + apt-secure(7) manual page for best practices for signer configuration. + This deprecates the /etc/apt/trusted.gpg.d directory. + + -- Julian Andres Klode <jak@debian.org> Tue, 21 Jan 2025 12:17:36 +0100 + apt (2.9.19) unstable; urgency=medium This release switches to OpenSSL for hashing and TLS, replacing the diff --git a/debian/changelog b/debian/changelog index 1f34c6896..b1ea07a4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (2.9.24) unstable; urgency=medium + + * gitlab-ci: Use platform: linux/i386 instead of i386/debian image + * Warn about missing Signed-By in .list format, this deprecates + /etc/apt/trusted.gpg.d. + * Remove superseded warning about trusted.gpg fallback + * Unset Dir::Etc::trusted, this removes /etc/apt/trusted.gpg from + the trusted path. + + -- Julian Andres Klode <jak@debian.org> Tue, 21 Jan 2025 12:17:24 +0100 + apt (2.9.23) unstable; urgency=high [ David Kalnischkies ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 84a92d49f..eb6170615 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.9.23"> +<!ENTITY apt-product-version "2.9.24"> <!-- (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 e162a0dbb..c3dddfa03 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.9.23\n" +"Project-Id-Version: apt-doc 2.9.24\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-17 19:42+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" diff --git a/po/apt-all.pot b/po/apt-all.pot index 488b47f81..fae50d5c6 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.23\n" +"Project-Id-Version: apt 2.9.24\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-17 19:42+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2525,6 +2525,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3573,13 +3588,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2580,6 +2580,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3659,13 +3674,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2666,6 +2666,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3845,13 +3860,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Fallu desconocíu al executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2715,6 +2715,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3901,13 +3916,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Неизвестна грешка при изпълнението на apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2562,6 +2562,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3644,13 +3659,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -14,7 +14,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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-08-08 22:47+0100\n" "Last-Translator: Carles Pina i Estany <cpina@debian.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -2771,6 +2771,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "No hi ha «Signed-By» a l'entrada %s de «%s»" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consulteu la pàgina de manual apt-secure(8) per obtenir detalls sobre la " +"creació de dipòsits i la configuració d'usuaris." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3978,19 +3999,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "S'ha produït un error desconegut en executar apt-key" -# Si mai es tradueix el «apt-key»(8) canviar de DEPRECATION a la paraula feta servir al manual. -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"La clau està desada en un antic anell de claus «trusted.gpg» (%s); per més " -"detalls, consulteu la secció DEPRECATION d'«apt-key»(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4043,6 +4051,18 @@ msgstr "No s'ha pogut establir l'hora de modificació" msgid "Empty files can't be valid archives" msgstr "Els fitxers buits no poden ser arxius vàlids" +# Si mai es tradueix el «apt-key»(8) canviar de DEPRECATION a la paraula feta servir al manual. +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "La clau està desada en un antic anell de claus «trusted.gpg» (%s); per " +#~ "més detalls, consulteu la secció DEPRECATION d'«apt-key»(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-09 20:38+0100\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -2678,6 +2678,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Chybí Signed-By v %s pro „%s“" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Podrobnosti o vytváření a nastavení repozitářů naleznete v manuálové stránce " +"apt-secure(8)." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3855,18 +3876,6 @@ msgstr "Nelze spustit „apt-key“ pro ověření podpisu (je gnupg nainstalov msgid "Unknown error executing gpgv" msgstr "Neznámá chyba při spouštění apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Klíč je uložen v zastaralé klíčence trusted.gpg (%s), podrobnosti viz část " -"DEPRECATION v manuálové stránce apt-key(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -3917,6 +3926,17 @@ msgstr "Nelze nastavit čas modifikace" msgid "Empty files can't be valid archives" msgstr "Prázdné soubory nejsou platnými archivy" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Klíč je uložen v zastaralé klíčence trusted.gpg (%s), podrobnosti viz " +#~ "část DEPRECATION v manuálové stránce apt-key(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2645,6 +2645,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3848,13 +3863,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2720,6 +2720,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Se apt-secure(8)-manualsiden for detaljer om arkivoprettelse og " +"brugerkonfiguration." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3930,13 +3951,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ukendt fejl ved kørsel af apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2817,6 +2817,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Fehlendes Signed-By im Eintrag %s für »%s«" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Weitere Details zur Erzeugung von Paketdepots sowie zu deren " +"Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8)." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -4058,18 +4079,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Unbekannter Fehler beim Ausführen von apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (%s), " -"siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -4125,6 +4134,17 @@ msgstr "Änderungszeitpunkt kann nicht gesetzt werden." msgid "Empty files can't be valid archives" msgstr "Leere Dateien können kein gültiges Archiv sein." +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (%s), " +#~ "siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2620,6 +2620,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3807,13 +3822,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key་ལག་ལེན་འཐབ་ནི་ལུ་མ་ཤེས་པའི་འཛོལ་བ་།" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2650,6 +2650,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3800,13 +3815,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Άγνωστο σφάλμα κατά την εκτέλεση του apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta " "<venturi@openmailbox.org>\n" @@ -2833,6 +2833,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Vea la página de manual apt-secure(8) para los detalles sobre la creación de " +"repositorios y la configuración de usuarios." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -4054,13 +4075,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Error desconocido ejecutando «apt-key»" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2626,6 +2626,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3802,13 +3817,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Errore ezezaguna apt-key exekutatzean" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2619,6 +2619,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3798,13 +3813,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Tapahtui tuntematon virhe suoritettaessa apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2824,6 +2824,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les " +"détails de configuration d'un utilisateur." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -4072,13 +4093,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Erreur inconnue à l'exécution de apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2701,6 +2701,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3883,13 +3898,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Produciuse un erro descoñecido ao executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2748,6 +2748,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Lásd az apt-secure(8) kézikönyvoldalt a tárolólétrehozással és felhasználói " +"beállításokkal kapcsolatos részletekért." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3950,13 +3971,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ismeretlen apt-key futtatási hiba" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-09-06 10:21+0100\n" "Last-Translator: Luca Vercelli <luca.vercelli.to@gmail.com>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -2785,6 +2785,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Clausola Signed-By mancante nella voce %s per \"%s\"" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consultare la pagina man apt-secure(8) per la creazione di repository e la " +"configurazione utente." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -4007,18 +4028,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Errore sconosciuto durante l'esecuzione di apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"La chiave è conservata nel portachiavi obsoleto \"trusted.gpg\" (%s), per " -"dettagli si veda la sezione DEPRECATO in apt-key(8)" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4069,6 +4078,17 @@ msgstr "Impostazione della data di modifica non riuscita" msgid "Empty files can't be valid archives" msgstr "File vuoti non possono essere archivi validi" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "La chiave è conservata nel portachiavi obsoleto \"trusted.gpg\" (%s), per " +#~ "dettagli si veda la sezione DEPRECATO in apt-key(8)" + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2738,6 +2738,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してくだ" +"さい。" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3939,13 +3960,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key の実行中に未知のエラーが発生" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2606,6 +2606,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3780,13 +3795,6 @@ msgstr "មិនអាចប្រតិបត្តិ '%s' ដើម្ msgid "Unknown error executing gpgv" msgstr "មិនស្គាល់កំហុស ក្នុងការប្រតិបត្តិ apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2632,6 +2632,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3804,13 +3819,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key 실행 도중 알 수 없는 오류 발생" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2556,6 +2556,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3659,13 +3674,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Di xebitandina apt-key de çewtiya nenas" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2592,6 +2592,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3767,13 +3782,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Nežinoma klaida kviečiant apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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 " @@ -2612,6 +2612,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3782,13 +3797,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key कार्यान्वित होत असताना अपरिचित त्रुटी" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2689,6 +2689,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Se manualsiden apt-secure(8) for detaljer om oppretting av depote og " +"brukeroppsett." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3875,13 +3896,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ukjent feil ved kjøring av apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2603,6 +2603,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3777,13 +3792,6 @@ msgstr "हस्ताक्षर रूजू गर्न '%s' कार् msgid "Unknown error executing gpgv" msgstr "apt-key कार्यन्वयन गर्दा अज्ञात त्रुटि" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-05 18:11+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2766,6 +2766,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Ontbrekende Signed-By in het item %s voor '%s'" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Zie de man-pagina apt-secure(8) voor details over het aanmaken van een " +"pakketbron en over de configuratie langs gebruikerskant." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3983,19 +4004,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Onbekende fout bij het uitvoeren van apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"De sleutel wordt opgeslagen in de uitgefaseerde sleutelbos (%s) in " -"trusted.gpg, raadpleeg de afdeling UITFASERING (DEPRECATION) in apt-key(8) " -"voor details." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4047,6 +4055,18 @@ msgstr "Instellen van de aanpassingstijd is mislukt" msgid "Empty files can't be valid archives" msgstr "Lege bestanden kunnen geen geldige archieven zijn" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "De sleutel wordt opgeslagen in de uitgefaseerde sleutelbos (%s) in " +#~ "trusted.gpg, raadpleeg de afdeling UITFASERING (DEPRECATION) in apt-" +#~ "key(8) voor details." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2617,6 +2617,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3789,13 +3804,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-07-08 17:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -2782,6 +2782,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Brakuje Signed-By (podpisu) we wpisie %s dla \"%s\"" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Więcej informacji o tworzeniu repozytorium i szczegółach konfiguracji " +"użytkownika znajduje się w podręczniku apt-secure(8)." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3988,19 +4009,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Nieznany błąd podczas uruchamiania apt-key" -# FIXME: Skoordynować tłumaczenie DEPRECATION z apt-key(8) -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Klucz jest przechowywany w przestarzałym zbiorze kluczy trusted.gpg (%s), " -"więcej informacji w rozdziale DEPRECATION w podręczniku apt-key(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4051,6 +4059,18 @@ msgstr "Nie udało się ustawić czasu modyfikacji" msgid "Empty files can't be valid archives" msgstr "Puste pliki nie mogą być prawidłowymi archiwami" +# FIXME: Skoordynować tłumaczenie DEPRECATION z apt-key(8) +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Klucz jest przechowywany w przestarzałym zbiorze kluczy trusted.gpg (%s), " +#~ "więcej informacji w rozdziale DEPRECATION w podręczniku apt-key(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2718,6 +2718,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3906,13 +3921,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Erro desconhecido ao executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 035de6f3b..ac1dd150d 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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-" @@ -2635,6 +2635,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3823,13 +3838,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Erro desconhecido executando apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-09-02 00:21+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -2858,6 +2858,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Lipsește opțiunea «Signed-By» din %s pentru „%s”" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consultați pagina de manual apt-secure(8) pentru detalii privind crearea " +"depozitului și configurarea utilizatorilor." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -4078,18 +4099,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Eroare necunoscută în timp ce se executa «apt-key»" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Cheia este stocată în trusted.gpg keyring (%s), consultați secțiunea " -"DEPRECATION din apt-key(8) pentru detalii." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4142,6 +4151,17 @@ msgstr "Eșec la ajustarea timpului de modificare" msgid "Empty files can't be valid archives" msgstr "Fișierele goale nu pot fi arhive valide" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Cheia este stocată în trusted.gpg keyring (%s), consultați secțiunea " +#~ "DEPRECATION din apt-key(8) pentru detalii." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.11\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-18 23:14+0300\n" "Last-Translator: Алексей Шилин <shilin.aleksej@gmail.com>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -2757,6 +2757,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Отсутствует поле Signed-By в записи %s для '%s'" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Информацию о создании репозитория и настройках пользователя смотрите в " +"справочной странице apt-secure(8)." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3974,18 +3995,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Неизвестная ошибка при выполнении apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Ключ сохранён в устаревшей связке ключей trusted.gpg (%s), обратитесь к " -"разделу DEPRECATION справочной страницы apt-key(8) для подробной информации." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4036,6 +4045,18 @@ msgstr "Не удалось установить время модификаци msgid "Empty files can't be valid archives" msgstr "Пустые файлы не могут быть допустимыми архивами" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Ключ сохранён в устаревшей связке ключей trusted.gpg (%s), обратитесь к " +#~ "разделу DEPRECATION справочной страницы apt-key(8) для подробной " +#~ "информации." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2687,6 +2687,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3865,13 +3880,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Neznáma chyba pri spustení apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2691,6 +2691,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3872,13 +3887,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Neznana napaka med izvajanjem apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2705,6 +2705,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3906,13 +3921,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Okänt fel vid körning av apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2624,6 +2624,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3793,13 +3808,6 @@ msgstr "ไม่สามารถเรียก 'apt-key' เพื่อต msgid "Unknown error executing gpgv" msgstr "เกิดข้อผิดพลาดไม่ทราบสาเหตุขณะเรียก apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2632,6 +2632,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3811,13 +3826,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Hindi kilalang error sa pag-execute ng apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2736,6 +2736,27 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Depo oluşturma ve kullanıcı yapılandırması hakkında ayrıntılı bilgi için apt-" +"secure(8) rehber sayfasında bulunabilir." + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3929,18 +3950,6 @@ msgstr "İmza doğrulama için 'apt-key' çalıştırılamadı (gnupg kurulu mu? msgid "Unknown error executing gpgv" msgstr "apt-key çalıştırılırken bilinmeyen hata" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Anahtar eski trusted.gpg anahtarlığında (%s) duruyor, ayrıntılar için apt-" -"key(8) rehber sayfasına bakılabilir." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -3990,6 +3999,17 @@ msgstr "Değişiklik zamanı ayarlanamadı" msgid "Empty files can't be valid archives" msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Anahtar eski trusted.gpg anahtarlığında (%s) duruyor, ayrıntılar için apt-" +#~ "key(8) rehber sayfasına bakılabilir." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2723,6 +2723,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3928,13 +3943,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Невідома помилка виконання apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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" @@ -2683,6 +2683,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3902,13 +3917,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Gặp lỗi không rõ khi thực hiện apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 6d5ed3ae3..474c14ab9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-04-16 13:15-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -2600,6 +2600,25 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "对‘%2$s’在 %1$s 一项中缺失了 Signed-By" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3755,18 +3774,6 @@ msgstr "无法运行 apt-key 以验证签名(您安装了 gnupg 吗?)" msgid "Unknown error executing gpgv" msgstr "运行 apt-key 时发生未知错误" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"密钥存储在过时的 trusted.gpg 密钥环中(%s),请参见 apt-key(8) 的 " -"DEPRECATION 一节以了解详情。" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -3815,6 +3822,17 @@ msgstr "无法设置文件的修改日期" msgid "Empty files can't be valid archives" msgstr "空文件不是有效归档" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "密钥存储在过时的 trusted.gpg 密钥环中(%s),请参见 apt-key(8) 的 " +#~ "DEPRECATION 一节以了解详情。" + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/zh_TW.po b/po/zh_TW.po index 69c5e285f..77991310c 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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11: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-" @@ -2595,6 +2595,21 @@ msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" #: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + +#: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" msgid_plural "" @@ -3761,13 +3776,6 @@ msgstr "無法執行 '%s' 來驗證簽章(gnupg 是否安裝了?)" msgid "Unknown error executing gpgv" msgstr "在執行 apt-key 時發生未知的錯誤" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format |
