Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2022-06-13 13:02:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and      /work/SRC/openSUSE:Factory/.milou5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "milou5"

Mon Jun 13 13:02:22 2022 rev:138 rq:981918 version:5.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/milou5/milou5.changes    2022-05-05 
23:05:17.237474456 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new.1548/milou5.changes  2022-06-13 
13:02:39.161127252 +0200
@@ -1,0 +2,26 @@
+Thu Jun  9 11:15:02 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.0
+- Changes since 5.24.90:
+  * ResultDelegate: Fix height binding loop on multiline (kde#454507)
+
+-------------------------------------------------------------------
+Thu May 19 19:45:56 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.90
+- Changes since 5.24.5:
+  * Remove duplicate header between header cpp file
+  * MAke compile without deprecated method
+  * Show all headers in qtc6
+  * Make compile against qt6 on CI
+  * Adapt to build against qt6
+  * Remove douplicate timeout logic in RunnerResultsModel
+  * Avoid sorting old results based on new query input string
+
+-------------------------------------------------------------------

Old:
----
  milou-5.24.5.tar.xz
  milou-5.24.5.tar.xz.sig

New:
----
  milou-5.25.0.tar.xz
  milou-5.25.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ milou5.spec ++++++
--- /var/tmp/diff_new_pack.V3HvOG/_old  2022-06-13 13:02:39.925128319 +0200
+++ /var/tmp/diff_new_pack.V3HvOG/_new  2022-06-13 13:02:39.929128325 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without released
 Name:           milou5
-Version:        5.24.5
+Version:        5.25.0
 Release:        0
 Summary:        Dedicated search application built on top of Baloo
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://projects.kde.org/milou
-Source:         
https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz
+Source:         milou-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig
+Source1:        milou-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.2.0

++++++ milou-5.24.5.tar.xz -> milou-5.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/.gitlab-ci.yml 
new/milou-5.25.0/.gitlab-ci.yml
--- old/milou-5.24.5/.gitlab-ci.yml     2022-05-03 12:29:59.000000000 +0200
+++ new/milou-5.25.0/.gitlab-ci.yml     2022-06-09 11:12:25.000000000 +0200
@@ -4,3 +4,4 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/CMakeLists.txt 
new/milou-5.25.0/CMakeLists.txt
--- old/milou-5.24.5/CMakeLists.txt     2022-05-03 12:30:21.000000000 +0200
+++ new/milou-5.25.0/CMakeLists.txt     2022-06-09 11:12:36.000000000 +0200
@@ -1,18 +1,16 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(Milou)
-set(PROJECT_VERSION "5.24.5")
+set(PROJECT_VERSION "5.25.0")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.86")
+set(KF5_MIN_VERSION "5.90")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Qml Quick 
Widgets)
-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons I18n 
Declarative ItemModels Service Plasma Runner)
 
 include(FeatureSummary)
 include(KDEInstallDirs)
