From cf0ed0227fc9793d54494ec777a7e45bce5313c4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 16 Feb 2025 17:59:29 +0100 Subject: Release 2.9.30 --- CMakeLists.txt | 2 +- debian/changelog | 38 +++++++++++++++----------------------- doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 8 ++++++-- po/ar.po | 8 +++++++- po/ast.po | 8 +++++++- po/bg.po | 8 +++++++- po/bs.po | 8 +++++++- po/ca.po | 8 +++++++- po/cs.po | 8 +++++++- po/cy.po | 7 ++++++- po/da.po | 8 +++++++- po/de.po | 8 +++++++- po/dz.po | 8 +++++++- po/el.po | 8 +++++++- po/es.po | 8 +++++++- po/eu.po | 8 +++++++- po/fi.po | 8 +++++++- po/fr.po | 8 +++++++- po/gl.po | 8 +++++++- po/hu.po | 8 +++++++- po/it.po | 8 +++++++- po/ja.po | 8 +++++++- po/km.po | 8 +++++++- po/ko.po | 8 +++++++- po/ku.po | 8 +++++++- po/lt.po | 8 +++++++- po/mr.po | 8 +++++++- po/nb.po | 8 +++++++- po/ne.po | 8 +++++++- po/nl.po | 8 +++++++- po/nn.po | 8 +++++++- po/pl.po | 8 +++++++- po/pt.po | 8 +++++++- po/pt_BR.po | 49 ++++++++++++++++++++++++++++--------------------- po/ro.po | 8 +++++++- po/ru.po | 8 +++++++- po/sk.po | 8 +++++++- po/sl.po | 8 +++++++- po/sv.po | 8 +++++++- po/th.po | 8 +++++++- po/tl.po | 8 +++++++- po/tr.po | 8 +++++++- po/uk.po | 8 +++++++- po/vi.po | 8 +++++++- po/zh_CN.po | 8 +++++++- 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 ") -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 - * Add missing #include - * Add more excludes to the versionscript - - -- Julian Andres Klode 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 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 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 @@ "> - + 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 \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 \n" "Language-Team: LANGUAGE \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 \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 \n" "Language-Team: LANGUAGE \n" @@ -2599,6 +2599,10 @@ msgstr "" msgid " Missing: " msgstr "" +#: cmdline/apt-cache.cc +msgid "Total distinct source versions: " +msgstr "" + #: cmdline/apt-cache.cc msgid "Total distinct versions: " msgstr "" diff --git a/po/ar.po b/po/ar.po index 72601c385..c7da68086 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Arabic \n" @@ -2655,6 +2655,12 @@ msgstr " الحزم الوهمية المختلطة:" 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/ast.po b/po/ast.po index 0c30422ec..a9432862c 100644 --- a/po/ast.po +++ b/po/ast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Asturian (ast)\n" @@ -2740,6 +2740,12 @@ msgstr " Paquetes virtuales amestaos: " 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: " diff --git a/po/bg.po b/po/bg.po index e9ae7e0b0..a13842538 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Bulgarian \n" @@ -2789,6 +2789,12 @@ msgstr " Смесени виртуални пакети: " 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/bs.po b/po/bs.po index 9be404b90..6c77be890 100644 --- a/po/bs.po +++ b/po/bs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \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ć \n" "Language-Team: Bosnian \n" @@ -2637,6 +2637,12 @@ msgstr " Miješani virtuelni paketi:" 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:" diff --git a/po/ca.po b/po/ca.po index 54c816f88..44fd87dad 100644 --- a/po/ca.po +++ b/po/ca.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Catalan \n" @@ -2854,6 +2854,12 @@ msgstr " Paquets virtuals mixtes: " 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: " diff --git a/po/cs.po b/po/cs.po index 5e7f5c6a7..b30902376 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Czech \n" @@ -2762,6 +2762,12 @@ msgstr " Smíšených virtuálních balíků: " 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í: " diff --git a/po/cy.po b/po/cy.po index ef691a163..38de67b85 100644 --- a/po/cy.po +++ b/po/cy.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Welsh \n" @@ -2725,6 +2725,11 @@ msgstr " Pecynnau Rhithwir Cymysg: " msgid " Missing: " 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: " diff --git a/po/da.po b/po/da.po index 5efe39aee..49c142502 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Danish \n" @@ -2802,6 +2802,12 @@ msgstr " Blandede virtuelle pakker: " 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: " diff --git a/po/de.po b/po/de.po index a91cdbac6..36efeda06 100644 --- a/po/de.po +++ b/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.27\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: German \n" @@ -2896,6 +2896,12 @@ msgstr " davon gemischte virtuelle Pakete: " 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: " diff --git a/po/dz.po b/po/dz.po index 6704efb18..51cc84450 100644 --- a/po/dz.po +++ b/po/dz.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Dzongkha \n" @@ -2695,6 +2695,12 @@ msgstr "བར་ཅུ་ཡལ་ཐུམ་སྒྲིལ་སླ་བས 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/el.po b/po/el.po index 392079226..2a549e07b 100644 --- a/po/el.po +++ b/po/el.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Greek \n" @@ -2728,6 +2728,12 @@ msgstr " Μικτά Εικονικά Πακέτα: " 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/es.po b/po/es.po index d90c373e1..c7546e8eb 100644 --- a/po/es.po +++ b/po/es.po @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \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 " "\n" @@ -2916,6 +2916,12 @@ msgstr " Paquetes virtuales mixtos: " 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: " diff --git a/po/eu.po b/po/eu.po index 95bf6c82b..eeb83e42b 100644 --- a/po/eu.po +++ b/po/eu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Euskara \n" @@ -2701,6 +2701,12 @@ msgstr " Nahastutako pakete birtualak: " 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: " diff --git a/po/fi.po b/po/fi.po index 45e3833b8..d97a02c0a 100644 --- a/po/fi.po +++ b/po/fi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Finnish \n" @@ -2694,6 +2694,12 @@ msgstr " Sekanäennäispaketteja: " 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ä: " diff --git a/po/fr.po b/po/fr.po index 349d5d46a..996d756bb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: French \n" @@ -2909,6 +2909,12 @@ msgstr " Paquets virtuels mixtes : " 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 : " diff --git a/po/gl.po b/po/gl.po index 7808bb701..36e864c4b 100644 --- a/po/gl.po +++ b/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: galician \n" @@ -2775,6 +2775,12 @@ msgstr " Paquetes virtuais mixtos: " 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: " diff --git a/po/hu.po b/po/hu.po index 39b558863..d27682a3d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Hungarian \n" @@ -2832,6 +2832,12 @@ msgstr " Vegyes virtuális csomagok: " 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: " diff --git a/po/it.po b/po/it.po index 163b98194..2a2d7c553 100644 --- a/po/it.po +++ b/po/it.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Italian \n" @@ -2869,6 +2869,12 @@ msgstr " Pacchetti virtuali misti: " 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: " diff --git a/po/ja.po b/po/ja.po index 2c45edc06..7ad200078 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Japanese \n" @@ -2819,6 +2819,12 @@ msgstr " 複合仮想パッケージ: " 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/km.po b/po/km.po index 6603a51f7..45a93e342 100644 --- a/po/km.po +++ b/po/km.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Khmer \n" @@ -2681,6 +2681,12 @@ msgstr " កញ្ចប់​និម្មិត​លាយ ៖ " 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/ko.po b/po/ko.po index 61416db35..6b969d6f0 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Korean \n" @@ -2705,6 +2705,12 @@ msgstr " 혼합 가상 패키지: " 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/ku.po b/po/ku.po index 3b3002e57..651b568dd 100644 --- a/po/ku.po +++ b/po/ku.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: ku \n" @@ -2631,6 +2631,12 @@ msgstr " Pakêtên hevbeş yên farazî:" 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î:" diff --git a/po/lt.po b/po/lt.po index 91e957242..54f5e384f 100644 --- a/po/lt.po +++ b/po/lt.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Lithuanian \n" @@ -2668,6 +2668,12 @@ msgstr " Mišrūs virtualūs paketai: " 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ų: " diff --git a/po/mr.po b/po/mr.po index c18bb1442..5be31265b 100644 --- a/po/mr.po +++ b/po/mr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -2687,6 +2687,12 @@ msgstr "मिश्रित आभासी पॅकेजेस्:" 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/nb.po b/po/nb.po index 8d90a6b25..074f2f5eb 100644 --- a/po/nb.po +++ b/po/nb.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Norwegian Bokmål \n" @@ -2771,6 +2771,12 @@ msgstr " Sammensatte virtuelle pakker: " 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: " diff --git a/po/ne.po b/po/ne.po index 8fe570e9b..8e8ca1875 100644 --- a/po/ne.po +++ b/po/ne.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Nepali \n" @@ -2678,6 +2678,12 @@ msgstr " मिश्रित अवास्तविक प्याके 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/nl.po b/po/nl.po index 97c9312dc..ae52ad502 100644 --- a/po/nl.po +++ b/po/nl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.23\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Debian Dutch l10n Team \n" @@ -2852,6 +2852,12 @@ msgstr " Gemengde virtuele pakketten: " 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: " diff --git a/po/nn.po b/po/nn.po index ad39a7f8c..e397249b2 100644 --- a/po/nn.po +++ b/po/nn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Norwegian nynorsk \n" @@ -2692,6 +2692,12 @@ msgstr " Samansette virtuelle pakkar: " 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: " diff --git a/po/pl.po b/po/pl.po index 6a9469e71..1a8c4ad22 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Polish \n" @@ -2869,6 +2869,12 @@ msgstr " Mieszanych pakietów wirtualnych: " 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: " diff --git a/po/pt.po b/po/pt.po index 0c8c78845..cac972c96 100644 --- a/po/pt.po +++ b/po/pt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Portuguese \n" @@ -2792,6 +2792,12 @@ msgstr " Pacotes virtuais misturados: " 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 \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 \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \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" @@ -2825,6 +2826,12 @@ msgstr " Pacotes virtuais misturados: " 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" diff --git a/po/ro.po b/po/ro.po index 6ef46ae9f..dc11703cd 100644 --- a/po/ro.po +++ b/po/ro.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.8\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Romanian \n" @@ -2944,6 +2944,12 @@ msgstr " Pachete virtuale mixte: " 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: " diff --git a/po/ru.po b/po/ru.po index 92b1a8b28..7a0cbc475 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.11\n" "Report-Msgid-Bugs-To: APT Development Team \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: Алексей Шилин \n" "Language-Team: Russian \n" @@ -2843,6 +2843,12 @@ msgstr " Смешанных виртуальных пакетов: " 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/sk.po b/po/sk.po index d1458fb11..d75f5868e 100644 --- a/po/sk.po +++ b/po/sk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Slovak \n" @@ -2762,6 +2762,12 @@ msgstr " Zmiešaných virtuálnych balíkov: " 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í: " diff --git a/po/sl.po b/po/sl.po index b9edf98f5..91204ad74 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Slovenian \n" @@ -2767,6 +2767,12 @@ msgstr " Mešani navidezni paketi: " 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: " diff --git a/po/sv.po b/po/sv.po index 6b35bcf28..23534383b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.2\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Swedish \n" @@ -2794,6 +2794,12 @@ msgstr " Blandade virtuella paket: " 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: " diff --git a/po/th.po b/po/th.po index db7e44cc6..b0e040820 100644 --- a/po/th.po +++ b/po/th.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Thai \n" @@ -2698,6 +2698,12 @@ msgstr " แพกเกจเสมือนผสม: " 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/tl.po b/po/tl.po index 181712af4..6e554344d 100644 --- a/po/tl.po +++ b/po/tl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Tagalog \n" @@ -2707,6 +2707,12 @@ msgstr " Halong Birtwal na Pakete: " 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: " diff --git a/po/tr.po b/po/tr.po index 59dc29d6d..0cdd7fb6e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Debian l10n Turkish \n" @@ -2820,6 +2820,12 @@ msgstr " Karışık sanal paketler: " 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: " diff --git a/po/uk.po b/po/uk.po index 6b14e8fb7..0abd56ff9 100644 --- a/po/uk.po +++ b/po/uk.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Українська \n" @@ -2798,6 +2798,12 @@ msgstr " Змішаних віртуальних пакунків: " 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/vi.po b/po/vi.po index 6d90d82d3..7fb350bc3 100644 --- a/po/vi.po +++ b/po/vi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \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 \n" "Language-Team: Vietnamese \n" @@ -2757,6 +2757,12 @@ msgstr " Gói ảo hỗn hợp: " 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 \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) \n" @@ -2675,6 +2675,12 @@ msgstr " 混合虚拟软件包:" 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 \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 \n" "Language-Team: Debian-user in Chinese [Big5]