Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plasma5-systemmonitor"

Thu Feb 17 23:39:46 2022 rev:21 rq:955262 version:5.24.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma5-systemmonitor/plasma5-systemmonitor.changes  
    2022-02-07 23:37:40.498613420 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-systemmonitor.new.1958/plasma5-systemmonitor.changes
    2022-02-17 23:40:16.599701039 +0100
@@ -1,0 +2,9 @@
+Tue Feb 15 19:18:19 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
+- No code changes since 5.24.0
+
+-------------------------------------------------------------------

Old:
----
  plasma-systemmonitor-5.24.0.tar.xz
  plasma-systemmonitor-5.24.0.tar.xz.sig

New:
----
  plasma-systemmonitor-5.24.1.tar.xz
  plasma-systemmonitor-5.24.1.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-systemmonitor.spec ++++++
--- /var/tmp/diff_new_pack.jjxKTj/_old  2022-02-17 23:40:17.223701034 +0100
+++ /var/tmp/diff_new_pack.jjxKTj/_new  2022-02-17 23:40:17.227701034 +0100
@@ -19,15 +19,15 @@
 %define kf5_version 5.73.0
 %bcond_without released
 Name:           plasma5-systemmonitor
-Version:        5.24.0
+Version:        5.24.1
 Release:        0
 Summary:        An application for monitoring system resources
 License:        GPL-3.0-only
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source0:        plasma-systemmonitor-%{version}.tar.xz
+Source0:        
https://download.kde.org/stable/plasma/%{version}/plasma-systemmonitor-%{version}.tar.xz
 %if %{with released}
-Source1:        plasma-systemmonitor-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-systemmonitor-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16

++++++ plasma-systemmonitor-5.24.0.tar.xz -> plasma-systemmonitor-5.24.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-systemmonitor-5.24.0/CMakeLists.txt 
new/plasma-systemmonitor-5.24.1/CMakeLists.txt
--- old/plasma-systemmonitor-5.24.0/CMakeLists.txt      2022-02-03 
15:43:00.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/CMakeLists.txt      2022-02-15 
13:40:28.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(systemmonitor)
 
