Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdeclarative for openSUSE:Factory checked in at 2022-03-14 19:34:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old) and /work/SRC/openSUSE:Factory/.kdeclarative.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeclarative" Mon Mar 14 19:34:19 2022 rev:102 rq:961236 version:5.92.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes 2022-02-24 18:21:34.582688389 +0100 +++ /work/SRC/openSUSE:Factory/.kdeclarative.new.25692/kdeclarative.changes 2022-03-14 19:35:38.530023927 +0100 @@ -1,0 +2,12 @@ +Mon Mar 7 09:26:49 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.92.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.92.0 +- Changes since 5.91.0: + * Fix double deleting of NetworkAccessManagerFactory (kde#450507) + * Delete networkAccessManagerFactory when we delete the engine + * Improve Open[app]() functions (kde#443984) + +------------------------------------------------------------------- Old: ---- kdeclarative-5.91.0.tar.xz kdeclarative-5.91.0.tar.xz.sig New: ---- kdeclarative-5.92.0.tar.xz kdeclarative-5.92.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeclarative.spec ++++++ --- /var/tmp/diff_new_pack.gZE0ra/_old 2022-03-14 19:35:39.162024685 +0100 +++ /var/tmp/diff_new_pack.gZE0ra/_new 2022-03-14 19:35:39.166024690 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.91 +%define _tar_path 5.92 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kdeclarative -Version: 5.91.0 +Version: 5.92.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later ++++++ kdeclarative-5.91.0.tar.xz -> kdeclarative-5.92.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/CMakeLists.txt new/kdeclarative-5.92.0/CMakeLists.txt --- old/kdeclarative-5.91.0/CMakeLists.txt 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/CMakeLists.txt 2022-03-05 13:58:27.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.91.0") # handled by release scripts -set(KF_DEP_VERSION "5.91.0") # handled by release scripts +set(KF_VERSION "5.92.0") # handled by release scripts +set(KF_DEP_VERSION "5.92.0") # handled by release scripts project(KDeclarative VERSION ${KF_VERSION}) # Dependencies include(FeatureSummary) -find_package(ECM 5.91.0 NO_MODULE) +find_package(ECM 5.92.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/ar/kdeclarative5.po new/kdeclarative-5.92.0/po/ar/kdeclarative5.po --- old/kdeclarative-5.91.0/po/ar/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/ar/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -22,9 +22,9 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2022-01-19 22:21+0400\n" +"PO-Revision-Date: 2022-02-17 17:20+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" -"Language-Team: ar\n" +"Language-Team: Arabic <[email protected]>\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -61,24 +61,22 @@ msgstr "???????? ???????????????? ????????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "???????? ????????????" +msgstr "???? ??????" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "?????????? ???????????? %1. ?????? ???????? ?????????? ?????????? ???????????? ??????????." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "?????????? ???????????? %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/az/kdeclarative5.po new/kdeclarative-5.92.0/po/az/kdeclarative5.po --- old/kdeclarative-5.91.0/po/az/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/az/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kdeclarative package. # -# X??yyam <[email protected]>, 2020, 2021. +# X??yyam <[email protected]>, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdeclarative\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-12-25 12:24+0400\n" +"PO-Revision-Date: 2022-02-13 14:22+0400\n" "Last-Translator: Kheyyam Gojayev <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" "Language: az\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -47,19 +47,19 @@ #, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "" +msgstr "R??ng d??ym??si" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "Cari r??ng: %1. Bu d??ym?? r??ng se??imi dialoqunu a??acaq." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Cari r??ng: %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/cs/kdeclarative5.po new/kdeclarative-5.92.0/po/cs/kdeclarative5.po --- old/kdeclarative-5.91.0/po/cs/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/cs/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -10,7 +10,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2022-01-05 12:23+0100\n" +"PO-Revision-Date: 2022-02-03 14:16+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.12.1\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" @@ -64,7 +64,7 @@ #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Aktu??ln?? barva je %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/en_GB/kdeclarative5.po new/kdeclarative-5.92.0/po/en_GB/kdeclarative5.po --- old/kdeclarative-5.91.0/po/en_GB/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/en_GB/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2022-01-01 15:25+0000\n" +"PO-Revision-Date: 2022-02-19 12:00+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -45,24 +45,22 @@ msgstr "Show Contextual Help" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "left button" +msgstr "Colour button" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "Current colour is %1. This button will open a colour chooser dialog." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Current colour is %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/hi/kdeclarative5.po new/kdeclarative-5.92.0/po/hi/kdeclarative5.po --- old/kdeclarative-5.91.0/po/hi/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/hi/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -6,21 +6,21 @@ # Ravishankar Shrivastava <[email protected]>, 2008. # G Karunakar <[email protected]>, 2009, 2010, 2012. # Sameer Singh <[email protected]>, 2021. -# Raghavendra Kamath <[email protected]>, 2021. +# Raghavendra Kamath <[email protected]>, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-06-29 17:56+0530\n" +"PO-Revision-Date: 2022-02-10 11:37+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" -"Language-Team: kde-hindi\n" +"Language-Team: Hindi <[email protected]>\n" "Language: hi\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: Lokalize 21.04.2\n" +"X-Generator: Lokalize 21.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -49,24 +49,22 @@ msgstr "??????????????????????????? ????????? ??????????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "??????????????? ????????????" +msgstr "????????? ?????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "????????????????????? ????????? %1 ????????? ?????? ????????? ?????? ????????? ???????????????????????? ??????????????? ?????????????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "????????????????????? ????????? %1 ?????????" #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format @@ -108,24 +106,23 @@ #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:144 #, kde-format msgid "Global Shortcut Shadowing" -msgstr "" +msgstr "????????????????????? ????????????????????? ?????????????????????" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:147 #, kde-format msgid "The '%1' key combination is shadowed by following global actions:\n" -msgstr "" +msgstr "'%1' ??????????????? ?????????????????? ?????????????????????????????? ????????????????????? ???????????????????????? ?????????????????? ???????????????????????? ??????:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:149 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155 -#, fuzzy, kde-format -#| msgid "Shortcut '%1' for action '%2'\n" +#, kde-format msgid "Action '%1' in context '%2'\n" -msgstr "?????????????????? '%2' ?????? ????????? ??????????????????????????? '%1'\n" +msgstr "?????????????????? '%1' ?????????????????? ????????? '%2'\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:153 #, kde-format msgid "The '%1' key combination shadows following global actions:\n" -msgstr "" +msgstr "'%1' ??????????????? ?????????????????? ?????? ????????????????????? ???????????????????????? ?????? ????????? ???????????????????????? :\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:193 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/hu/kdeclarative5.po new/kdeclarative-5.92.0/po/hu/kdeclarative5.po --- old/kdeclarative-5.91.0/po/hu/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/hu/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -1,13 +1,13 @@ # Kiszel Krist??f <[email protected]>, 2010. # Krist??f Kiszel <[email protected]>, 2010, 2011, 2012, 2014, 2019. # Bal??zs ??r <[email protected]>, 2012, 2013. -# Kristof Kiszel <[email protected]>, 2018, 2020, 2021. +# Kristof Kiszel <[email protected]>, 2018, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-12-29 17:42+0100\n" +"PO-Revision-Date: 2022-02-08 09:27+0100\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" "Language: hu\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -44,24 +44,22 @@ msgstr "K??rnyezetf??gg?? s??g?? megjelen??t??se" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "bal gomb" +msgstr "Sz??nv??laszt??" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "A jelenlegi sz??n %1. Ez a gomb megnyit egy sz??nv??laszt?? ablakot." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "A jelenlegi sz??n %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/ia/kdeclarative5.po new/kdeclarative-5.92.0/po/ia/kdeclarative5.po --- old/kdeclarative-5.91.0/po/ia/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/ia/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# g.sora <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2017, 2019, 2020, 2021. +# g.sora <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2017, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-12-19 23:29+0100\n" +"PO-Revision-Date: 2022-02-05 22:45+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -44,24 +44,23 @@ msgstr "Monstra adjuta de contexto" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "button sinistre" +msgstr "Button de color" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." msgstr "" +"Color currente es %1. Iste button aperira un dialogo selector de color." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Color currente es %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/it/kdeclarative5.po new/kdeclarative-5.92.0/po/it/kdeclarative5.po --- old/kdeclarative-5.91.0/po/it/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/it/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -10,13 +10,13 @@ # Pino Toscano <[email protected]>, 2008. # Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014, 2015. # Innocenzo Ventre <[email protected]>, 2012. -# Vincenzo Reale <[email protected]>, 2014, 2015, 2019, 2020, 2021. +# Vincenzo Reale <[email protected]>, 2014, 2015, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-12-19 01:04+0100\n" +"PO-Revision-Date: 2022-02-04 00:37+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" @@ -24,7 +24,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 21.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -53,24 +53,24 @@ msgstr "Mostra la guida contestuale" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "tasto sinistro" +msgstr "Pulsante del colore" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." msgstr "" +"Il colore attuale ?? %1. Questo pulsante aprir?? una finestra di selezione del " +"colore." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Il colore attuale ?? %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/ko/kdeclarative5.po new/kdeclarative-5.92.0/po/ko/kdeclarative5.po --- old/kdeclarative-5.91.0/po/ko/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/ko/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -1,14 +1,14 @@ # Korean messages for kdelibs. # Copyright (C) Free Software Foundation, Inc. # Cho Sung Jae <[email protected]>, 2007. -# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021. +# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022. # msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-05-16 21:46+0200\n" +"PO-Revision-Date: 2022-02-20 22:11+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 20.12.3\n" +"X-Generator: Lokalize 21.08.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -48,19 +48,20 @@ #, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "" +msgstr "?????? ??????" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." msgstr "" +"?????? ????????? %1?????????. ??? ????????? ???????????? ?????? ????????? ?????? ????????? ?????????." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "?????? ????????? %1?????????." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format @@ -101,23 +102,23 @@ #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:144 #, kde-format msgid "Global Shortcut Shadowing" -msgstr "" +msgstr "?????? ????????? ?????????" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:147 #, kde-format msgid "The '%1' key combination is shadowed by following global actions:\n" -msgstr "" +msgstr "'%1' ??? ????????? ?????? ?????? ????????? ?????? ????????? ????????????:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:149 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155 #, kde-format msgid "Action '%1' in context '%2'\n" -msgstr "" +msgstr "?????? '%2'??? ?????? '%1'\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:153 #, kde-format msgid "The '%1' key combination shadows following global actions:\n" -msgstr "" +msgstr "'%1' ??? ????????? ?????? ?????? ????????? ???????????????:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:193 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/nb/kdeclarative5.po new/kdeclarative-5.92.0/po/nb/kdeclarative5.po --- old/kdeclarative-5.91.0/po/nb/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/nb/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-01-05 00:42+0000\n" +"POT-Creation-Date: 2022-02-04 00:41+0000\n" "PO-Revision-Date: 2015-04-28 08:55+0200\n" "Last-Translator: Bj??rn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokm??l <[email protected]>\n" @@ -51,19 +51,37 @@ msgid "Show Contextual Help" msgstr "" +#: qmlcontrols/kquickcontrols/ColorButton.qml:63 +#, kde-format +msgctxt "@info:whatsthis for a button" +msgid "Color button" +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:65 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1. This button will open a color chooser dialog." +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:66 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1." +msgstr "" + #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "Inndata" -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:77 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ingen" -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:92 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89 #, kde-format msgid "" "Click on the button, then enter the shortcut like you would in the program.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/nn/kdeclarative5.po new/kdeclarative-5.92.0/po/nn/kdeclarative5.po --- old/kdeclarative-5.91.0/po/nn/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/nn/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-01-05 00:42+0000\n" +"POT-Creation-Date: 2022-02-04 00:41+0000\n" "PO-Revision-Date: 2020-02-16 14:31+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -48,19 +48,37 @@ msgid "Show Contextual Help" msgstr "" +#: qmlcontrols/kquickcontrols/ColorButton.qml:63 +#, kde-format +msgctxt "@info:whatsthis for a button" +msgid "Color button" +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:65 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1. This button will open a color chooser dialog." +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:66 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1." +msgstr "" + #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "Inndata" -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:77 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ingen" -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:92 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89 #, kde-format msgid "" "Click on the button, then enter the shortcut like you would in the program.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/pt_BR/kdeclarative5.po new/kdeclarative-5.92.0/po/pt_BR/kdeclarative5.po --- old/kdeclarative-5.91.0/po/pt_BR/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/pt_BR/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -18,7 +18,7 @@ "Project-Id-Version: kdeclarative5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2022-01-04 11:57-0300\n" +"PO-Revision-Date: 2022-03-04 09:30-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" "Language: pt_BR\n" @@ -58,19 +58,19 @@ #, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "" +msgstr "Cor do bot??o" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "A cor atual ?? %1. Este bot??o ir?? abrir uma janela seletora de cores." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "A cor atual ?? %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/ru/kdeclarative5.po new/kdeclarative-5.92.0/po/ru/kdeclarative5.po --- old/kdeclarative-5.91.0/po/ru/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/ru/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -15,19 +15,20 @@ # Julia Dronova <[email protected]>, 2012. # Alexander Lakhin <[email protected]>, 2013. # Alexander Yavorsky <[email protected]>, 2020, 2021. +# Olesya Gerasimenko <[email protected]>, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-06-08 16:55+0300\n" -"Last-Translator: Alexander Yavorsky <[email protected]>\n" -"Language-Team: Russian <[email protected]>\n" +"PO-Revision-Date: 2022-02-15 16:40+0300\n" +"Last-Translator: Olesya Gerasimenko <[email protected]>\n" +"Language-Team: Basealt Translation Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.04.1\n" +"X-Generator: Lokalize 21.12.1\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Environment: kde\n" @@ -39,14 +40,14 @@ msgid "Your names" msgstr "" "???????????????? ??????????,?????????????? ????????????????????,???????????? ??????????????????,???????????? ????????????,?????????????? " -"????????????" +"????????????,?????????? ??????????????????????" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" "[email protected],[email protected],[email protected],[email protected]," -"[email protected]" +"[email protected],[email protected]" # BUGME: can we translate KPackage somehow? --aspotashev #: kpackagelauncherqml/main.cpp:30 @@ -66,24 +67,23 @@ msgstr "???????????????? ?????????????????????? ??????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "?????????? ????????????" +msgstr "???????????? ??????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." msgstr "" +"?????????????? ???????? ??? %1. ?????? ?????????????? ???????? ???????????? ?????????? ???????????? ???????????? ???????????? ??????????." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "?????????????? ???????? ??? %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format @@ -125,31 +125,23 @@ #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:144 #, kde-format msgid "Global Shortcut Shadowing" -msgstr "" +msgstr "?????????????????? ???????????????????? ???????????????????? ????????????" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:147 -#, fuzzy, kde-format -#| msgid "" -#| "The '%1' key combination is registered by application %2 for action %3:" +#, kde-format msgid "The '%1' key combination is shadowed by following global actions:\n" -msgstr "?????????????? ??%1?? ?????? ?????????????????? ?? ???????????????????? %2 ???? ???????????????? %3:" +msgstr "???????????????????? ???????????? ??%1?? ???????????????? ???????????????????? ?????????????????????? ????????????????????:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:149 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155 -#, fuzzy, kde-format -#| msgid "In context '%1' for action '%2'\n" +#, kde-format msgid "Action '%1' in context '%2'\n" -msgstr "???????????????? ??%1?? ?????? ???????????????? ??%2??\n" +msgstr "???????????????? ??%1?? ?? ?????????????????? ??%2??\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:153 -#, fuzzy, kde-format -#| msgid "" -#| "The '%1' key combination is registered by application %2.\n" -#| "%3" +#, kde-format msgid "The '%1' key combination shadows following global actions:\n" -msgstr "" -"?????????????? ??%1?? ?????? ?????????????????? ?? ???????????????????? %2.\n" -"%3" +msgstr "???????????????????? ???????????? ??%1?? ???????????????? ?????????????????? ???????????????????? ????????????????:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:193 #, kde-format @@ -163,9 +155,9 @@ "some applications use.\n" "Do you really want to use it as a global shortcut as well?" msgstr "" -"???????????????????? ???????????? %1 ?????? ?????????????? ???? ?????????????????????? ?????????????????? ??%2??, ???????????????????????? " -"???? ???????????? ????????????????????.\n" -"???? ?????????????????????????? ???????????? ???????????????????????? ?????? ???????????????????? ?????? ?????????????????????" +"???????????????????? ???????????? ??%1?? ?????? ?????????????? ???? ?????????????????????? ?????????????????? ??%2??, " +"???????????????????????? ???? ???????????? ????????????????????.\n" +"?????????????????????????? ???????????????????????? ?????? ???????????????????? ?????? ?????????????????????" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:201 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/se/kdeclarative5.po new/kdeclarative-5.92.0/po/se/kdeclarative5.po --- old/kdeclarative-5.91.0/po/se/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/se/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-01-05 00:42+0000\n" +"POT-Creation-Date: 2022-02-04 00:41+0000\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: B??rre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -45,6 +45,24 @@ msgid "Show Contextual Help" msgstr "" +#: qmlcontrols/kquickcontrols/ColorButton.qml:63 +#, kde-format +msgctxt "@info:whatsthis for a button" +msgid "Color button" +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:65 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1. This button will open a color chooser dialog." +msgstr "" + +#: qmlcontrols/kquickcontrols/ColorButton.qml:66 +#, kde-format +msgctxt "@info:whatsthis for a button of current color code %1" +msgid "Current color is %1." +msgstr "" + #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" @@ -52,13 +70,13 @@ msgstr "Mearrit njuolggob??lg??" # unreviewed-context -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:77 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ii mihkkige" -#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:92 +#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89 #, fuzzy, kde-format msgid "" "Click on the button, then enter the shortcut like you would in the program.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/sk/kdeclarative5.po new/kdeclarative-5.92.0/po/sk/kdeclarative5.po --- old/kdeclarative-5.91.0/po/sk/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/sk/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -7,20 +7,20 @@ # Michal Sulek <[email protected]>, 2009, 2010, 2011. # Richard Fri?? <[email protected]>, 2011. # Roman Pahol??k <[email protected]>, 2012, 2013, 2014, 2015. -# Matej Mrenica <[email protected]>, 2019. +# Matej Mrenica <[email protected]>, 2019, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2019-10-10 20:01+0200\n" +"PO-Revision-Date: 2022-02-14 19:50+0100\n" "Last-Translator: Matej Mrenica <[email protected]>\n" -"Language-Team: Slovak <[email protected]>\n" +"Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.08.2\n" +"X-Generator: Lokalize 21.12.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -50,27 +50,26 @@ #, kde-format msgctxt "@action:button" msgid "Show Contextual Help" -msgstr "" +msgstr "Zobrazi?? kontextov?? n??povedu" #: qmlcontrols/kquickcontrols/ColorButton.qml:63 -#, fuzzy, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" +#, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "??av?? tla??idlo" +msgstr "Farebn?? tla??idlo" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." msgstr "" +"Aktu??lna farba je %1. Toto tla??idlo otvor?? dial??gov?? okno na v??ber farby." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "Aktu??lna farba je %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format @@ -113,31 +112,24 @@ #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:144 #, kde-format msgid "Global Shortcut Shadowing" -msgstr "" +msgstr "Glob??lne tie??ovanie skratiek" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:147 -#, fuzzy, kde-format -#| msgid "" -#| "The '%1' key combination is registered by application %2 for action %3:" +#, kde-format msgid "The '%1' key combination is shadowed by following global actions:\n" -msgstr "Kl??vesov?? kombin??cia '%1' je pou??it?? v aplik??cii %2 pre akciu %3:" +msgstr "" +"Kombin??cia kl??vesov '%1' je zatienen?? nasleduj??cimi glob??lnymi akciami:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:149 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155 -#, fuzzy, kde-format -#| msgid "In context '%1' for action '%2'\n" +#, kde-format msgid "Action '%1' in context '%2'\n" -msgstr "V kontexte '%1' pre akciu '%2'\n" +msgstr "Akcia '%1' v kontexte '%2'\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:153 -#, fuzzy, kde-format -#| msgid "" -#| "The '%1' key combination is registered by application %2.\n" -#| "%3" +#, kde-format msgid "The '%1' key combination shadows following global actions:\n" -msgstr "" -"Kl??vesov?? kombin??cia '%1' je pou??it?? v aplik??cii %2.\n" -"%3" +msgstr "Kl??vesov?? kombin??cia '%1' zatieni nasleduj??ce glob??lne akcie:\n" #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:193 #, kde-format @@ -161,10 +153,9 @@ msgstr "Znovu priradi??" #: quickaddons/configmodule.cpp:187 -#, fuzzy, kde-format -#| msgid "Invalid KPackage" +#, kde-format msgid "Invalid KPackage '%1'" -msgstr "Neplatn?? KPackage" +msgstr "Neplatn?? KPackage '%1'" #: quickaddons/configmodule.cpp:193 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/sv/kdeclarative5.po new/kdeclarative-5.92.0/po/sv/kdeclarative5.po --- old/kdeclarative-5.91.0/po/sv/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/sv/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -56,8 +56,6 @@ #: qmlcontrols/kquickcontrols/ColorButton.qml:63 #, kde-format -#| msgctxt "left mouse button" -#| msgid "left button" msgctxt "@info:whatsthis for a button" msgid "Color button" msgstr "F??rgknapp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/vi/kdeclarative5.po new/kdeclarative-5.92.0/po/vi/kdeclarative5.po --- old/kdeclarative-5.91.0/po/vi/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/vi/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -4,13 +4,13 @@ # Clytie Siddall <[email protected]>, 2006-2007. # Ho??ng ?????c Hi???u <[email protected]>, 2008, 2011. # L?? Ho??ng Ph????ng <[email protected]>, 2011, 2012. -# Phu Hung Nguyen <[email protected]>, 2020, 2021. +# Phu Hung Nguyen <[email protected]>, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2021-12-21 18:06+0100\n" +"PO-Revision-Date: 2022-02-09 18:21+0100\n" "Last-Translator: Phu Hung Nguyen <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" "Language: vi\n" @@ -52,19 +52,19 @@ #, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "" +msgstr "N??t m??u" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "M??u hi???n t???i l?? %1. N??t n??y s??? m??? ra m???t h???p tho???i ch???n m??u." #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "M??u hi???n t???i l?? %1." #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/po/zh_CN/kdeclarative5.po new/kdeclarative-5.92.0/po/zh_CN/kdeclarative5.po --- old/kdeclarative-5.91.0/po/zh_CN/kdeclarative5.po 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/po/zh_CN/kdeclarative5.po 2022-03-05 13:58:27.000000000 +0100 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-04 00:41+0000\n" -"PO-Revision-Date: 2022-01-08 15:22\n" +"PO-Revision-Date: 2022-02-26 05:16\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -60,19 +60,19 @@ #, kde-format msgctxt "@info:whatsthis for a button" msgid "Color button" -msgstr "" +msgstr "????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:65 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1. This button will open a color chooser dialog." -msgstr "" +msgstr "??????????????? %1??????????????????????????????????????????????????????" #: qmlcontrols/kquickcontrols/ColorButton.qml:66 #, kde-format msgctxt "@info:whatsthis for a button of current color code %1" msgid "Current color is %1." -msgstr "" +msgstr "??????????????? %1???" #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/src/kdeclarative/kdeclarative.cpp new/kdeclarative-5.92.0/src/kdeclarative/kdeclarative.cpp --- old/kdeclarative-5.91.0/src/kdeclarative/kdeclarative.cpp 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/src/kdeclarative/kdeclarative.cpp 2022-03-05 13:58:27.000000000 +0100 @@ -33,6 +33,10 @@ KDeclarative::~KDeclarative() { + if (d->declarativeEngine) { + delete d->declarativeEngine->networkAccessManagerFactory(); + d->declarativeEngine->setNetworkAccessManagerFactory(nullptr); + } delete d; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.91.0/src/qmlcontrols/kquickcontrolsaddons/kcmshell.cpp new/kdeclarative-5.92.0/src/qmlcontrols/kquickcontrolsaddons/kcmshell.cpp --- old/kdeclarative-5.91.0/src/qmlcontrols/kquickcontrolsaddons/kcmshell.cpp 2022-02-05 22:21:10.000000000 +0100 +++ new/kdeclarative-5.92.0/src/qmlcontrols/kquickcontrolsaddons/kcmshell.cpp 2022-03-05 13:58:27.000000000 +0100 @@ -28,6 +28,7 @@ void KCMShell::openSystemSettings(const QString &name, const QStringList &args) const { + // The desktop filename is the same as the binary and icon const QString systemSettings = QStringLiteral("systemsettings"); KIO::CommandLauncherJob *job = nullptr; @@ -37,9 +38,10 @@ cmdline.append(args.join(QLatin1Char(' '))); } - // Open in System Settings if it's available' + // Open in System Settings if it's available if (KService::serviceByDesktopName(systemSettings)) { - job = new KIO::CommandLauncherJob(QStringLiteral("systemsettings5"), cmdline); + job = new KIO::CommandLauncherJob(systemSettings, cmdline); + job->setIcon(systemSettings); job->setDesktopName(systemSettings); } else { job = new KIO::CommandLauncherJob(QStringLiteral("kcmshell5"), cmdline); @@ -50,14 +52,16 @@ void KCMShell::openInfoCenter(const QString &name) const { - const QString systemSettings = QStringLiteral("systemsettings"); + const QString infoCenterDesktopFile = QStringLiteral("org.kde.kinfocenter"); + const QString infoCenterbinary = QStringLiteral("kinfocenter"); + KIO::CommandLauncherJob *job = nullptr; - // Open in Info Center if System Settings is available - if (KService::serviceByDesktopName(systemSettings)) { - job = new KIO::CommandLauncherJob(QStringLiteral("kinfocenter"), QStringList(name)); - job->setIcon(systemSettings); - job->setDesktopName(systemSettings); + // Open in Info Center if it's available + if (KService::serviceByDesktopName(infoCenterDesktopFile)) { + job = new KIO::CommandLauncherJob(infoCenterbinary, QStringList(name)); + job->setIcon(infoCenterbinary); + job->setDesktopName(infoCenterDesktopFile); } else { job = new KIO::CommandLauncherJob(QStringLiteral("kcmshell5"), QStringList(name)); }
