Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2023-04-05 21:26:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.kinfocenter5.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinfocenter5"

Wed Apr  5 21:26:22 2023 rev:158 rq:1077271 version:5.27.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes        
2023-03-17 17:01:30.652815414 +0100
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.19717/kinfocenter5.changes     
2023-04-05 21:34:11.270066003 +0200
@@ -1,0 +2,10 @@
+Tue Apr  4 15:05:35 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.27.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.4
+- Changes since 5.27.3:
+  * energy: Use text colour for the grid lines
+
+-------------------------------------------------------------------

Old:
----
  kinfocenter-5.27.3.tar.xz
  kinfocenter-5.27.3.tar.xz.sig

New:
----
  kinfocenter-5.27.4.tar.xz
  kinfocenter-5.27.4.tar.xz.sig

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

Other differences:
------------------
++++++ kinfocenter5.spec ++++++
--- /var/tmp/diff_new_pack.K8MsgD/_old  2023-04-05 21:34:11.850069314 +0200
+++ /var/tmp/diff_new_pack.K8MsgD/_new  2023-04-05 21:34:11.858069360 +0200
@@ -23,7 +23,7 @@
 
 %bcond_without released
 Name:           kinfocenter5
-Version:        5.27.3
+Version:        5.27.4
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++++++ kinfocenter-5.27.3.tar.xz -> kinfocenter-5.27.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/CMakeLists.txt 
new/kinfocenter-5.27.4/CMakeLists.txt
--- old/kinfocenter-5.27.3/CMakeLists.txt       2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/CMakeLists.txt       2023-04-04 12:37:40.000000000 
+0200
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.27.3")
+set(PROJECT_VERSION "5.27.4")
 
 cmake_minimum_required(VERSION 3.16)
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kinfocenter-5.27.3/Modules/energy/package/contents/ui/Graph.qml 
new/kinfocenter-5.27.4/Modules/energy/package/contents/ui/Graph.qml
--- old/kinfocenter-5.27.3/Modules/energy/package/contents/ui/Graph.qml 
2023-03-14 13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/Modules/energy/package/contents/ui/Graph.qml 
2023-04-04 12:37:40.000000000 +0200
@@ -146,7 +146,7 @@
         // Draw the X value texts
         c.textAlign = "center"
         c.lineWidth = 1
-        c.strokeStyle = 'rgba(0, 0, 0, 0.15)'
+        c.strokeStyle = 'rgba(%1, %2, %3, 0.15)'.arg(palette.text.r * 
255).arg(palette.text.g * 255).arg(palette.text.b * 255)
 
         var xDivisions = xDuration / xDivisionWidth * 1000
         var xGridDistance = plotWidth / xDivisions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/Modules/opencl/kcm_opencl.json 
new/kinfocenter-5.27.4/Modules/opencl/kcm_opencl.json
--- old/kinfocenter-5.27.3/Modules/opencl/kcm_opencl.json       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/Modules/opencl/kcm_opencl.json       2023-04-04 
12:37:40.000000000 +0200
@@ -6,7 +6,7 @@
         "Description[ar]": "معلومات الواجهة البرمجية 
لأوبن‌سي‌إل",
         "Description[az]": "OpenCL API məlumatları",
         "Description[bg]": "Данни за OpenCL API",
-        "Description[ca@valencia]": "Informació de la API d'OpenCL",
+        "Description[ca@valencia]": "Informació de l'API d'OpenCL",
         "Description[ca]": "Informació de l'API de l'OpenCL",
         "Description[cs]": "Informace o API OpenCL",
         "Description[de]": "Informationen zur OpenCL-API",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/Modules/vulkan/kcm_vulkan.json 
new/kinfocenter-5.27.4/Modules/vulkan/kcm_vulkan.json
--- old/kinfocenter-5.27.3/Modules/vulkan/kcm_vulkan.json       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/Modules/vulkan/kcm_vulkan.json       2023-04-04 
12:37:40.000000000 +0200
@@ -6,7 +6,7 @@
         "Description[ar]": "المعلومات الرّسوميّة 
لواجهة فالكن",
         "Description[az]": "Vulkan qrafik kartları API-si məlumatı",
         "Description[bg]": "API информация за Vulkan 
