Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2022-02-17 23:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
 and      /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-cli-tools5"

Thu Feb 17 23:39:31 2022 rev:134 rq:955224 version:5.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes    
2022-02-07 23:37:02.906866454 +0100
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1958/kde-cli-tools5.changes  
2022-02-17 23:39:37.423701364 +0100
@@ -1,0 +2,10 @@
+Tue Feb 15 19:18:15 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.1
+- Changes since 5.24.0:
+  * plasma-open-settings: systemsettings5 is now systemsettings
+
+-------------------------------------------------------------------

Old:
----
  kde-cli-tools-5.24.0.tar.xz
  kde-cli-tools-5.24.0.tar.xz.sig

New:
----
  kde-cli-tools-5.24.1.tar.xz
  kde-cli-tools-5.24.1.tar.xz.sig

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

Other differences:
------------------
++++++ kde-cli-tools5.spec ++++++
--- /var/tmp/diff_new_pack.PYMQmT/_old  2022-02-17 23:39:38.071701358 +0100
+++ /var/tmp/diff_new_pack.PYMQmT/_new  2022-02-17 23:39:38.079701358 +0100
@@ -19,15 +19,15 @@
 %define kf5_version 5.86.0
 %bcond_without released
 Name:           kde-cli-tools5
-Version:        5.24.0
+Version:        5.24.1
 Release:        0
 Summary:        Additional CLI tools for KDE applications
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         kde-cli-tools-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
 %if %{with released}
-Source1:        kde-cli-tools-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256

++++++ kde-cli-tools-5.24.0.tar.xz -> kde-cli-tools-5.24.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/CMakeLists.txt 
new/kde-cli-tools-5.24.1/CMakeLists.txt
--- old/kde-cli-tools-5.24.0/CMakeLists.txt     2022-02-03 15:27:53.000000000 
+0100
+++ new/kde-cli-tools-5.24.1/CMakeLists.txt     2022-02-15 13:23:33.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.24.0")
+set(PROJECT_VERSION "5.24.1")
 
 set(QT_MIN_VERSION "5.15.0")
 set(KF5_MIN_VERSION "5.86")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/plasma-open-settings/main.cpp 
new/kde-cli-tools-5.24.1/plasma-open-settings/main.cpp
--- old/kde-cli-tools-5.24.0/plasma-open-settings/main.cpp      2022-02-03 
15:27:16.000000000 +0100
+++ new/kde-cli-tools-5.24.1/plasma-open-settings/main.cpp      2022-02-15 
13:22:47.000000000 +0100
@@ -34,8 +34,8 @@
     }
     KIO::CommandLauncherJob *job = nullptr;
     int ret = 0;