@@ -23,7 +21,10 @@
 include(KDEClangFormat)
 include(KDEGitCommitHooks)
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Qml Quick Widgets)
+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons I18n 
Declarative ItemModels Service Plasma Runner)
+
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 
 add_definitions(-DQT_NO_FOREACH -DQT_NO_KEYWORDS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/CMakeLists.txt 
new/milou-5.25.0/lib/CMakeLists.txt
--- old/milou-5.24.5/lib/CMakeLists.txt 2022-05-03 12:29:59.000000000 +0200
+++ new/milou-5.25.0/lib/CMakeLists.txt 2022-06-09 11:12:25.000000000 +0200
@@ -6,6 +6,11 @@
     sourcesmodel.cpp
     draghelper.cpp
     mousehelper.cpp
+    resultsmodel.h
+    runnerresultsmodel.h
+    sourcesmodel.h
+    draghelper.h
+    mousehelper.h
 )
 
 add_library(milou SHARED ${lib_SRCS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/qml/CMakeLists.txt 
new/milou-5.25.0/lib/qml/CMakeLists.txt
--- old/milou-5.24.5/lib/qml/CMakeLists.txt     2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/qml/CMakeLists.txt     2022-06-09 11:12:25.000000000 
+0200
@@ -1,6 +1,7 @@
 
 set (plugin_SRCS
     qmlplugins.cpp
+    qmlplugins.h
 )
 
 add_library (milouqmlplugin SHARED ${plugin_SRCS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/qml/ResultDelegate.qml 
new/milou-5.25.0/lib/qml/ResultDelegate.qml
--- old/milou-5.24.5/lib/qml/ResultDelegate.qml 2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/qml/ResultDelegate.qml 2022-06-09 11:12:25.000000000 
+0200
@@ -166,9 +166,11 @@
                 right: parent.right
                 leftMargin: resultDelegate.categoryWidth
             }
-            height: Math.max(typePixmap.height, displayLabel.height, 
subtextLabel.height) + PlasmaCore.Units.smallSpacing
+            implicitHeight: labelLayout.implicitHeight
 
             RowLayout {
+                id: labelLayout
+
                 anchors {
                     left: parent.left
                     right: actionsRow.left
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/resultsmodel.cpp 
new/milou-5.25.0/lib/resultsmodel.cpp
--- old/milou-5.24.5/lib/resultsmodel.cpp       2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/resultsmodel.cpp       2022-06-09 11:12:25.000000000 
+0200
@@ -10,7 +10,6 @@
 
 #include "runnerresultsmodel.h"
 
-#include <KRunner/RunnerManager>
 #include <QIdentityProxyModel>
 
 #include <KDescendantsProxyModel>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/runnerresultsmodel.cpp 
new/milou-5.25.0/lib/runnerresultsmodel.cpp
--- old/milou-5.24.5/lib/runnerresultsmodel.cpp 2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/runnerresultsmodel.cpp 2022-06-09 11:12:25.000000000 
+0200
@@ -28,20 +28,6 @@
         setQuerying(false);
     });
     connect(m_manager, &RunnerManager::setSearchTerm, this, 
&RunnerResultsModel::queryStringChangeRequested);
-
-    m_resetTimer.setSingleShot(true);
-    m_resetTimer.setInterval(500);
-    connect(&m_resetTimer, &QTimer::timeout, this, [this] {
-        // Clear the old matches if any
-        // don't call clear() here as we don' want to interrupt the match 
session
-        // in case no quick results show up initially (e.g. if only dictionary 
runner is a viable source)
-        if (!m_hasMatches) {
-            beginResetModel();
-            m_categories.clear();
-            m_matches.clear();
-            endResetModel();
-        }
-    });
 }
 
 RunnerResultsModel::~RunnerResultsModel() = default;
@@ -54,11 +40,6 @@
 
 void RunnerResultsModel::onMatchesChanged(const QList<Plasma::QueryMatch> 
&matches)
 {
-    // We clear the model ourselves in the reset timer, ignore any empty 
matchset
-    if (matches.isEmpty() && m_resetTimer.isActive() && !m_hasMatches) {
-        return;
-    }
-
     // Build the list of new categories and matches
     QSet<QString> newCategories;
     // here we use QString as key since at this point we don't care about the 
order
@@ -182,7 +163,6 @@
     if (queryString.isEmpty()) {
         clear();
     } else if (!queryString.trimmed().isEmpty()) {
-        m_resetTimer.start();
         m_manager->launchQuery(queryString, runner);
         setQuerying(true);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/runnerresultsmodel.h 
new/milou-5.25.0/lib/runnerresultsmodel.h
--- old/milou-5.24.5/lib/runnerresultsmodel.h   2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/runnerresultsmodel.h   2022-06-09 11:12:25.000000000 
+0200
@@ -11,7 +11,6 @@
 #include <QAbstractItemModel>
 #include <QHash>
 #include <QString>
-#include <QTimer>
 
 #include <KRunner/QueryMatch>
 
@@ -76,7 +75,6 @@
 
     QString m_prevRunner;
 
-    QTimer m_resetTimer;
     bool m_hasMatches = false;
 
     QStringList m_categories;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/sourcesmodel.cpp 
new/milou-5.25.0/lib/sourcesmodel.cpp
--- old/milou-5.24.5/lib/sourcesmodel.cpp       2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/sourcesmodel.cpp       2022-06-09 11:12:25.000000000 
+0200
@@ -261,8 +261,11 @@
     // that do not
     // The rest are given the same preference as given by the runners.
     const QString simplifiedQuery = m_queryString.simplified();
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
     const auto words = simplifiedQuery.splitRef(QLatin1Char(' '), 
Qt::SkipEmptyParts);
-
+#else
+    const auto words = QStringView(simplifiedQuery).split(QLatin1Char(' '), 
Qt::SkipEmptyParts);
+#endif
     QSet<QString> higherTypes;
     for (const QString &type : qAsConst(m_types)) {
         const TypeData td = m_matches.value(type);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/lib/test/CMakeLists.txt 
new/milou-5.25.0/lib/test/CMakeLists.txt
--- old/milou-5.24.5/lib/test/CMakeLists.txt    2022-05-03 12:29:59.000000000 
+0200
+++ new/milou-5.25.0/lib/test/CMakeLists.txt    2022-06-09 11:12:25.000000000 
+0200
@@ -1,4 +1,4 @@
-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
+find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
 include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}/..
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/plasmoid/package/metadata.desktop 
new/milou-5.25.0/plasmoid/package/metadata.desktop
--- old/milou-5.24.5/plasmoid/package/metadata.desktop  2022-05-03 
12:29:59.000000000 +0200
+++ new/milou-5.25.0/plasmoid/package/metadata.desktop  2022-06-09 
11:12:25.000000000 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Search
+Name[ar]=????????
 Name[bs]=Pretrazivanje
 Name[ca]=Cerca
 Name[ca@valencia]=Busca
@@ -19,6 +20,7 @@
 Name[ia]=Cerca
 Name[id]=Search
 Name[it]=Ricerca
+Name[ka]=???????????????
 Name[ko]=??????
 Name[lt]=Paie??ka
 Name[nb]=S??k
@@ -44,6 +46,7 @@
 Name[zh_CN]=??????
 Name[zh_TW]=??????
 Comment=Search and Launch
+Comment[ar]=???????? ????????
 Comment[bs]=Tra??enje i pokretanje
 Comment[ca]=Cerca i llan??a
 Comment[ca@valencia]=Busca i inicia
@@ -63,6 +66,7 @@
 Comment[ia]=Cerca  e lancea 
 Comment[id]=Cari dan Luncurkan
 Comment[it]=Cerca e avvia
+Comment[ka]=????????????????????? ?????? ?????????????????????
 Comment[ko]=????????? ????????????
 Comment[lt]=Rasti ir paleisti
 Comment[nb]=S??k og start
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ar/milou.po 
new/milou-5.25.0/po/ar/milou.po
--- old/milou-5.24.5/po/ar/milou.po     1970-01-01 01:00:00.000000000 +0100
+++ new/milou-5.25.0/po/ar/milou.po     2022-06-09 11:12:26.000000000 +0200
@@ -0,0 +1,37 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Safa Alfulaij <safa1996alful...@gmail.com>, 2014.
+# Zayed Al-Saidi <zayed.alsa...@gmail.com>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
+"PO-Revision-Date: 2022-01-20 19:21+0400\n"
+"Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
+"Language-Team: ar\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 21.07.70\n"
+
+#: qml/ResultDelegate.qml:42
+#, kde-format
+msgid "%1, in category %2"
+msgstr "???%1?? ???? ?????????? %2"
+
+#: qml/ResultDelegate.qml:44
+#, kde-format
+msgid "in category %1"
+msgstr "???? ?????????? %1"
+
+#: qml/ResultDelegate.qml:272
+#, kde-format
+msgctxt ""
+"placeholder is action e.g. run in terminal, in parenthesis is shortcut"
+msgid "%1 (Shift+Return)"
+msgstr "???%1 (Shift+Return)"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ar/plasma_applet_org.kde.milou.po 
new/milou-5.25.0/po/ar/plasma_applet_org.kde.milou.po
--- old/milou-5.24.5/po/ar/plasma_applet_org.kde.milou.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/milou-5.25.0/po/ar/plasma_applet_org.kde.milou.po       2022-06-09 
11:12:26.000000000 +0200
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Safa Alfulaij <safa1996alful...@gmail.com>, 2014.
+# Zayed Al-Saidi <zayed.alsa...@gmail.com>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-03-09 03:16+0100\n"
+"PO-Revision-Date: 2022-01-20 19:20+0400\n"
+"Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
+"Language-Team: ar\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 21.07.70\n"
+
+#: package/contents/ui/SearchField.qml:30
+#, kde-format
+msgid "Search..."
+msgstr "????????..."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ast/milou.po 
new/milou-5.25.0/po/ast/milou.po
--- old/milou-5.24.5/po/ast/milou.po    2022-05-03 12:30:00.000000000 +0200
+++ new/milou-5.25.0/po/ast/milou.po    2022-06-09 11:12:26.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2019-12-10 13:44+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "na estaya %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ca/milou.po 
new/milou-5.25.0/po/ca/milou.po
--- old/milou-5.24.5/po/ca/milou.po     2022-05-03 12:30:02.000000000 +0200
+++ new/milou-5.25.0/po/ca/milou.po     2022-06-09 11:12:27.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-14 22:29+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -31,7 +31,7 @@
 msgid "in category %1"
 msgstr "a la categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ca@valencia/milou.po 
new/milou-5.25.0/po/ca@valencia/milou.po
--- old/milou-5.24.5/po/ca@valencia/milou.po    2022-05-03 12:30:02.000000000 
+0200
+++ new/milou-5.25.0/po/ca@valencia/milou.po    2022-06-09 11:12:26.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-14 22:29+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -31,7 +31,7 @@
 msgid "in category %1"
 msgstr "a la categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/milou-5.24.5/po/ca@valencia/plasma_applet_org.kde.milou.po 
new/milou-5.25.0/po/ca@valencia/plasma_applet_org.kde.milou.po
--- old/milou-5.24.5/po/ca@valencia/plasma_applet_org.kde.milou.po      
2022-05-03 12:30:02.000000000 +0200
+++ new/milou-5.25.0/po/ca@valencia/plasma_applet_org.kde.milou.po      
2022-06-09 11:12:26.000000000 +0200
@@ -1,19 +1,17 @@
 # Translation of plasma_applet_org.kde.milou.po to Catalan (Valencian)
-# Copyright (C) 2014-2019 This_file_is_part_of_KDE
+# Copyright (C) 2014-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
-# or the same license as the source of its messages in English.
 #
-# Antoni Bella P??rez <antonibel...@yahoo.com>, 2014.
+# Antoni Bella P??rez <antonibel...@yahoo.com>, 2014, 2020.
 # Josep M. Ferrer <txe...@gmail.com>, 2015, 2018.
-# Empar Montoro Mart??n <montoro_...@gva.es>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 03:16+0100\n"
-"PO-Revision-Date: 2019-07-15 13:57+0200\n"
-"Last-Translator: Empar Montoro Mart??n <montoro_...@gva.es>\n"
+"PO-Revision-Date: 2020-07-29 14:46+0200\n"
+"Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 19.04.2\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: package/contents/ui/SearchField.qml:30
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/cs/milou.po 
new/milou-5.25.0/po/cs/milou.po
--- old/milou-5.24.5/po/cs/milou.po     2022-05-03 12:30:03.000000000 +0200
+++ new/milou-5.25.0/po/cs/milou.po     2022-06-09 11:12:27.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-10-06 13:41+0100\n"
 "Last-Translator: V??t Pel????k <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "v kategorii %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/da/milou.po 
new/milou-5.25.0/po/da/milou.po
--- old/milou-5.24.5/po/da/milou.po     2022-05-03 12:30:03.000000000 +0200
+++ new/milou-5.25.0/po/da/milou.po     2022-06-09 11:12:27.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-11-27 19:33+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "i kategorien %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/de/milou.po 
new/milou-5.25.0/po/de/milou.po
--- old/milou-5.24.5/po/de/milou.po     2022-05-03 12:30:03.000000000 +0200
+++ new/milou-5.25.0/po/de/milou.po     2022-06-09 11:12:27.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-11-27 15:25+0100\n"
 "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -24,7 +24,7 @@
 msgid "in category %1"
 msgstr "in Kategorie %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/el/milou.po 
new/milou-5.25.0/po/el/milou.po
--- old/milou-5.24.5/po/el/milou.po     2022-05-03 12:30:04.000000000 +0200
+++ new/milou-5.25.0/po/el/milou.po     2022-06-09 11:12:27.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2020-08-05 10:13+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "???????? ?????????????????? %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/en_GB/milou.po 
new/milou-5.25.0/po/en_GB/milou.po
--- old/milou-5.24.5/po/en_GB/milou.po  2022-05-03 12:30:04.000000000 +0200
+++ new/milou-5.25.0/po/en_GB/milou.po  2022-06-09 11:12:27.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-11-26 15:40+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "in category %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/es/milou.po 
new/milou-5.25.0/po/es/milou.po
--- old/milou-5.24.5/po/es/milou.po     2022-05-03 12:30:04.000000000 +0200
+++ new/milou-5.25.0/po/es/milou.po     2022-06-09 11:12:28.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-15 23:50+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "en la categor??a %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/et/milou.po 
new/milou-5.25.0/po/et/milou.po
--- old/milou-5.24.5/po/et/milou.po     2022-05-03 12:30:05.000000000 +0200
+++ new/milou-5.25.0/po/et/milou.po     2022-06-09 11:12:28.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2019-10-30 23:26+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "kategoorias %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/eu/milou.po 
new/milou-5.25.0/po/eu/milou.po
--- old/milou-5.24.5/po/eu/milou.po     2022-05-03 12:30:05.000000000 +0200
+++ new/milou-5.25.0/po/eu/milou.po     2022-06-09 11:12:28.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-03-18 11:55+0100\n"
 "Last-Translator: I??igo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
@@ -30,7 +30,7 @@
 msgid "in category %1"
 msgstr "%1 kategorian"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/fi/milou.po 
new/milou-5.25.0/po/fi/milou.po
--- old/milou-5.24.5/po/fi/milou.po     2022-05-03 12:30:05.000000000 +0200
+++ new/milou-5.25.0/po/fi/milou.po     2022-06-09 11:12:28.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-12-08 16:21+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "luokassa %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/fr/milou.po 
new/milou-5.25.0/po/fr/milou.po
--- old/milou-5.24.5/po/fr/milou.po     2022-05-03 12:30:06.000000000 +0200
+++ new/milou-5.25.0/po/fr/milou.po     2022-06-09 11:12:28.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-21 09:23+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -31,7 +31,7 @@
 msgid "in category %1"
 msgstr "dans la cat??gorie %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/gl/milou.po 
new/milou-5.25.0/po/gl/milou.po
--- old/milou-5.24.5/po/gl/milou.po     2022-05-03 12:30:06.000000000 +0200
+++ new/milou-5.25.0/po/gl/milou.po     2022-06-09 11:12:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-01-18 22:08+0100\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "na categor??a %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/he/milou.po 
new/milou-5.25.0/po/he/milou.po
--- old/milou-5.24.5/po/he/milou.po     2022-05-03 12:30:07.000000000 +0200
+++ new/milou-5.25.0/po/he/milou.po     2022-06-09 11:12:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-05-23 08:51-0400\n"
 "Last-Translator: Elkana Bardugo <ttv...@gmail.com>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr ""
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/hi/milou.po 
new/milou-5.25.0/po/hi/milou.po
--- old/milou-5.24.5/po/hi/milou.po     2022-05-03 12:30:07.000000000 +0200
+++ new/milou-5.25.0/po/hi/milou.po     2022-06-09 11:12:29.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2021-06-29 16:42+0530\n"
 "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n"
 "Language-Team: kde-hindi\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "%1 ?????????????????? ?????????"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/hu/milou.po 
new/milou-5.25.0/po/hu/milou.po
--- old/milou-5.24.5/po/hu/milou.po     2022-05-03 12:30:08.000000000 +0200
+++ new/milou-5.25.0/po/hu/milou.po     2022-06-09 11:12:30.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2019-11-16 21:17+0100\n"
 "Last-Translator: Krist??f Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "a(z) %1 kateg??ri??ban"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ia/milou.po 
new/milou-5.25.0/po/ia/milou.po
--- old/milou-5.24.5/po/ia/milou.po     2022-05-03 12:30:08.000000000 +0200
+++ new/milou-5.25.0/po/ia/milou.po     2022-06-09 11:12:29.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2020-02-16 21:33+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "in categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/id/milou.po 
new/milou-5.25.0/po/id/milou.po
--- old/milou-5.24.5/po/id/milou.po     2022-05-03 12:30:08.000000000 +0200
+++ new/milou-5.25.0/po/id/milou.po     2022-06-09 11:12:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-10-04 19:32+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
@@ -26,7 +26,7 @@
 msgid "in category %1"
 msgstr "dalam kategori %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/it/milou.po 
new/milou-5.25.0/po/it/milou.po
--- old/milou-5.24.5/po/it/milou.po     2022-05-03 12:30:09.000000000 +0200
+++ new/milou-5.25.0/po/it/milou.po     2022-06-09 11:12:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-21 22:27+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "nella categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ka/milou.po 
new/milou-5.25.0/po/ka/milou.po
--- old/milou-5.24.5/po/ka/milou.po     1970-01-01 01:00:00.000000000 +0100
+++ new/milou-5.25.0/po/ka/milou.po     2022-06-09 11:12:30.000000000 +0200
@@ -0,0 +1,36 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the milou package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
+"PO-Revision-Date: 2022-05-15 05:28+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-...@kde.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: qml/ResultDelegate.qml:42
+#, kde-format
+msgid "%1, in category %2"
+msgstr "%1, ????????????????????????????????? %2"
+
+#: qml/ResultDelegate.qml:44
+#, kde-format
+msgid "in category %1"
+msgstr "????????????????????????????????? %1"
+
+#: qml/ResultDelegate.qml:272
+#, kde-format
+msgctxt ""
+"placeholder is action e.g. run in terminal, in parenthesis is shortcut"
+msgid "%1 (Shift+Return)"
+msgstr "%1 (Shift+Enter)"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ka/plasma_applet_org.kde.milou.po 
new/milou-5.25.0/po/ka/plasma_applet_org.kde.milou.po
--- old/milou-5.24.5/po/ka/plasma_applet_org.kde.milou.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/milou-5.25.0/po/ka/plasma_applet_org.kde.milou.po       2022-06-09 
11:12:30.000000000 +0200
@@ -0,0 +1,24 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the milou package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-03-09 03:16+0100\n"
+"PO-Revision-Date: 2022-05-15 05:27+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-...@kde.org>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: package/contents/ui/SearchField.qml:30
+#, kde-format
+msgid "Search..."
+msgstr "???????????????..."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ko/milou.po 
new/milou-5.25.0/po/ko/milou.po
--- old/milou-5.24.5/po/ko/milou.po     2022-05-03 12:30:10.000000000 +0200
+++ new/milou-5.25.0/po/ko/milou.po     2022-06-09 11:12:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2020-04-01 01:34+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "?????? %1??? ??????"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/lt/milou.po 
new/milou-5.25.0/po/lt/milou.po
--- old/milou-5.24.5/po/lt/milou.po     2022-05-03 12:30:10.000000000 +0200
+++ new/milou-5.25.0/po/lt/milou.po     2022-06-09 11:12:31.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2019-06-05 21:14+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -30,7 +30,7 @@
 msgid "in category %1"
 msgstr "%1 kategorijoje"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ml/milou.po 
new/milou-5.25.0/po/ml/milou.po
--- old/milou-5.24.5/po/ml/milou.po     2022-05-03 12:30:12.000000000 +0200
+++ new/milou-5.25.0/po/ml/milou.po     2022-06-09 11:12:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-11-12 04:04+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: Swathanthra|??????????????????????????? 
Malayalam|?????????????????? 
Computing|????????????????????????????????????????????? <smc."
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr ""
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/nl/milou.po 
new/milou-5.25.0/po/nl/milou.po
--- old/milou-5.24.5/po/nl/milou.po     2022-05-03 12:30:13.000000000 +0200
+++ new/milou-5.25.0/po/nl/milou.po     2022-06-09 11:12:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-13 11:12+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "in categorie %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/nn/milou.po 
new/milou-5.25.0/po/nn/milou.po
--- old/milou-5.24.5/po/nn/milou.po     2022-05-03 12:30:13.000000000 +0200
+++ new/milou-5.25.0/po/nn/milou.po     2022-06-09 11:12:32.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-01-27 12:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "i kategori %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/pl/milou.po 
new/milou-5.25.0/po/pl/milou.po
--- old/milou-5.24.5/po/pl/milou.po     2022-05-03 12:30:14.000000000 +0200
+++ new/milou-5.25.0/po/pl/milou.po     2022-06-09 11:12:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-10-01 10:13+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "w kategorii %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/pt/milou.po 
new/milou-5.25.0/po/pt/milou.po
--- old/milou-5.24.5/po/pt/milou.po     2022-05-03 12:30:15.000000000 +0200
+++ new/milou-5.25.0/po/pt/milou.po     2022-06-09 11:12:33.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-11-01 11:50+0000\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -23,7 +23,7 @@
 msgid "in category %1"
 msgstr "na categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/pt_BR/milou.po 
new/milou-5.25.0/po/pt_BR/milou.po
--- old/milou-5.24.5/po/pt_BR/milou.po  2022-05-03 12:30:14.000000000 +0200
+++ new/milou-5.25.0/po/pt_BR/milou.po  2022-06-09 11:12:33.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-14 16:29-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "na categoria %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/ru/milou.po 
new/milou-5.25.0/po/ru/milou.po
--- old/milou-5.24.5/po/ru/milou.po     2022-05-03 12:30:15.000000000 +0200
+++ new/milou-5.25.0/po/ru/milou.po     2022-06-09 11:12:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-10-24 11:59+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "?? ?????????????????? %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/sk/milou.po 
new/milou-5.25.0/po/sk/milou.po
--- old/milou-5.24.5/po/sk/milou.po     2022-05-03 12:30:16.000000000 +0200
+++ new/milou-5.25.0/po/sk/milou.po     2022-06-09 11:12:33.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-10-27 21:02+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -25,7 +25,7 @@
 msgid "in category %1"
 msgstr "v kateg??rii %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/sl/milou.po 
new/milou-5.25.0/po/sl/milou.po
--- old/milou-5.24.5/po/sl/milou.po     2022-05-03 12:30:16.000000000 +0200
+++ new/milou-5.25.0/po/sl/milou.po     2022-06-09 11:12:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-01-11 21:09+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "v kategoriji %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/sv/milou.po 
new/milou-5.25.0/po/sv/milou.po
--- old/milou-5.24.5/po/sv/milou.po     2022-05-03 12:30:18.000000000 +0200
+++ new/milou-5.25.0/po/sv/milou.po     2022-06-09 11:12:34.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-13 19:00+0100\n"
 "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -27,7 +27,7 @@
 msgid "in category %1"
 msgstr "i kategori %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/tr/milou.po 
new/milou-5.25.0/po/tr/milou.po
--- old/milou-5.24.5/po/tr/milou.po     2022-05-03 12:30:18.000000000 +0200
+++ new/milou-5.25.0/po/tr/milou.po     2022-06-09 11:12:35.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2022-04-16 17:50+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -28,7 +28,7 @@
 msgid "in category %1"
 msgstr "%1 kategorisi i??inde"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/uk/milou.po 
new/milou-5.25.0/po/uk/milou.po
--- old/milou-5.24.5/po/uk/milou.po     2022-05-03 12:30:19.000000000 +0200
+++ new/milou-5.25.0/po/uk/milou.po     2022-06-09 11:12:35.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2017-09-13 17:53+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -30,7 +30,7 @@
 msgid "in category %1"
 msgstr "?? ?????????????????? %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/zh_CN/milou.po 
new/milou-5.25.0/po/zh_CN/milou.po
--- old/milou-5.24.5/po/zh_CN/milou.po  2022-05-03 12:30:20.000000000 +0200
+++ new/milou-5.25.0/po/zh_CN/milou.po  2022-06-09 11:12:35.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
-"PO-Revision-Date: 2022-04-26 15:32\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
+"PO-Revision-Date: 2022-06-05 04:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -32,7 +32,7 @@
 msgid "in category %1"
 msgstr "????????? %1 ???"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/zh_CN/plasma_applet_org.kde.milou.po 
new/milou-5.25.0/po/zh_CN/plasma_applet_org.kde.milou.po
--- old/milou-5.24.5/po/zh_CN/plasma_applet_org.kde.milou.po    2022-05-03 
12:30:20.000000000 +0200
+++ new/milou-5.25.0/po/zh_CN/plasma_applet_org.kde.milou.po    2022-06-09 
11:12:35.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 03:16+0100\n"
-"PO-Revision-Date: 2022-04-26 15:32\n"
+"PO-Revision-Date: 2022-06-05 04:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.24.5/po/zh_TW/milou.po 
new/milou-5.25.0/po/zh_TW/milou.po
--- old/milou-5.24.5/po/zh_TW/milou.po  2022-05-03 12:30:20.000000000 +0200
+++ new/milou-5.25.0/po/zh_TW/milou.po  2022-06-09 11:12:35.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-12-17 00:44+0000\n"
+"POT-Creation-Date: 2022-05-30 02:11+0000\n"
 "PO-Revision-Date: 2018-03-25 12:09+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
@@ -29,7 +29,7 @@
 msgid "in category %1"
 msgstr "????????? %1"
 
-#: qml/ResultDelegate.qml:270
+#: qml/ResultDelegate.qml:272
 #, kde-format
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"

Reply via email to