-set(PROJECT_VERSION "5.24.0")
+set(PROJECT_VERSION "5.24.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/kcm_external_plasma-systemmonitor.desktop 
new/plasma-systemmonitor-5.24.1/kcm_external_plasma-systemmonitor.desktop
--- old/plasma-systemmonitor-5.24.0/kcm_external_plasma-systemmonitor.desktop   
2022-02-03 15:42:40.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/kcm_external_plasma-systemmonitor.desktop   
2022-02-15 13:40:08.000000000 +0100
@@ -69,6 +69,7 @@
 X-KDE-Keywords[pl]=Pami????,RAM,cpu,dysk,gpu,sie??
 X-KDE-Keywords[pt]=Mem??ria,RAM,cpu,disco,gpu,rede
 X-KDE-Keywords[pt_BR]=mem??ria,RAM,cpu,disco,gpu,rede
+X-KDE-Keywords[ro]=memorie,RAM,cpu,procesor,disc,gpu,re??ea,plac?? grafic??
 
X-KDE-Keywords[ru]=Memory,RAM,cpu,disk,gpu,network,????????????,??????,????,????????,????????
 X-KDE-Keywords[sk]=Pama??,RAM,cpu,disk,gpu,sie??
 X-KDE-Keywords[sl]=Pomnilnik,RAM,cpe,disk,gpe,omre??je
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/org.kde.plasma-systemmonitor.metainfo.xml 
new/plasma-systemmonitor-5.24.1/org.kde.plasma-systemmonitor.metainfo.xml
--- old/plasma-systemmonitor-5.24.0/org.kde.plasma-systemmonitor.metainfo.xml   
2022-02-03 15:42:40.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/org.kde.plasma-systemmonitor.metainfo.xml   
2022-02-15 13:40:08.000000000 +0100
@@ -121,9 +121,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="5.24.1" date="2022-02-15"/>
     <release version="5.23.5" date="2022-01-04"/>
     <release version="5.23.4" date="2021-11-30"/>
     <release version="5.23.3" date="2021-11-09"/>
-    <release version="5.23.2" date="2021-10-26"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/fi/ksysguard_face_org.kde.ksysguard.applicationstable.po
 
new/plasma-systemmonitor-5.24.1/po/fi/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- 
old/plasma-systemmonitor-5.24.0/po/fi/ksysguard_face_org.kde.ksysguard.applicationstable.po
 2022-02-03 15:42:46.000000000 +0100
+++ 
new/plasma-systemmonitor-5.24.1/po/fi/ksysguard_face_org.kde.ksysguard.applicationstable.po
 2022-02-15 13:40:14.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor 
package.
-# Tommi Nieminen <transla...@legisign.org>, 2020, 2021.
+# Tommi Nieminen <transla...@legisign.org>, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:44+0000\n"
-"PO-Revision-Date: 2021-08-28 11:13+0300\n"
+"PO-Revision-Date: 2022-01-28 10:55+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -66,20 +66,16 @@
 msgstr "J??rjestelm?? ei tue sovellusn??kym????"
 
 #: src/faces/applicationstable/contents/ui/Config.qml:24
-#, fuzzy, kde-format
-#| msgctxt "@option:check"
-#| msgid "Show details panel."
+#, kde-format
 msgctxt "@option:check"
 msgid "Show details panel"
-msgstr "N??yt?? tietopaneeli."
+msgstr "N??yt?? tietopaneeli"
 
 #: src/faces/applicationstable/contents/ui/Config.qml:29
-#, fuzzy, kde-format
-#| msgctxt "@option:check"
-#| msgid "Confirm when quitting applications."
+#, kde-format
 msgctxt "@option:check"
 msgid "Confirm when quitting applications"
-msgstr "Pyyd?? vahvistus sovellusten lopettamiseen."
+msgstr "Pyyd?? vahvistus sovellusten lopettamiseen"
 
 #: src/faces/applicationstable/contents/ui/FullRepresentation.qml:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/nn/plasma-systemmonitor.po 
new/plasma-systemmonitor-5.24.1/po/nn/plasma-systemmonitor.po
--- old/plasma-systemmonitor-5.24.0/po/nn/plasma-systemmonitor.po       
2022-02-03 15:42:53.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/po/nn/plasma-systemmonitor.po       
2022-02-15 13:40:21.000000000 +0100
@@ -1,22 +1,21 @@
 # Translation of plasma-systemmonitor to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer <k...@huftis.org>, 2020, 2021.
+# Karl Ove Hufthammer <k...@huftis.org>, 2020, 2021, 2022.
 # ??ystein Steffensen-Alv??rvik <oysteins.omsett...@protonmail.com>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-18 00:29+0000\n"
-"PO-Revision-Date: 2022-01-23 13:51+0100\n"
-"Last-Translator: ??ystein Steffensen-Alv??rvik 
<oysteins.omsetting@protonmail."
-"com>\n"
+"PO-Revision-Date: 2022-02-13 14:44+0100\n"
+"Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@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"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.1\n"
+"X-Generator: Lokalize 21.12.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -632,37 +631,37 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Balanced"
-msgstr ""
+msgstr "Balansert"
 
 #: src/page/RowControl.qml:134
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Try and use the same height across different rows."
-msgstr ""
+msgstr "Pr??ver ?? bruka same h??gd i alle radene."
 
 #: src/page/RowControl.qml:142
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Minimum"
-msgstr ""
+msgstr "Minimum"
 
 #: src/page/RowControl.qml:143
 #, kde-format
 msgctxt "@info:tooltop"
 msgid "Use the minimum amount of height needed to display contents correctly."
-msgstr ""
+msgstr "Brukar den minste h??gda som er n??dvendig for ?? visa innhaldet rett."
 
 #: src/page/RowControl.qml:151
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Maximum"
-msgstr ""
+msgstr "Maksimum"
 
 #: src/page/RowControl.qml:152
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Try to use as much height as possible."
-msgstr ""
+msgstr "Pr??ver ?? fylla s?? mykje av h??gda som mogleg."
 
 #: src/table/ColumnConfigurationDialog.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/ro/ksysguard_face_org.kde.ksysguard.applicationstable.po
 
new/plasma-systemmonitor-5.24.1/po/ro/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- 
old/plasma-systemmonitor-5.24.0/po/ro/ksysguard_face_org.kde.ksysguard.applicationstable.po
 2022-02-03 15:42:55.000000000 +0100
+++ 
new/plasma-systemmonitor-5.24.1/po/ro/ksysguard_face_org.kde.ksysguard.applicationstable.po
 2022-02-15 13:40:23.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor 
package.
-# Sergiu Bivol <ser...@cip.md>, 2020, 2021.
+# Sergiu Bivol <ser...@cip.md>, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:44+0000\n"
-"PO-Revision-Date: 2021-07-25 14:06+0100\n"
+"PO-Revision-Date: 2022-02-04 16:38+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
 "Language: ro\n"
@@ -16,7 +16,7 @@
 "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"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:49
 #, kde-format
@@ -55,12 +55,10 @@
 msgstr "Procese: %1"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:237
-#, fuzzy, kde-format
-#| msgctxt "@info:placeholder"
-#| msgid "Select an application to see its details."
+#, kde-format
 msgctxt "@info:placeholder"
 msgid "Select an application to see its details"
-msgstr "Alege??i o aplica??ie pentru a-i vedea detaliile."
+msgstr "Alege??i o aplica??ie pentru a-i vedea detaliile"
 
 #: src/faces/applicationstable/contents/ui/ApplicationsTableView.qml:28
 #, kde-format
@@ -69,20 +67,16 @@
 msgstr "Vizualizarea aplica??iilor nu e sus??inut?? pe sistemul dumneavoastr??"
 
 #: src/faces/applicationstable/contents/ui/Config.qml:24
-#, fuzzy, kde-format
-#| msgctxt "@option:check"
-#| msgid "Show details panel."
+#, kde-format
 msgctxt "@option:check"
 msgid "Show details panel"
-msgstr "Arat?? panoul cu detalii."
+msgstr "Arat?? panoul cu detalii"
 
 #: src/faces/applicationstable/contents/ui/Config.qml:29
-#, fuzzy, kde-format
-#| msgctxt "@option:check"
-#| msgid "Confirm when quitting applications."
+#, kde-format
 msgctxt "@option:check"
 msgid "Confirm when quitting applications"
-msgstr "Confirm?? la terminarea aplica??iilor."
+msgstr "Confirm?? la terminarea aplica??iilor"
 
 #: src/faces/applicationstable/contents/ui/FullRepresentation.qml:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/ro/ksysguard_face_org.kde.ksysguard.processtable.po
 
new/plasma-systemmonitor-5.24.1/po/ro/ksysguard_face_org.kde.ksysguard.processtable.po
--- 
old/plasma-systemmonitor-5.24.0/po/ro/ksysguard_face_org.kde.ksysguard.processtable.po
      2022-02-03 15:42:55.000000000 +0100
+++ 
new/plasma-systemmonitor-5.24.1/po/ro/ksysguard_face_org.kde.ksysguard.processtable.po
      2022-02-15 13:40:23.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor 
package.
-# Sergiu Bivol <ser...@cip.md>, 2020, 2021.
+# Sergiu Bivol <ser...@cip.md>, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-26 00:19+0000\n"
-"PO-Revision-Date: 2021-07-25 13:18+0100\n"
+"PO-Revision-Date: 2022-02-05 16:26+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
 "Language: ro\n"
@@ -16,13 +16,13 @@
 "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"
 
 #: src/faces/processtable/contents/ui/Config.qml:26
 #, kde-format
 msgctxt "@option:check"
 msgid "Confirm ending processes."
-msgstr "Confirma??i sf??r??irea proceselor."
+msgstr "Confirma??i terminarea proceselor."
 
 #: src/faces/processtable/contents/ui/Config.qml:31
 #, kde-format
@@ -188,15 +188,15 @@
 msgctxt "@title:window"
 msgid "End Process"
 msgid_plural "End %1 Processes"
-msgstr[0] "Sf??r??e??te procesul"
-msgstr[1] "Sf??r??e??te %1 procese"
-msgstr[2] "Sf??r??e??te %1 de procese"
+msgstr[0] "Termin?? procesul"
+msgstr[1] "Termin?? %1 procese"
+msgstr[2] "Termin?? %1 de procese"
 
 #: src/faces/processtable/contents/ui/FullRepresentation.qml:235
 #, kde-format
 msgctxt "@action:button"
 msgid "End"
-msgstr "Sf??r??e??te"
+msgstr "Termin??"
 
 #: src/faces/processtable/contents/ui/FullRepresentation.qml:237
 #, kde-format
@@ -207,13 +207,13 @@
 "Are you sure you want to end these %1 processes?\n"
 "Any unsaved work may be lost."
 msgstr[0] ""
-"Sigur dori??i s?? sf??r??i??i acest proces?\n"
+"Sigur dori??i s?? termina??i acest proces?\n"
 "Lucrul nesalvat poate fi pierdut."
 msgstr[1] ""
-"Sigur dori??i s?? sf??r??i??i aceste %1 procese?\n"
+"Sigur dori??i s?? termina??i aceste %1 procese?\n"
 "Lucrul nesalvat poate fi pierdut."
 msgstr[2] ""
-"Sigur dori??i s?? sf??r??i??i aceste %1 de procese?\n"
+"Sigur dori??i s?? termina??i aceste %1 de procese?\n"
 "Lucrul nesalvat poate fi pierdut."
 
 #: src/faces/processtable/contents/ui/FullRepresentation.qml:244
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/ro/plasma-systemmonitor.po 
new/plasma-systemmonitor-5.24.1/po/ro/plasma-systemmonitor.po
--- old/plasma-systemmonitor-5.24.0/po/ro/plasma-systemmonitor.po       
2022-02-03 15:42:55.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/po/ro/plasma-systemmonitor.po       
2022-02-15 13:40:23.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor 
package.
-# Sergiu Bivol <ser...@cip.md>, 2020, 2021.
+# Sergiu Bivol <ser...@cip.md>, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-18 00:29+0000\n"
-"PO-Revision-Date: 2021-07-25 13:21+0100\n"
+"PO-Revision-Date: 2022-02-04 16:40+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
 "Language: ro\n"
@@ -16,7 +16,7 @@
 "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"
 
 #: src/GlobalMenu.qml:15
 #, kde-format
@@ -623,43 +623,44 @@
 #, kde-format
 msgctxt "@action"
 msgid "Height"
-msgstr ""
+msgstr "??n??l??ime"
 
 #: src/page/RowControl.qml:133
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Balanced"
-msgstr ""
+msgstr "Echilibrat"
 
 #: src/page/RowControl.qml:134
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Try and use the same height across different rows."
-msgstr ""
+msgstr "??ncearc?? folosirea aceleea??i ??n??l??imi pe r??nduri diferite."
 
 #: src/page/RowControl.qml:142
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Minimum"
-msgstr ""
+msgstr "Minim??"
 
 #: src/page/RowControl.qml:143
 #, kde-format
 msgctxt "@info:tooltop"
 msgid "Use the minimum amount of height needed to display contents correctly."
 msgstr ""
+"Folose??te ??n??l??imea minim?? necesar?? pentru afi??area corect?? a 
con??inutului."
 
 #: src/page/RowControl.qml:151
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Maximum"
-msgstr ""
+msgstr "Maxim??"
 
 #: src/page/RowControl.qml:152
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Try to use as much height as possible."
-msgstr ""
+msgstr "??ncearc?? folosirea ??n??l??imii maxime posibile."
 
 #: src/table/ColumnConfigurationDialog.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
 
new/plasma-systemmonitor-5.24.1/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- 
old/plasma-systemmonitor-5.24.0/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
      2022-02-03 15:42:59.000000000 +0100
+++ 
new/plasma-systemmonitor-5.24.1/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
      2022-02-15 13:40:28.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:44+0000\n"
-"PO-Revision-Date: 2022-01-08 15:24\n"
+"PO-Revision-Date: 2022-02-15 12:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,9 +14,9 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/plasma-systemmonitor/ksysguard_face_org."
+"X-Crowdin-File: /kf5-stable/messages/plasma-systemmonitor/ksysguard_face_org."
 "kde.ksysguard.applicationstable.pot\n"
-"X-Crowdin-File-ID: 24460\n"
+"X-Crowdin-File-ID: 24934\n"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:49
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
 
new/plasma-systemmonitor-5.24.1/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
--- 
old/plasma-systemmonitor-5.24.0/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
   2022-02-03 15:42:59.000000000 +0100
+++ 
new/plasma-systemmonitor-5.24.1/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
   2022-02-15 13:40:28.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-26 00:19+0000\n"
-"PO-Revision-Date: 2022-01-08 15:24\n"
+"PO-Revision-Date: 2022-02-15 12:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,9 +14,9 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/plasma-systemmonitor/ksysguard_face_org."
+"X-Crowdin-File: /kf5-stable/messages/plasma-systemmonitor/ksysguard_face_org."
 "kde.ksysguard.processtable.pot\n"
-"X-Crowdin-File-ID: 24458\n"
+"X-Crowdin-File-ID: 24928\n"
 
 #: src/faces/processtable/contents/ui/Config.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.24.0/po/zh_CN/plasma-systemmonitor.po 
new/plasma-systemmonitor-5.24.1/po/zh_CN/plasma-systemmonitor.po
--- old/plasma-systemmonitor-5.24.0/po/zh_CN/plasma-systemmonitor.po    
2022-02-03 15:42:59.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/po/zh_CN/plasma-systemmonitor.po    
2022-02-15 13:40:28.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-18 00:29+0000\n"
-"PO-Revision-Date: 2022-01-08 15:24\n"
+"PO-Revision-Date: 2022-02-15 12:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,9 +14,9 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/plasma-systemmonitor/plasma-"
+"X-Crowdin-File: /kf5-stable/messages/plasma-systemmonitor/plasma-"
 "systemmonitor.pot\n"
-"X-Crowdin-File-ID: 24844\n"
+"X-Crowdin-File-ID: 24930\n"
 
 #: src/GlobalMenu.qml:15
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-systemmonitor-5.24.0/src/pages/processes.page 
new/plasma-systemmonitor-5.24.1/src/pages/processes.page
--- old/plasma-systemmonitor-5.24.0/src/pages/processes.page    2022-02-03 
15:42:40.000000000 +0100
+++ new/plasma-systemmonitor-5.24.1/src/pages/processes.page    2022-02-15 
13:40:08.000000000 +0100
@@ -40,7 +40,7 @@
 Title[sv]=Processer
 Title[uk]=??????????????
 Title[x-test]=xxProcessesxx
-Title[zh_CN]=??????
+Title[zh_CN]=????????????
 actionsFace=Face-94051759765872
 
 [page][row-0]

Reply via email to