diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 38 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | po/apt-all.pot | 8 | ||||
| -rw-r--r-- | po/ar.po | 8 | ||||
| -rw-r--r-- | po/ast.po | 8 | ||||
| -rw-r--r-- | po/bg.po | 8 | ||||
| -rw-r--r-- | po/bs.po | 8 | ||||
| -rw-r--r-- | po/ca.po | 8 | ||||
| -rw-r--r-- | po/cs.po | 8 | ||||
| -rw-r--r-- | po/cy.po | 7 | ||||
| -rw-r--r-- | po/da.po | 8 | ||||
| -rw-r--r-- | po/de.po | 8 | ||||
| -rw-r--r-- | po/dz.po | 8 | ||||
| -rw-r--r-- | po/el.po | 8 | ||||
| -rw-r--r-- | po/es.po | 8 | ||||
| -rw-r--r-- | po/eu.po | 8 | ||||
| -rw-r--r-- | po/fi.po | 8 | ||||
| -rw-r--r-- | po/fr.po | 8 | ||||
| -rw-r--r-- | po/gl.po | 8 | ||||
| -rw-r--r-- | po/hu.po | 8 | ||||
| -rw-r--r-- | po/it.po | 8 | ||||
| -rw-r--r-- | po/ja.po | 8 | ||||
| -rw-r--r-- | po/km.po | 8 | ||||
| -rw-r--r-- | po/ko.po | 8 | ||||
| -rw-r--r-- | po/ku.po | 8 | ||||
| -rw-r--r-- | po/lt.po | 8 | ||||
| -rw-r--r-- | po/mr.po | 8 | ||||
| -rw-r--r-- | po/nb.po | 8 | ||||
| -rw-r--r-- | po/ne.po | 8 | ||||
| -rw-r--r-- | po/nl.po | 8 | ||||
| -rw-r--r-- | po/nn.po | 8 | ||||
| -rw-r--r-- | po/pl.po | 8 | ||||
| -rw-r--r-- | po/pt.po | 8 | ||||
| -rw-r--r-- | po/pt_BR.po | 49 | ||||
| -rw-r--r-- | po/ro.po | 8 | ||||
| -rw-r--r-- | po/ru.po | 8 | ||||
| -rw-r--r-- | po/sk.po | 8 | ||||
| -rw-r--r-- | po/sl.po | 8 | ||||
| -rw-r--r-- | po/sv.po | 8 | ||||
| -rw-r--r-- | po/th.po | 8 | ||||
| -rw-r--r-- | po/tl.po | 8 | ||||
| -rw-r--r-- | po/tr.po | 8 | ||||
| -rw-r--r-- | po/uk.po | 8 | ||||
| -rw-r--r-- | po/vi.po | 8 | ||||
| -rw-r--r-- | po/zh_CN.po | 8 | ||||
| -rw-r--r-- | po/zh_TW.po | 8 |
48 files changed, 346 insertions, 92 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 429330bac..40d23bdb8 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.29") +set(PACKAGE_VERSION "2.9.30") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index c453d29dd..9a8b116a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,26 +1,18 @@ -apt (2.9.29+exp2) experimental; urgency=medium - - * Run unifdef -DAPT_PKG_ABI=700 again - * Remove some more unused functions - * fileutl: Convert FileFd::d to std::unique_ptr - * cacheset: Drop APT_PUBLIC from templates - * cache: Introduce partial SourceVersion support - * Add missing #include <memory> - * Add missing #include <string_view> - * Add more excludes to the versionscript - - -- Julian Andres Klode <jak@debian.org> Sat, 15 Feb 2025 19:41:18 +0100 - -apt (2.9.29+exp1) experimental; urgency=medium - - * Rebuild with libapt-pkg7.0 soname; some minor ABI adjustments are - still on the way before this enters unstable, notable differences: - - The C++ standard library symbols are not re-exported anymore - (Closes: #1088398) - - We use smart pointers in a bunch more places - - std::string_view replaces APT::StringView (thanks to наб) - - -- Julian Andres Klode <jak@debian.org> Fri, 14 Feb 2025 19:45:28 +0100 +apt (2.9.30) unstable; urgency=medium + + * Upload libapt-pkg 7.0 ABI transition to unstable: + - Use smart pointers in a whole bunch of places (probably only an API break) + - Add a version script to hide any standard library symbols + - Remove the functions marked as deprecated, such as PrintStatus and _strtabexpand + - Introduce SourceVersion objects in the cache + - Migrate from APT::StringView to std::string view and change a bunch of + functions from std::string to std::string_view. + Thanks to наб for the merge requests, very appreciated, that was a lot + of busywork. + Several other changes were already queued in the previous releases in + #ifdef, please have a look at them. + + -- Julian Andres Klode <jak@debian.org> Sun, 16 Feb 2025 17:58:07 +0100 apt (2.9.29) unstable; urgency=medium diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index d6a4a49c5..e50abd067 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.29"> +<!ENTITY apt-product-version "2.9.30"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bookworm"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 62da6746c..7ba764270 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.29\n" +"Project-Id-Version: apt-doc 2.9.30\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-14 18:39+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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 931301706..8fcbb6408 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.29\n" +"Project-Id-Version: apt 2.9.30\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-14 18:39+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2600,6 +2600,10 @@ msgid " Missing: " msgstr "" #: cmdline/apt-cache.cc +msgid "Total distinct source versions: " +msgstr "" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2656,6 +2656,12 @@ msgid " Missing: " msgstr " مفقودة:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "مجموع النسخ الفريدة:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "مجموع النسخ الفريدة:" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2741,6 +2741,12 @@ msgid " Missing: " msgstr " Falten: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Versiones distintes en total: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Versiones distintes en total: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2790,6 +2790,12 @@ msgid " Missing: " msgstr " Липсващи: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Общо уникални версии: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Общо уникални версии: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2638,6 +2638,12 @@ msgid " Missing: " msgstr " Nedostajući:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Ukupno različitih verzija:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Ukupno različitih verzija:" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2855,6 +2855,12 @@ msgid " Missing: " msgstr " Falten: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Nombre total de versions diferents: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Nombre total de versions diferents: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2763,6 +2763,12 @@ msgid " Missing: " msgstr " Chybějících: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Celkem různých verzí: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Celkem různých verzí: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2727,6 +2727,11 @@ msgstr " Ar Goll: " #: cmdline/apt-cache.cc #, fuzzy +msgid "Total distinct source versions: " +msgstr "Cyfanswm Fersiynau Gwahanol: " + +#: cmdline/apt-cache.cc +#, fuzzy msgid "Total distinct versions: " msgstr "Cyfanswm Fersiynau Gwahanol: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2803,6 +2803,12 @@ msgid " Missing: " msgstr " Manglende: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Totale forskellige versioner: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Totale forskellige versioner: " @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.27\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-07 20:17+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2025-02-09 18:21+0100\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -2897,6 +2897,12 @@ msgid " Missing: " msgstr " davon fehlend: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Gesamtzahl an unterschiedlichen Versionen: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Gesamtzahl an unterschiedlichen Versionen: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2696,6 +2696,12 @@ msgid " Missing: " msgstr "བརླག་སྟོར་ཞུགས་པ:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ཚུ་གི་བསྡོམས:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ཚུ་གི་བསྡོམས:" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2729,6 +2729,12 @@ msgid " Missing: " msgstr " Αγνοούμενα: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Σύνολο Διαφορετικών Εκδόσεων: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Σύνολο Διαφορετικών Εκδόσεων: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta " "<venturi@openmailbox.org>\n" @@ -2917,6 +2917,12 @@ msgid " Missing: " msgstr " Faltan: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Versiones diferentes totales: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Versiones diferentes totales: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2702,6 +2702,12 @@ msgid " Missing: " msgstr " Falta direnak: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Bertsio Ezberdinak Guztira: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Bertsio Ezberdinak Guztira: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2695,6 +2695,12 @@ msgid " Missing: " msgstr " Puuttuu: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Eri versioita yhteensä: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Eri versioita yhteensä: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2910,6 +2910,12 @@ msgid " Missing: " msgstr " Manquants : " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Nombre de versions distinctes : " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Nombre de versions distinctes : " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2776,6 +2776,12 @@ msgid " Missing: " msgstr " Non atopados: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Número total de versións distintas: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Número total de versións distintas: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2833,6 +2833,12 @@ msgid " Missing: " msgstr " Hiányzik: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Különböző verziók összesen: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Különböző verziók összesen: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2870,6 +2870,12 @@ msgid " Missing: " msgstr " Mancanti: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Totale versioni distinte: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Totale versioni distinte: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2820,6 +2820,12 @@ msgid " Missing: " msgstr " 欠落: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "個別バージョン総数: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "個別バージョン総数: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2682,6 +2682,12 @@ msgid " Missing: " msgstr " បាត់បង់ ៖ " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "កំណែផ្សេងៗសរុប ៖ " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "កំណែផ្សេងៗសរុប ៖ " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2706,6 +2706,12 @@ msgid " Missing: " msgstr " 빠짐: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "개별 버전 전체: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "개별 버전 전체: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2632,6 +2632,12 @@ msgid " Missing: " msgstr " Winda: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Guhertoyên vekirî yên giştî:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Guhertoyên vekirî yên giştî:" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2669,6 +2669,12 @@ msgid " Missing: " msgstr " Trūksta: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Viso skirtingų versijų: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Viso skirtingų versijų: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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 " @@ -2688,6 +2688,12 @@ msgid " Missing: " msgstr " हरवलेले/गहाळ: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "एकूण स्पष्ट आवृत्या: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "एकूण स्पष्ट आवृत्या: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2772,6 +2772,12 @@ msgid " Missing: " msgstr " Mangler: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Antall unike versjoner: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Antall unike versjoner: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2679,6 +2679,12 @@ msgid " Missing: " msgstr " हराइरहेको:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "कूल भिन्न संस्करणहरू:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "कूल भिन्न संस्करणहरू:" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.23\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-07 20:17+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2025-01-21 20:32+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2853,6 +2853,12 @@ msgid " Missing: " msgstr " Ontbrekend: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Totaal aantal verschillende versies: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Totaal aantal verschillende versies: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2693,6 +2693,12 @@ msgid " Missing: " msgstr " Manglar: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Tal p einskildversjonar: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Tal p einskildversjonar: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2870,6 +2870,12 @@ msgid " Missing: " msgstr " Brakujących: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "W sumie różnych wersji: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "W sumie różnych wersji: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2793,6 +2793,12 @@ msgid " Missing: " msgstr " Faltam: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Total de versões distintas: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Total de versões distintas: " diff --git a/po/pt_BR.po b/po/pt_BR.po index 24a787657..7225a654d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,11 +12,11 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2024-12-26 14:38+0000\n" "Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n" -"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." -"org>\n" +"Language-Team: Brazilian Portuguese <debian-l10n-" +"portuguese@lists.debian.org>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -59,11 +59,12 @@ msgstr "O repositório '%s' não tem mais um arquivo Release." #: apt-pkg/acquire-item.cc msgid "" -"This is normally not allowed, but the option Acquire::" -"AllowDowngradeToInsecureRepositories was given to override it." +"This is normally not allowed, but the option " +"Acquire::AllowDowngradeToInsecureRepositories was given to override it." msgstr "" -"Isso normalmente não é permitido, mas a opção Acquire::" -"AllowDowngradeToInsecureRepositories foi fornecida para sobrescrever isso." +"Isso normalmente não é permitido, mas a opção " +"Acquire::AllowDowngradeToInsecureRepositories foi fornecida para " +"sobrescrever isso." #: apt-pkg/acquire-item.cc #, c-format @@ -1433,8 +1434,8 @@ msgid "" "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " "under APT::Immediate-Configure for details. (%d)" msgstr "" -"Não foi possível realizar a configuração imediata em '%s'. Veja man 5 apt." -"conf em APT::Immediate-Configure para detalhes. (%d)" +"Não foi possível realizar a configuração imediata em '%s'. Veja man 5 " +"apt.conf em APT::Immediate-Configure para detalhes. (%d)" #: apt-pkg/packagemanager.cc #, c-format @@ -2001,8 +2002,8 @@ msgstr "Erro interno, Ordenação não finalizou" #: apt-private/private-install.cc msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" -"Que estranho... Os tamanhos não batem, mande e-mail para apt@packages.debian." -"org" +"Que estranho... Os tamanhos não batem, mande e-mail para " +"apt@packages.debian.org" #: apt-private/private-install.cc #, c-format @@ -2671,11 +2672,11 @@ msgstr "%s não tem dependências de construção.\n" #: apt-private/private-source.cc #, c-format msgid "" -"No architecture information available for %s. See apt.conf(5) APT::" -"Architectures for setup" +"No architecture information available for %s. See apt.conf(5) " +"APT::Architectures for setup" msgstr "" -"Nenhuma informação de arquitetura disponível para %s. Veja apt.conf(5) APT::" -"Architectures para configuração" +"Nenhuma informação de arquitetura disponível para %s. Veja apt.conf(5) " +"APT::Architectures para configuração" #: apt-private/private-source.cc msgid "Must specify at least one package to check builddeps for" @@ -2826,6 +2827,12 @@ msgid " Missing: " msgstr " Faltando: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Total de versões distintas: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Total de versões distintas: " @@ -4068,11 +4075,11 @@ msgstr "Arquivos vazios não podem ser arquivos válidos" #~ msgstr "PASS falhou, servidor disse: %s" #~ msgid "" -#~ "A proxy server was specified but no login script, Acquire::ftp::" -#~ "ProxyLogin is empty." +#~ "A proxy server was specified but no login script, " +#~ "Acquire::ftp::ProxyLogin is empty." #~ msgstr "" -#~ "Um servidor proxy foi especificado mas não um script de login, Acquire::" -#~ "ftp::ProxyLogin está vazio." +#~ "Um servidor proxy foi especificado mas não um script de login, " +#~ "Acquire::ftp::ProxyLogin está vazio." #, c-format #~ msgid "Login script command '%s' failed, server said: %s" @@ -4762,8 +4769,8 @@ msgstr "Arquivos vazios não podem ser arquivos válidos" #~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs." #~ msgstr "" -#~ "Desculpe, você não tem espaço livre o suficiente em %s para guardar os ." -#~ "debs." +#~ "Desculpe, você não tem espaço livre o suficiente em %s para guardar " +#~ "os .debs." #~ msgid "Extract " #~ msgstr "extra" @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2945,6 +2945,12 @@ msgid " Missing: " msgstr " Lipsă: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Total versiuni distincte: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Total versiuni distincte: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2844,6 +2844,12 @@ msgid " Missing: " msgstr " Отсутствует: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Всего уникальных версий: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Всего уникальных версий: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2763,6 +2763,12 @@ msgid " Missing: " msgstr " Chýbajúcich: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Celkom rôznych verzií: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Celkom rôznych verzií: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2768,6 +2768,12 @@ msgid " Missing: " msgstr " Manjka: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Vseh različic: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Vseh različic: " @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-07 20:17+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2025-02-12 22:07+0100\n" "Last-Translator: Peter Krefting <peter@softwolves.pp.se>\n" "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n" @@ -2795,6 +2795,12 @@ msgid " Missing: " msgstr " Saknade: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Totalt antal olika versioner: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Totalt antal olika versioner: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2699,6 +2699,12 @@ msgid " Missing: " msgstr " แพกเกจที่ขาดหาย: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "จำนวนรุ่นที่แตกต่างกันทั้งหมด: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "จำนวนรุ่นที่แตกต่างกันทั้งหมด: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2708,6 +2708,12 @@ msgid " Missing: " msgstr " Kulang/Nawawala: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Kabuuan ng Natatanging mga Bersyon: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Kabuuan ng Natatanging mga Bersyon: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2821,6 +2821,12 @@ msgid " Missing: " msgstr " Eksik: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Toplam farklı sürümler: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Toplam farklı sürümler: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2799,6 +2799,12 @@ msgid " Missing: " msgstr " Відсутні: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Всього унікальних версій: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Всього унікальних версій: " @@ -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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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" @@ -2758,6 +2758,12 @@ msgid " Missing: " msgstr " Thiếu: " #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "Tổng phiên bản riêng: " + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "Tổng phiên bản riêng: " diff --git a/po/zh_CN.po b/po/zh_CN.po index 713b83800..edcadd76d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+0000\n" "PO-Revision-Date: 2025-01-28 16:26-0500\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -2676,6 +2676,12 @@ msgid " Missing: " msgstr " 缺失:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "按不同的版本共计:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "按不同的版本共计:" diff --git a/po/zh_TW.po b/po/zh_TW.po index b778589d2..e1ad2bfbf 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-28 18:52+0000\n" +"POT-Creation-Date: 2025-02-16 16:59+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-" @@ -2671,6 +2671,12 @@ msgid " Missing: " msgstr " 找不到:" #: cmdline/apt-cache.cc +#, fuzzy +#| msgid "Total distinct versions: " +msgid "Total distinct source versions: " +msgstr "個別版本合計:" + +#: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "個別版本合計:" |
