diff --git a/CHANGELOG.md b/CHANGELOG.md index f7408ee02..91968cae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 5.1.9 + +- Update translations from weblate +- Fix builds for RISC-V arch +- Fix architecture autodetection +- Move `am_i_root` function to common library +- Implement `module info` command +- Add user confirmation request if `history store` overwrites a file +- Add `history store` command +- Add API to serialize base::transaction in JSON +- Add API to serialize transaction::transaction in JSON +- Add docs for `provides` +- Implement command `provides` +- Read `copr.vendor.conf` in `/usr/share` first +- Add docs for `check` command +- Implement `check` command +- Expose `utis/fs/file.hpp` and `temp.hpp` on API +- Document dropping of the `skip-broken` for `upgrade` +- Update man pages with missing dependency resolving-related options +- Document `skip-broken` option only for related commands +- Test for adding an empty list to memory file +- Check serialized temporary files memory is non-empty +- Add `microcode_ctl` to needs-restarting's reboot list +- Fix reporting spec matches only source + # 5.1.8 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 9449e7a1b..cb8b71d33 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 1) -set(DEFAULT_PROJECT_VERSION_PATCH 8) +set(DEFAULT_PROJECT_VERSION_PATCH 9) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5-plugins/builddep_plugin/po/cs.po b/dnf5-plugins/builddep_plugin/po/cs.po index f2716581c..ceb38f3f3 100644 --- a/dnf5-plugins/builddep_plugin/po/cs.po +++ b/dnf5-plugins/builddep_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/builddep_plugin/po/ka.po b/dnf5-plugins/builddep_plugin/po/ka.po index f506a903d..1a815a13f 100644 --- a/dnf5-plugins/builddep_plugin/po/ka.po +++ b/dnf5-plugins/builddep_plugin/po/ka.po @@ -6,21 +6,26 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: builddep.cpp:84 msgid "" "Invalid value for macro definition \"{}\". \"macro expr\" format expected." msgstr "" +"არასწორი მნიშვნელობა მაკროს აღწერისთვის \"{}\". მოველოდი ფორმატს \"macro " +"expr\"." #. failed to parse some of inputs (invalid spec, no package matched...) #: builddep.cpp:254 msgid "Failed to parse some inputs." -msgstr "" +msgstr "ზოგიერთი შეყვანის დამუშავება ჩავარდა." diff --git a/dnf5-plugins/changelog_plugin/po/cs.po b/dnf5-plugins/changelog_plugin/po/cs.po index 8b76f7586..41a13ff45 100644 --- a/dnf5-plugins/changelog_plugin/po/cs.po +++ b/dnf5-plugins/changelog_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/changelog_plugin/po/ka.po b/dnf5-plugins/changelog_plugin/po/ka.po index eca52f6c0..8480beacd 100644 --- a/dnf5-plugins/changelog_plugin/po/ka.po +++ b/dnf5-plugins/changelog_plugin/po/ka.po @@ -6,16 +6,21 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: changelog.cpp:60 msgid "" "Invalid date passed: \"{}\". Dates in \"YYYY-MM-DD\" format are expected" msgstr "" +"გადაცემულია არასწორი მონაცემები: \"{}\". მოველოდი თარიღს ფორმატში \"წწწწ-თთ-" +"დდ\"" diff --git a/dnf5-plugins/config-manager_plugin/po/cs.po b/dnf5-plugins/config-manager_plugin/po/cs.po index d477e6266..6f626cd27 100644 --- a/dnf5-plugins/config-manager_plugin/po/cs.po +++ b/dnf5-plugins/config-manager_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/config-manager_plugin/po/ka.po b/dnf5-plugins/config-manager_plugin/po/ka.po index 5619faf45..412665dc3 100644 --- a/dnf5-plugins/config-manager_plugin/po/ka.po +++ b/dnf5-plugins/config-manager_plugin/po/ka.po @@ -6,164 +6,188 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: addrepo.cpp:152 msgid "from-repofile: \"{}\" file does not exist" -msgstr "" +msgstr "რეპოფაილიდან: ფაილი \"{}\" არ არსებობს" #: addrepo.cpp:155 msgid "from-repofile: {}" -msgstr "" +msgstr "რეპოფაილიდან: {}" #: addrepo.cpp:184 msgid "set: Badly formatted argument value \"{}\"" -msgstr "" +msgstr "დაყენება: არასწორად დაფორმატებული არგუმენტის მნიშვნელობა \"{}\"" #: addrepo.cpp:194 msgid "Cannot set repository option \"{}={}\": {}" -msgstr "" +msgstr "ვერ დავაყენე რეპოზიტორიის პარამეტრი \"{}={}\": {}" #: addrepo.cpp:202 setopt.cpp:136 msgid "Sets the \"{}\" option again with a different value: \"{}\" != \"{}\"" msgstr "" +"დააყენებს პარამეტრს \"{}\" კიდევ ერთხელ სხვა მნიშვნელობით: \"{}\" != \"{}\"" #: addrepo.cpp:268 msgid "Missing path to repository configuration directory" -msgstr "" +msgstr "აკლია რეპოზიტორიის კონფიგურაციის საქაღალდის ბილიკი" #: addrepo.cpp:318 msgid "Failed to copy repository configuration file \"{}\": {}" -msgstr "" +msgstr "რეპოზიტორიის კონფიგურაციის ფაილის \"{}\" კოპირება ჩავარდა: {}" #: addrepo.cpp:329 msgid "Failed to download repository configuration file \"{}\": {}" -msgstr "" +msgstr "რეპოზიტორიის კონფიგურაციის ფაილის \"{}\" გადმოწერა ჩავარდა: {}" #: addrepo.cpp:351 msgid "" "Error in added repository configuration file. Cannot set repository option " "\"{}={}\": {}" msgstr "" +"შეცდომა დამატებული რეპოზიტორიის კონფიგურაციის ფაილში. ვერ დავაყენე " +"რეპოზიტორიის პარამეტრი \"{}={}\": {}" #: addrepo.cpp:385 msgid "Bad baseurl: {}={}" -msgstr "" +msgstr "არასწორი baseurl: {}={}" #: addrepo.cpp:393 msgid "" "One of --from-repofile=, --set=baseurl=, --set=mirrorlist=, --" "set=metalink= must be set to a non-empty URL" msgstr "" +"ერთ-ერთი პარამეტრებიდან --from-repofile=, --set=baseurl=, --" +"set=mirrorlist=, --set=metalink= არაცარიელ URL-ზე უნდა ეყენოს" #: addrepo.cpp:438 msgid "Failed to save repository configuration file \"{}\": {}" -msgstr "" +msgstr "რეპოზიტორიის კონფიგურაციის ფაილის \"{}\" შენახვა ჩავარდა: {}" #: addrepo.cpp:460 msgid "" "File \"{}\" already exists and configures repositories with IDs \"{}\". Add " "\"--add-or-replace\" or \"--overwrite\"." msgstr "" +"ფაილი \"{}\" უკვე არსებობს და მიუთითებს რეპოზიტორიებზე ID-ებით \"{}\". " +"დაამატეთ \"--add-or-replace\" ან \"--overwrite\"." #: addrepo.cpp:463 msgid "" "File \"{}\" already exists and configures repositories with IDs \"{}\". Add " "\"--overwrite\" to overwrite." msgstr "" +"ფაილი \"{}\" უკვე არსებობს და მიუთითებს რეპოზიტორიებზე ID-ებით \"{}\". თავზე " +"გადასაწერად დაამატეთ \"--overwrite\"." #: addrepo.cpp:483 addrepo.cpp:508 msgid "A repository with id \"{}\" already configured in file: {}" -msgstr "" +msgstr "რეპოზიტორია ID-ით \"{}\" უკვე მორგებულია ფაილში:{}" #: setopt.cpp:82 msgid "optval: Badly formatted argument value \"{}\"" -msgstr "" +msgstr "optval: ცუდად დაფორმატებული არგუმენტის მნიშვნელობა \"{}\"" #: setopt.cpp:90 msgid "" "optval: Badly formatted argument value: Last key character cannot be '.': {}" msgstr "" +"optval: ცუდად დაფორმატებული არგუმენტის მნიშვნელობა: ბოლო საკვანძო სიმბოლო " +"ვერ იქნება '.': {}" #: setopt.cpp:98 msgid "optval: Empty repository id is not allowed: {}" -msgstr "" +msgstr "optval: ცარიელი რეპოზიტორიის ID დაშვებული არაა: {}" #: setopt.cpp:107 msgid "Cannot set repository option \"{}\": {}" -msgstr "" +msgstr "ვერ დავაყენე რეპოზიტორიის პარამეტრი \"{}\": {}" #: setopt.cpp:114 setopt.cpp:177 msgid "" "Sets the \"{}\" option of the repository \"{}\" again with a different " "value: \"{}\" != \"{}\"" msgstr "" +"დააყენებს პარამეტრს \"{}\" რეპოზიტორიისთვის \"{}\" კიდევ ერთხელ სხვა " +"მნიშვნელობით: \"{}\" != \"{}\"" #: setopt.cpp:128 msgid "Cannot set option: \"{}\": {}" -msgstr "" +msgstr "ვერ დავაყენე პარამეტრი: \"{}\": {}" #: setopt.cpp:168 msgid "No matching repository to modify: {}" -msgstr "" +msgstr "შესაცვლელად შესაბამისი რეპოზიტორია ვერ ვიპოვე: {}" #: setvar.cpp:49 msgid "varval: Badly formatted argument value \"{}\"" -msgstr "" +msgstr "varval: ცუდად დაფორმატებული არგუმენტის მნიშვნელობა \"{}\"" #: setvar.cpp:60 msgid "Cannot set \"{}\": Variable \"{}\" is read-only" -msgstr "" +msgstr "\"{}\"-ის დაყენება შეუძლებელია. ცვლადი \"{}\" მხოლოდ წაკითხვადია" #: setvar.cpp:68 msgid "Sets the \"{}\" variable again with a different value: \"{}\" != \"{}\"" msgstr "" +"დააყენებს ცვლადს \"{}\" კიდევ ერთხელ სხვა მნიშვნელობით: \"{}\" != \"{}\"" #: setvar.cpp:97 unsetvar.cpp:63 msgid "Missing path to vars directory" -msgstr "" +msgstr "აკლია ბილიკი ცვლადების საქაღალდემდე" #: setvar.cpp:110 msgid "Cannot write variable to file \"{}\": {}" -msgstr "" +msgstr "ვერ ჩავწერე ცვლადი ფაილში \"{}\": {}" #: shared.hpp:49 msgid "" "The path \"{}\" exists, but it is not a directory or a symlink to a " "directory." msgstr "" +"ბილიკი \"{}\" არსებობს, მაგრამ ის არც საქაღალდეა, არც საქაღალდის სიმბმული." #: shared.hpp:54 msgid "The path \"{}\" exists, but it is a symlink to a non-existent object." -msgstr "" +msgstr "ბილიკი \"{}\" არსებობს, მაგრამ ის სიმბმულია არრსებულ ობიექტზე." #: shared.hpp:60 msgid "" "Directory \"{}\" does not exist. Add \"--create-missing-dir\" to create " "missing directories." msgstr "" +"საქაღალდე \"{}\" არ არსებობს. ნაკლული საქაღალდეების შესაქმნელად დაამატეთ \"--" +"create-missing-dir\"." #: shared.hpp:71 msgid "Variable name can contain only ASCII letters, numbers and '_': {}" msgstr "" +"ცვლადის სახელი მხოლოდ ლათინურ სიმბოლოებს, ციფრებს და '_'-ს შეიძლება " +"შეიცავდეს: {}" #: unsetopt.cpp:65 msgid "" "remove-opt: Badly formatted argument value: Last key character cannot be " "'.': {}" msgstr "" +"remove-opt: ცუდად დაფორმატებული არგუმენტის მნიშვნელობა: ბოლო საკვანძო " +"სიმბოლო ვერ იქნება '.': {}" #: unsetopt.cpp:73 msgid "remove-opt: Empty repository id is not allowed: {}" -msgstr "" +msgstr "remove-opt: ცარიელი რეპოზიტორიის ID დაშვებული არაა: {}" #: unsetvar.cpp:76 msgid "Cannot remove variable file \"{}\": {}" -msgstr "" +msgstr "ვერ წავშალე ცვლადის ფაილი \"{}\": {}" diff --git a/dnf5-plugins/copr_plugin/po/cs.po b/dnf5-plugins/copr_plugin/po/cs.po index da3ff0fde..84c7cd31a 100644 --- a/dnf5-plugins/copr_plugin/po/cs.po +++ b/dnf5-plugins/copr_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/copr_plugin/po/ka.po b/dnf5-plugins/copr_plugin/po/ka.po index a3e017ae6..3d19a617e 100644 --- a/dnf5-plugins/copr_plugin/po/ka.po +++ b/dnf5-plugins/copr_plugin/po/ka.po @@ -6,18 +6,21 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: copr.cpp:48 msgid "Copr hub (the web-UI/API server) hostname" -msgstr "" +msgstr "Copr hub (web-UI/API სერვერის) ჰოსტის სახელი" #: copr.cpp:88 msgid "" @@ -29,15 +32,24 @@ msgid "" "fedorainfracloud.org ) or the shortcut (e.g. fedora). Example: 'fedora/" "@footeam/coolproject'." msgstr "" +"Copr პროექტის ID {}-მდე. გამოიყენეთ ან ფორმატი OWNER/PROJECT ან HUB/OWNER/" +"PROJECT (თუ HUB მითითებული არაა, ნაგულისხმევი, ან --hub <არგ> გამოიყენება. " +"OWNER ან მომხმარებლის სახელია, ან @ჯგუფისსახელი. PROJECT შეიძლება მარტივი " +"პროექტი სახელი იყოს, ან \"პროექტის საქაღალდე\", რომელიც ორწერტილებს შეიცავს. " +"მაგ: 'project:custom:123' HUB შეიძლება იყოს ან Copr-ის წინაბოლოს ჰოსტის " +"სახელი (მაგ: copr.fedorainfracloud.org) ან მალსახმობი (მაგ: fedora). " +"მაგალითად: 'fedora/@footeam/coolproject'." #: copr.cpp:106 msgid "Invalid PROJECT_SPEC format '{}'" -msgstr "" +msgstr "არასწორი PROJECT_SPEC-ის ფორმატი '{}'" #: copr_constants.hpp:27 msgid "" "Manage Copr repositories (add-ons provided by users/community/third-party)" msgstr "" +"Copr რეპოზიტორიების მართვა (დამატებები, რომლებიც მომხმარებლებმა/მესამე " +"პირებმა/მოხალისეებმა შექმნეს)" #: copr_constants.hpp:29 msgid "" @@ -53,6 +65,18 @@ msgid "" "Please do not file bug reports about these packages in Fedora\n" "Bugzilla. In case of problems, contact the owner of this repository.\n" msgstr "" +"Copr რეპოზიტორიის ჩართვა. დაიმახსოვრეთ, რომ ეს რეპოზიტორია\n" +"მთავარი დისტრიბუტივის ნაწილს არ წარმოადგენს და მისი ხარისხი შეიძლებას " +"საეჭვოც იყოს.\n" +"\n" +"პროექტი Fedora ამ რეპოზიტორიის შემცველობას არანაირად არ ამოწმებს,\n" +"იმ წესების გარდა, რომლებიც აღწერილია Copr-ის ხ.დ.კ.ში მისამართზე\n" +",\n" +"და პაკეტები არ მოწმდება ხარისხზე თუ უსაფრთხოებაზე.\n" +"\n" +"არ მოგვწეროთ შეცდომების შესახებ Fedora Bugzilla-ში.\n" +"პრობლემების შემთხვევაში, ამ რეპოზიტორიის მფლობელს დაუკავშირდით.\n" #: copr_constants.hpp:41 msgid "" @@ -69,104 +93,125 @@ msgid "" "These repositories are being enabled together with the main\n" "repository.\n" msgstr "" +"ჩართული Copr რეპოზიტორიის მფლობელმა გადაწყვიტა, მისი\n" +"დამოკიდებულებები სხვა რეპოზიტორიებიდან აიღოს. ასეთი რეპოზიტორიები,\n" +"ძირითადად, მთავარი Copr რეპოზიტორიიდან RPM-ების წარმატებით \n" +"დასაყენებლადაა საჭირო (ისინი დამოკიდებულებებს შეიცავენ).\n" +"\n" +"დაიმახსოვრეთ, რომ შენიშვნები ხარისხისა და შეცდომების\n" +"შესახებ მიწერაზე აქაც მოქმედებს. პროექტი Fedora\n" +"მათ შემცველობას არ აკონტროლებს. გადახედეთ სიას\n" +"\n" +"{}\n" +"ეს რეპოზიტორიები ჩაირთვება მთავარ რეპოზიტორიასთან\n" +"ერთად.\n" #: copr_debug.cpp:30 msgid "print useful info about the system, useful for debugging" -msgstr "" +msgstr "სისტემის შესახებ ინფორმაციის გამოტანა. გამოსადეგია გამართვისთვის" #: copr_disable.cpp:34 msgid "" "disable specified Copr repository (if exists), keep {}/*.repo file - just " "mark enabled=0" msgstr "" +"მითითებული Copr რეპოზიტორიის (თუ არ სებობს) გამორთვა. {}/*.repo ფაილი არ " +"წაიშლება, უბრალოდ მოინიშნება, როგორც enabled=0" #: copr_enable.cpp:37 msgid "" "download the repository info from a Copr server and install it as a {}/*." "repo file" msgstr "" +"გადმოწერეთ რეპოზიტორიის ინფორმაცია Copr სერვერიდან და დააყენეთ ის, როგორც " +"ფაილი {}/*.repo" #: copr_enable.cpp:45 msgid "" "Chroot specified in the NAME-RELEASE-ARCH format, e.g. 'fedora-rawhide-" "ppc64le'. When not specified, the 'dnf copr' command attempts to detect it." msgstr "" +"Chroot, რომელიც სახელი-რელიზი-არქიტექტურა ფორმატითაა მითითებული. მაგ: " +"'fedora-rawhide-ppc64le'. როცა მითითებული არაა, ბრძანება 'dnf copr' სცდის, " +"დაადგინოს ის." #: copr_list.cpp:51 msgid "list Copr repositories" -msgstr "" +msgstr "copr რეპოზიტორიების სია" #: copr_remove.cpp:34 msgid "" "remove specified Copr repository from the system (removes the {}/*.repo file)" -msgstr "" +msgstr "მითითებული Copr რეპოზიტორიის წაშლა სისტემიდან (წაშლის {}/*.repo ფაილს)" #: copr_repo.cpp:88 msgid "Directory '{}' not found in '{}' Copr project." -msgstr "" +msgstr "საქაღალდე '{}' ვერ ვიპოვე '{}' Copr პროექტში." #: copr_repo.cpp:94 msgid "You can use one of these available directories:" -msgstr "" +msgstr "შეგიძლიათ გამოიყენოთ ერთ-ერთი ამ ხელმისაწვდომი საქაღალდეებიდან:" #: copr_repo.cpp:110 msgid "Chroot not found in the given Copr project" -msgstr "" +msgstr "მითითებულ Copr რეპოზიტორიაში Chroot ვერ ვიპოვე" #: copr_repo.cpp:112 msgid "Unable to detect chroot, specify it explicitly." -msgstr "" +msgstr "Chroot აღმოჩენილი არაა. ის აშკარად უნდა მიუთითოთ." #: copr_repo.cpp:118 msgid "We tried to find these repos without a success:" -msgstr "" +msgstr "სცადეთ, მოგეძებნათ ეს რეპოები წარმატების გარეშე:" #: copr_repo.cpp:123 msgid "You can choose one of the available chroots explicitly:" -msgstr "" +msgstr "შეგიძლიათ აირჩიოთ ერთ-ერთი ხელმისაწვდომი chroot:" #: copr_repo.cpp:197 msgid "Can't parse Copr repo spec: " -msgstr "" +msgstr "ვერ დავამუშავე Copr რეპოს სპეციფიკაცია: " #: copr_repo.cpp:335 msgid "Can't remove the {} repo file" -msgstr "" +msgstr "ვერ წავშალე რეპო ფაილი {}" #: copr_repo.cpp:338 msgid "Repo file {} successfully removed" -msgstr "" +msgstr "რეპო ფაილ {} წარმატებით წაიშალა" #: copr_repo.cpp:384 msgid "Can't find {} item in {}" -msgstr "" +msgstr "ვერ ვიპოვე {} ელემენტი {}-ში" #: copr_repo.cpp:440 msgid "Removing old config file '{}'" -msgstr "" +msgstr "ვშლი ძველ კონფიგურაციის ფაილს '{}'" #: copr_repo.cpp:443 msgid "Can't remove" -msgstr "" +msgstr "ვერ წავშალე" #: copr_repo.cpp:517 msgid "" "Copr repofile '{}' has an old format, fix by re-enabling it $ {} copr enable " "{}" msgstr "" +"Copr-ის რეპოფაილი '{}' ძველ ფორმატშია. გაასწორეთ ის მისი თავიდან ჩართვით " +"ბრძანების გაშვებით: $ {} copr enable {}" #: copr_repo.cpp:551 msgid "Repo id '{}' in '{}' is suspicious" -msgstr "" +msgstr "რეპოს id '{}' '{}'-ში საეჭვოა" #: copr_repo.cpp:558 msgid "Repo id '{}' doesn't belong to '{}' repofile" -msgstr "" +msgstr "რეპოს id '{}' რეპოფაილს '{}' არ ეკუთვნის" #: copr_repo.cpp:608 msgid "Copr repository '{}' in '{}' disabled." -msgstr "" +msgstr "Copr რეპო '{}' '{}'-ში გათიშულია." #: copr_repo.cpp:622 copr_repo.cpp:647 msgid "Repository '{}' not found on this system" -msgstr "" +msgstr "რეპოზიტორია '{}' ამ სისტემაზე აღმოჩენილი არაა" diff --git a/dnf5-plugins/needs_restarting_plugin/po/cs.po b/dnf5-plugins/needs_restarting_plugin/po/cs.po index c25722e29..52af081dd 100644 --- a/dnf5-plugins/needs_restarting_plugin/po/cs.po +++ b/dnf5-plugins/needs_restarting_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/needs_restarting_plugin/po/ka.po b/dnf5-plugins/needs_restarting_plugin/po/ka.po index 3ddfe6369..0fb6caee9 100644 --- a/dnf5-plugins/needs_restarting_plugin/po/ka.po +++ b/dnf5-plugins/needs_restarting_plugin/po/ka.po @@ -6,15 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: needs_restarting.cpp:231 msgid "Couldn't connect to D-Bus: {}" -msgstr "" +msgstr "ვერ მივუერთდი D-Bus-ს: {}" diff --git a/dnf5-plugins/repoclosure_plugin/po/cs.po b/dnf5-plugins/repoclosure_plugin/po/cs.po index b70d8b037..f03a399d0 100644 --- a/dnf5-plugins/repoclosure_plugin/po/cs.po +++ b/dnf5-plugins/repoclosure_plugin/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5-plugins/repoclosure_plugin/po/ka.po b/dnf5-plugins/repoclosure_plugin/po/ka.po index 52f3ac6c2..dd07b035a 100644 --- a/dnf5-plugins/repoclosure_plugin/po/ka.po +++ b/dnf5-plugins/repoclosure_plugin/po/ka.po @@ -6,29 +6,34 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: repoclosure.cpp:45 msgid "Print list of unresolved dependencies for repositories" -msgstr "" +msgstr "რეპოზიტორიების ამოუხსნელი დამოკიდებულებების სიის გამოტანა" #: repoclosure.cpp:150 msgid "No match for argument \"{}\"." -msgstr "" +msgstr "არგუმენტს \"{}\" არაფერი ემთხვევა." #: repoclosure.cpp:156 msgid "Failed to resolve package specifications." -msgstr "" +msgstr "პაკეტის სპეციფიკაციების ამოხსნა ჩავარდა." #: repoclosure.cpp:211 msgid "" "Error: Repoclosure ended with unresolved dependencies ({}) across {} " "packages." msgstr "" +"შეცდომა: Repoclosure დასრულდა ამოუხსნელი დამოკიდებულებებით ({}) {} " +"პაკეტისთვის." diff --git a/dnf5.spec b/dnf5.spec index 3cb204768..fd02ef56a 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 1 -%global project_version_patch 8 +%global project_version_patch 9 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -759,6 +759,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %ldconfig_scriptlets %changelog +* Fri Dec 08 2023 Packit Team - 5.1.9-1 +- New upstream release 5.1.9 + * Fri Nov 24 2023 Packit Team - 5.1.8-1 - New upstream release 5.1.8 diff --git a/dnf5/po/cs.po b/dnf5/po/cs.po index 7360c7216..1529b2395 100644 --- a/dnf5/po/cs.po +++ b/dnf5/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: 2023-11-21 12:02+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" "Language-Team: Georgian \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5daemon-client/po/ka.po b/dnf5daemon-client/po/ka.po index f8de03c92..4de0e2451 100644 --- a/dnf5daemon-client/po/ka.po +++ b/dnf5daemon-client/po/ka.po @@ -6,124 +6,148 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: commands/advisory/advisory_info.hpp:34 msgid "Print details about advisories" -msgstr "" +msgstr "რეკომენდაციების შესახებ დეტალების გამოტანა" #: commands/advisory/advisory_list.hpp:34 msgid "List advisories" -msgstr "" +msgstr "რეკომენდაციების ჩვენება" #: commands/advisory/arguments.hpp:32 msgid "Show advisories containing any version of installed packages." msgstr "" +"დაყენებული პაკეტების ნებისმიერი ვერსიის შემცველი რეკომენდაციების ჩვენება." #: commands/advisory/arguments.hpp:43 msgid "Show advisories containing newer versions of installed packages." msgstr "" +"დაყენებული პაკეტების უფრო ახალი ვერსიის შემცველი რეკომენდაციების ჩვენება." #: commands/advisory/arguments.hpp:55 msgid "" "Show advisories containing equal and older versions of installed packages." msgstr "" +"დაყენებული პაკეტების იგივე ან უფრო ძველი ვერსიის შემცველი რეკომენდაციების " +"ჩვენება." #: commands/advisory/arguments.hpp:67 msgid "" "Show advisories containing newer versions of installed packages for which a " "newer version is available." msgstr "" +"იმ რეკომენდაციების ჩვენება, რომლებიც შეიცავენ უფრო ახალ ვერსიებს დაყენებული " +"პაკეტების, რომლებისთვისაც უფრო ახალი ვერსიებია ხელმისაწვდომი." #: commands/advisory/arguments.hpp:80 msgid "" "Show only advisories containing packages with specified names. List option, " "supports globs." msgstr "" +"მხოლოდ იმ რეკომენდაციების ჩვენება, რომლებიც შეიცავენ პაკეტებს, რომლებსაც " +"აქვთ შესაბამისის სახელები. სიის პარამეტრი. აქვს გლობების მხარდაჭერა." #: commands/advisory/arguments.hpp:81 msgid "PACKAGE_NAME,..." -msgstr "" +msgstr "პაკეტის_სახელი,..." #: commands/advisory/arguments.hpp:88 msgid "List of patterns matched against advisory names." -msgstr "" +msgstr "შაბლონების შია, რომლებიც რეკომენდაციის სახელებს ემთხვევა." #: commands/advisory/arguments.hpp:95 msgid "Show only advisories referencing a bugzilla." -msgstr "" +msgstr "მხოლოდ Bugzilla-ზე მითითებული რეკომენდაციების ჩვენება." #: commands/advisory/arguments.hpp:102 msgid "Show only advisories referencing a CVE." -msgstr "" +msgstr "მხოლოდ CVE-ზე მითითებული რეკომენდაციების ჩვენება." #: commands/advisory/arguments.hpp:113 msgid "Limit to packages in advisories with specified name. List option." msgstr "" +"მხოლოდ მითითებული სახელის მქონე რეკომენდაციებში არსებული პაკეტების " +"გათვალისწინება. სიის პარამეტრი." #: commands/advisory/arguments.hpp:114 msgid "ADVISORY_NAME,..." -msgstr "" +msgstr "რეკომენდაციის_სახელი,..." #: commands/advisory/arguments.hpp:121 msgid "Limit to packages in security advisories." -msgstr "" +msgstr "შეზღუდვა უსაფრთხოების რეკომენდაციების პაკეტებზე." #: commands/advisory/arguments.hpp:128 msgid "Limit to packages in bugfix advisories." -msgstr "" +msgstr "შეზღუდვა შეცდომების გასწორების რეკომენდაციების პაკეტებზე." #: commands/advisory/arguments.hpp:135 msgid "Limit to packages in enhancement advisories." -msgstr "" +msgstr "შეზღუდვა დამატებითი ფუნქციონალის რეკომენდაციების პაკეტებზე." #: commands/advisory/arguments.hpp:142 msgid "Limit to packages in newpackage advisories." -msgstr "" +msgstr "შეზღუდვა ახალი პაკეტების რეკომენდაციების პაკეტებზე." #: commands/advisory/arguments.hpp:153 msgid "" "Limit to packages in advisories with specified severity. List option. Can be " "\"critical\", \"important\", \"moderate\", \"low\", \"none\"." msgstr "" +"მხოლოდ მითითებული სიმძიმის მქონე რეკომენდაციებში არსებული პაკეტების " +"გათვალისწინება. სიის პარამეტრი. შეიძლება იყოს \"critical\" (კრიტიკული), " +"\"important\" (მნიშვნელოვანი), \"moderate\" (საშუალო), \"low\" (დაბალი), ან " +"\"none\" (არც ერთი)." #: commands/advisory/arguments.hpp:155 msgid "ADVISORY_SEVERITY,..." -msgstr "" +msgstr "რეკომენდაციის_სიმძიმე,..." #: commands/advisory/arguments.hpp:179 msgid "" "Limit to packages in advisories that fix a Bugzilla ID, Eg. 123123. List " "option." msgstr "" +"მხოლოდ იმ პაკეტების გაზიარება, რასაც შეიცავენ რეკომენდაციები, რომლებიც " +"მითითებულ Bugzilla ID-ს ასწორებენ. მაგ: 123123. სიის პარამეტრი." #: commands/advisory/arguments.hpp:180 msgid "BUGZILLA_ID,..." -msgstr "" +msgstr "BUGZILLA_ID,..." #: commands/advisory/arguments.hpp:190 msgid "" "Limit to packages in advisories that fix a CVE (Common Vulnerabilities and " "Exposures) ID, Eg. CVE-2201-0123. List option." msgstr "" +"მხოლოდ იმ პაკეტების გაზიარება, რასაც შეიცავენ რეკომენდაციები, რომლებიც " +"მითითებულ CVE ID-ს (Common Vulnerabilities and Exposures) ასწორებენ. მაგ: " +"CVE-2201-0123. სიის პარამეტრი." #: commands/advisory/arguments.hpp:192 msgid "CVE_ID,..." -msgstr "" +msgstr "CVE_ID,..." #: exception.cpp:28 msgid "" "This command has to be run with superuser privileges (under the root user on " "most systems)." msgstr "" +"აუცილებელია, ბრძანება ზემომხმარებლის პრივილეგიებით გაუშვათ (ძირითადად, " +"მომხმარებლის სახელია root)." #: main.cpp:236 main.cpp:273 msgid ". Add \"--help\" for more information about the arguments." -msgstr "" +msgstr ". არგუმენტების შესახებ მეტი ინფორმაციის მისაღებად დაამატეთ \"--help\"." diff --git a/dnf5daemon-server/po/cs.po b/dnf5daemon-server/po/cs.po index 47e6db467..d18061386 100644 --- a/dnf5daemon-server/po/cs.po +++ b/dnf5daemon-server/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/dnf5daemon-server/po/ka.po b/dnf5daemon-server/po/ka.po index af1d09dc1..e71568a06 100644 --- a/dnf5daemon-server/po/ka.po +++ b/dnf5daemon-server/po/ka.po @@ -6,19 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: threads_manager.cpp:94 msgid "Failed to create locale \"{}\"." -msgstr "" +msgstr "ლოკალის \"{}\" შექმნა ჩავარდა." #: threads_manager.cpp:99 msgid "Failed to use locale \"{}\"." -msgstr "" +msgstr "ლოკალის \"{}\" გამოყენება ჩავარდა." diff --git a/libdnf5-cli/po/ka.po b/libdnf5-cli/po/ka.po index c4a929fc9..378148c7c 100644 --- a/libdnf5-cli/po/ka.po +++ b/libdnf5-cli/po/ka.po @@ -107,7 +107,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: 2023-11-16 19:01+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian \n" "Language-Team: LANGUAGE \n" diff --git a/libdnf5-plugins/actions/po/ka.po b/libdnf5-plugins/actions/po/ka.po index 7c98242a0..03b9012db 100644 --- a/libdnf5-plugins/actions/po/ka.po +++ b/libdnf5-plugins/actions/po/ka.po @@ -6,49 +6,60 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: actions.cpp:397 actions.cpp:405 actions.cpp:413 actions.cpp:421 msgid "" "Error in file \"{}\" on line {}: \"HOOK:PKG_FILTER:DIRECTION:OPTIONS:CMD\" " "format expected" msgstr "" +"შეცდომა ფაილში \"{}\" ხაზზე {}: მოველოდი ფორმატს \"HOOK:PKG_FILTER:DIRECTION:" +"OPTIONS:CMD\"" #: actions.cpp:443 msgid "" "Error in file \"{}\" on line {}: Unknown \"enabled\" option value \"{}\"" msgstr "" +"შეცდომა ფაილში \"{}\" ფაილში {}: უცნობი \"enabled\" პარამეტრის მნიშვნელობა " +"\"{}\"" #: actions.cpp:450 msgid "Error in file \"{}\" on line {}: Unknown option \"{}\"" -msgstr "" +msgstr "შეცდომა ფაილში \"{}\" ხაზზე {}: უცნობი პარამეტრი \"{}\"" #: actions.cpp:468 msgid "Error in file \"{}\" on line {}: Unknown hook \"{}\"" -msgstr "" +msgstr "შეცდომა ფაილში \"{}\" ხაზზე {}: უცნობი ჰუკი \"{}\"" #: actions.cpp:478 msgid "" "Error in file \"{}\" on line {}: Package filter can only be used in " "PRE_TRANS and POST_TRANS hooks" msgstr "" +"შეცდომა ფაილში \"{}\" ხაზზე {}: პაკეტების ფილტრი, მხოლოდ, PRE_TRANS და " +"POST_TRANS ჰუკებში შეგიძლიათ, გამოიყენოთ" #: actions.cpp:488 msgid "" "Error in file \"{}\" on line {}: Cannot use direction without package filter" msgstr "" +"შეცდომა ფაილში \"{}\" ხაზზე {}: მიმართულებას პაკეტების ფილტრის გარეშე ვერ " +"გამოიყენებთ" #: actions.cpp:505 msgid "Error in file \"{}\" on line {}: Unknown package direction \"{}\"" -msgstr "" +msgstr "შეცდომა ფაილში \"{}\" ხაზზე {}: უცნობი პაკეტის მიმართულება \"{}\"" #: actions.cpp:514 msgid "Error in file \"{}\" on line {}: Missing command" -msgstr "" +msgstr "შეცდომა ფაილში \"{}\" ხაზზე {}: ნაკლული ბრძანება" diff --git a/libdnf5-plugins/rhsm/po/ka.po b/libdnf5-plugins/rhsm/po/ka.po index f260c1404..b657d9e16 100644 --- a/libdnf5-plugins/rhsm/po/ka.po +++ b/libdnf5-plugins/rhsm/po/ka.po @@ -7,18 +7,21 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-11-07 11:21+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2023-11-28 02:51+0000\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.2.1\n" #: rhsm.cpp:97 msgid "Missing path to repository configuration directory" -msgstr "" +msgstr "აკლია რეპოზიტორიის კონფიგურაციის საქაღალდის ბილიკი" #: rhsm.cpp:134 msgid "Cannot save repository configuration to file \"{}\": {}" -msgstr "" +msgstr "ვერ შევინახე რეპოზიტორიის კონფიგურაციის ფაილი \"{}\": {}" diff --git a/libdnf5/po/cs.po b/libdnf5/po/cs.po index 8e7e6c776..07e988823 100644 --- a/libdnf5/po/cs.po +++ b/libdnf5/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -22,16 +22,16 @@ msgid "" "advisory prefix \"{}\"" msgstr "" -#: base/goal.cpp:383 +#: base/goal.cpp:387 msgid "Unsupported argument for REMOVE action: {}" msgstr "" #. TODO(lukash) throw a proper exception -#: base/goal.cpp:967 +#: base/goal.cpp:1098 msgid "Incorrect configuration value for multilib_policy: {}" msgstr "" -#: base/goal.cpp:2160 +#: base/goal.cpp:2306 msgid "Failed to resolve modules." msgstr "" @@ -248,68 +248,68 @@ msgstr "" msgid "Problem {}: " msgstr "" -#: base/transaction.cpp:70 +#: base/transaction.cpp:71 msgid "This transaction has been already run before." msgstr "" -#: base/transaction.cpp:71 +#: base/transaction.cpp:72 msgid "Cannot run transaction with resolving problems." msgstr "" -#: base/transaction.cpp:72 +#: base/transaction.cpp:73 msgid "Rpm transaction check failed." msgstr "" -#: base/transaction.cpp:74 +#: base/transaction.cpp:75 msgid "" "Failed to obtain rpm transaction lock. Another transaction is in progress." msgstr "" -#: base/transaction.cpp:75 +#: base/transaction.cpp:76 msgid "Rpm transaction failed." msgstr "" -#: base/transaction.cpp:76 +#: base/transaction.cpp:77 msgid "Signature verification failed." msgstr "" -#: base/transaction.cpp:80 +#: base/transaction.cpp:81 msgid "The repository does not have any PGP keys configured." msgstr "" -#: base/transaction.cpp:81 +#: base/transaction.cpp:82 msgid "Public key is not installed." msgstr "" -#: base/transaction.cpp:82 +#: base/transaction.cpp:83 msgid "Canceled by the user." msgstr "" -#: base/transaction.cpp:83 +#: base/transaction.cpp:84 msgid "Public key import failed." msgstr "" -#: base/transaction.cpp:601 +#: base/transaction.cpp:620 msgid "Invalid tsflag: {}" msgstr "" -#: base/transaction.cpp:935 +#: base/transaction.cpp:954 msgid "Public key \"{}\" is already present, not importing." msgstr "" -#: base/transaction.cpp:956 +#: base/transaction.cpp:975 msgid "An error occurred importing key \"{}\": {}" msgstr "" -#: base/transaction.cpp:989 +#: base/transaction.cpp:1008 msgid "PGP check for package \"{}\" ({}) from repo \"{}\" has failed: " msgstr "" -#: base/transaction.cpp:1016 +#: base/transaction.cpp:1035 msgid "Import of the key didn't help, wrong key?" msgstr "" -#: base/transaction.cpp:1034 +#: base/transaction.cpp:1053 msgid "Warning: skipped PGP checks for {} package(s)." msgstr "" @@ -317,7 +317,7 @@ msgstr "" msgid "System error" msgstr "" -#: common/exception.cpp:178 +#: common/exception.cpp:199 msgid "General RuntimeError exception" msgstr "" @@ -460,11 +460,15 @@ msgid "" "defined by regular expression \"{}\"" msgstr "" -#: conf/vars.cpp:62 +#: conf/vars.cpp:64 msgid "failed to read rpm config files" msgstr "" -#: conf/vars.cpp:321 +#: conf/vars.cpp:90 +msgid "Failed to execute uname()" +msgstr "" + +#: conf/vars.cpp:355 msgid "Variable \"{}\" is read-only" msgstr "" @@ -634,25 +638,25 @@ msgid "" "No valid source (baseurl, mirrorlist or metalink) found for repository \"{}\"" msgstr "" -#: repo/repo_pgp.cpp:62 +#: repo/repo_pgp.cpp:61 msgid "Failed to import pgp keys into temporary keyring: {}" msgstr "" -#: repo/repo_pgp.cpp:68 repo/repo_pgp.cpp:95 +#: repo/repo_pgp.cpp:67 repo/repo_pgp.cpp:94 msgid "Failed to list pgp keys: {}" msgstr "" -#: repo/repo_pgp.cpp:142 +#: repo/repo_pgp.cpp:141 msgid "Failed to import pgp keys: {}" msgstr "" -#: repo/repo_sack.cpp:82 +#: repo/repo_sack.cpp:83 msgid "" "Failed to create repo \"{}\": Id is present more than once in the " "configuration" msgstr "" -#: repo/repo_sack.cpp:404 +#: repo/repo_sack.cpp:417 msgid "Cache-only enabled but no cache for repository \"{}\"" msgstr "" @@ -680,23 +684,23 @@ msgstr "" msgid "Failed to load {} cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:563 +#: repo/solv_repo.cpp:564 msgid "Failed to write primary cache for repo \"{}\" to \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:580 +#: repo/solv_repo.cpp:581 msgid "Failed to re-load primary cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:640 +#: repo/solv_repo.cpp:645 msgid "Failed to write {} cache for repo \"{}\" to \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:661 +#: repo/solv_repo.cpp:666 msgid "Failed to re-load {} cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/temp_files_memory.cpp:49 +#: repo/temp_files_memory.cpp:52 msgid "" "An error occurred when parsing the temporary files memory file at '{}': {}" msgstr "" @@ -861,11 +865,11 @@ msgstr "" msgid "Failed to insert record into table 'item' in history database" msgstr "" -#: transaction/transaction.cpp:65 +#: transaction/transaction.cpp:66 msgid "Invalid transaction state: {}" msgstr "" -#: transaction/transaction.cpp:233 +#: transaction/transaction.cpp:234 msgid "Transaction has already started!" msgstr "" @@ -885,6 +889,70 @@ msgstr "" msgid "Invalid transaction item type: {}" msgstr "" +#: transaction/transaction_sr.cpp:55 +msgid "Transaction replay JSON serialized transaction input is empty" +msgstr "" + +#: transaction/transaction_sr.cpp:63 +msgid "Error during transaction replay JSON parsing : {}" +msgstr "" + +#: transaction/transaction_sr.cpp:73 +msgid "Incompatible major version: \"{}\", supported major version is \"{}\"" +msgstr "" + +#: utils/fs/file.cpp:84 +msgid "cannot open file" +msgstr "" + +#: utils/fs/file.cpp:97 +msgid "cannot open file from fd" +msgstr "" + +#: utils/fs/file.cpp:107 +msgid "cannot close file" +msgstr "" + +#: utils/fs/file.cpp:137 utils/fs/file.cpp:166 +msgid "error reading file" +msgstr "" + +#: utils/fs/file.cpp:152 utils/fs/file.cpp:178 +msgid "error writing file" +msgstr "" + +#: utils/fs/file.cpp:187 +msgid "error flushing file" +msgstr "" + +#: utils/fs/file.cpp:196 +msgid "error seeking in file" +msgstr "" + +#: utils/fs/file.cpp:207 +msgid "error retrieving file position" +msgstr "" + +#: utils/fs/file.cpp:260 +msgid "error reading a line from file" +msgstr "" + +#: utils/fs/file.cpp:283 +msgid "error retrieving file descriptor" +msgstr "" + +#: utils/fs/temp.cpp:42 +msgid "cannot create temporary directory" +msgstr "" + +#: utils/fs/temp.cpp:89 +msgid "cannot create temporary file" +msgstr "" + +#: utils/fs/temp.cpp:142 +msgid "cannot close temporary file" +msgstr "" + #: utils/iniparser.cpp:126 msgid "Missing ']' on line {}" msgstr "" diff --git a/libdnf5/po/de.po b/libdnf5/po/de.po index 8e7e6c776..07e988823 100644 --- a/libdnf5/po/de.po +++ b/libdnf5/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -22,16 +22,16 @@ msgid "" "advisory prefix \"{}\"" msgstr "" -#: base/goal.cpp:383 +#: base/goal.cpp:387 msgid "Unsupported argument for REMOVE action: {}" msgstr "" #. TODO(lukash) throw a proper exception -#: base/goal.cpp:967 +#: base/goal.cpp:1098 msgid "Incorrect configuration value for multilib_policy: {}" msgstr "" -#: base/goal.cpp:2160 +#: base/goal.cpp:2306 msgid "Failed to resolve modules." msgstr "" @@ -248,68 +248,68 @@ msgstr "" msgid "Problem {}: " msgstr "" -#: base/transaction.cpp:70 +#: base/transaction.cpp:71 msgid "This transaction has been already run before." msgstr "" -#: base/transaction.cpp:71 +#: base/transaction.cpp:72 msgid "Cannot run transaction with resolving problems." msgstr "" -#: base/transaction.cpp:72 +#: base/transaction.cpp:73 msgid "Rpm transaction check failed." msgstr "" -#: base/transaction.cpp:74 +#: base/transaction.cpp:75 msgid "" "Failed to obtain rpm transaction lock. Another transaction is in progress." msgstr "" -#: base/transaction.cpp:75 +#: base/transaction.cpp:76 msgid "Rpm transaction failed." msgstr "" -#: base/transaction.cpp:76 +#: base/transaction.cpp:77 msgid "Signature verification failed." msgstr "" -#: base/transaction.cpp:80 +#: base/transaction.cpp:81 msgid "The repository does not have any PGP keys configured." msgstr "" -#: base/transaction.cpp:81 +#: base/transaction.cpp:82 msgid "Public key is not installed." msgstr "" -#: base/transaction.cpp:82 +#: base/transaction.cpp:83 msgid "Canceled by the user." msgstr "" -#: base/transaction.cpp:83 +#: base/transaction.cpp:84 msgid "Public key import failed." msgstr "" -#: base/transaction.cpp:601 +#: base/transaction.cpp:620 msgid "Invalid tsflag: {}" msgstr "" -#: base/transaction.cpp:935 +#: base/transaction.cpp:954 msgid "Public key \"{}\" is already present, not importing." msgstr "" -#: base/transaction.cpp:956 +#: base/transaction.cpp:975 msgid "An error occurred importing key \"{}\": {}" msgstr "" -#: base/transaction.cpp:989 +#: base/transaction.cpp:1008 msgid "PGP check for package \"{}\" ({}) from repo \"{}\" has failed: " msgstr "" -#: base/transaction.cpp:1016 +#: base/transaction.cpp:1035 msgid "Import of the key didn't help, wrong key?" msgstr "" -#: base/transaction.cpp:1034 +#: base/transaction.cpp:1053 msgid "Warning: skipped PGP checks for {} package(s)." msgstr "" @@ -317,7 +317,7 @@ msgstr "" msgid "System error" msgstr "" -#: common/exception.cpp:178 +#: common/exception.cpp:199 msgid "General RuntimeError exception" msgstr "" @@ -460,11 +460,15 @@ msgid "" "defined by regular expression \"{}\"" msgstr "" -#: conf/vars.cpp:62 +#: conf/vars.cpp:64 msgid "failed to read rpm config files" msgstr "" -#: conf/vars.cpp:321 +#: conf/vars.cpp:90 +msgid "Failed to execute uname()" +msgstr "" + +#: conf/vars.cpp:355 msgid "Variable \"{}\" is read-only" msgstr "" @@ -634,25 +638,25 @@ msgid "" "No valid source (baseurl, mirrorlist or metalink) found for repository \"{}\"" msgstr "" -#: repo/repo_pgp.cpp:62 +#: repo/repo_pgp.cpp:61 msgid "Failed to import pgp keys into temporary keyring: {}" msgstr "" -#: repo/repo_pgp.cpp:68 repo/repo_pgp.cpp:95 +#: repo/repo_pgp.cpp:67 repo/repo_pgp.cpp:94 msgid "Failed to list pgp keys: {}" msgstr "" -#: repo/repo_pgp.cpp:142 +#: repo/repo_pgp.cpp:141 msgid "Failed to import pgp keys: {}" msgstr "" -#: repo/repo_sack.cpp:82 +#: repo/repo_sack.cpp:83 msgid "" "Failed to create repo \"{}\": Id is present more than once in the " "configuration" msgstr "" -#: repo/repo_sack.cpp:404 +#: repo/repo_sack.cpp:417 msgid "Cache-only enabled but no cache for repository \"{}\"" msgstr "" @@ -680,23 +684,23 @@ msgstr "" msgid "Failed to load {} cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:563 +#: repo/solv_repo.cpp:564 msgid "Failed to write primary cache for repo \"{}\" to \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:580 +#: repo/solv_repo.cpp:581 msgid "Failed to re-load primary cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:640 +#: repo/solv_repo.cpp:645 msgid "Failed to write {} cache for repo \"{}\" to \"{}\": {}" msgstr "" -#: repo/solv_repo.cpp:661 +#: repo/solv_repo.cpp:666 msgid "Failed to re-load {} cache for repo \"{}\" from \"{}\": {}" msgstr "" -#: repo/temp_files_memory.cpp:49 +#: repo/temp_files_memory.cpp:52 msgid "" "An error occurred when parsing the temporary files memory file at '{}': {}" msgstr "" @@ -861,11 +865,11 @@ msgstr "" msgid "Failed to insert record into table 'item' in history database" msgstr "" -#: transaction/transaction.cpp:65 +#: transaction/transaction.cpp:66 msgid "Invalid transaction state: {}" msgstr "" -#: transaction/transaction.cpp:233 +#: transaction/transaction.cpp:234 msgid "Transaction has already started!" msgstr "" @@ -885,6 +889,70 @@ msgstr "" msgid "Invalid transaction item type: {}" msgstr "" +#: transaction/transaction_sr.cpp:55 +msgid "Transaction replay JSON serialized transaction input is empty" +msgstr "" + +#: transaction/transaction_sr.cpp:63 +msgid "Error during transaction replay JSON parsing : {}" +msgstr "" + +#: transaction/transaction_sr.cpp:73 +msgid "Incompatible major version: \"{}\", supported major version is \"{}\"" +msgstr "" + +#: utils/fs/file.cpp:84 +msgid "cannot open file" +msgstr "" + +#: utils/fs/file.cpp:97 +msgid "cannot open file from fd" +msgstr "" + +#: utils/fs/file.cpp:107 +msgid "cannot close file" +msgstr "" + +#: utils/fs/file.cpp:137 utils/fs/file.cpp:166 +msgid "error reading file" +msgstr "" + +#: utils/fs/file.cpp:152 utils/fs/file.cpp:178 +msgid "error writing file" +msgstr "" + +#: utils/fs/file.cpp:187 +msgid "error flushing file" +msgstr "" + +#: utils/fs/file.cpp:196 +msgid "error seeking in file" +msgstr "" + +#: utils/fs/file.cpp:207 +msgid "error retrieving file position" +msgstr "" + +#: utils/fs/file.cpp:260 +msgid "error reading a line from file" +msgstr "" + +#: utils/fs/file.cpp:283 +msgid "error retrieving file descriptor" +msgstr "" + +#: utils/fs/temp.cpp:42 +msgid "cannot create temporary directory" +msgstr "" + +#: utils/fs/temp.cpp:89 +msgid "cannot create temporary file" +msgstr "" + +#: utils/fs/temp.cpp:142 +msgid "cannot close temporary file" +msgstr "" + #: utils/iniparser.cpp:126 msgid "Missing ']' on line {}" msgstr "" diff --git a/libdnf5/po/ka.po b/libdnf5/po/ka.po index 9a167bba6..e1a0abb9a 100644 --- a/libdnf5/po/ka.po +++ b/libdnf5/po/ka.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 02:52+0000\n" +"POT-Creation-Date: 2023-12-08 02:52+0000\n" "PO-Revision-Date: 2023-11-16 19:01+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian