diff -pruN 5.94.0-3/CMakeLists.txt 5.96.0-1/CMakeLists.txt
--- 5.94.0-3/CMakeLists.txt	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/CMakeLists.txt	2022-07-02 15:49:35.000000000 +0000
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.94.0") # handled by release scripts
-set(KF_DEP_VERSION "5.93.0") # handled by release scripts
+set(KF_VERSION "5.96.0") # handled by release scripts
+set(KF_DEP_VERSION "5.96.0") # handled by release scripts
 project(KDeclarative VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.93.0  NO_MODULE)
+find_package(ECM 5.96.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)
 
@@ -20,6 +20,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${REQ
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(KDEGitCommitHooks)
+include(ECMDeprecationSettings)
 
 find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
 find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
@@ -37,9 +38,6 @@ if(NOT WIN32)
 endif()
 #########################################################################
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
-
 #add_definitions(-Wno-deprecated)
 
 # Includes
@@ -67,6 +65,11 @@ ecm_setup_version(
 
 # Subdirectories
 add_definitions(-DTRANSLATION_DOMAIN=\"kdeclarative5\")
+ecm_set_disabled_deprecation_versions(
+    QT 5.15.2
+    KF 5.95
+)
+
 ki18n_install(po)
 
 if (QT_MAJOR_VERSION STREQUAL "5")
diff -pruN 5.94.0-3/debian/changelog 5.96.0-1/debian/changelog
--- 5.94.0-3/debian/changelog	2022-07-26 17:12:01.000000000 +0000
+++ 5.96.0-1/debian/changelog	2022-07-31 11:33:08.000000000 +0000
@@ -1,3 +1,12 @@
+kdeclarative (5.96.0-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * New upstream release (5.96.0).
+  * Update symbols from build for 5.96.0.
+  * Refresh lintian overrides.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Sun, 31 Jul 2022 13:33:08 +0200
+
 kdeclarative (5.94.0-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 5.94.0-3/debian/control 5.96.0-1/debian/control
--- 5.94.0-3/debian/control	2022-07-23 10:17:50.000000000 +0000
+++ 5.96.0-1/debian/control	2022-07-31 11:33:08.000000000 +0000
@@ -7,18 +7,18 @@ Build-Depends: cmake (>= 3.16~),
                debhelper-compat (= 13),
                dh-sequence-kf5,
                doxygen,
-               extra-cmake-modules (>= 5.93.0~),
+               extra-cmake-modules (>= 5.96.0~),
                libepoxy-dev,
-               libkf5config-dev (>= 5.93.0~),
-               libkf5globalaccel-dev (>= 5.93.0~),
-               libkf5guiaddons-dev (>= 5.93.0~),
-               libkf5i18n-dev (>= 5.93.0~),
-               libkf5iconthemes-dev (>= 5.93.0~),
-               libkf5kio-dev (>= 5.93.0~),
-               libkf5notifications-dev (>= 5.93.0~),
-               libkf5package-dev (>= 5.93.0~),
-               libkf5widgetsaddons-dev (>= 5.93.0~),
-               libkf5windowsystem-dev (>= 5.93.0~),
+               libkf5config-dev (>= 5.96.0~),
+               libkf5globalaccel-dev (>= 5.96.0~),
+               libkf5guiaddons-dev (>= 5.96.0~),
+               libkf5i18n-dev (>= 5.96.0~),
+               libkf5iconthemes-dev (>= 5.96.0~),
+               libkf5kio-dev (>= 5.96.0~),
+               libkf5notifications-dev (>= 5.96.0~),
+               libkf5package-dev (>= 5.96.0~),
+               libkf5widgetsaddons-dev (>= 5.96.0~),
+               libkf5windowsystem-dev (>= 5.96.0~),
                libqt5sql5-sqlite,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
@@ -66,8 +66,8 @@ Section: libdevel
 Architecture: any
 Depends: libkf5calendarevents5 (= ${binary:Version}),
          libkf5declarative5 (= ${binary:Version}),
-         libkf5kio-dev (>= 5.93.0~),
-         libkf5package-dev (>= 5.93.0~),
+         libkf5kio-dev (>= 5.96.0~),
+         libkf5package-dev (>= 5.96.0~),
          libkf5quickaddons5 (= ${binary:Version}),
          qtbase5-dev (>= 5.15.2~),
          qtdeclarative5-dev (>= 5.15.2~),
diff -pruN 5.94.0-3/debian/kpackagelauncherqml.lintian-overrides 5.96.0-1/debian/kpackagelauncherqml.lintian-overrides
--- 5.94.0-3/debian/kpackagelauncherqml.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 5.96.0-1/debian/kpackagelauncherqml.lintian-overrides	2022-07-31 11:33:08.000000000 +0000
@@ -0,0 +1 @@
+kpackagelauncherqml: no-manual-page [usr/bin/kpackagelauncherqml]
diff -pruN 5.94.0-3/debian/libkf5calendarevents5.symbols 5.96.0-1/debian/libkf5calendarevents5.symbols
--- 5.94.0-3/debian/libkf5calendarevents5.symbols	2022-07-26 17:00:19.000000000 +0000
+++ 5.96.0-1/debian/libkf5calendarevents5.symbols	2022-07-31 11:33:08.000000000 +0000
@@ -8,7 +8,9 @@ libKF5CalendarEvents.so.5 libkf5calendar
  _ZN14CalendarEvents20CalendarEventsPlugin11qt_metacastEPKc@Base 5.69.0
  _ZN14CalendarEvents20CalendarEventsPlugin12eventRemovedERK7QString@Base 5.69.0
  _ZN14CalendarEvents20CalendarEventsPlugin13eventModifiedERKNS_9EventDataE@Base 5.69.0
+ _ZN14CalendarEvents20CalendarEventsPlugin13subLabelReadyERK5QHashI5QDateNS0_8SubLabelEE@Base 5.96.0
  _ZN14CalendarEvents20CalendarEventsPlugin16staticMetaObjectE@Base 5.69.0
+ _ZN14CalendarEvents20CalendarEventsPlugin18alternateDateReadyERK5QHashI5QDateS2_E@Base 5.96.0
  _ZN14CalendarEvents20CalendarEventsPlugin9dataReadyERK10QMultiHashI5QDateNS_9EventDataEE@Base 5.69.0
  _ZN14CalendarEvents20CalendarEventsPluginC1EP7QObject@Base 5.69.0
  _ZN14CalendarEvents20CalendarEventsPluginC2EP7QObject@Base 5.69.0
diff -pruN 5.94.0-3/debian/libkf5declarative5.symbols 5.96.0-1/debian/libkf5declarative5.symbols
--- 5.94.0-3/debian/libkf5declarative5.symbols	2022-07-26 17:00:19.000000000 +0000
+++ 5.96.0-1/debian/libkf5declarative5.symbols	2022-07-31 11:33:08.000000000 +0000
@@ -53,10 +53,12 @@ libKF5Declarative.so.5 libkf5declarative
  _ZN12KDeclarative9QmlObjectC1EP10QQmlEngineP11QQmlContextPS0_P7QObject@Base 5.45.0
  _ZN12KDeclarative9QmlObjectC1EP10QQmlEngineP7QObject@Base 4.96.0
  _ZN12KDeclarative9QmlObjectC1EP7QObject@Base 4.96.0
+ _ZN12KDeclarative9QmlObjectC1ESt10shared_ptrI10QQmlEngineEP11QQmlContextP7QObject@Base 5.96.0
  _ZN12KDeclarative9QmlObjectC2EP10QQmlEngineP11QQmlContextP7QObject@Base 5.12.0
  _ZN12KDeclarative9QmlObjectC2EP10QQmlEngineP11QQmlContextPS0_P7QObject@Base 5.45.0
  _ZN12KDeclarative9QmlObjectC2EP10QQmlEngineP7QObject@Base 4.96.0
  _ZN12KDeclarative9QmlObjectC2EP7QObject@Base 4.96.0
+ _ZN12KDeclarative9QmlObjectC2ESt10shared_ptrI10QQmlEngineEP11QQmlContextP7QObject@Base 5.96.0
  _ZN12KDeclarative9QmlObjectD0Ev@Base 4.96.0
  _ZN12KDeclarative9QmlObjectD1Ev@Base 4.96.0
  _ZN12KDeclarative9QmlObjectD2Ev@Base 4.96.0
@@ -82,6 +84,7 @@ libKF5Declarative.so.5 libkf5declarative
  (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 5.12.0
  (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 5.12.0
  (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 5.12.0
+ _ZTISt15_Sp_counted_ptrIP10QQmlEngineLN9__gnu_cxx12_Lock_policyE2EE@Base 5.96.0
  (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 5.12.0
  (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 5.12.0
  (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Base 5.78.0
@@ -95,6 +98,7 @@ libKF5Declarative.so.5 libkf5declarative
  (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 5.12.0
  (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 5.12.0
  (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 5.12.0
+ _ZTSSt15_Sp_counted_ptrIP10QQmlEngineLN9__gnu_cxx12_Lock_policyE2EE@Base 5.96.0
  (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 5.12.0
  (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 5.12.0
  _ZTSSt19_Sp_make_shared_tag@Base 5.12.0
@@ -105,6 +109,7 @@ libKF5Declarative.so.5 libkf5declarative
  _ZTVN12KDeclarative17ConfigPropertyMapE@Base 4.96.0
  _ZTVN12KDeclarative21QmlObjectSharedEngineE@Base 5.12.0
  _ZTVN12KDeclarative9QmlObjectE@Base 4.96.0
+ _ZTVSt15_Sp_counted_ptrIP10QQmlEngineLN9__gnu_cxx12_Lock_policyE2EE@Base 5.96.0
  (arch=riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI10QQmlEngineSaIS0_ELN9__gnu_cxx12_Lock_policyE1EE@Base 5.12.0
  (arch=alpha)_ZTVSt23_Sp_counted_ptr_inplaceI10QQmlEngineSaIS0_ELN9__gnu_cxx12_Lock_policyE2EE@Base 5.94.0
  (arch=armel)_ZTVSt23_Sp_counted_ptr_inplaceI10QQmlEngineSaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 5.94.0
diff -pruN 5.94.0-3/po/af/kdeclarative5.po 5.96.0-1/po/af/kdeclarative5.po
--- 5.94.0-3/po/af/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/af/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4 stable\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2006-01-12 16:33+0200\n"
 "Last-Translator: JUANITA FRANZ <JUANITA.FRANZ@VR-WEB.DE>\n"
 "Language-Team: AFRIKAANS <translate-discuss-af@lists.sourceforge.net>\n"
@@ -78,13 +78,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Geen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Maak Soektog Skoon"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/ar/kdeclarative5.po 5.96.0-1/po/ar/kdeclarative5.po
--- 5.94.0-3/po/ar/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ar/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -21,8 +21,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-28 12:17+0400\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 17:27+0400\n"
 "Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n"
 "Language-Team: Arabic <kde-l10n-ar@kde.org>\n"
 "Language: ar\n"
@@ -95,7 +95,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "بلا"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -104,6 +104,12 @@ msgstr ""
 "انقر الزر ثمّ أدخل الاختصار الذي تريد في البرنامج.\n"
 "فمثلًا إن أردت Ctrl+A: أبقِ مفتاح Ctrl مضغوطًا واضغط A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "تمسح تسلسل المفاتيح"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/as/kdeclarative5.po 5.96.0-1/po/as/kdeclarative5.po
--- 5.94.0-3/po/as/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/as/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4_as\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-12-26 15:19+0530\n"
 "Last-Translator: Amitakhya Phukan <অমিতাক্ষ ফুকন>\n"
 "Language-Team: Assamese <fedora-trans-as@redhat.com>\n"
@@ -83,13 +83,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "শূণ্য"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/az/kdeclarative5.po 5.96.0-1/po/az/kdeclarative5.po
--- 5.94.0-3/po/az/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/az/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,16 +6,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-22 15:04+0400\n"
-"Last-Translator: Kheyyam Gojayev <xxmn77@gmail.com>\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-07-01 17:04+0400\n"
+"Last-Translator: Kheyyam <xxmn77@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-doc@kde.org>\n"
 "Language: az\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.12.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -78,7 +78,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Heç biri"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -87,6 +87,12 @@ msgstr ""
 "Bu Düyməyə basın və tətbiqdə istədiyiniz qısa yolu daxil edin\n"
 "Məsələn Ctrl+A: Ctrl basın saxlayın və A sıxın"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Klaviatura qısayolunu silin"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/be/kdeclarative5.po 5.96.0-1/po/be/kdeclarative5.po
--- 5.94.0-3/po/be/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/be/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-09-06 15:21+0300\n"
 "Last-Translator: Darafei Praliaskouski <komzpa@gmail.com>\n"
 "Language-Team: Belarusian <i18n@mova.org>\n"
@@ -90,13 +90,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Няма"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/be@latin/kdeclarative5.po 5.96.0-1/po/be@latin/kdeclarative5.po
--- 5.94.0-3/po/be@latin/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/be@latin/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-08-30 01:10+0300\n"
 "Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
 "Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -84,13 +84,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Niama"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/bg/kdeclarative5.po 5.96.0-1/po/bg/kdeclarative5.po
--- 5.94.0-3/po/bg/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/bg/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -3,19 +3,20 @@
 #
 # Zlatko Popov <zlatkopopov@fsa-bg.org>, 2006, 2007, 2008, 2009.
 # Yasen Pramatarov <yasen@lindeas.com>, 2009, 2010, 2011, 2012, 2013.
+# Mincho Kondarev <mkondarev@yahoo.de>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2013-07-23 01:52+0300\n"
-"Last-Translator: Yasen Pramatarov <yasen@lindeas.com>\n"
-"Language-Team: Bulgarian <dict@ludost.net>\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-28 09:53+0200\n"
+"Last-Translator: Mincho Kondarev <mkondarev@yahoo.de>\n"
+"Language-Team: Bulgarian <kde-i18n-doc@kde.org>\n"
 "Language: bg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 22.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -31,45 +32,42 @@ msgstr "yasen@lindeas.com,radnev@yahoo.c
 #: kpackagelauncherqml/main.cpp:30
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr ""
+msgstr "KPackage QML обвивка на приложението"
 
 #: kpackagelauncherqml/main.cpp:38
-#, fuzzy, kde-format
-#| msgid "defines the application font"
+#, kde-format
 msgid "The unique name of the application (mandatory)"
-msgstr "задаване на шрифта за програмата"
+msgstr "Уникално име на приложението (задължително)"
 
 #: qmlcontrols/kcmcontrols/qml/ContextualHelpButton.qml:62
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "Показване на контекстна помощ"
 
 #: qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml:79
-#, fuzzy, kde-format
-#| msgid "Not found"
+#, kde-format
 msgid "No items found"
-msgstr "Не е намерено"
+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
@@ -83,12 +81,21 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Без"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
+"Кликнете върху бутона, след което въведете комбинацията както бихте "
+"направили в програмата.\n"
+"Пример за Ctrl+A: задръжте клавиша Ctrl и натиснете A."
+
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
@@ -102,36 +109,30 @@ msgid ""
 "shortcut.\n"
 "Please choose another one."
 msgstr ""
+"Клавишът F12 е запазен във Windows, така че не може да се използва за "
+"глобална клавишна комбинация.\n"
+"Моля, изберете друга."
 
 #: 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\" вече е зададена за действието \"%3\" в %2."
+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 "Бърз клавиши \"%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
@@ -154,12 +155,11 @@ msgid "Reassign"
 msgstr "Прехвърляне"
 
 #: quickaddons/configmodule.cpp:187
-#, fuzzy, kde-format
-#| msgid "Invalid item."
+#, kde-format
 msgid "Invalid KPackage '%1'"
-msgstr "Неправилен запис."
+msgstr "Невалиден KPackage '%1'"
 
 #: quickaddons/configmodule.cpp:193
 #, kde-format
 msgid "No QML file provided"
-msgstr ""
+msgstr "Не е предоставен QML файл"
diff -pruN 5.94.0-3/po/bn/kdeclarative5.po 5.96.0-1/po/bn/kdeclarative5.po
--- 5.94.0-3/po/bn/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/bn/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-07-16 14:27+0530\n"
 "Last-Translator: Deepayan Sarkar <deepayan.sarkar@gmail.com>\n"
 "Language-Team: American English <kde-translation@bengalinux.org>\n"
@@ -86,13 +86,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "কিছু না"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/bn_IN/kdeclarative5.po 5.96.0-1/po/bn_IN/kdeclarative5.po
--- 5.94.0-3/po/bn_IN/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/bn_IN/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-12-28 14:35+0530\n"
 "Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
 "Language-Team: Bengali INDIA <anubad@lists.ankur.org.in>\n"
@@ -85,13 +85,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "শূণ্য"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/br/kdeclarative5.po 5.96.0-1/po/br/kdeclarative5.po
--- 5.94.0-3/po/br/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/br/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4-1.1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2007-10-15 22:19+0200\n"
 "Last-Translator: Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n"
 "Language-Team: Brezhoneg <Suav.Icb@wanadoo.fr>\n"
@@ -84,13 +84,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ebet"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Goullonderiñ ar glask"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/bs/kdeclarative5.po 5.96.0-1/po/bs/kdeclarative5.po
--- 5.94.0-3/po/bs/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/bs/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-12-21 17:26+0000\n"
 "Last-Translator: Ademovic Saudin <sademovic1@etf.unsa.ba>\n"
 "Language-Team: bosanski <bs@li.org>\n"
@@ -93,7 +93,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "nijedna"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -106,6 +106,12 @@ msgstr ""
 "Kliknite na dugme, pa unesite prečicu kao što biste u programu.\n"
 "Primjer za Ctrl+A: držite taster Ctrl i pritisnite A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ca/kdeclarative5.po 5.96.0-1/po/ca/kdeclarative5.po
--- 5.94.0-3/po/ca/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ca/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-12 10:12+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 10:11+0200\n"
 "Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
 "Language: ca\n"
@@ -87,7 +87,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Cap"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +98,12 @@ msgstr ""
 "Exemple per a «Ctrl+a»: manteniu premuda la tecla «Ctrl» mentre premeu la "
 "«A»."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Seqüència de tecles de neteja"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ca@valencia/kdeclarative5.po 5.96.0-1/po/ca@valencia/kdeclarative5.po
--- 5.94.0-3/po/ca@valencia/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ca@valencia/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-12 10:12+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 10:11+0200\n"
 "Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
 "Language: ca@valencia\n"
@@ -87,7 +87,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Cap"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +98,12 @@ msgstr ""
 "Exemple per a «Ctrl+a»: manteniu premuda la tecla «Ctrl» mentre premeu la "
 "«A»."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Seqüència de tecles de neteja"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
@@ -112,7 +118,7 @@ msgid ""
 msgstr ""
 "La tecla «F12» està reservada a Windows, no es pot utilitzar com a drecera "
 "global.\n"
-"Seleccioneu-ne una atra."
+"Seleccioneu-ne una altra."
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:144
 #, kde-format
@@ -150,7 +156,7 @@ msgid ""
 "Do you really want to use it as a global shortcut as well?"
 msgstr ""
 "La combinació de tecla «%1» ja s'ha assignat a l'acció estàndard «%2» que "
-"usen algunes aplicacions.\n"
+"utilitzen algunes aplicacions.\n"
 "Segur que també voleu utilitzar-la com a drecera global?"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:201
diff -pruN 5.94.0-3/po/crh/kdeclarative5.po 5.96.0-1/po/crh/kdeclarative5.po
--- 5.94.0-3/po/crh/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/crh/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-02-12 23:29-0600\n"
 "Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n"
 "Language-Team: Qırımtatarca (Qırım Türkçesi)\n"
@@ -83,13 +83,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "İç biri"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/cs/kdeclarative5.po 5.96.0-1/po/cs/kdeclarative5.po
--- 5.94.0-3/po/cs/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/cs/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-02-03 14:16+0100\n"
 "Last-Translator: Vit Pelcak <vpelcak@suse.cz>\n"
 "Language-Team: Czech <kde-i18n-doc@kde.org>\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Žádná"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -92,6 +92,12 @@ msgstr ""
 "Klikněte na tlačítko a poté zadejte zkratku, kterou si přejete v programu.\n"
 "Příklad pro Ctrl+A: držte klávesu Ctrl a stiskněte A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/csb/kdeclarative5.po 5.96.0-1/po/csb/kdeclarative5.po
--- 5.94.0-3/po/csb/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/csb/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-12-04 22:09+0100\n"
 "Last-Translator: Mark Kwidzińśczi <mark@linuxcsb.org>\n"
 "Language-Team: Kaszëbsczi <i18n-csb@linuxcsb.org>\n"
@@ -84,13 +84,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Felëjë"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/cy/kdeclarative5.po 5.96.0-1/po/cy/kdeclarative5.po
--- 5.94.0-3/po/cy/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/cy/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2005-01-28 17:54+0000\n"
 "Last-Translator: Kevin Donnelly <kevin@dotmon.com>\n"
 "Language-Team: Cymraeg\n"
@@ -97,13 +97,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Dim"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Gwagu'r Chwiliad"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/da/kdeclarative5.po 5.96.0-1/po/da/kdeclarative5.po
--- 5.94.0-3/po/da/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/da/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2021-09-05 20:28+0200\n"
 "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-doc@kde.org>\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -92,6 +92,12 @@ msgstr ""
 "Tryk på knappen, angiv så genvejen ligesom du vil gøre i programmet.\n"
 "Eksempel med Ctrl+A, hold Ctrl-tasten nede og tryk A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/de/kdeclarative5.po 5.96.0-1/po/de/kdeclarative5.po
--- 5.94.0-3/po/de/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/de/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-15 04:28+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-10 00:30+0200\n"
 "Last-Translator: Frederik Schwarzer <schwarzer@kde.org>\n"
 "Language-Team: German <kde-i18n-de@kde.org>\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 "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.3\n"
+"X-Generator: Lokalize 21.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -56,12 +56,10 @@ msgid "No items found"
 msgstr "Keine Elemente gefunden"
 
 #: 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 "linke Maustaste"
+msgstr "Farbknopf"
 
 #: qmlcontrols/kquickcontrols/ColorButton.qml:65
 #, kde-format
@@ -73,7 +71,7 @@ msgstr ""
 #, kde-format
 msgctxt "@info:whatsthis for a button of current color code %1"
 msgid "Current color is %1."
-msgstr ""
+msgstr "Aktuelle Farbe ist %1."
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75
 #, kde-format
@@ -87,7 +85,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Keiner"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +96,12 @@ msgstr ""
 "Beispielsweise für Strg+A: Halten Sie die Strg-Taste gedrückt und drücken "
 "Sie dann „A“."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/el/kdeclarative5.po 5.96.0-1/po/el/kdeclarative5.po
--- 5.94.0-3/po/el/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/el/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2021-06-13 13:07+0300\n"
 "Last-Translator: Stelios <sstavra@gmail.com>\n"
 "Language-Team: Greek <kde-i18n-el@kde.org>\n"
@@ -94,7 +94,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Καμία"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -104,6 +104,12 @@ msgstr ""
 "πρόγραμμα.\n"
 "Παράδειγμα για Ctrl+A: κρατήστε πατημένο το Ctrl και πιέστε το A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/en_GB/kdeclarative5.po 5.96.0-1/po/en_GB/kdeclarative5.po
--- 5.94.0-3/po/en_GB/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/en_GB/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-23 13:25+0100\n"
 "Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en_gb@kde.org>\n"
@@ -79,7 +79,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "None"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -88,6 +88,12 @@ msgstr ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/eo/kdeclarative5.po 5.96.0-1/po/eo/kdeclarative5.po
--- 5.94.0-3/po/eo/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/eo/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-05-22 12:30+0200\n"
 "Last-Translator: Michael Moroni <michael.moroni@mailoo.org>\n"
 "Language-Team: Esperanto <kde-i18n-doc@kde.org>\n"
@@ -94,13 +94,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nenio"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/es/kdeclarative5.po 5.96.0-1/po/es/kdeclarative5.po
--- 5.94.0-3/po/es/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/es/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-15 00:39+0200\n"
 "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n-es@kde.org>\n"
@@ -88,7 +88,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ninguna"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +98,12 @@ msgstr ""
 "para el programa.\n"
 "Ejemplo para «Ctrl+A»: mantenga pulsada la tecla «Ctrl» y luego pulse «A»."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/et/kdeclarative5.po 5.96.0-1/po/et/kdeclarative5.po
--- 5.94.0-3/po/et/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/et/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2020-01-08 10:59+0200\n"
 "Last-Translator: Marek Laane <qiilaq69@gmail.com>\n"
 "Language-Team: Estonian <kde-et@lists.linux.ee>\n"
@@ -84,7 +84,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Puudub"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -93,6 +93,13 @@ msgstr ""
 "Klõpsa nupule ja sisesta meelepärane kiirklahv.\n"
 "Näide Ctrl+A kohta: hoia all Ctrl-klahvi ja vajuta klahvi A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Puhasta otsing"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/eu/kdeclarative5.po 5.96.0-1/po/eu/kdeclarative5.po
--- 5.94.0-3/po/eu/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/eu/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2021-07-17 16:57+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xalba@ni.eus>\n"
 "Language-Team: Basque <kde-i18n-eu@kde.org>\n"
@@ -88,7 +88,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Bat ere ez"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +98,12 @@ msgstr ""
 "moduan.\n"
 "Adibidez Ktrl+A: sakatuta mantendu Ktrl tekla eta sakatu A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/fa/kdeclarative5.po 5.96.0-1/po/fa/kdeclarative5.po
--- 5.94.0-3/po/fa/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/fa/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-06-28 16:40+0430\n"
 "Last-Translator: Mohammad Reza Mirdamadi <mohi@linuxshop.ir>\n"
 "Language-Team: Farsi (Persian) <kde-i18n-fa@kde.org>\n"
@@ -89,13 +89,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "هیچ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/fi/kdeclarative5.po 5.96.0-1/po/fi/kdeclarative5.po
--- 5.94.0-3/po/fi/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/fi/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -25,7 +25,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2020-01-17 18:07+0200\n"
 "Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
@@ -101,7 +101,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ei asetettu"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -110,6 +110,12 @@ msgstr ""
 "Napsauta painiketta ja paina sen jälkeen haluamasi pikanäppäin.\n"
 "Esim. Ctrl+A:lle: paina Ctrl-näppäintä, sitten paina A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/fr/kdeclarative5.po 5.96.0-1/po/fr/kdeclarative5.po
--- 5.94.0-3/po/fr/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/fr/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -23,8 +23,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-12 20:19+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-07-01 20:10+0200\n"
 "Last-Translator: Xavier Besnard <xavier.besnard@neuf.fr>\n"
 "Language-Team: French <kde-francophone@kde.org>\n"
 "Language: fr\n"
@@ -32,7 +32,7 @@ msgstr ""
 "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.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -100,7 +100,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Aucun"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -111,6 +111,12 @@ msgstr ""
 "Exemple pour Ctrl+A : maintenez enfoncée la touche Ctrl et appuyez sur la "
 "touche « A »."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Effacer la séquence de touches"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/fy/kdeclarative5.po 5.96.0-1/po/fy/kdeclarative5.po
--- 5.94.0-3/po/fy/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/fy/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-07-22 09:48+0100\n"
 "Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
 "Language-Team: nl <kde-i18n-doc@lists.kde.org>\n"
@@ -91,13 +91,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Gjint"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ga/kdeclarative5.po 5.96.0-1/po/ga/kdeclarative5.po
--- 5.94.0-3/po/ga/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ga/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2004-12-14 09:11-0600\n"
 "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -86,7 +86,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Gan aicearra"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -101,6 +101,12 @@ msgstr ""
 "Mar shampla, le haghaidh Ctrl+a: coinnigh an eochair Ctrl síos agus brúigh "
 "'a'."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/gd/kdeclarative5.po 5.96.0-1/po/gd/kdeclarative5.po
--- 5.94.0-3/po/gd/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/gd/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2016-04-30 12:50+0100\n"
 "Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n"
 "Language-Team: Fòram na Gàidhlig\n"
@@ -80,7 +80,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Chan eil gin"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -91,6 +91,12 @@ msgstr ""
 "Ball-eisimpleir airson \"Ctrl+A\": cum an iuchair \"Ctrl\" sìos agus brùth "
 "air \"A\"."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/gl/kdeclarative5.po 5.96.0-1/po/gl/kdeclarative5.po
--- 5.94.0-3/po/gl/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/gl/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2019-10-19 22:29+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
 "Language-Team: Galician <proxecto@trasno.gal>\n"
@@ -90,7 +90,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ningún"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -99,6 +99,12 @@ msgstr ""
 "Prema o botón, logo insira o atallo que desexe ter no programa.\n"
 "Exemplo para Ctrl+A: manteña premida a tecla Ctrl e prema A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/gu/kdeclarative5.po 5.96.0-1/po/gu/kdeclarative5.po
--- 5.94.0-3/po/gu/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/gu/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-11-22 00:01+0530\n"
 "Last-Translator: Kartik Mistry <kartik.mistry@gmail.com>\n"
 "Language-Team: Gujarati <team@utkarsh.org>\n"
@@ -83,13 +83,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "કંઇ નહી"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/ha/kdeclarative5.po 5.96.0-1/po/ha/kdeclarative5.po
--- 5.94.0-3/po/ha/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ha/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-03-17 11:22+0100\n"
 "Last-Translator: Adriaan de Groot <groot@kde.org>\n"
 "Language-Team: Hausa <kde-i18n-doc@lists.kde.org>\n"
@@ -79,13 +79,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr ""
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/he/kdeclarative5.po 5.96.0-1/po/he/kdeclarative5.po
--- 5.94.0-3/po/he/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/he/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -21,7 +21,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2017-05-16 06:49-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-doc@kde.org>\n"
@@ -93,7 +93,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ללא"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -102,6 +102,12 @@ msgstr ""
 "לחץ על הכפתור, ואז תוכל ליצור קיצור מקשים לשימוש בתוכנית.\n"
 "דוגמא: לקיצור Ctrl+a: לחץ על המקש Ctrl ועל המקש a"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/hi/kdeclarative5.po 5.96.0-1/po/hi/kdeclarative5.po
--- 5.94.0-3/po/hi/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hi/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-02-10 11:37+0530\n"
 "Last-Translator: Raghavendra Kamath <raghu@raghukamath.com>\n"
 "Language-Team: Hindi <kde-l10n-hi@kde.org>\n"
@@ -84,7 +84,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "कुछ नहीं"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -93,6 +93,12 @@ msgstr ""
 "बटन पर क्लिक करें, फिर शॉर्टकट दर्ज करें जैसे आप अनुप्रयोग में आम तौर पर करतें हैं।\n"
 " उदाहरण के तौर पर, Ctrl+A के लिए: Ctrl कुंजी दबाए रखें और A दबाएं।"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/hne/kdeclarative5.po 5.96.0-1/po/hne/kdeclarative5.po
--- 5.94.0-3/po/hne/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hne/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-02-10 20:44+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratlami@aol.in>\n"
 "Language-Team: Hindi <kde-i18n-doc@lists.kde.org>\n"
@@ -84,13 +84,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "कुछ नइ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/hr/kdeclarative5.po 5.96.0-1/po/hr/kdeclarative5.po
--- 5.94.0-3/po/hr/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hr/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-07-22 16:08+0200\n"
 "Last-Translator: Marko Dimjašević <marko@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-list@lists.sourceforge.net>\n"
@@ -96,7 +96,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Bez"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -109,6 +109,12 @@ msgstr ""
 "Pritisnite gumb, zatim unesite prečac kao što bi napravili u samom programu."
 "\\ Primjer za Ctrl+a: držite tipku Ctrl i pritisnite a."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/hsb/kdeclarative5.po 5.96.0-1/po/hsb/kdeclarative5.po
--- 5.94.0-3/po/hsb/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hsb/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-12-19 22:49+0100\n"
 "Last-Translator: Eduard Werner <edi.werner@gmx.de>\n"
 "Language-Team: en_US <kde-i18n-doc@lists.kde.org>\n"
@@ -86,13 +86,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Žane"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/hu/kdeclarative5.po 5.96.0-1/po/hu/kdeclarative5.po
--- 5.94.0-3/po/hu/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hu/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-02-08 09:27+0100\n"
 "Last-Translator: Kristof Kiszel <ulysses@fsf.hu>\n"
 "Language-Team: Hungarian <kde-l10n-hu@kde.org>\n"
@@ -79,7 +79,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nincs"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -88,6 +88,12 @@ msgstr ""
 "Kattintson a gombra, majd adja meg a kívánt billentyűkombinációt.\n"
 "Példa Ctrl+A-ra: a Ctrl lenyomva tartása mellett nyomja le az A-t."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/hy/kdeclarative5.po 5.96.0-1/po/hy/kdeclarative5.po
--- 5.94.0-3/po/hy/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/hy/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-01-31 01:08+0400\n"
 "Last-Translator: Davit <nikdavnik@mail.ru>\n"
 "Language-Team: Armenian Language: hy\n"
@@ -86,7 +86,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ընտրված չէ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -100,6 +100,12 @@ msgstr ""
 "Օրինակ ` Ctrl+A  կոճակների կոմբինացիայի համար սեղմած պահեք  Ctrl կոճակը և "
 "սեղմեք  A։"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ia/kdeclarative5.po 5.96.0-1/po/ia/kdeclarative5.po
--- 5.94.0-3/po/ia/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ia/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-19 12:56+0200\n"
 "Last-Translator: giovanni <g.sora@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-doc@kde.org>\n"
@@ -79,7 +79,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nulle"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -89,6 +89,12 @@ msgstr ""
 "programma\n"
 "Exemplo per CTRL+A: tu pressa le clave CTRL e pressa A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/id/kdeclarative5.po 5.96.0-1/po/id/kdeclarative5.po
--- 5.94.0-3/po/id/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/id/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2020-01-14 07:27+0700\n"
 "Last-Translator: Wantoyo <wantoyek@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-doc@kde.org>\n"
@@ -82,7 +82,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nihil"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -92,6 +92,12 @@ msgstr ""
 "program.\n"
 "Misalnya untuk Ctrl+A: tahan tombol Ctrl lalu tekan A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/is/kdeclarative5.po 5.96.0-1/po/is/kdeclarative5.po
--- 5.94.0-3/po/is/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/is/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2016-04-08 22:57+0000\n"
 "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
 "Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
@@ -97,7 +97,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Engin"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -111,6 +111,12 @@ msgstr ""
 "forritinu.\n"
 "Til dæmis Ctrl+a: halda niðri 'Ctrl' lyklinum og ýta á 'a'."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/it/kdeclarative5.po 5.96.0-1/po/it/kdeclarative5.po
--- 5.94.0-3/po/it/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/it/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -15,8 +15,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-13 14:26+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-07-02 11:06+0200\n"
 "Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n"
 "Language-Team: Italian <kde-i18n-it@kde.org>\n"
 "Language: it\n"
@@ -24,7 +24,7 @@ msgstr ""
 "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.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -89,7 +89,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nessuna"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -99,6 +99,12 @@ msgstr ""
 "programma.\n"
 "Esempio per Ctrl+A: tieni premuto il tasto Ctrl e premi A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Cancella la sequenza di tasti"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ja/kdeclarative5.po 5.96.0-1/po/ja/kdeclarative5.po
--- 5.94.0-3/po/ja/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ja/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-08-27 14:05-0700\n"
 "Last-Translator: Fumiaki Okushi <okushi@kde.gr.jp>\n"
 "Language-Team: Japanese <kde-jp@kde.org>\n"
@@ -87,13 +87,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "なし"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ka/kdeclarative5.po 5.96.0-1/po/ka/kdeclarative5.po
--- 5.94.0-3/po/ka/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ka/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -1,100 +1,103 @@
-# KDE3 - Georgian translation of kdelibs4.po
-# Gia Shervashidze <giasher@telenet.ge>, 2005.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kdeclarative package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: kdeclarative\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2009-12-17 02:11+0400\n"
-"Last-Translator: George Machitidze <giomac@gmail.com>\n"
-"Language-Team: Georgian <http://www.gia.ge>\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-05-22 06:36+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-doc@kde.org>\n"
 "Language: ka\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.0.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "გია შერვაშიძე"
+msgstr "Temuri Doghonadze"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "giasher@telenet.ge"
+msgstr "Temuri.doghonadze@gmail.com"
 
 #: kpackagelauncherqml/main.cpp:30
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr ""
+msgstr "KPackage QML აპლიკაციის გარსი"
 
 #: kpackagelauncherqml/main.cpp:38
-#, fuzzy, kde-format
-#| msgid "defines the application font"
+#, kde-format
 msgid "The unique name of the application (mandatory)"
-msgstr "მიუთითებს პროგრამის შრიფტს"
+msgstr "აპლიკაციის უნიკალური სახელი (აუცილებელია)"
 
 #: qmlcontrols/kcmcontrols/qml/ContextualHelpButton.qml:62
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "კონტექსტური დახმარების ჩვენება"
 
 #: qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml:79
-#, fuzzy, kde-format
-#| msgid "1 match found."
-#| msgid_plural "%1 matches found."
+#, kde-format
 msgid "No items found"
-msgstr "მოიძებნა %1 თანხვედრა."
+msgstr "ჩანაწერები ნაპოვნი არაა"
 
 #: qmlcontrols/kquickcontrols/ColorButton.qml:63
 #, 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
-#, fuzzy, kde-format
-#| msgid "Current location"
+#, 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
-#, fuzzy, kde-format
-#| msgid "Input file"
+#, kde-format
 msgctxt "What the user inputs now will be taken as the new shortcut"
 msgid "Input"
 msgstr "შეტანის ფაილი"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
-#, fuzzy, kde-format
-#| msgid "None"
+#, kde-format
 msgctxt "No shortcut defined"
 msgid "None"
-msgstr "არა"
+msgstr "არაა"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
+"დააჭირეთ ღილაკს და და შეიყვანეთ მალსახმობი, როგორც პროგრამაში.\n"
+"მაგალითად Ctrl+A: დააჭირეთ Ctrl-ს და A-ს."
+
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
-#, fuzzy, kde-format
-#| msgid "Shortcut"
+#, kde-format
 msgid "Reserved Shortcut"
-msgstr "მალმხმობი"
+msgstr "დარეზერვებულია მალსახმობი"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:120
 #, kde-format
@@ -103,36 +106,39 @@ msgid ""
 "shortcut.\n"
 "Please choose another one."
 msgstr ""
+"Windows-ზე F12 ღილაკი რეზერვირებულია და მისი გამოყენება გლობალურ მალსახმობად "
+"აკრძალულია.\n"
+"გამოიყენეთ სხვა."
 
 #: 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 ""
+"ღილაკების კომბინაცია '%1' შემდეგი გლობალური ქმედებებითაა გადაჩრდილული:\n"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:149
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155
-#, fuzzy, kde-format
-#| msgid "Shortcuts"
+#, kde-format
 msgid "Action '%1' in context '%2'\n"
-msgstr "მალმხმობები"
+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
 msgid "Conflict with Standard Application Shortcut"
-msgstr "კონფლიქტი პროგრამის სტანდარტულ მალმხმობთან"
+msgstr "კონფლიქტი პროგრამის სტანდარტულ მალსახმობთან"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:195
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "The '%1' key combination is also used for the standard action \"%2\" that "
 "some applications use.\n"
@@ -144,14 +150,14 @@ msgstr ""
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:201
 #, kde-format
 msgid "Reassign"
-msgstr "გადამისამართება"
+msgstr "მალსახმობის თავიდან მინიჭება"
 
 #: quickaddons/configmodule.cpp:187
-#, fuzzy, kde-format
+#, kde-format
 msgid "Invalid KPackage '%1'"
-msgstr "მცდარი სერთიფიკატი!"
+msgstr "არასწორი KPackage '%1'"
 
 #: quickaddons/configmodule.cpp:193
 #, kde-format
 msgid "No QML file provided"
-msgstr ""
+msgstr "QML ფაილი მითითებული არაა"
diff -pruN 5.94.0-3/po/kk/kdeclarative5.po 5.96.0-1/po/kk/kdeclarative5.po
--- 5.94.0-3/po/kk/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/kk/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-11-08 01:24+0600\n"
 "Last-Translator: Sairan Kikkarin <sairan@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-doc@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Жоқ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -104,6 +104,12 @@ msgstr ""
 "Мысалы, Ctrl+a: дегенді келтіру үшін 'Ctrl' пернені басып тұрып \n"
 "'a' пернесін басыңыз."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/km/kdeclarative5.po 5.96.0-1/po/km/kdeclarative5.po
--- 5.94.0-3/po/km/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/km/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-06-27 10:04+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
 "Language-Team: Khmer\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "គ្មាន"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -96,6 +96,12 @@ msgstr ""
 "ចុច​ប៊ូតុង បន្ទាប់មក​បញ្ចូលផ្លូវកាត់​​តាម​ដែល​អ្នក​ចង់​បាន​នៅ​ក្នុង​កម្មវិធី ។\n"
 "ឧទាហរណ៍ បញ្ជា(Ctrl)+a ៖ ចុច​គ្រាប់ចុច​បញ្ជា(Ctrl) ហើយ​ចុច​ a ។"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/kn/kdeclarative5.po 5.96.0-1/po/kn/kdeclarative5.po
--- 5.94.0-3/po/kn/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/kn/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-06-24 18:32+0530\n"
 "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
 "Language-Team: kn_IN <kde-i18n-doc@kde.org>\n"
@@ -86,13 +86,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ಯಾವುದೂ ಇಲ್ಲ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ko/kdeclarative5.po 5.96.0-1/po/ko/kdeclarative5.po
--- 5.94.0-3/po/ko/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ko/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-16 22:00+0200\n"
 "Last-Translator: Shinjo Park <kde@peremen.name>\n"
 "Language-Team: Korean <kde-kr@kde.org>\n"
@@ -80,7 +80,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "없음"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -89,6 +89,12 @@ msgstr ""
 "단추를 클릭한 다음 프로그램에 사용할 단축키를 누르십시오.\n"
 "Ctrl+A를 사용하려면 Ctrl 키를 누르면서 A 키를 누르십시오."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ku/kdeclarative5.po 5.96.0-1/po/ku/kdeclarative5.po
--- 5.94.0-3/po/ku/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ku/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-08-13 15:45+0200\n"
 "Last-Translator: Erdal Ronahî <erdal.ronahi@nospam.gmail.com>\n"
 "Language-Team: Kurdish Team http://pckurd.net\n"
@@ -91,7 +91,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ti yek"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -104,6 +104,12 @@ msgstr ""
 "Pêl bişkojkê bikin, paşê jî kurterê têkevnê wek we di bernamê de dikin.\n"
 "Mînak ji bo Ctrl+a: Ctrl pêlêkirî bigirin û pêl a bikin."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/lb/kdeclarative5.po 5.96.0-1/po/lb/kdeclarative5.po
--- 5.94.0-3/po/lb/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/lb/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2006-06-22 16:29+0200\n"
 "Last-Translator: Michel Ludwig <michel.ludwig@kdemail.net>\n"
 "Language-Team: Luxembourgish <kde-i18n-lb@kde.org>\n"
@@ -81,13 +81,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Keng"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Sicht eidelmaachen"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/lt/kdeclarative5.po 5.96.0-1/po/lt/kdeclarative5.po
--- 5.94.0-3/po/lt/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/lt/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2020-01-11 23:54+0200\n"
 "Last-Translator: Moo\n"
 "Language-Team: lt <kde-i18n-lt@kde.org>\n"
@@ -85,7 +85,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nėra"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -95,6 +95,12 @@ msgstr ""
 "būtumėte programoje.\n"
 "Pavyzdžiui kombinacijai Vald+A: laikykite Vald klavišą ir paspauskite A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/lv/kdeclarative5.po 5.96.0-1/po/lv/kdeclarative5.po
--- 5.94.0-3/po/lv/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/lv/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-07-06 12:57+0300\n"
 "Last-Translator: Maris Nartiss <maris.kde@gmail.com>\n"
 "Language-Team: Latvian\n"
@@ -90,7 +90,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nav"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -103,6 +103,12 @@ msgstr ""
 "Nospiediet pogu, tad ievadiet īsceļu, kuru vēlaties lietot programmā.\n"
 "Piemēram, priekš Ctrl+a: turiet Ctrl taustiņu un tad nospiediet a."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/mai/kdeclarative5.po 5.96.0-1/po/mai/kdeclarative5.po
--- 5.94.0-3/po/mai/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/mai/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-09-24 15:44+0530\n"
 "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
 "Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
@@ -85,13 +85,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "किछु नहि"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/mk/kdeclarative5.po 5.96.0-1/po/mk/kdeclarative5.po
--- 5.94.0-3/po/mk/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/mk/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-01-27 10:39+0100\n"
 "Last-Translator: Bozidar Proevski <bobibobi@freemail.com.mk>\n"
 "Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
@@ -94,7 +94,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Нема"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -109,6 +109,12 @@ msgstr ""
 "На пример за „Ctrl+a“: задржете го притиснато копчето „Ctrl“ и притиснете "
 "„a“."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ml/kdeclarative5.po 5.96.0-1/po/ml/kdeclarative5.po
--- 5.94.0-3/po/ml/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ml/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2019-12-12 21:03+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <vivekkj2004@gmail.com>\n"
 "Language-Team: SMC <smc.org.in>\n"
@@ -85,13 +85,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ഒന്നുമല്ല"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/mr/kdeclarative5.po 5.96.0-1/po/mr/kdeclarative5.po
--- 5.94.0-3/po/mr/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/mr/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-03-29 16:14+0530\n"
 "Last-Translator: Chetan Khona <chetan@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-doc@kde.org>\n"
@@ -88,13 +88,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "काहीच नाही"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ms/kdeclarative5.po 5.96.0-1/po/ms/kdeclarative5.po
--- 5.94.0-3/po/ms/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ms/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-07-16 00:57+0800\n"
 "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
 "Language-Team: Malay <kedidiemas@yahoogroups.com>\n"
@@ -86,7 +86,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Tiada"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -100,6 +100,12 @@ msgstr ""
 "program.\n"
 "Contoh untuk Ctrl+a: pegang kekunci Ctrl dan tekan a."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/nb/kdeclarative5.po 5.96.0-1/po/nb/kdeclarative5.po
--- 5.94.0-3/po/nb/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/nb/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2015-04-28 08:55+0200\n"
 "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n-no@lister.huftis.org>\n"
@@ -86,7 +86,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -96,6 +96,12 @@ msgstr ""
 "programmet.\n"
 "Eksempel for CTRL+A: Hold CTRL-tasten og trykk A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/nds/kdeclarative5.po 5.96.0-1/po/nds/kdeclarative5.po
--- 5.94.0-3/po/nds/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/nds/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2014-05-11 00:55+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibbern@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-nds@kde.org>\n"
@@ -84,7 +84,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Keen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -94,6 +94,12 @@ msgstr ""
 "in't Programm deest.\n"
 "Bispill för Strg+A: Holl de Strg-Tast daal un drück denn de A-Tast."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ne/kdeclarative5.po 5.96.0-1/po/ne/kdeclarative5.po
--- 5.94.0-3/po/ne/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ne/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2007-11-05 15:41+0545\n"
 "Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n"
 "Language-Team: Nepali <info@mpp.org.np>\n"
@@ -89,13 +89,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "कुनै पनि होइन"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/nl/kdeclarative5.po 5.96.0-1/po/nl/kdeclarative5.po
--- 5.94.0-3/po/nl/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/nl/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -18,8 +18,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-12 11:44+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 09:55+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n"
 "Language-Team: \n"
 "Language: nl\n"
@@ -28,7 +28,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Files: kfarch.cpp kfdird.cpp kfind.cpp kfindtop.cpp kfoptions.cpp kfsave.cpp "
 "kftabdlg.cpp kftypes.cpp kfwin.cpp main.cpp mkfdird.cpp mkfind.cpp\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -78,7 +78,7 @@ msgstr "Kleurenknop"
 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 ""
-"Huidige kleur is %1. Deze knop zal een dialoog met kleurenkiezer openen."
+"Huidige kleur is %1. Deze knop zal een dialoog met de kleurenkiezer openen."
 
 #: qmlcontrols/kquickcontrols/ColorButton.qml:66
 #, kde-format
@@ -98,7 +98,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Geen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -108,6 +108,12 @@ msgstr ""
 "programma.\n"
 "Voorbeeld voor Ctrl+A: houdt de Ctrl-toets in en druk op A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Toetsenreeks wissen"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/nn/kdeclarative5.po 5.96.0-1/po/nn/kdeclarative5.po
--- 5.94.0-3/po/nn/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/nn/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes <gaute@verdsveven.com>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <korsvoll@skulelinux.no>, 2003, 2005.
-# Karl Ove Hufthammer <karl@huftis.org>, 2004, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020.
+# Karl Ove Hufthammer <karl@huftis.org>, 2004, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020, 2022.
 # Eirik U. Birkeland <eirbir@gmail.com>, 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2020-02-16 14:31+0100\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-19 12:47+0200\n"
 "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.2\n"
+"X-Generator: Lokalize 22.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -46,30 +46,32 @@ msgstr "Eintydig namn på programmet (ob
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "Vis emnehjelp"
 
 #: qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml:79
 #, kde-format
 msgid "No items found"
-msgstr ""
+msgstr "Fann ingen element"
 
 #: qmlcontrols/kquickcontrols/ColorButton.qml:63
 #, kde-format
 msgctxt "@info:whatsthis for a button"
 msgid "Color button"
-msgstr ""
+msgstr "Fargeknapp"
 
 #: 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 ""
+"Gjeldande farge er %1. Denne knappen vil opna eit vindauge for val av ny "
+"farge."
 
 #: 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 "Gjeldande farge er %1."
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:75
 #, kde-format
@@ -83,7 +85,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -92,6 +94,12 @@ msgstr ""
 "Trykk på knappen, og skriv så inn snarvegen du ønskjer å bruka.\n"
 "For eksempel for «Ctrl + A»: Hald inne «Ctrl»-tasten og trykk «A»."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
@@ -122,7 +130,7 @@ msgstr ""
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:155
 #, kde-format
 msgid "Action '%1' in context '%2'\n"
-msgstr ""
+msgstr "Handlinga «%1» i samanhengen «%2»\n"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:153
 #, kde-format
diff -pruN 5.94.0-3/po/oc/kdeclarative5.po 5.96.0-1/po/oc/kdeclarative5.po
--- 5.94.0-3/po/oc/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/oc/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-08-06 00:07+0200\n"
 "Last-Translator: \n"
 "Language-Team: Occitan <oc@li.org>\n"
@@ -79,13 +79,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Pas cap"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/or/kdeclarative5.po 5.96.0-1/po/or/kdeclarative5.po
--- 5.94.0-3/po/or/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/or/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-01-02 17:37+0530\n"
 "Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
 "Language-Team: Oriya <oriya-it@googlegroups.com>\n"
@@ -88,13 +88,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "କେହିନୁହଁ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "New Web Shortcut"
diff -pruN 5.94.0-3/po/pa/kdeclarative5.po 5.96.0-1/po/pa/kdeclarative5.po
--- 5.94.0-3/po/pa/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/pa/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2014-03-16 23:21-0500\n"
 "Last-Translator: A S Alam <aalam@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
@@ -91,13 +91,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ਕੋਈ ਨਹੀਂ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/pl/kdeclarative5.po 5.96.0-1/po/pl/kdeclarative5.po
--- 5.94.0-3/po/pl/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/pl/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-30 21:02+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -173,7 +173,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Brak"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -183,6 +183,12 @@ msgstr ""
 "programie.\n"
 "Na przykład, żeby użyć skrótu Ctrl+A, przytrzymaj klawisz Ctrl i wciśnij A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ps/kdeclarative5.po 5.96.0-1/po/ps/kdeclarative5.po
--- 5.94.0-3/po/ps/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ps/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-08-16 16:01-0800\n"
 "Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
 "Language-Team: Pashto <pathanisation@googlegroups.com>\n"
@@ -85,13 +85,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "هېڅ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/pt/kdeclarative5.po 5.96.0-1/po/pt/kdeclarative5.po
--- 5.94.0-3/po/pt/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/pt/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-20 17:48+0100\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 14:35+0100\n"
 "Last-Translator: José Nuno Pires <zepires@gmail.com>\n"
 "Language-Team: pt <kde-i18n-pt@kde.org>\n"
 "Language: pt\n"
@@ -168,7 +168,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nenhum"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -179,6 +179,12 @@ msgstr ""
 "Exemplo para o Ctrl+A: mantenha carregada a tecla Ctrl e depois carregue em "
 "A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Limpar a Sequência de Teclas"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/pt_BR/kdeclarative5.po 5.96.0-1/po/pt_BR/kdeclarative5.po
--- 5.94.0-3/po/pt_BR/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/pt_BR/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-13 10:41-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt_BR@kde.org>\n"
@@ -89,7 +89,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nenhum"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -99,6 +99,12 @@ msgstr ""
 "Exemplo para o Ctrl+A: Mantenha pressionada a tecla Ctrl e pressione a tecla "
 "A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ro/kdeclarative5.po 5.96.0-1/po/ro/kdeclarative5.po
--- 5.94.0-3/po/ro/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ro/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2021-05-03 15:50+0100\n"
 "Last-Translator: Sergiu Bivol <sergiu@cip.md>\n"
 "Language-Team: Romanian\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Niciuna"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -93,6 +93,12 @@ msgstr ""
 "aplicație.\n"
 "Exemplu pentru Ctrl+A: tineți tasta Ctrl și apăsați A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ru/kdeclarative5.po 5.96.0-1/po/ru/kdeclarative5.po
--- 5.94.0-3/po/ru/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ru/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -20,7 +20,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-02-15 16:40+0300\n"
 "Last-Translator: Olesya Gerasimenko <translation-team@basealt.ru>\n"
 "Language-Team: Basealt Translation Team\n"
@@ -103,7 +103,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Не определена"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -112,6 +112,12 @@ msgstr ""
 "Нажмите на кнопке и введите комбинацию клавиш.\n"
 "Например, для комбинации клавиш Ctrl+A зажмите клавишу Ctrl и нажмите A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/si/kdeclarative5.po 5.96.0-1/po/si/kdeclarative5.po
--- 5.94.0-3/po/si/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/si/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-07-25 07:45+0530\n"
 "Last-Translator: Danishka Navin <danishka@gmail.com>\n"
 "Language-Team: Sinhala <danishka@gmail.com>\n"
@@ -83,13 +83,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "කිසිවක් නැත"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/sk/kdeclarative5.po 5.96.0-1/po/sk/kdeclarative5.po
--- 5.94.0-3/po/sk/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/sk/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-15 19:04+0200\n"
 "Last-Translator: Roman Paholik <wizzardsk@gmail.com>\n"
 "Language-Team: Slovak <kde-sk@linux.sk>\n"
@@ -88,7 +88,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Žiadna"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -98,6 +98,12 @@ msgstr ""
 "programe.\n"
 "Príklad pre Ctrl+A: držte klávesu Ctrl a stlačte A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/sl/kdeclarative5.po 5.96.0-1/po/sl/kdeclarative5.po
--- 5.94.0-3/po/sl/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/sl/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -17,8 +17,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-13 07:53+0200\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-07-01 09:59+0200\n"
 "Last-Translator: Matjaž Jeran <matjaz.jeran@amis.net>\n"
 "Language-Team: Slovenian <lugos-slo@lugos.si>\n"
 "Language: sl\n"
@@ -28,7 +28,7 @@ msgstr ""
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 "Translator: Andrej Mernik <andrejm@ubuntu.si>\n"
-"X-Generator: Lokalize 21.12.2\n"
+"X-Generator: Lokalize 22.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -95,7 +95,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Brez"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -104,6 +104,12 @@ msgstr ""
 "Kliknite gumb in nato vnesite bližnjico, kot bi jo v programu.\n"
 "Primer za Ctrl+A: držite pritisnjeno tipko Ctrl in pritisnite tipko A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Počisti zaporedje tipk"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/sq/kdeclarative5.po 5.96.0-1/po/sq/kdeclarative5.po
--- 5.94.0-3/po/sq/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/sq/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kde4libs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-01-19 00:20-0500\n"
 "Last-Translator: Agron Selimaj <as9902613@gmail.com>\n"
 "Language-Team: Albanian <sq@li.org>\n"
@@ -82,13 +82,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Asnjë"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Create Web Shortcut"
diff -pruN 5.94.0-3/po/sv/kdeclarative5.po 5.96.0-1/po/sv/kdeclarative5.po
--- 5.94.0-3/po/sv/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/sv/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-12 17:23+0200\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserhall@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-doc@kde.org>\n"
@@ -89,7 +89,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -99,6 +99,12 @@ msgstr ""
 "programmet.\n"
 "Exempel för Ctrl+A: Håll nere Ctrl-tangenten och tryck på A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ta/kdeclarative5.po 5.96.0-1/po/ta/kdeclarative5.po
--- 5.94.0-3/po/ta/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ta/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -3,21 +3,22 @@
 #
 # Sivakumar Shanmugasundaram <sshanmu@yahoo.com>, 2000.
 # Thuraiappah Vaseeharan <t_vasee@yahoo.com>, 2000-2001.
-# ம. ஸ்ரீ ராமதாஸ் | Sri Ramadoss M <amachu@yavarkkum.org>, 2007-2012
+# ம. ஸ்ரீ ராமதாஸ் | Sri Ramadoss M <amachu@yavarkkum.org>, 2007-2012.
+# Kishore G <kishore96@gmail.com>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2012-03-25 21:39+0530\n"
-"Last-Translator: Sri Ramadoss M <amachu@yavarkkum.org>\n"
-"Language-Team: Tamil <podhu@madaladal.yavarkkum.org>\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 21:30+0530\n"
+"Last-Translator: Kishore G <kishore96@gmail.com>\n"
+"Language-Team: Tamil <kde-i18n-doc@kde.org>\n"
 "Language: ta\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 1.2\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -35,42 +36,38 @@ msgid "KPackage QML application shell"
 msgstr ""
 
 #: kpackagelauncherqml/main.cpp:38
-#, fuzzy, kde-format
-#| msgid "defines the application font"
+#, kde-format
 msgid "The unique name of the application (mandatory)"
-msgstr "நிரலின் மின்னெழுத்தை வரையறையும்"
+msgstr "செயலியின் தனிப்பட்ட பெயர் (அவசியம்)"
 
 #: qmlcontrols/kcmcontrols/qml/ContextualHelpButton.qml:62
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "சூழல்சார் உதவியைக் காட்டு"
 
 #: qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml:79
-#, fuzzy, kde-format
-#| msgid "Not found"
+#, kde-format
 msgid "No items found"
-msgstr "கிடைக்கவில்லை"
+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
@@ -82,25 +79,28 @@ msgstr "உள்ளீடு"
 #, kde-format
 msgctxt "No shortcut defined"
 msgid "None"
-msgstr "ஏதுமற்ற"
+msgstr "ஏதுமில்லை"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
-#, fuzzy, kde-format
-#| msgid ""
-#| "Click on the button, then enter the shortcut like you would in the "
-#| "program.\n"
-#| "Example for Ctrl+a: hold the Ctrl key and press a."
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
+#, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
-"பொத்தனைச் சொடுக்கி, நிரலில் நீங்கள் விரும்பும் சுருக்கு வழியை இடவும்.\n"
-"Ctrl+a க்கான உதாரணம்: Ctrl விசையை அழுத்தியபடிய a தட்டவும்"
+"பட்டனை அழுத்தி, விருப்பமான சுருக்குவழியை அழுத்துங்கள்.\n"
+"எடுத்துக்காட்டாக, Ctrl+A என்பதை அமைக்க: Ctrl விசையை அழுத்தியப்படியே A விசையை "
+"அழுத்துங்கள்."
+
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "விசைக்கூட்டை நீக்கு"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
-msgstr "ஒதுக்கப்பட்ட சுருக்குவழி"
+msgstr "ஒதுக்கப்பட்டுள்ள சுருக்குவழி"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:120
 #, kde-format
@@ -109,43 +109,34 @@ msgid ""
 "shortcut.\n"
 "Please choose another one."
 msgstr ""
-"F12 விண்டோஸ்க்காக ஒதுக்கப்பட்டுள்ளதுஇ ஆகையால் பொதுவான சுருக்கு வழியாக பயன்படுத்த "
-"முடியாது.\n"
-"எனவே வோறொன்றை தேர்வு செய்யவும்."
+"F12 விண்டோஸில் ஒதுக்கப்பட்டுள்ளதால், பொதுவான சுருக்கு வழியாக அதை பயன்படுத்த முடியாது.\n"
+"வேறொன்றை தேர்வு செய்யுங்கள்."
 
 #: 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 "'%2' செயலுக்காக '%1' படி\n"
+msgstr "'%2' என்பதில் '%1' என்ற செயல்\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
 msgid "Conflict with Standard Application Shortcut"
-msgstr "வழக்கமான பயன்பாட்டு சுருக்கு வழியுடன் முரண்"
+msgstr "வழக்கமான செயலிச் சுருக்கு வழியுடன் முரண்பாடு"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:195
 #, kde-format
@@ -154,22 +145,21 @@ msgid ""
 "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
 msgid "Reassign"
-msgstr "மீளமர்த்துக"
+msgstr "இதற்கே அமர்த்து"
 
 #: quickaddons/configmodule.cpp:187
-#, fuzzy, kde-format
-#| msgid "Invalid item."
+#, kde-format
 msgid "Invalid KPackage '%1'"
-msgstr "செல்லாத உருப்படி."
+msgstr "செல்லுபடியாகாத KPackage '%1'"
 
 #: quickaddons/configmodule.cpp:193
 #, kde-format
 msgid "No QML file provided"
-msgstr ""
+msgstr "QML கோப்பு தரப்படவில்லை"
diff -pruN 5.94.0-3/po/te/kdeclarative5.po 5.96.0-1/po/te/kdeclarative5.po
--- 5.94.0-3/po/te/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/te/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-11-04 23:55+0630\n"
 "Last-Translator: Bhuvan Krishna <bhuvan@swecha.org>\n"
 "Language-Team: Telugu <kde-i18n-doc@kde.org>\n"
@@ -91,13 +91,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ఏదీ వద్దు"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/tg/kdeclarative5.po 5.96.0-1/po/tg/kdeclarative5.po
--- 5.94.0-3/po/tg/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/tg/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2019-12-26 21:21+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n"
 "Language-Team: English <kde-i18n-doc@kde.org>\n"
@@ -85,7 +85,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ҳеҷ чиз"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -94,6 +94,12 @@ msgstr ""
 "Тугмаро зер кунед, пас миёнбуреро мисли дар барнома будан ворид намоед.\n"
 "Барои мисол, барои Ctrl+A: тугмаи Ctrl-ро доред ва тугмаи A-ро пахш намоед."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/th/kdeclarative5.po 5.96.0-1/po/th/kdeclarative5.po
--- 5.94.0-3/po/th/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/th/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2010-12-31 22:47+0700\n"
 "Last-Translator: Phuwanat Sakornsakolpat <narachai@gmail.com>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -86,7 +86,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "ไม่มี"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -99,6 +99,12 @@ msgstr ""
 "คลิกบนปุ่ม จากนั้นป้อนปุ่มพิมพ์ลัดที่คุณต้องการจะใช้ในโปรแกรม\n"
 "ตัวอย่างเช่น Ctrl+a: กดปุ่มพิมพ์ Ctrl ค้างเอาไว้ ตามด้วยการกดปุมพิมพ์ a"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/tr/kdeclarative5.po 5.96.0-1/po/tr/kdeclarative5.po
--- 5.94.0-3/po/tr/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/tr/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -22,8 +22,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-13 12:28+0300\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 13:41+0300\n"
 "Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n-tr@kde.org>\n"
 "Language: tr\n"
@@ -31,7 +31,7 @@ msgstr ""
 "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.3\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -97,7 +97,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Hiçbiri"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -106,6 +106,12 @@ msgstr ""
 "Düğmeye tıklayın, ardından kısayol düğmelerine basın.\n"
 "Ctrl+A örneği için: Ctrl düğmesine basılı tutun ve A düğmesine basın."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Düğme Sıralamasını Temizle"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/tt/kdeclarative5.po 5.96.0-1/po/tt/kdeclarative5.po
--- 5.94.0-3/po/tt/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/tt/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2011-11-26 15:12+0400\n"
 "Last-Translator: Ainur Shakirov <ainur.shakirov.tt@gmail.com>\n"
 "Language-Team: Tatar <>\n"
@@ -82,7 +82,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Юк"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -95,6 +95,12 @@ msgstr ""
 "Нажмите на кнопке и введите комбинацию клавиш.\n"
 "Например, для комбинации клавиш Ctrl+A зажмите клавишу Ctrl и нажмите A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/ug/kdeclarative5.po 5.96.0-1/po/ug/kdeclarative5.po
--- 5.94.0-3/po/ug/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/ug/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <gheyret@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "يوق"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, fuzzy, kde-format
 #| msgid ""
 #| "Click on the button, then enter the shortcut like you would in the "
@@ -96,6 +96,12 @@ msgstr ""
 "بۇ توپچىنى چېكىپ، ئاندىن بۇ پروگراممىغا تېزلەتمە كىرگۈزۈڭ.\n"
 "مەسىلەن، Ctrl+a يەنى Ctrl كۇنۇپكىسىنى بېسىپ تۇرۇپ ئاندىن a كۇنۇپكا بېسىلىدۇ."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/uk/kdeclarative5.po 5.96.0-1/po/uk/kdeclarative5.po
--- 5.94.0-3/po/uk/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/uk/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-12 08:40+0300\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-06-30 09:15+0300\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
 "Language: uk\n"
@@ -84,7 +84,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Немає"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -94,6 +94,12 @@ msgstr ""
 "використовувати у програмі.\n"
 "Наприклад, для Ctrl+A: натисніть клавішу Ctrl, а потім клавішу «A»."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Вилучити клавіатурне скорочення"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/uz/kdeclarative5.po 5.96.0-1/po/uz/kdeclarative5.po
--- 5.94.0-3/po/uz/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/uz/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2008-05-30 17:29+0200\n"
 "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
 "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n"
@@ -80,13 +80,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Yoʻq"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Qidiruvni tozalash"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/uz@cyrillic/kdeclarative5.po 5.96.0-1/po/uz@cyrillic/kdeclarative5.po
--- 5.94.0-3/po/uz@cyrillic/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/uz@cyrillic/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2009-10-17 00:34+0200\n"
 "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
 "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n"
@@ -81,13 +81,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Йўқ"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "Қидирувни тозалаш"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/vi/kdeclarative5.po 5.96.0-1/po/vi/kdeclarative5.po
--- 5.94.0-3/po/vi/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/vi/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2022-04-20 19:21+0200\n"
 "Last-Translator: Phu Hung Nguyen <phu.nguyen@kdemail.net>\n"
 "Language-Team: Vietnamese <kde-l10n-vi@kde.org>\n"
@@ -83,7 +83,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Không"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -92,6 +92,12 @@ msgstr ""
 "Bấm nút, sau đó nhập phím tắt bạn muốn dùng.\n"
 "Ví dụ cho Ctrl+A: giữ phím Ctrl và nhấn A."
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/wa/kdeclarative5.po 5.96.0-1/po/wa/kdeclarative5.po
--- 5.94.0-3/po/wa/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/wa/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2012-07-04 17:33+0200\n"
 "Last-Translator: Jean Cayron <jean.cayron@base.be>\n"
 "Language-Team: Walloon <linux-wa@walon.org>\n"
@@ -87,13 +87,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Nolu"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/xh/kdeclarative5.po 5.96.0-1/po/xh/kdeclarative5.po
--- 5.94.0-3/po/xh/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/xh/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2002-12-13 17:20SAST\n"
 "Last-Translator: Lwandle Mgidlana <lwandle@translate.org.za>\n"
 "Language-Team: Xhosa <xhosa@translate.org.za>\n"
@@ -86,13 +86,19 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Akukho nanye"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "inkonzo ye telnet"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/zh_CN/kdeclarative5.po 5.96.0-1/po/zh_CN/kdeclarative5.po
--- 5.94.0-3/po/zh_CN/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/zh_CN/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
-"PO-Revision-Date: 2022-04-26 15:18\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
+"PO-Revision-Date: 2022-07-02 10:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -91,7 +91,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "无"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -100,6 +100,12 @@ msgstr ""
 "单击此按钮，然后输入要在该程序中使用的快捷方式。\n"
 "比如 Ctrl+A 就是按住 Ctrl 键不放并按下 A 键。"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/po/zh_HK/kdeclarative5.po 5.96.0-1/po/zh_HK/kdeclarative5.po
--- 5.94.0-3/po/zh_HK/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/zh_HK/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -24,7 +24,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2006-01-04 13:32+0800\n"
 "Last-Translator: Abel Cheung <abel@oaka.org>\n"
 "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -109,13 +109,20 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "無"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, fuzzy, kde-format
+#| msgid "Clear Search"
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr "清除搜尋項目"
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, fuzzy, kde-format
 #| msgid "Shortcut"
diff -pruN 5.94.0-3/po/zh_TW/kdeclarative5.po 5.96.0-1/po/zh_TW/kdeclarative5.po
--- 5.94.0-3/po/zh_TW/kdeclarative5.po	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/po/zh_TW/kdeclarative5.po	2022-07-02 15:49:35.000000000 +0000
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-04-12 00:40+0000\n"
+"POT-Creation-Date: 2022-06-30 00:41+0000\n"
 "PO-Revision-Date: 2020-01-09 18:07+0800\n"
 "Last-Translator: pan93412 <pan93412@gmail.com>\n"
 "Language-Team: Chinese <zh-l10n@lists.linux.org.tw>\n"
@@ -88,7 +88,7 @@ msgctxt "No shortcut defined"
 msgid "None"
 msgstr "無"
 
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:89
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:87
 #, kde-format
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
@@ -97,6 +97,12 @@ msgstr ""
 "點擊此按鍵，並輸入您要在程式裡做的動作。\n"
 "例如 Ctrl+A：按住 Ctrl 鍵並按 A。"
 
+#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:119
+#, kde-format
+msgctxt "@info:tooltip"
+msgid "Clear Key Sequence"
+msgstr ""
+
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
 msgid "Reserved Shortcut"
diff -pruN 5.94.0-3/src/calendarevents/calendareventsplugin.h 5.96.0-1/src/calendarevents/calendareventsplugin.h
--- 5.94.0-3/src/calendarevents/calendareventsplugin.h	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/calendarevents/calendareventsplugin.h	2022-07-02 15:49:35.000000000 +0000
@@ -169,6 +169,14 @@ class CALENDAREVENTS_EXPORT CalendarEven
     Q_OBJECT
 
 public:
+    enum class SubLabelPriority {
+        Low, /**< Usually used in alternate calendars */
+        Default, /**< For holidays or normal events */
+        High, /**< For flagged or marked events */
+        Urgent,
+    };
+    Q_ENUM(SubLabelPriority)
+
     explicit CalendarEventsPlugin(QObject *parent = nullptr);
     ~CalendarEventsPlugin() override;
 
@@ -182,6 +190,14 @@ public:
      */
     virtual void loadEventsForDateRange(const QDate &startDate, const QDate &endDate) = 0;
 
+    struct SubLabel {
+        QString label; /**< The label will be displayed in the tooltip or beside the full date */
+        QString yearLabel; /**< The label will be displayed under the year number */
+        QString monthLabel; /**< The label will be displayed under the month number */
+        QString dayLabel; /**< The label will be displayed under the day number */
+        SubLabelPriority priority = SubLabelPriority::Default; /**< The display priority of the sublabel */
+    };
+
 Q_SIGNALS:
     /**
      * Emitted when the plugin has loaded the events data
@@ -211,6 +227,24 @@ Q_SIGNALS:
      * @param uid The uid of the event that was removed
      */
     void eventRemoved(const QString &uid);
+
+    /**
+     * Emitted when the plugin has loaded the alternate dates
+     *
+     * @param data A hash containing a QDate key from Gregorian calendar
+     *             for the alternate date in the value, QDate.
+     * @since 5.95
+     */
+    void alternateDateReady(const QHash<QDate, QDate> &data);
+
+    /**
+     * Emitted when the plugin has loaded the sublabels
+     *
+     * @param data A hash containing a QDate key for the sublabels
+     *             in the value, SubLabel.
+     * @since 5.95
+     */
+    void subLabelReady(const QHash<QDate, SubLabel> &data);
 };
 
 /**
diff -pruN 5.94.0-3/src/kdeclarative/CMakeLists.txt 5.96.0-1/src/kdeclarative/CMakeLists.txt
--- 5.94.0-3/src/kdeclarative/CMakeLists.txt	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/kdeclarative/CMakeLists.txt	2022-07-02 15:49:35.000000000 +0000
@@ -25,7 +25,7 @@ ecm_generate_export_header(KF5Declarativ
     GROUP_BASE_NAME KF
     VERSION ${KF_VERSION}
     DEPRECATED_BASE_VERSION 0
-    DEPRECATION_VERSIONS 5.0 5.45 5.75 5.91
+    DEPRECATION_VERSIONS 5.0 5.45 5.75 5.91 5.95
     EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
 )
 
diff -pruN 5.94.0-3/src/kdeclarative/qmlobject.cpp 5.96.0-1/src/kdeclarative/qmlobject.cpp
--- 5.94.0-3/src/kdeclarative/qmlobject.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/kdeclarative/qmlobject.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -10,6 +10,7 @@
 #include <QQmlContext>
 #include <QQmlEngine>
 #include <QQmlIncubator>
+#include <QQmlNetworkAccessManagerFactory>
 #include <QQuickItem>
 #include <QTimer>
 
@@ -74,11 +75,11 @@ public:
     QmlObject *q;
 
     QUrl source;
-    QQmlEngine *engine;
+    std::shared_ptr<QQmlEngine> engine;
+
     QmlObjectIncubator incubator;
     QQmlComponent *component;
     QTimer *executionEndTimer;
-    KDeclarative kdeclarative;
     KLocalizedContext *context{nullptr};
     KPackage::Package package;
     QQmlContext *rootContext;
@@ -106,7 +107,7 @@ void QmlObjectPrivate::execute(const QUr
     }
 
     delete component;
-    component = new QQmlComponent(engine, q);
+    component = new QQmlComponent(engine.get(), q);
     QObject::connect(component, &QQmlComponent::statusChanged, q, &QmlObject::statusChanged, Qt::QueuedConnection);
     delete incubator.object();
 
@@ -131,39 +132,40 @@ void QmlObjectPrivate::scheduleExecution
 }
 
 QmlObject::QmlObject(QObject *parent)
-    // cannot do : QmlObject(new QQmlEngine(this), d->engine->rootContext(), parent)
-    : QObject(parent)
-    , d(new QmlObjectPrivate(this))
-
+    : QmlObject(nullptr, nullptr, parent)
 {
-    d->engine = new QQmlEngine(this);
-    d->rootContext = d->engine->rootContext();
-    d->kdeclarative.setDeclarativeEngine(d->engine);
-    d->kdeclarative.d->qmlObj = this;
-
-    d->context = new KLocalizedContext(this);
-    d->rootContext->setContextObject(d->context);
-    KDeclarative::setupEngine(d->engine);
 }
 
+#if KDECLARATIVE_BUILD_DEPRECATED_SINCE(5, 95)
 QmlObject::QmlObject(QQmlEngine *engine, QObject *parent)
-    : QmlObject(engine, engine->rootContext(), parent)
+    : QmlObject(std::shared_ptr<QQmlEngine>(engine), nullptr, parent)
 {
 }
 
 QmlObject::QmlObject(QQmlEngine *engine, QQmlContext *rootContext, QObject *parent)
-    : QmlObject(engine, rootContext, nullptr /*call setupEngine*/, parent)
+    : QmlObject(std::shared_ptr<QQmlEngine>(engine), rootContext, parent)
 {
 }
 
 QmlObject::QmlObject(QQmlEngine *engine, QQmlContext *rootContext, QmlObject *obj, QObject *parent)
+    : QmlObject(std::shared_ptr<QQmlEngine>(engine), rootContext, parent)
+{
+    Q_UNUSED(obj);
+}
+#endif
+
+QmlObject::QmlObject(std::shared_ptr<QQmlEngine> engine, QQmlContext *rootContext, QObject *parent)
     : QObject(parent)
     , d(new QmlObjectPrivate(this))
 {
     if (engine) {
         d->engine = engine;
     } else {
-        d->engine = new QQmlEngine(this);
+        d->engine = std::make_shared<QQmlEngine>();
+    }
+
+    if (d->engine.use_count() <= 2) {
+        KDeclarative::setupEngine(d->engine.get());
     }
 
     if (rootContext) {
@@ -171,22 +173,23 @@ QmlObject::QmlObject(QQmlEngine *engine,
     } else {
         d->rootContext = d->engine->rootContext();
     }
-    d->kdeclarative.setDeclarativeEngine(d->engine);
-    d->kdeclarative.d->qmlObj = this;
 
     d->context = new KLocalizedContext(this);
     d->rootContext->setContextObject(d->context);
-
-    if (!obj) {
-        KDeclarative::setupEngine(d->engine);
-    }
 }
 
 QmlObject::~QmlObject()
 {
-    //    QDeclarativeNetworkAccessManagerFactory *factory = d->engine->networkAccessManagerFactory();
-    //    d->engine->setNetworkAccessManagerFactory(0);
-    //    delete factory;
+    if (d->engine.use_count() == 1) {
+        // QQmlEngine does not take ownership of the QNAM factory so we need to
+        // make sure to clean it, but only if we are the last user of the engine
+        // otherwise we risk resetting the factory on an engine that is still in
+        // use.
+        auto factory = d->engine->networkAccessManagerFactory();
+        d->engine->setNetworkAccessManagerFactory(nullptr);
+        delete factory;
+    }
+
     delete d;
 }
 
@@ -241,7 +244,7 @@ bool QmlObject::isInitializationDelayed(
 
 QQmlEngine *QmlObject::engine()
 {
-    return d->engine;
+    return d->engine.get();
 }
 
 QObject *QmlObject::rootObject() const
@@ -324,7 +327,7 @@ void QmlObject::completeInitialization(c
 
 QObject *QmlObject::createObjectFromSource(const QUrl &source, QQmlContext *context, const QVariantHash &initialProperties)
 {
-    QQmlComponent *component = new QQmlComponent(d->engine, this);
+    QQmlComponent *component = new QQmlComponent(d->engine.get(), this);
     component->loadUrl(source);
 
     return createObjectFromComponent(component, context, initialProperties);
diff -pruN 5.94.0-3/src/kdeclarative/qmlobject.h 5.96.0-1/src/kdeclarative/qmlobject.h
--- 5.94.0-3/src/kdeclarative/qmlobject.h	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/kdeclarative/qmlobject.h	2022-07-02 15:49:35.000000000 +0000
@@ -58,8 +58,14 @@ public:
      *
      * @param engine a QQmlEngine we want to use
      * @param parent the parent of this object
+     *
+     * @deprecated Since 5.95, Use QmlObject(std::shared_ptr<QmlEngine>, QObject*)
+     * instead.
      */
+#if KDECLARATIVE_ENABLE_DEPRECATED_SINCE(5, 95)
+    KDECLARATIVE_DEPRECATED_VERSION(5, 95, "Use QmlObject(std::shared_ptr<QQmlEngine>, QmlContext*, QObject*) instead")
     explicit QmlObject(QQmlEngine *engine, QObject *parent = nullptr);
+#endif
 
     /**
      * Constructs a new QmlObject
@@ -67,8 +73,28 @@ public:
      * @param engine the QQmlEngine to use
      * @param rootContext the root context to use for object creation
      * @param parent the parent of this object
+     *
+     * @deprecated Since 5.95, Use QmlObject(std::shared_ptr<QmlEngine>, QmlContext*, QObject*)
+     * instead.
      */
+#if KDECLARATIVE_ENABLE_DEPRECATED_SINCE(5, 95)
+    KDECLARATIVE_DEPRECATED_VERSION(5, 95, "Use QmlObject(std::shared_ptr<QQmlEngine>, QQmlContext*, QObject*) instead")
     explicit QmlObject(QQmlEngine *engine, QQmlContext *rootContext, QObject *parent = nullptr);
+#endif
+
+    /**
+     * Construct a new QmlObject
+     *
+     * @param engine The QQmlEngine to use. If this object is the first user of
+     * the engine (e.g. use_count() is 1), KDeclarative::setupEngine() will be
+     * called. If this is nullptr, a new engine will be created for this object
+     * to use.
+     * @param rootContext The QML context to use for object creation. If this is
+     * nullptr, the engine's root context will be used.
+     * @param parent The QObject parent for this object.
+     */
+    explicit QmlObject(std::shared_ptr<QQmlEngine> engine, QQmlContext *rootContext = nullptr, QObject *parent = nullptr);
+
     ~QmlObject() override;
 
     /**
@@ -230,8 +256,15 @@ protected:
      * multiple objects (such as QmlObjectSharedEngine)
      * @param parent the parent of this object
      * @since 5.45
+     *
+     * @deprecated Since 5.95, Use QmlObject(std::shared_ptr<QmlEngine>, QmlContext*, QObject*)
+     * instead. The "obj" parameter has been dropped, instead setupEngine will be
+     * called if this QmlObject is the first user of the engine.
      */
+#if KDECLARATIVE_ENABLE_DEPRECATED_SINCE(5, 95)
+    KDECLARATIVE_DEPRECATED_VERSION(5, 95, "Use QmlObject(std::shared_ptr<QQmlEngine>, QQmlContext*, QObject*) instead")
     explicit QmlObject(QQmlEngine *engine, QQmlContext *rootContext, QmlObject *obj, QObject *parent = nullptr);
+#endif
 
 private:
     friend class QmlObjectPrivate;
diff -pruN 5.94.0-3/src/kdeclarative/qmlobjectsharedengine.cpp 5.96.0-1/src/kdeclarative/qmlobjectsharedengine.cpp
--- 5.94.0-3/src/kdeclarative/qmlobjectsharedengine.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/kdeclarative/qmlobjectsharedengine.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -8,6 +8,7 @@
 
 #include <QQmlContext>
 #include <QQmlEngine>
+#include <QQmlNetworkAccessManagerFactory>
 
 #include <QDebug>
 #include <kdeclarative.h>
@@ -26,21 +27,21 @@ public:
 
     ~QmlObjectSharedEnginePrivate()
     {
-        // when the only remaining are out two refs, reset the pointers, causing deletion
-        // when the refcount is 2, we are sure that the only refs are s_engine and our copy
-        // of engineRef
-        if (engineRef.use_count() == 2) {
+        // when the only remaining are our three refs, reset the pointers, causing deletion
+        // when the refcount is 3, we are sure that the only refs are s_engine, our copy
+        // of engineRef and m_engine in QmlObject.
+        if (engineRef.use_count() <= 3) {
             s_engine.reset();
         }
     }
 
-    static QQmlEngine *engine()
+    static std::shared_ptr<QQmlEngine> engine()
     {
         if (!s_engine) {
             s_engine = std::make_shared<QQmlEngine>();
             KDeclarative::setupEngine(s_engine.get());
         }
-        return s_engine.get();
+        return s_engine;
     }
 
     // used to delete it
@@ -52,7 +53,7 @@ public:
 std::shared_ptr<QQmlEngine> QmlObjectSharedEnginePrivate::s_engine = std::shared_ptr<QQmlEngine>();
 
 QmlObjectSharedEngine::QmlObjectSharedEngine(QObject *parent)
-    : QmlObject(QmlObjectSharedEnginePrivate::engine(), new QQmlContext(QmlObjectSharedEnginePrivate::engine()), this /*don't call setupEngine*/, parent)
+    : QmlObject(QmlObjectSharedEnginePrivate::engine(), new QQmlContext(QmlObjectSharedEnginePrivate::engine().get()), parent)
     , d(new QmlObjectSharedEnginePrivate())
 {
     rootContext()->setParent(this);
diff -pruN 5.94.0-3/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 5.96.0-1/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp
--- 5.94.0-3/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -6,7 +6,6 @@
 */
 
 #include "DeclarativeDragArea.h"
-#include "DeclarativeMimeData.h"
 
 #include <QDrag>
 #include <QGuiApplication>
diff -pruN 5.94.0-3/src/qmlcontrols/kcmcontrols/CMakeLists.txt 5.96.0-1/src/qmlcontrols/kcmcontrols/CMakeLists.txt
--- 5.94.0-3/src/qmlcontrols/kcmcontrols/CMakeLists.txt	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kcmcontrols/CMakeLists.txt	2022-07-02 15:49:35.000000000 +0000
@@ -5,7 +5,6 @@ set(kcmcontrols_SRCS
     kcmcontrolsplugin.h
     settinghighlighterprivate.cpp
     settinghighlighterprivate.h
-    settingshighlighterprivate.h
     settingstateproxy.cpp
     settingstateproxy.h
 )
diff -pruN 5.94.0-3/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml 5.96.0-1/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml
--- 5.94.0-3/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml	2022-07-02 15:49:35.000000000 +0000
@@ -4,7 +4,7 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-import QtQuick 2.7
+import QtQuick 2.15
 import QtQuick.Layouts 1.1
 import QtQuick.Controls 2.2 as QtControls
 import org.kde.kirigami 2.19 as Kirigami
@@ -31,7 +31,7 @@ GridView {
     anchors {
         fill: parent
         margins: 2
-        leftMargin: scroll.QtControls.ScrollBar.vertical.visible ? 2 : Math.round(internal.scrollBarSpace/2) + 2
+        leftMargin: 2 + (scroll.QtControls.ScrollBar.vertical.visible ? 0 : Math.round(internal.scrollBarSpace / 2))
     }
     clip: true
     activeFocusOnTab: true
diff -pruN 5.94.0-3/src/qmlcontrols/kcmcontrols/qml/SettingStateBinding.qml 5.96.0-1/src/qmlcontrols/kcmcontrols/qml/SettingStateBinding.qml
--- 5.94.0-3/src/qmlcontrols/kcmcontrols/qml/SettingStateBinding.qml	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kcmcontrols/qml/SettingStateBinding.qml	2022-07-02 15:49:35.000000000 +0000
@@ -4,8 +4,9 @@
     SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-import QtQuick 2.8
-import QtQml 2.14
+import QtQuick 2.15
+// Deliberately imported after QtQuick to avoid missing restoreMode property in Binding. Fix in Qt 6.
+import QtQml 2.15
 import QtQuick.Layouts 1.3
 import org.kde.kcm 1.3 as KCM
 import org.kde.kcm.private 1.3
@@ -70,7 +71,7 @@ Item {
         when: helper.target
         target: helper.target
         property: "enabled"
-        value:  extraEnabledConditions && !settingState.immutable
+        value: extraEnabledConditions && !settingState.immutable
         restoreMode: Binding.RestoreBinding
     }
 
diff -pruN 5.94.0-3/src/qmlcontrols/kioplugin/krunproxy.cpp 5.96.0-1/src/qmlcontrols/kioplugin/krunproxy.cpp
--- 5.94.0-3/src/qmlcontrols/kioplugin/krunproxy.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kioplugin/krunproxy.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -6,6 +6,7 @@
 
 #include "krunproxy.h"
 
+#include <QDebug>
 #include <QMimeDatabase>
 
 #include <KIO/ApplicationLauncherJob>
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml 5.96.0-1/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
--- 5.94.0-3/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml	2022-07-02 15:49:35.000000000 +0000
@@ -84,10 +84,12 @@ RowLayout {
             return " " + text + (helper.isRecording ? " ... " : " ")
         }
 
-        ToolTip.visible: hovered
-        ToolTip.delay: 1000
-        ToolTip.text: _tr.i18n("Click on the button, then enter the shortcut like you would in the program.\nExample for Ctrl+A: hold the Ctrl key and press A.")
-        ToolTip.timeout: 5000
+        Accessible.description: _tr.i18n("Click on the button, then enter the shortcut like you would in the program.\nExample for Ctrl+A: hold the Ctrl key and press A.")
+
+        ToolTip {
+            visible: mainButton.hovered
+            text: mainButton.Accessible.description
+        }
 
         onCheckedChanged: {
             if (checked) {
@@ -110,7 +112,15 @@ RowLayout {
         Layout.preferredWidth: height
         onClicked: root.keySequence = helper.fromString()
 
+        hoverEnabled: true
         // icon name determines the direction of the arrow, NOT the direction of the app layout
         icon.name: Qt.application.layoutDirection === Qt.LeftToRight ? "edit-clear-locationbar-rtl" : "edit-clear-locationbar-ltr"
+
+        Accessible.name: _tr.i18nc("@info:tooltip", "Clear Key Sequence")
+
+        ToolTip {
+            visible: clearButton.hovered
+            text: clearButton.Accessible.name
+        }
     }
 }
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.cpp 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.cpp
--- 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/kquickcontrolsaddonsplugin.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -41,6 +41,8 @@ void KQuickControlsAddonsPlugin::registe
     qmlRegisterType<QImageItem>(uri, 2, 0, "QImageItem");
     qmlRegisterType<QIconItem>(uri, 2, 0, "QIconItem");
     qmlRegisterType<MouseEventListener>(uri, 2, 0, "MouseEventListener");
+    qmlRegisterAnonymousType<KDeclarativeMouseEvent>(uri, 1);
+    qmlRegisterAnonymousType<KDeclarativeWheelEvent>(uri, 1);
     qmlRegisterType<ColumnProxyModel>(uri, 2, 0, "ColumnProxyModel");
     qmlRegisterType<Clipboard>(uri, 2, 0, "Clipboard");
     qmlRegisterType<MimeDatabase>(uri, 2, 0, "MimeDatabase");
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp
--- 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -27,9 +27,6 @@ MouseEventListener::MouseEventListener(Q
     m_pressAndHoldTimer = new QTimer(this);
     m_pressAndHoldTimer->setSingleShot(true);
     connect(m_pressAndHoldTimer, &QTimer::timeout, this, &MouseEventListener::handlePressAndHold);
-    qmlRegisterAnonymousType<KDeclarativeMouseEvent>("org.kde.kquickcontrolsaddons", 1);
-    qmlRegisterAnonymousType<KDeclarativeWheelEvent>("org.kde.kquickcontrolsaddons", 1);
-
     setFiltersChildMouseEvents(true);
     setAcceptedMouseButtons(Qt::LeftButton | Qt::RightButton | Qt::MiddleButton | Qt::XButton1 | Qt::XButton2);
 }
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
--- 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -281,7 +281,7 @@ public:
     ~PlotSGNode() override = default;
 
 private:
-    QScopedPointer<QOpenGLShaderProgram> m_program;
+    std::unique_ptr<QOpenGLShaderProgram> m_program;
     int u_matrix;
     int u_color1;
     int u_color2;
@@ -290,7 +290,7 @@ private:
 };
 
 PlotSGNode::PlotSGNode()
-    : m_program(new QOpenGLShaderProgram)
+    : m_program(std::make_unique<QOpenGLShaderProgram>())
 {
     setOwnsTexture(true);
     m_program->addCacheableShaderFromSourceCode(QOpenGLShader::Vertex, vs_source);
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp
--- 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -103,7 +103,11 @@ void QImageItem::paint(QPainter *painter
         painter->scale(1, height() / (qreal)m_image.height());
     }
 
-    if (m_fillMode >= Tile) {
+    if (m_fillMode == Pad) {
+        QRect centeredRect = m_paintedRect;
+        centeredRect.moveCenter(m_image.rect().center());
+        painter->drawImage(m_paintedRect, m_image, centeredRect);
+    } else if (m_fillMode >= Tile) {
         painter->drawTiledPixmap(m_paintedRect, QPixmap::fromImage(m_image));
     } else {
         painter->drawImage(m_paintedRect, m_image, m_image.rect());
@@ -174,6 +178,7 @@ void QImageItem::updatePaintedRect()
     }
     case Stretch:
     case Tile:
+    case Pad:
     default:
         destRect = boundingRect().toRect();
     }
diff -pruN 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h
--- 5.94.0-3/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h	2022-07-02 15:49:35.000000000 +0000
@@ -32,6 +32,7 @@ public:
         Tile, // the image is duplicated horizontally and vertically
         TileVertically, // the image is stretched horizontally and tiled vertically
         TileHorizontally, // the image is stretched vertically and tiled horizontally
+        Pad, /**< the image is not transformed @since 5.96 **/
     };
     Q_ENUM(FillMode)
 
diff -pruN 5.94.0-3/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.cpp 5.96.0-1/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.cpp
--- 5.94.0-3/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.cpp	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.cpp	2022-07-02 15:49:35.000000000 +0000
@@ -85,6 +85,16 @@ bool KWindowSystemProxy::compositingActi
     return KWindowSystem::compositingActive();
 }
 
+bool KWindowSystemProxy::isPlatformX11() const
+{
+    return KWindowSystem::isPlatformX11();
+}
+
+bool KWindowSystemProxy::isPlatformWayland() const
+{
+    return KWindowSystem::isPlatformWayland();
+}
+
 bool KWindowSystemProxy::hasWindow(QWindow *window) const
 {
     if (!window) {
diff -pruN 5.94.0-3/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.h 5.96.0-1/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.h
--- 5.94.0-3/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.h	2022-05-07 21:19:06.000000000 +0000
+++ 5.96.0-1/src/qmlcontrols/kwindowsystemplugin/kwindowsystemproxy.h	2022-07-02 15:49:35.000000000 +0000
@@ -66,6 +66,22 @@ class KWindowSystemProxy : public QObjec
      */
     Q_PROPERTY(bool compositingActive READ compositingActive NOTIFY compositingActiveChanged)
 
+    /**
+     * @brief Whether the Platform is X11.
+     *
+     * @see isPlatformWayland
+     * @since 5.96
+     */
+    Q_PROPERTY(bool isPlatformX11 READ isPlatformX11 CONSTANT)
+
+    /**
+     * @brief Whether the Platform is Wayland.
+     *
+     * @see isPlatformX11
+     * @since 5.96
+     */
+    Q_PROPERTY(bool isPlatformWayland READ isPlatformWayland CONSTANT)
+
 public:
     explicit KWindowSystemProxy(QObject *parent = nullptr);
     ~KWindowSystemProxy() override;
@@ -81,6 +97,9 @@ public:
 
     bool compositingActive() const;
 
+    bool isPlatformX11() const;
+    bool isPlatformWayland() const;
+
     /**
      * Test to see if @p window still managed at present.
      * @param window the window to test