графика",
-        "Description[ca@valencia]": "Informació de la API gràfica Vulkan",
+        "Description[ca@valencia]": "Informació de l'API gràfica Vulkan",
         "Description[ca]": "Informació de l'API gràfica Vulkan",
         "Description[cs]": "Informace o grafickém API Vulkan",
         "Description[de]": "Informationen zur Vulkan-Grafik-API",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/org.kde.kinfocenter.appdata.xml 
new/kinfocenter-5.27.4/org.kde.kinfocenter.appdata.xml
--- old/kinfocenter-5.27.3/org.kde.kinfocenter.appdata.xml      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/org.kde.kinfocenter.appdata.xml      2023-04-04 
12:37:40.000000000 +0200
@@ -198,9 +198,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="5.27.4" date="2023-04-04"/>
     <release version="5.27.3" date="2023-03-14"/>
     <release version="5.27.2" date="2023-02-28"/>
     <release version="5.27.1" date="2023-02-21"/>
-    <release version="5.27.0" date="2023-02-14"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/ca@valencia/kcm_opencl.po 
new/kinfocenter-5.27.4/po/ca@valencia/kcm_opencl.po
--- old/kinfocenter-5.27.3/po/ca@valencia/kcm_opencl.po 2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/ca@valencia/kcm_opencl.po 2023-04-04 
12:37:40.000000000 +0200
@@ -44,4 +44,4 @@
 #: package/contents/ui/main.qml:16
 msgctxt "@info"
 msgid "OpenCL API Information"
-msgstr "Informació de la API d'OpenCL"
+msgstr "Informació de l'API d'OpenCL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/ca@valencia/kcm_vulkan.po 
new/kinfocenter-5.27.4/po/ca@valencia/kcm_vulkan.po
--- old/kinfocenter-5.27.3/po/ca@valencia/kcm_vulkan.po 2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/ca@valencia/kcm_vulkan.po 2023-04-04 
12:37:40.000000000 +0200
@@ -44,4 +44,4 @@
 #: package/contents/ui/main.qml:14
 msgctxt "@info"
 msgid "Vulkan Graphics API Information"