-    if (!QStandardPaths::findExecutable("systemsettings5").isEmpty()) {
-        job = new KIO::CommandLauncherJob(QStringLiteral("systemsettings5"), 
{moduleName});
+    if (!QStandardPaths::findExecutable("systemsettings").isEmpty()) {
+        job = new KIO::CommandLauncherJob(QStringLiteral("systemsettings"), 
{moduleName});
         job->setDesktopName(QStringLiteral("org.kde.systemsettings"));
     } else if (!QStandardPaths::findExecutable("plasma-settings").isEmpty()) {
         job = new KIO::CommandLauncherJob(QStringLiteral("plasma-settings"), 
{"-m", moduleName});
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/fi/kioclient.po 
new/kde-cli-tools-5.24.1/po/fi/kioclient.po
--- old/kde-cli-tools-5.24.0/po/fi/kioclient.po 2022-02-03 15:27:24.000000000 
+0100
+++ new/kde-cli-tools-5.24.1/po/fi/kioclient.po 2022-02-15 13:22:57.000000000 
+0100
@@ -1,7 +1,7 @@
 # Finnish messages for kioclient.
 # Copyright ?? 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdebase package.
-# Tommi Nieminen <transla...@legisign.org>, 2010, 2011, 2019, 2020, 2021.
+# Tommi Nieminen <transla...@legisign.org>, 2010, 2011, 2019, 2020, 2021, 2022.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2010.
 # Lasse Liehu <lasse.li...@gmail.com>, 2011, 2012, 2013, 2014, 2016.
 #
@@ -11,7 +11,7 @@
 "Project-Id-Version: kioclient\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-14 02:21+0000\n"
-"PO-Revision-Date: 2021-11-29 17:34+0200\n"
+"PO-Revision-Date: 2022-02-03 21:52+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -186,32 +186,24 @@
 "\n"
 
 #: kioclient.cpp:114
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 stat 'url'\n"
-#| "            # Shows all of the available information for 'url'\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient stat 'url'\n"
 "            # Shows all of the available information for 'url'\n"
 "\n"
 msgstr ""
-"  kioclient5 stat 'url'\n"
+"  kioclient stat 'url'\n"
 "            # N??ytt???? kaikki saatavilla olevat tiedot osoitteesta 
???url???\n"
 "\n"
 
 #: kioclient.cpp:118
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 appmenu\n"
-#| "            # Opens a basic application launcher.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient appmenu\n"
 "            # Opens a basic application launcher.\n"
 "\n"
 msgstr ""
-"  kioclient5 appmenu\n"
+"  kioclient appmenu\n"
 "            # Avaa yksinkertaisen sovellusk??ynnistimen.\n"
 "\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/ro/kcmshell5.po 
new/kde-cli-tools-5.24.1/po/ro/kcmshell5.po
--- old/kde-cli-tools-5.24.0/po/ro/kcmshell5.po 2022-02-03 15:27:35.000000000 
+0100
+++ new/kde-cli-tools-5.24.1/po/ro/kcmshell5.po 2022-02-15 13:23:11.000000000 
+0100
@@ -3,14 +3,14 @@
 #
 # Claudiu Costin <claud...@kde.org>, 2005.
 # Sergiu Bivol <ser...@cip.md>, 2008.
-# Sergiu Bivol <ser...@cip.md>, 2009, 2020.
+# Sergiu Bivol <ser...@cip.md>, 2009, 2020, 2022.
 # Cristian One?? <onet.crist...@gmail.com>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmshell\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-18 02:09+0000\n"
-"PO-Revision-Date: 2020-09-20 09:57+0100\n"
+"PO-Revision-Date: 2022-02-05 12:19+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
 "Language: ro\n"
@@ -19,34 +19,33 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 21.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Claudiu Costin"
+msgstr "Claudiu Costin,Sergiu Bivol"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "claud...@kde.org"
+msgstr ",ser...@cip.md"
 
 #: main.cpp:182
 #, kde-format
 msgid "System Settings Module"
-msgstr ""
+msgstr "Modul pentru configur??ri de sistem"
 
 #: main.cpp:184
-#, fuzzy, kde-format
-#| msgid "A tool to start single KDE control modules"
+#, kde-format
 msgid "A tool to start single system settings modules"
-msgstr "Un utilitar de executat module de control KDE"
+msgstr ""
+"Unealt?? pentru lansarea modulelor individuale ale configur??rilor de sistem"
 
 #: main.cpp:186
-#, fuzzy, kde-format
-#| msgid "(c) 1999-2004, The KDE Developers"
+#, kde-format
 msgid "(c) 1999-2016, The KDE Developers"
-msgstr "(c) 1999-2004, Programatorii KDE"
+msgstr "(c) 1999-2016, Dezvoltatorii KDE"
 
 #: main.cpp:188
 #, kde-format
@@ -111,18 +110,18 @@
 #: main.cpp:204
 #, kde-format
 msgid "Use a specific icon for the window"
-msgstr ""
+msgstr "Folose??te o anumit?? pictogram?? pentru fereastr??"
 
 #: main.cpp:205
 #, kde-format
 msgid "Use a specific caption for the window"
-msgstr ""
+msgstr "Folose??te un anumit titlu pentru fereastr??"
 
 #: main.cpp:214
 #, kde-format
 msgid ""
 "--lang is deprecated. Please set the LANGUAGE environment variable instead"
-msgstr ""
+msgstr "--lang e ??nvechit. Stabili??i variabila de mediu LANGUAGE ??n loc"
 
 #: main.cpp:218
 #, kde-format
@@ -135,13 +134,10 @@
 msgstr "Nicio descriere disponibil??"
 
 #: main.cpp:296
-#, fuzzy, kde-format
-#| msgid ""
-#| "Could not find module '%1'. See kcmshell4 --list for the full list of "
-#| "modules."
+#, kde-format
 msgid ""
 "Could not find module '%1'. See kcmshell5 --list for the full list of "
 "modules."
 msgstr ""
-"Modulul '%1' nu a putut fi g??sit. Vezi kcmshell4 --list pentru lista "
+"Modulul ???%1??? nu a putut fi g??sit. Vede??i ???kcmshell5 --list??? pentru 
lista "
 "complet?? a modulelor."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/ro/plasma-open-settings.po 
new/kde-cli-tools-5.24.1/po/ro/plasma-open-settings.po
--- old/kde-cli-tools-5.24.0/po/ro/plasma-open-settings.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/ro/plasma-open-settings.po      2022-02-15 
13:23:11.000000000 +0100
@@ -0,0 +1,49 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kde-cli-tools package.
+# Sergiu Bivol <ser...@cip.md>, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kde-cli-tools\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-07-22 00:17+0000\n"
+"PO-Revision-Date: 2022-02-04 00:50+0000\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
+"Language-Team: Romanian\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 21.12.2\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Sergiu Bivol"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "ser...@cip.md"
+
+#: main.cpp:22
+#, kde-format
+msgid "App to open Settings app"
+msgstr "Program pentru deschis Configur??rile"
+
+#: main.cpp:24
+#, kde-format
+msgid "A tool to start system settings"
+msgstr "Unealt?? pentru lansarea configur??rilor de sistem"
+
+#: main.cpp:26
+#, kde-format
+msgid "(c) 2021, The KDE Developers"
+msgstr "(c) 2021, Programatorii KDE"
+
+#: main.cpp:46
+#, kde-format
+msgid "Could not open: %1"
+msgstr "Nu s-a putut deschide: %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-cli-tools-5.24.0/po/zh_CN/kbroadcastnotification.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kbroadcastnotification.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kbroadcastnotification.po 2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kbroadcastnotification.po 2022-02-15 
13:23:21.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,9 +18,9 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kbroadcastnotification."
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kbroadcastnotification."
 "pot\n"
-"X-Crowdin-File-ID: 4232\n"
+"X-Crowdin-File-ID: 2466\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kcm5_filetypes.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kcm5_filetypes.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kcm5_filetypes.po 2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kcm5_filetypes.po 2022-02-15 
13:23:21.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-06 00:18+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -21,8 +21,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kcm5_filetypes.pot\n"
-"X-Crowdin-File-ID: 4456\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kcm5_filetypes.pot\n"
+"X-Crowdin-File-ID: 6141\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kcmshell5.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kcmshell5.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kcmshell5.po      2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kcmshell5.po      2022-02-15 
13:23:21.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-18 02:09+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -24,8 +24,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kcmshell5.pot\n"
-"X-Crowdin-File-ID: 4480\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kcmshell5.pot\n"
+"X-Crowdin-File-ID: 6147\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kdesu5.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kdesu5.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kdesu5.po 2022-02-03 15:27:43.000000000 
+0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kdesu5.po 2022-02-15 13:23:21.000000000 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-06 00:18+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -20,8 +20,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kdesu5.pot\n"
-"X-Crowdin-File-ID: 4331\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kdesu5.pot\n"
+"X-Crowdin-File-ID: 6148\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kioclient.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kioclient.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kioclient.po      2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kioclient.po      2022-02-15 
13:23:21.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-14 02:21+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -21,8 +21,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kioclient5.pot\n"
-"X-Crowdin-File-ID: 4770\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kioclient.pot\n"
+"X-Crowdin-File-ID: 26827\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -44,31 +44,15 @@
 "?????????\n"
 
 #: kioclient.cpp:56
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 openProperties 'url'\n"
-#| "            # Opens a properties menu\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient openProperties 'url'\n"
 "            # Opens a properties menu\n"
 "\n"
 msgstr ""
-"  kioclient5 openProperties 'URL'\n"
-"            # ????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:60
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 exec 'url' ['mimetype']\n"
-#| "            # Tries to open the document pointed to by 'url', in the "
-#| "application\n"
-#| "            #   associated with it in KDE. You may omit 'mimetype'.\n"
-#| "            #   In this case the mimetype is determined\n"
-#| "            #   automatically. Of course URL may be the URL of a\n"
-#| "            #   document, or it may be a *.desktop file.\n"
-#| "            #   'url' can be an executable, too.\n"
+#, kde-format
 msgid ""
 "  kioclient exec 'url' ['mimetype']\n"
 "            # Tries to open the document pointed to by 'url', in the "
@@ -79,27 +63,14 @@
 "            #   document, or it may be a *.desktop file.\n"
 "            #   'url' can be an executable, too.\n"
 msgstr ""
-"  kioclient5 exec 'URL' ['MIME ??????']\n"
-"            #   ????????? KDE ???????????????????????? URL 
??????????????????\n"
-"            #   MIME ??????????????????????????? \n"
-"            #   ???????????? MIME 
????????????????????????????????????????????? URL ??????\n"
-"            #   ????????????????????????????????? *.desktop ?????????\n"
-"            #   ???????????????????????????????????????\n"
 
 #: kioclient.cpp:69
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 move 'src' 'dest'\n"
-#| "            # Moves the URL 'src' to 'dest'.\n"
-#| "            #   'src' may be a list of URLs.\n"
+#, kde-format
 msgid ""
 "  kioclient move 'src' 'dest'\n"
 "            # Moves the URL 'src' to 'dest'.\n"
 "            #   'src' may be a list of URLs.\n"
 msgstr ""
-"  kioclient5 move '?????????' '????????????'\n"
-"            #   ??? URL ?????????????????????????????????????????????\n"
-"            #   ??????????????????????????? URL ?????????\n"
 
 #: kioclient.cpp:74
 #, kde-format
@@ -109,28 +80,15 @@
 msgstr "            #   
??????????????????????????????trash:/????????????????????????????????????\n"
 
 #: kioclient.cpp:78
-#, fuzzy, kde-format
-#| msgid ""
-#| "            #   the short version kioclient5 mv\n"
-#| "            #   is also available.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "            #   the short version kioclient mv\n"
 "            #   is also available.\n"
 "\n"
 msgstr ""
-"            #   kioclient5 mv ?????????\n"
-"            #   ???????????????\n"
-"\n"
 
 #: kioclient.cpp:82
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 download ['src']\n"
-#| "            # Copies the URL 'src' to a user-specified location'.\n"
-#| "            #   'src' may be a list of URLs, if not present then\n"
-#| "            #   a URL will be requested.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient download ['src']\n"
 "            # Copies the URL 'src' to a user-specified location'.\n"
@@ -138,130 +96,70 @@
 "            #   a URL will be requested.\n"
 "\n"
 msgstr ""
-"  kioclient5 download ['?????????']\n"
-"            #   ??????????????????????????? URL 
?????????????????????????????????\n"
-"            #   ??????????????????????????? URL 
????????????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:88
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 copy 'src' 'dest'\n"
-#| "            # Copies the URL 'src' to 'dest'.\n"
-#| "            #   'src' may be a list of URLs.\n"
+#, kde-format
 msgid ""
 "  kioclient copy 'src' 'dest'\n"
 "            # Copies the URL 'src' to 'dest'.\n"
 "            #   'src' may be a list of URLs.\n"
 msgstr ""
-"  kioclient5 copy '?????????' '????????????'\n"
-"            #   ????????????????????? URL ??????????????????????????????\n"
-"            #   ??????????????????????????? URL ?????????\n"
 
 #: kioclient.cpp:93
-#, fuzzy, kde-format
-#| msgid ""
-#| "            #   the short version kioclient5 cp\n"
-#| "            #   is also available.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "            #   the short version kioclient cp\n"
 "            #   is also available.\n"
 "\n"
 msgstr ""
-"            #   kioclient5 cp ?????????\n"
-"            #   ???????????????\n"
-"\n"
 
 #: kioclient.cpp:97
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 cat 'url'\n"
-#| "            # Writes out the contents of 'url' to stdout\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient cat 'url'\n"
 "            # Writes out the contents of 'url' to stdout\n"
 "\n"
 msgstr ""
-"  kioclient5 cat 'URL'\n"
-"            # ????????????URL??????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:101
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 ls 'url'\n"
-#| "            # Lists the contents of the directory 'url' to stdout\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient ls 'url'\n"
 "            # Lists the contents of the directory 'url' to stdout\n"
 "\n"
 msgstr ""
-"  kioclient5 ls 'URL'\n"
-"            # ????????????URL????????????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:105
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 remove 'url'\n"
-#| "            # Removes the URL\n"
-#| "            #   'url' may be a list of URLs.\n"
+#, kde-format
 msgid ""
 "  kioclient remove 'url'\n"
 "            # Removes the URL\n"
 "            #   'url' may be a list of URLs.\n"
 msgstr ""
-"  kioclient5 remove 'URL ??????'\n"
-"            # ??????????????? URL\n"
-"            # ???URL ????????????????????????????????????\n"
 
 #: kioclient.cpp:110
-#, fuzzy, kde-format
-#| msgid ""
-#| "            #   the short version kioclient5 rm\n"
-#| "            #   is also available.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "            #   the short version kioclient rm\n"
 "            #   is also available.\n"
 "\n"
 msgstr ""
-"            #   kioclient5 rm ?????????\n"
-"            #   ???????????????\n"
-"\n"
 
 #: kioclient.cpp:114
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 stat 'url'\n"
-#| "            # Shows all of the available information for 'url'\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient stat 'url'\n"
 "            # Shows all of the available information for 'url'\n"
 "\n"
 msgstr ""
-"  kioclient5 stat 'url'\n"
-"            # ?????? 'url' ?????????????????????\n"
-"\n"
 
 #: kioclient.cpp:118
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 appmenu\n"
-#| "            # Opens a basic application launcher.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient appmenu\n"
 "            # Opens a basic application launcher.\n"
 "\n"
 msgstr ""
-"  kioclient5 appmenu\n"
-"            # ??????????????????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:123
 #, kde-format
@@ -269,64 +167,36 @@
 msgstr "*** ?????????\n"
 
 #: kioclient.cpp:124
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 exec file:/home/weis/data/test.html\n"
-#| "             // Opens the file with default binding\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient exec file:/home/weis/data/test.html\n"
 "             // Opens the file with default binding\n"
 "\n"
 msgstr ""
-"  kioclient5 exec file:/home/weis/data/test.html\n"
-"             // ?????????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:128
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 exec ftp://localhost/\n";
-#| "             // Opens new window with URL\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient exec ftp://localhost/\n";
 "             // Opens new window with URL\n"
 "\n"
 msgstr ""
-"  kioclient5 exec ftp://localhost/\n";
-"             // ????????????????????? URL\n"
-"\n"
 
 #: kioclient.cpp:132
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 exec file:/root/Desktop/emacs.desktop\n"
-#| "             // Starts emacs\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient exec file:/root/Desktop/emacs.desktop\n"
 "             // Starts emacs\n"
 "\n"
 msgstr ""
-"  kioclient5 exec file:/root/Desktop/emacs.desktop\n"
-"             // ?????? Emacs ??????\n"
-"\n"
 
 #: kioclient.cpp:136
-#, fuzzy, kde-format
-#| msgid ""
-#| "  kioclient5 exec .\n"
-#| "             // Opens the current directory. Very convenient.\n"
-#| "\n"
+#, kde-format
 msgid ""
 "  kioclient exec .\n"
 "             // Opens the current directory. Very convenient.\n"
 "\n"
 msgstr ""
-"  kioclient5 exec .\n"
-"             // ????????????????????????????????????\n"
-"\n"
 
 #: kioclient.cpp:154
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kmimetypefinder5.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kmimetypefinder5.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kmimetypefinder5.po       2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kmimetypefinder5.po       2022-02-15 
13:23:21.000000000 +0100
@@ -6,7 +6,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -17,8 +17,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kmimetypefinder5.pot\n"
-"X-Crowdin-File-ID: 4269\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kmimetypefinder5.pot\n"
+"X-Crowdin-File-ID: 6152\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/kstart5.po 
new/kde-cli-tools-5.24.1/po/zh_CN/kstart5.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/kstart5.po        2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/kstart5.po        2022-02-15 
13:23:21.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-06 00:18+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,8 +18,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/kstart5.pot\n"
-"X-Crowdin-File-ID: 4386\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/kstart5.pot\n"
+"X-Crowdin-File-ID: 6154\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.24.0/po/zh_CN/ktraderclient5.po 
new/kde-cli-tools-5.24.1/po/zh_CN/ktraderclient5.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/ktraderclient5.po 2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/ktraderclient5.po 2022-02-15 
13:23:21.000000000 +0100
@@ -6,7 +6,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -17,8 +17,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/ktraderclient5.pot\n"
-"X-Crowdin-File-ID: 4329\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/ktraderclient5.pot\n"
+"X-Crowdin-File-ID: 6155\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-cli-tools-5.24.0/po/zh_CN/plasma-open-settings.po 
new/kde-cli-tools-5.24.1/po/zh_CN/plasma-open-settings.po
--- old/kde-cli-tools-5.24.0/po/zh_CN/plasma-open-settings.po   2022-02-03 
15:27:43.000000000 +0100
+++ new/kde-cli-tools-5.24.1/po/zh_CN/plasma-open-settings.po   2022-02-15 
13:23:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-22 00:17+0000\n"
-"PO-Revision-Date: 2022-01-08 15:22\n"
+"PO-Revision-Date: 2022-02-11 15:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,8 +14,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/kde-cli-tools/plasma-open-settings.pot\n"
-"X-Crowdin-File-ID: 25573\n"
+"X-Crowdin-File: /kf5-stable/messages/kde-cli-tools/plasma-open-settings.pot\n"
+"X-Crowdin-File-ID: 25671\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"

Reply via email to