Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2023-06-21 22:38:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-pa.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-pa"

Wed Jun 21 22:38:19 2023 rev:142 rq:1094208 version:5.27.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes    2023-05-11 
12:32:45.678489314 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.15902/plasma5-pa.changes 
2023-06-21 22:38:59.394057283 +0200
@@ -1,0 +2,10 @@
+Tue Jun 20 17:15:04 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.6
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.6
+- Changes since 5.27.5:
+  * applet: Fix crash when opening context menu with no contents (kde#470847)
+
+-------------------------------------------------------------------

Old:
----
  plasma-pa-5.27.5.tar.xz
  plasma-pa-5.27.5.tar.xz.sig

New:
----
  plasma-pa-5.27.6.tar.xz
  plasma-pa-5.27.6.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-pa.spec ++++++
--- /var/tmp/diff_new_pack.iY1xRz/_old  2023-06-21 22:39:00.318062844 +0200
+++ /var/tmp/diff_new_pack.iY1xRz/_new  2023-06-21 22:39:00.322062868 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.15.0
 %bcond_without released
 Name:           plasma5-pa
-Version:        5.27.5
+Version:        5.27.6
 Release:        0
 Summary:        The Plasma5 Volume Manager
 License:        GPL-2.0-or-later

++++++ plasma-pa-5.27.5.tar.xz -> plasma-pa-5.27.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/CMakeLists.txt 
new/plasma-pa-5.27.6/CMakeLists.txt
--- old/plasma-pa-5.27.5/CMakeLists.txt 2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/CMakeLists.txt 2023-06-20 15:34:11.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.27.5")
+set(PROJECT_VERSION "5.27.6")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/applet/contents/ui/ListItemBase.qml 
new/plasma-pa-5.27.6/applet/contents/ui/ListItemBase.qml
--- old/plasma-pa-5.27.5/applet/contents/ui/ListItemBase.qml    2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/applet/contents/ui/ListItemBase.qml    2023-06-20 
15:34:11.000000000 +0200
@@ -312,7 +312,7 @@
         anchors.fill: parent
         acceptedButtons: Qt.MiddleButton | Qt.RightButton
         onPressed: {
-            if (mouse.button === Qt.RightButton) {
+            if (mouse.button === Qt.RightButton && contextMenu.hasContent) {
                 contextMenu.visualParent = this;
                 contextMenu.open(mouse.x, mouse.y);
             }
@@ -373,7 +373,7 @@
             if (defaultButton.visible) {
                 defaultButton.clicked();
             }
-        } else if (k === Qt.Key_Menu) {
+        } else if (k === Qt.Key_Menu && contextMenu.hasContent) {
             contextMenu.visualParent = contextMenuButton;
             contextMenu.openRelative();
         } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/po/ar/kcm_pulseaudio.po 
new/plasma-pa-5.27.6/po/ar/kcm_pulseaudio.po
--- old/plasma-pa-5.27.5/po/ar/kcm_pulseaudio.po        2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ar/kcm_pulseaudio.po        2023-06-20 
15:34:11.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.
 #
-# Safa Alfulaij <[email protected]>, ٢٠١٥.
+# Safa Alfulaij <[email protected]>, 2015.
 # Zayed Al-Saidi <[email protected]>, 2021, 2022.
 msgid ""
 msgstr ""
@@ -376,7 +376,7 @@
 
 #~ msgctxt "@info:credit"
 #~ msgid "Copyright 2015 Harald Sitter"
-#~ msgstr "الحقوق محفوظة ٢٠١٥ Harald Sitter"
+#~ msgstr "الحقوق محفوظة 2015 Harald Sitter"
 
 #~ msgctxt "@info:credit"
 #~ msgid "Harald Sitter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/ar/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/ar/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/ar/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ar/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.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.
 #
-# Safa Alfulaij <[email protected]>, ٢٠١٦, 2017.
+# Safa Alfulaij <[email protected]>, 2016, 2017.
 # Zayed Al-Saidi <[email protected]>, 2021, 2022.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/cs/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/cs/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 23.04.1\n"
 
 #: contents/ui/DeviceListItem.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/de/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/de/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/de/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/de/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -1,5 +1,5 @@
 # Burkhard Lück <[email protected]>, 2015, 2016, 2017, 2018, 2019, 2020, 
2021.
-# Frederik Schwarzer <[email protected]>, 2016, 2018, 2022.
+# Frederik Schwarzer <[email protected]>, 2016, 2018, 2022, 2023.
 # Jannick Kuhr <[email protected]>, 2023.
 msgid ""
 msgstr ""
@@ -14,7 +14,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.07.70\n"
 
 #: contents/ui/DeviceListItem.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/fr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/fr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/fr/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/fr/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -5,8 +5,8 @@
 # Johan Claude-Breuninger <[email protected]>, 2017.
 # Simon Depiets <[email protected]>, 2018, 2019, 2020.
 # Xavier Besnard <[email protected]>, 2021, 2022.
+# Xavier BESNARD <[email protected]>, 2023.
 #
-# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
@@ -20,7 +20,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"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/po/gl/kcm_pulseaudio.po 
new/plasma-pa-5.27.6/po/gl/kcm_pulseaudio.po
--- old/plasma-pa-5.27.5/po/gl/kcm_pulseaudio.po        2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/gl/kcm_pulseaudio.po        2023-06-20 
15:34:11.000000000 +0200
@@ -105,7 +105,7 @@
 #: kcm/package/contents/ui/main.qml:271
 #, kde-format
 msgid "Show Inactive Devices"
-msgstr "Mostrar os dispositivos inactivos"
+msgstr "Amosar os dispositivos inactivos"
 
 #: kcm/package/contents/ui/main.qml:279
 #, kde-format
@@ -252,7 +252,7 @@
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:72
 #, kde-format
 msgid "Show visual feedback for changes to:"
-msgstr "Mostrar información visual para cambios de:"
+msgstr "Amosar información visual para cambios de:"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:80
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/gl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/gl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/gl/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/gl/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 02:43+0000\n"
-"PO-Revision-Date: 2023-03-25 15:22+0100\n"
+"PO-Revision-Date: 2023-05-12 21:25+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -16,7 +16,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.3\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #: contents/ui/DeviceListItem.qml:26
 #, kde-format
@@ -48,7 +48,7 @@
 #: contents/ui/ListItemBase.qml:186
 #, kde-format
 msgid "Show additional options for %1"
-msgstr "Mostrar opcións adicionais para %1."
+msgstr "Amosar opcións adicionais para %1."
 
 #: contents/ui/ListItemBase.qml:203
 #, kde-format
@@ -188,7 +188,7 @@
 #: contents/ui/main.qml:768
 #, kde-format
 msgid "Show virtual devices"
-msgstr "Mostrar os dispositivos virtuais"
+msgstr "Amosar os dispositivos virtuais"
 
 #: contents/ui/main.qml:774
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/it/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/it/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/it/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/it/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -15,7 +15,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 23.04.0\n"
 
 #: contents/ui/DeviceListItem.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/po/ja/kcm_pulseaudio.po 
new/plasma-pa-5.27.6/po/ja/kcm_pulseaudio.po
--- old/plasma-pa-5.27.5/po/ja/kcm_pulseaudio.po        2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ja/kcm_pulseaudio.po        2023-06-20 
15:34:11.000000000 +0200
@@ -12,7 +12,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 19.04.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/ja/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/ja/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/ja/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ja/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -13,7 +13,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 22.12.3\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/nn/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/nn/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 02:43+0000\n"
-"PO-Revision-Date: 2023-01-15 12:34+0100\n"
+"PO-Revision-Date: 2023-05-27 14:20+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
@@ -15,7 +15,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.2\n"
+"X-Generator: Lokalize 23.04.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -140,7 +140,7 @@
 #: contents/ui/main.qml:382
 #, kde-format
 msgid "Mute"
-msgstr "Demp lyd"
+msgstr "Demp lyden"
 
 #: contents/ui/main.qml:388
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/po/ro/kcm_pulseaudio.po 
new/plasma-pa-5.27.6/po/ro/kcm_pulseaudio.po
--- old/plasma-pa-5.27.5/po/ro/kcm_pulseaudio.po        2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ro/kcm_pulseaudio.po        2023-06-20 
15:34:11.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-pa package.
-# Sergiu Bivol <[email protected]>, 2020, 2021, 2022.
+# Sergiu Bivol <[email protected]>, 2020, 2021, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-29 02:49+0000\n"
-"PO-Revision-Date: 2022-04-30 12:20+0100\n"
+"PO-Revision-Date: 2023-04-10 19:16+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
@@ -108,10 +108,9 @@
 msgstr "Arată dispozitivele inactive"
 
 #: kcm/package/contents/ui/main.qml:279
-#, fuzzy, kde-format
-#| msgid "Configure…"
+#, kde-format
 msgid "Configure Volume Controls…"
-msgstr "Configurează…"
+msgstr "Configurează controalele volumului…"
 
 #: kcm/package/contents/ui/main.qml:288
 #, kde-format
@@ -225,49 +224,48 @@
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:15
 #, kde-format
 msgid "Volume Controls"
-msgstr ""
+msgstr "Controalele volumului"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:31
 #, kde-format
 msgid "Raise maximum volume"
-msgstr ""
+msgstr "Mărește volumul maxim"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:39
 #, kde-format
 msgid "Volume change step:"
-msgstr ""
+msgstr "Pas de schimbare volum:"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:63
 #, kde-format
 msgid "Play audio feedback for changes to:"
-msgstr ""
+msgstr "Reacționează sonor la schimbări pentru:"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:64
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:73
 #, kde-format
 msgid "Audio volume"
-msgstr ""
+msgstr "Volum audio"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:72
 #, kde-format
 msgid "Show visual feedback for changes to:"
-msgstr ""
+msgstr "Arată reacții vizuale la schimbări pentru:"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:80
-#, fuzzy, kde-format
-#| msgid "Microphone Muted"
+#, kde-format
 msgid "Microphone sensitivity"
-msgstr "Microfon muțit"
+msgstr "Sensibilitatea microfonului"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:87
 #, kde-format
 msgid "Mute state"
-msgstr ""
+msgstr "Starea muțirii"
 
 #: kcm/package/contents/ui/VolumeControlsConfig.qml:94
 #, kde-format
 msgid "Default output device"
-msgstr ""
+msgstr "Dispozitiv implicit de ieșire"
 
 #: kcm/package/contents/ui/VolumeSlider.qml:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/ro/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/ro/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/ro/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/ro/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-pa package.
-# Sergiu Bivol <[email protected]>, 2020, 2021, 2022.
+# Sergiu Bivol <[email protected]>, 2020, 2021, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 02:43+0000\n"
-"PO-Revision-Date: 2022-08-14 16:52+0100\n"
+"PO-Revision-Date: 2023-06-18 19:07+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
@@ -108,17 +108,17 @@
 #: contents/ui/main.qml:75
 #, kde-format
 msgid "Middle-click to unmute"
-msgstr ""
+msgstr "Clic mijlociu pentru sonorizare"
 
 #: contents/ui/main.qml:76
 #, kde-format
 msgid "Middle-click to mute all audio"
-msgstr ""
+msgstr "Clic mijlociu pentru muțirea tuturor sunetelor"
 
 #: contents/ui/main.qml:77
 #, kde-format
 msgid "Scroll to adjust volume"
-msgstr ""
+msgstr "Derulează pentru ajustarea volumului"
 
 #: contents/ui/main.qml:238
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/tr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/tr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/tr/plasma_applet_org.kde.plasma.volume.po   
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/tr/plasma_applet_org.kde.plasma.volume.po   
2023-06-20 15:34:11.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 02:43+0000\n"
-"PO-Revision-Date: 2023-04-11 01:14+0300\n"
+"PO-Revision-Date: 2023-05-30 23:07+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -16,7 +16,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 23.03.70\n"
+"X-Generator: Lokalize 23.07.70\n"
 
 #: contents/ui/DeviceListItem.qml:26
 #, kde-format
@@ -188,7 +188,7 @@
 #: contents/ui/main.qml:768
 #, kde-format
 msgid "Show virtual devices"
-msgstr "Sanal aygıtları göster"
+msgstr "Sanal Aygıtları Göster"
 
 #: contents/ui/main.qml:774
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.27.6/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.27.5/po/zh_CN/kcm_pulseaudio.po     2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/zh_CN/kcm_pulseaudio.po     2023-06-20 
15:34:11.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-29 02:49+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-06-17 04:13\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.27.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.27.6/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.27.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po        
2023-05-09 13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/po/zh_CN/plasma_applet_org.kde.plasma.volume.po        
2023-06-20 15:34:11.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-19 02:43+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-06-17 04:13\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -76,7 +76,7 @@
 #, kde-format
 msgctxt "Accessibility data on volume slider"
 msgid "Adjust volume for %1"
-msgstr "调节 %1 的音量"
+msgstr "调整 %1 的音量"
 
 #: contents/ui/ListItemBase.qml:283
 #, kde-format
@@ -98,7 +98,7 @@
 #: contents/ui/main.qml:56
 #, kde-format
 msgid "Audio Muted"
-msgstr "音频静音"
+msgstr "音频已静音"
 
 #: contents/ui/main.qml:58
 #, kde-format
@@ -173,7 +173,7 @@
 #: contents/ui/main.qml:568
 #, kde-format
 msgid "No output or input devices found"
-msgstr "未找到输出或输入设备"
+msgstr "没有找到输出或者输入设备"
 
 #: contents/ui/main.qml:587
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.27.5/src/kcm/kcm_pulseaudio.json 
new/plasma-pa-5.27.6/src/kcm/kcm_pulseaudio.json
--- old/plasma-pa-5.27.5/src/kcm/kcm_pulseaudio.json    2023-05-09 
13:38:28.000000000 +0200
+++ new/plasma-pa-5.27.6/src/kcm/kcm_pulseaudio.json    2023-06-20 
15:34:11.000000000 +0200
@@ -26,6 +26,7 @@
                 "Name[pl]": "Harald Sitter",
                 "Name[pt]": "Harald Sitter",
                 "Name[pt_BR]": "Harald Sitter",
+                "Name[ro]": "Harald Sitter",
                 "Name[ru]": "Harald Sitter",
                 "Name[sk]": "Harald Sitter",
                 "Name[sl]": "Harald Sitter",
@@ -62,6 +63,7 @@
         "Description[pl]": "Ustawienia urządzeń dźwięku oraz głośności",
         "Description[pt]": "Configurar os dispositivos de áudio e o volume",
         "Description[pt_BR]": "Configurar o volume e dispositivos de áudio",
+        "Description[ro]": "Configurează dispozitive și volum audio",
         "Description[ru]": "Настройка звуковых 
устройств и громкости звука",
         "Description[sk]": "Nastaviť zvukové zariadenia a hlasitosť",
         "Description[sl]": "Nastavi avdio naprave in glasnost",

Reply via email to