-msgstr "Informació de la API gràfica Vulkan"
+msgstr "Informació de l'API gràfica Vulkan"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_about-distro.po 
new/kinfocenter-5.27.4/po/de/kcm_about-distro.po
--- old/kinfocenter-5.27.3/po/de/kcm_about-distro.po    2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/de/kcm_about-distro.po    2023-04-04 
12:37:40.000000000 +0200
@@ -13,7 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_cpu.po 
new/kinfocenter-5.27.4/po/de/kcm_cpu.po
--- old/kinfocenter-5.27.3/po/de/kcm_cpu.po     2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_cpu.po     2023-04-04 12:37:40.000000000 
+0200
@@ -18,7 +18,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_egl.po 
new/kinfocenter-5.27.4/po/de/kcm_egl.po
--- old/kinfocenter-5.27.3/po/de/kcm_egl.po     2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_egl.po     2023-04-04 12:37:40.000000000 
+0200
@@ -18,7 +18,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_firmware_security.po 
new/kinfocenter-5.27.4/po/de/kcm_firmware_security.po
--- old/kinfocenter-5.27.3/po/de/kcm_firmware_security.po       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/de/kcm_firmware_security.po       2023-04-04 
12:37:40.000000000 +0200
@@ -14,7 +14,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 21.12.3\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_glx.po 
new/kinfocenter-5.27.4/po/de/kcm_glx.po
--- old/kinfocenter-5.27.3/po/de/kcm_glx.po     2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_glx.po     2023-04-04 12:37:40.000000000 
+0200
@@ -18,7 +18,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_interrupts.po 
new/kinfocenter-5.27.4/po/de/kcm_interrupts.po
--- old/kinfocenter-5.27.3/po/de/kcm_interrupts.po      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/de/kcm_interrupts.po      2023-04-04 
12:37:40.000000000 +0200
@@ -18,7 +18,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_kwinsupportinfo.po 
new/kinfocenter-5.27.4/po/de/kcm_kwinsupportinfo.po
--- old/kinfocenter-5.27.3/po/de/kcm_kwinsupportinfo.po 2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/de/kcm_kwinsupportinfo.po 2023-04-04 
12:37:40.000000000 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_opencl.po 
new/kinfocenter-5.27.4/po/de/kcm_opencl.po
--- old/kinfocenter-5.27.3/po/de/kcm_opencl.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_opencl.po  2023-04-04 12:37:40.000000000 
+0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_vulkan.po 
new/kinfocenter-5.27.4/po/de/kcm_vulkan.po
--- old/kinfocenter-5.27.3/po/de/kcm_vulkan.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_vulkan.po  2023-04-04 12:37:40.000000000 
+0200
@@ -18,7 +18,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_wayland.po 
new/kinfocenter-5.27.4/po/de/kcm_wayland.po
--- old/kinfocenter-5.27.3/po/de/kcm_wayland.po 2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_wayland.po 2023-04-04 12:37:40.000000000 
+0200
@@ -17,7 +17,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 21.08.2\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/de/kcm_xserver.po 
new/kinfocenter-5.27.4/po/de/kcm_xserver.po
--- old/kinfocenter-5.27.3/po/de/kcm_xserver.po 2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/de/kcm_xserver.po 2023-04-04 12:37:40.000000000 
+0200
@@ -17,7 +17,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 21.08.2\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/fi/kcm_about-distro.po 
new/kinfocenter-5.27.4/po/fi/kcm_about-distro.po
--- old/kinfocenter-5.27.3/po/fi/kcm_about-distro.po    2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/fi/kcm_about-distro.po    2023-04-04 
12:37:40.000000000 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu <lasse.li...@gmail.com>, 2013, 2014, 2016.
-# Tommi Nieminen <transla...@legisign.org>, 2018, 2019, 2020, 2021, 2022.
+# Tommi Nieminen <transla...@legisign.org>, 2018, 2019, 2020, 2021, 2022, 2023.
 #
 #
 msgid ""
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-19 00:47+0000\n"
-"PO-Revision-Date: 2022-08-22 21:56+0300\n"
+"PO-Revision-Date: 2023-03-12 10:48+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -56,7 +56,7 @@
 #: KernelEntry.cpp:11
 #, kde-format
 msgid "Kernel Version:"
-msgstr "Käyttöjärjestelmäytimen versio:"
+msgstr "Ytimen versio:"
 
 #: KernelEntry.cpp:23
 #, kde-format
@@ -68,7 +68,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "About this System"
-msgstr "Tietoa tästä järjestelmästä"
+msgstr "Tietoa järjestelmästä"
 
 #: main.cpp:107
 #, kde-format
@@ -157,10 +157,7 @@
 msgstr "Käyttöjärjestelmä:"
 
 #: OSVersionEntry.cpp:11
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "%1 is a label already including a colon, %2 is the corresponding value"
-#| msgid "%1 %2"
+#, kde-format
 msgctxt "@label %1 is the distro name, %2 is the version"
 msgid "%1 %2"
 msgstr "%1 %2"
@@ -171,7 +168,7 @@
 "@label %1 is the distro name, %2 is the version, %3 is the 'build' which "
 "should be a number, or 'rolling'"
 msgid "%1 %2 Build: %3"
-msgstr ""
+msgstr "%1 %2 kooste: %3"
 
 #: package/contents/ui/main.qml:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/nb/kcmsamba.po 
new/kinfocenter-5.27.4/po/nb/kcmsamba.po
--- old/kinfocenter-5.27.3/po/nb/kcmsamba.po    2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/nb/kcmsamba.po    2023-04-04 12:37:40.000000000 
+0200
@@ -1,4 +1,4 @@
-# Translation of kcmsamba to Norwegian Bokmål
+# Translation of kcm_samba to Norwegian Bokmål
 #
 # Hans Petter Bieker <bie...@kde.org>, 1998.
 # Bjørn Steensrud <bjor...@skogkatt.homelinux.org>, 2002, 2008, 2010, 2014.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/ru/kcm_about-distro.po 
new/kinfocenter-5.27.4/po/ru/kcm_about-distro.po
--- old/kinfocenter-5.27.3/po/ru/kcm_about-distro.po    2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/ru/kcm_about-distro.po    2023-04-04 
12:37:40.000000000 +0200
@@ -3,13 +3,13 @@
 #
 # Yuri Efremov <yur....@gmail.com>, 2013.
 # Alexander Potashev <aspotas...@gmail.com>, 2014, 2015, 2016, 2018, 2019.
-# Alexander Yavorsky <kekc...@gmail.com>, 2020, 2021, 2022.
+# Alexander Yavorsky <kekc...@gmail.com>, 2020, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-19 00:47+0000\n"
-"PO-Revision-Date: 2022-11-11 15:31+0300\n"
+"PO-Revision-Date: 2023-03-31 15:52+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -26,12 +26,12 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Юрий Ефремов"
+msgstr "Юрий Ефремов, Артём Котлубай"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "yur....@gmail.com"
+msgstr "yur....@gmail.com,artemkotlu...@yandex.ru"
 
 #: CPUEntry.cpp:17
 #, kde-format
@@ -74,7 +74,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "About this System"
-msgstr "Информация о системе"
+msgstr "Сведения о системе"
 
 #: main.cpp:107
 #, kde-format
@@ -186,7 +186,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Copy to Clipboard"
-msgstr "Копировать в буфер обмена"
+msgstr "Скопировать в буфер обмена"
 
 #: package/contents/ui/main.qml:123
 #, kde-format
@@ -198,7 +198,7 @@
 #, kde-format
 msgctxt "@title:group"
 msgid "Software"
-msgstr "Программы"
+msgstr "Программное обеспечение"
 
 #: package/contents/ui/main.qml:145
 #, kde-format
@@ -210,13 +210,13 @@
 #, kde-format
 msgctxt "@action:button launches kinfocenter from systemsettings"
 msgid "Show More Information"
-msgstr "Показать дополнительную информацию"
+msgstr "Показать дополнительные сведения"
 
 #: package/contents/ui/main.qml:184
 #, kde-format
 msgctxt "@action:button"
 msgid "Copy to Clipboard in English"
-msgstr "Копировать текст на английском в 
буфер обмена"
+msgstr "Скопировать текст на английском в 
буфер обмена"
 
 #: PlasmaEntry.cpp:15
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/sk/kcm_opencl.po 
new/kinfocenter-5.27.4/po/sk/kcm_opencl.po
--- old/kinfocenter-5.27.3/po/sk/kcm_opencl.po  1970-01-01 01:00:00.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/sk/kcm_opencl.po  2023-04-04 12:37:40.000000000 
+0200
@@ -0,0 +1,42 @@
+# translation of kcm_opencl.po to Slovak
+# Roman Paholík <wizzar...@gmail.com>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: kcm_opencl\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-12-30 00:54+0000\n"
+"PO-Revision-Date: 2023-03-20 17:02+0100\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 22.12.3\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Roman Paholík"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "wizzar...@gmail.com"
+
+#: main.cpp:25
+#, kde-format
+msgctxt "@label kcm name"
+msgid "OpenCL"
+msgstr "OpenCL"
+
+#: main.cpp:26
+#, kde-format
+msgid "Linus Dierheimer"
+msgstr "Linus Dierheimer"
+
+#: package/contents/ui/main.qml:16
+msgctxt "@info"
+msgid "OpenCL API Information"
+msgstr "Implementácia OpenCL API"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/tr/kcm_energyinfo.po 
new/kinfocenter-5.27.4/po/tr/kcm_energyinfo.po
--- old/kinfocenter-5.27.3/po/tr/kcm_energyinfo.po      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/tr/kcm_energyinfo.po      2023-04-04 
12:37:40.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:48+0000\n"
-"PO-Revision-Date: 2023-03-11 16:43+0300\n"
+"PO-Revision-Date: 2023-03-28 21:48+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -253,7 +253,7 @@
 #: package/contents/ui/main.qml:175
 #, kde-format
 msgid "Internal battery"
-msgstr "İç pil"
+msgstr "İçsel pil"
 
 #: package/contents/ui/main.qml:176
 #, kde-format
@@ -300,7 +300,7 @@
 #, kde-format
 msgctxt "Battery charge percentage"
 msgid "%1%"
-msgstr "%% %1"
+msgstr "%​%1"
 
 #: package/contents/ui/main.qml:250
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/tr/kcmdevinfo.po 
new/kinfocenter-5.27.4/po/tr/kcmdevinfo.po
--- old/kinfocenter-5.27.3/po/tr/kcmdevinfo.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/tr/kcmdevinfo.po  2023-04-04 12:37:40.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:48+0000\n"
-"PO-Revision-Date: 2023-03-11 16:43+0300\n"
+"PO-Revision-Date: 2023-03-31 21:37+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -350,7 +350,7 @@
 #: soldevicetypes.cpp:263
 #, kde-format
 msgid "Partition Table"
-msgstr "Disk Bölümü Tablosu"
+msgstr "Bölüntü Tablosu"
 
 #: soldevicetypes.cpp:266
 #, kde-format
@@ -412,7 +412,7 @@
 #, kde-format
 msgctxt "Available space out of total partition size (percent used)"
 msgid "%1 free of %2 (%3% used)"
-msgstr "%2 alanın %1 kadarı boş (%%3 kullanılıyor)"
+msgstr "%2 alanın %1 kadarı boş (%​%3 kullanılıyor)"
 
 #: soldevicetypes.cpp:303
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/tr/kcmusb.po 
new/kinfocenter-5.27.4/po/tr/kcmusb.po
--- old/kinfocenter-5.27.3/po/tr/kcmusb.po      2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/tr/kcmusb.po      2023-04-04 12:37:40.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kcmusb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-03 00:18+0000\n"
-"PO-Revision-Date: 2023-03-11 16:46+0300\n"
+"PO-Revision-Date: 2023-03-24 14:16+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -190,7 +190,7 @@
 #, kde-format
 msgctxt "USB device subclass"
 msgid "Device Firmware Update"
-msgstr "Aygıt Gömülü Yazılım Güncellemesi"
+msgstr "Aygıt Gömülü Yazılımı Güncellemesi"
 
 #: classes.i18n:29
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_about-distro.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_about-distro.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_about-distro.po 2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_about-distro.po 2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-19 00:47+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_cpu.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_cpu.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_cpu.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_cpu.po  2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_egl.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_egl.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_egl.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_egl.po  2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_energyinfo.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_energyinfo.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_energyinfo.po   2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_energyinfo.po   2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:48+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_firmware_security.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_firmware_security.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_firmware_security.po    2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_firmware_security.po    2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-05 00:45+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_glx.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_glx.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_glx.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_glx.po  2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_interrupts.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_interrupts.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_interrupts.po   2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_interrupts.po   2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-05 00:46+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_kwinsupportinfo.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_kwinsupportinfo.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_kwinsupportinfo.po      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_kwinsupportinfo.po      2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-19 00:46+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_nic.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_nic.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_nic.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_nic.po  2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-14 00:46+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_opencl.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_opencl.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_opencl.po       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_opencl.po       2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-30 00:54+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_pci.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_pci.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_pci.po  2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_pci.po  2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-24 00:45+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_vulkan.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_vulkan.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_vulkan.po       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_vulkan.po       2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_wayland.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_wayland.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_wayland.po      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_wayland.po      2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcm_xserver.po 
new/kinfocenter-5.27.4/po/zh_CN/kcm_xserver.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcm_xserver.po      2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcm_xserver.po      2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcmdevinfo.po 
new/kinfocenter-5.27.4/po/zh_CN/kcmdevinfo.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcmdevinfo.po       2023-03-14 
13:23:34.000000000 +0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcmdevinfo.po       2023-04-04 
12:37:40.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:48+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcmsamba.po 
new/kinfocenter-5.27.4/po/zh_CN/kcmsamba.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcmsamba.po 2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcmsamba.po 2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.27.3/po/zh_CN/kcmusb.po 
new/kinfocenter-5.27.4/po/zh_CN/kcmusb.po
--- old/kinfocenter-5.27.3/po/zh_CN/kcmusb.po   2023-03-14 13:23:34.000000000 
+0100
+++ new/kinfocenter-5.27.4/po/zh_CN/kcmusb.po   2023-04-04 12:37:40.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-03 00:18+0000\n"
-"PO-Revision-Date: 2023-03-11 04:55\n"
+"PO-Revision-Date: 2023-03-27 12:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to