Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-thunderbolt for 
openSUSE:Factory checked in at 2023-02-13 16:40:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-thunderbolt (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-thunderbolt"

Mon Feb 13 16:40:29 2023 rev:63 rq:1064544 version:5.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-thunderbolt/plasma5-thunderbolt.changes  
2023-01-06 17:05:58.396322074 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1848/plasma5-thunderbolt.changes
        2023-02-13 16:42:38.575984693 +0100
@@ -1,0 +2,23 @@
+Thu Feb  9 14:19:48 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.27.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.0
+- No code changes since 5.26.90
+
+-------------------------------------------------------------------
+Thu Jan 19 14:43:24 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.26.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.90
+- Changes since 5.26.5:
+  * Fix list item text clarity
+  * Use ecm_set_disabled_deprecation_versions
+  * Install po folder
+  * Avoid combining smart pointers and qobject parent ownership (kde#439192)
+  * Set bugReportURL for KCM
+
+-------------------------------------------------------------------

Old:
----
  plasma-thunderbolt-5.26.5.tar.xz
  plasma-thunderbolt-5.26.5.tar.xz.sig

New:
----
  plasma-thunderbolt-5.27.0.tar.xz
  plasma-thunderbolt-5.27.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-thunderbolt.spec ++++++
--- /var/tmp/diff_new_pack.2FvVX9/_old  2023-02-13 16:42:38.947986885 +0100
+++ /var/tmp/diff_new_pack.2FvVX9/_new  2023-02-13 16:42:38.955986931 +0100
@@ -23,15 +23,15 @@
 %define qt5_version 5.15.0
 %bcond_without released
 Name:           plasma5-thunderbolt
-Version:        5.26.5
+Version:        5.27.0
 Release:        0
 Summary:        Plasma frontend for Thunderbolt 3 security levels
 License:        GPL-2.0-or-later
 Group:          Productivity/Security
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz
+Source:         plasma-thunderbolt-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz.sig
+Source1:        plasma-thunderbolt-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
@@ -71,10 +71,9 @@
 
 %install
 %make_install -C build
-%if %{with released}
-  %find_lang kcm_bolt %{name}.lang
-  %find_lang kded_bolt %{name}.lang
-%endif
+
+%find_lang kcm_bolt %{name}.lang
+%find_lang kded_bolt %{name}.lang
 
 %files
 %license LICENSES/*
@@ -91,8 +90,6 @@
 %{_kf5_sharedir}/kpackage/kcms/kcm_bolt
 %{_kf5_applicationsdir}/kcm_bolt.desktop
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog

++++++ plasma-thunderbolt-5.26.5.tar.xz -> plasma-thunderbolt-5.27.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/CMakeLists.txt 
new/plasma-thunderbolt-5.27.0/CMakeLists.txt
--- old/plasma-thunderbolt-5.26.5/CMakeLists.txt        2023-01-03 
19:45:39.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/CMakeLists.txt        2023-02-09 
13:19:30.000000000 +0100
@@ -24,6 +24,7 @@
 include(CheckSymbolExists)
 include(FeatureSummary)
 include(KDEGitCommitHooks)
+include(ECMDeprecationSettings)
 
 kde_enable_exceptions()
 
@@ -51,8 +52,10 @@
                        TYPE RUNTIME)
 
 #################################################
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800)
+ecm_set_disabled_deprecation_versions(QT 5.15.2
+    KF 5.101
+)
+
 
 if (BUILD_TESTING)
     add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ar/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ar/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ar/kcm_bolt.po     2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ar/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -192,4 +192,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "موثوق"
\ No newline at end of file
+msgstr "موثوق"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ar/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ar/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ar/kded_bolt.po    2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ar/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -62,4 +62,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "فشل في تصريح جهاز ثندربولت <b>%1</b>:‏ %2"
\ No newline at end of file
+msgstr "فشل في تصريح جهاز ثندربولت <b>%1</b>:‏ %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/az/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/az/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/az/kcm_bolt.po     2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/az/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Etibarlıdır"
\ No newline at end of file
+msgstr "Etibarlıdır"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/az/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/az/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/az/kded_bolt.po    2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/az/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -62,4 +62,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "<b>%1</b> Thunderbolt cihazına icazə verilmədi: %2"
\ No newline at end of file
+msgstr "<b>%1</b> Thunderbolt cihazına icazə verilmədi: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/bg/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/bg/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/bg/kcm_bolt.po     2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/bg/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Доверен"
\ No newline at end of file
+msgstr "Доверен"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/bg/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/bg/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/bg/kded_bolt.po    2023-01-03 
19:45:41.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/bg/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -64,4 +64,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Неуспешно упълномощаване на 
устройство <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Неуспешно упълномощаване на 
устройство <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ca/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ca/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ca/kcm_bolt.po     2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ca/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -201,4 +201,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "De confiança"
\ No newline at end of file
+msgstr "De confiança"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ca/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ca/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ca/kded_bolt.po    2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ca/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -66,4 +66,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Ha fallat en autoritzar el dispositiu Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Ha fallat en autoritzar el dispositiu Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ca@valencia/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ca@valencia/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ca@valencia/kcm_bolt.po    2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ca@valencia/kcm_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -202,4 +202,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "De confiança"
\ No newline at end of file
+msgstr "De confiança"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-thunderbolt-5.26.5/po/ca@valencia/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ca@valencia/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ca@valencia/kded_bolt.po   2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ca@valencia/kded_bolt.po   2023-02-09 
13:19:30.000000000 +0100
@@ -66,4 +66,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "No s'ha pogut autoritzar el dispositiu Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "No s'ha pogut autoritzar el dispositiu Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/cs/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/cs/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/cs/kcm_bolt.po     2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/cs/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-thunderbolt 
package.
-# Vit Pelcak <v...@pelcak.org>, 2019, 2021.
+# Vit Pelcak <v...@pelcak.org>, 2019, 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-thunderbolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2021-08-13 10:20+0200\n"
-"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
+"PO-Revision-Date: 2023-01-04 09:08+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\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>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -35,7 +35,7 @@
 #: kcm_bolt.cpp:72
 #, kde-format
 msgid "System Settings module for managing Thunderbolt devices."
-msgstr ""
+msgstr "Modul Nastavení Systému pro správu zařízení Thunderbolt."
 
 #: kcm_bolt.cpp:74
 #, kde-format
@@ -126,7 +126,7 @@
 #: package/contents/ui/DeviceView.qml:152
 #, kde-format
 msgid "Error changing device trust: <b>%1</b>: %2"
-msgstr ""
+msgstr "Chyba při změně důvěry v zařízení: <b>%1</b>: %2"
 
 #: package/contents/ui/DeviceView.qml:169
 #, kde-format
@@ -134,6 +134,8 @@
 "Hint: trusted device will be automatically authorized the next time it is "
 "connected to the computer."
 msgstr ""
+"Nápověda: důvěryhodné zařízení bude automaticky povoleno při 
příštím "
+"připojení k počítači."
 
 #: package/contents/ui/DeviceView.qml:170
 #, kde-format
@@ -141,6 +143,8 @@
 "Hint: an untrusted device needs to be manually authorized each time it is "
 "connected to the computer."
 msgstr ""
+"Nápověda: nedůvěryhodné zařízení musí být manuálně povoleno při 
každém "
+"připojení k počítači."
 
 #: package/contents/ui/main.qml:18
 #, kde-format
@@ -148,16 +152,18 @@
 "This module allows you to manage Thunderbolt devices connected to your "
 "computer."
 msgstr ""
+"Tento modul vám umožňuje nastavit zařízení Thunderbolt připojená k 
vašemu "
+"počítači."
 
 #: package/contents/ui/main.qml:40
 #, kde-format
 msgid "Thunderbolt support has been disabled in BIOS"
-msgstr ""
+msgstr "Podpora Thunderboltu byla vypnuta v BIOSu"
 
 #: package/contents/ui/main.qml:45
 #, kde-format
 msgid "Thunderbolt subsystem is not available"
-msgstr ""
+msgstr "Podsystém Thunderbolt není dostupný"
 
 #: package/contents/ui/utils.js:16
 msgid "Disconnected"
@@ -185,8 +191,8 @@
 
 #: package/contents/ui/utils.js:31
 msgid "Connected & Authorized"
-msgstr ""
+msgstr "Připojen a oprávněn"
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Důvěryhodný"
\ No newline at end of file
+msgstr "Důvěryhodný"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/cs/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/cs/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/cs/kded_bolt.po    2023-01-03 
19:45:43.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/cs/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -66,4 +66,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Selhalo udělení oprávnění zařízení Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Selhalo udělení oprávnění zařízení Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/da/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/da/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/da/kcm_bolt.po     2023-01-03 
19:45:44.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/da/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Betroet"
\ No newline at end of file
+msgstr "Betroet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/da/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/da/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/da/kded_bolt.po    2023-01-03 
19:45:44.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/da/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -61,4 +61,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Kunne ikke godkende Thunderbolt-enheden <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Kunne ikke godkende Thunderbolt-enheden <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/de/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/de/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/de/kcm_bolt.po     2023-01-03 
19:45:44.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/de/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Vertraut"
\ No newline at end of file
+msgstr "Vertraut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/de/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/de/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/de/kded_bolt.po    2023-01-03 
19:45:44.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/de/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -64,4 +64,4 @@
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
 msgstr ""
-"Das Autorisieren des Thunderbolt-Geräts<b>%1</b> ist fehlgeschlagen: %2"
\ No newline at end of file
+"Das Autorisieren des Thunderbolt-Geräts<b>%1</b> ist fehlgeschlagen: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/en_GB/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/en_GB/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/en_GB/kcm_bolt.po  2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/en_GB/kcm_bolt.po  2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Trusted"
\ No newline at end of file
+msgstr "Trusted"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/en_GB/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/en_GB/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/en_GB/kded_bolt.po 2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/en_GB/kded_bolt.po 2023-02-09 
13:19:30.000000000 +0100
@@ -62,4 +62,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Failed to authorise Thunderbolt device <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Failed to authorise Thunderbolt device <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/es/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/es/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/es/kcm_bolt.po     2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/es/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -200,4 +200,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "De confianza"
\ No newline at end of file
+msgstr "De confianza"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/es/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/es/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/es/kded_bolt.po    2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/es/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -64,4 +64,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "La autorización del dispositivo Thunderbolt <b>%1</b> ha fallado: %2"
\ No newline at end of file
+msgstr "La autorización del dispositivo Thunderbolt <b>%1</b> ha fallado: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/et/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/et/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/et/kcm_bolt.po     2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/et/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -193,4 +193,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Usaldusväärne"
\ No newline at end of file
+msgstr "Usaldusväärne"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/et/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/et/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/et/kded_bolt.po    2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/et/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -61,4 +61,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Thunderbolti seadme <b>%1</b> autoriseerimine nurjus: %2"
\ No newline at end of file
+msgstr "Thunderbolti seadme <b>%1</b> autoriseerimine nurjus: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/eu/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/eu/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/eu/kcm_bolt.po     2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/eu/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -198,4 +198,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Konfiantzazkoa"
\ No newline at end of file
+msgstr "Konfiantzazkoa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/eu/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/eu/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/eu/kded_bolt.po    2023-01-03 
19:45:45.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/eu/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -64,4 +64,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "<b>%1</b> Thunderbolt gailuari baimen-ematea huts egin du: %2"
\ No newline at end of file
+msgstr "<b>%1</b> Thunderbolt gailuari baimen-ematea huts egin du: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/fi/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/fi/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/fi/kcm_bolt.po     2023-01-03 
19:45:46.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/fi/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -194,4 +194,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Luotettu"
\ No newline at end of file
+msgstr "Luotettu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/fi/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/fi/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/fi/kded_bolt.po    2023-01-03 
19:45:46.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/fi/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -60,4 +60,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Thunderbolt-laitteen <b>%1</b> hyväksyntä epäonnistui: %2"
\ No newline at end of file
+msgstr "Thunderbolt-laitteen <b>%1</b> hyväksyntä epäonnistui: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/fr/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/fr/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/fr/kcm_bolt.po     2023-01-03 
19:45:46.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/fr/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -203,4 +203,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Fiable"
\ No newline at end of file
+msgstr "Fiable"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/fr/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/fr/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/fr/kded_bolt.po    2023-01-03 
19:45:46.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/fr/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -65,4 +65,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Impossible d'autoriser le périphérique « Thunderbolt » 
<b>%1</b> : %2"
\ No newline at end of file
+msgstr "Impossible d'autoriser le périphérique « Thunderbolt » 
<b>%1</b> : %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/gl/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/gl/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/gl/kcm_bolt.po     2023-01-03 
19:45:47.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/gl/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -197,4 +197,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Validado"
\ No newline at end of file
+msgstr "Validado"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/gl/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/gl/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/gl/kded_bolt.po    2023-01-03 
19:45:47.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/gl/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -62,4 +62,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Non se puido autorizar o dispositivo de Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Non se puido autorizar o dispositivo de Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/hu/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/hu/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/hu/kcm_bolt.po     2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/hu/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Megbízható"
\ No newline at end of file
+msgstr "Megbízható"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/hu/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/hu/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/hu/kded_bolt.po    2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/hu/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -59,4 +59,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Nem sikerült engedélyezni a(z) <b>%1</b> Thunderbolt eszközt: %2"
\ No newline at end of file
+msgstr "Nem sikerült engedélyezni a(z) <b>%1</b> Thunderbolt eszközt: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ia/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ia/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ia/kcm_bolt.po     2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ia/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Es credibile"
\ No newline at end of file
+msgstr "Es credibile"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ia/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ia/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ia/kded_bolt.po    2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ia/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -63,4 +63,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Falleva a autorisar dispositivo Thunderbolt <b>%1</b>:%2"
\ No newline at end of file
+msgstr "Falleva a autorisar dispositivo Thunderbolt <b>%1</b>:%2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/id/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/id/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/id/kcm_bolt.po     2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/id/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Dipercaya"
\ No newline at end of file
+msgstr "Dipercaya"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/id/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/id/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/id/kded_bolt.po    2023-01-03 
19:45:49.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/id/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -63,4 +63,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Gagal mengotorisasikan peranti Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Gagal mengotorisasikan peranti Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/it/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/it/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/it/kcm_bolt.po     2023-01-03 
19:45:50.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/it/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -197,4 +197,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Di fiducia"
\ No newline at end of file
+msgstr "Di fiducia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/it/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/it/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/it/kded_bolt.po    2023-01-03 
19:45:50.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/it/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -64,4 +64,4 @@
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
 msgstr ""
-"Non è stato possibile autorizzare il dispositivo Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+"Non è stato possibile autorizzare il dispositivo Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ka/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ka/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ka/kcm_bolt.po     2023-01-03 
19:45:50.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ka/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: plasma-thunderbolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2022-11-23 06:54+0100\n"
+"PO-Revision-Date: 2022-11-17 08:17+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -67,7 +67,7 @@
 #: package/contents/ui/DeviceView.qml:72
 #, kde-format
 msgid "Status:"
-msgstr "სტატუსი:"
+msgstr "მდგომარეობა:"
 
 #: package/contents/ui/DeviceView.qml:77
 #, kde-format
@@ -197,4 +197,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "სანდო"
\ No newline at end of file
+msgstr "სანდო"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ka/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ka/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ka/kded_bolt.po    2023-01-03 
19:45:50.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ka/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: plasma-thunderbolt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2022-10-17 11:58+0200\n"
+"PO-Revision-Date: 2022-09-27 05:06+0200\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -64,4 +64,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "შეცდომა Thunderbolt მოწყობილობის 
ავტორიზაციისას <b>%1</b>: %2"
\ No newline at end of file
+msgstr "შეცდომა Thunderbolt მოწყობილობის 
ავტორიზაციისას <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ko/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ko/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ko/kcm_bolt.po     2023-01-03 
19:45:51.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ko/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -191,4 +191,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "신뢰함"
\ No newline at end of file
+msgstr "신뢰함"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ko/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ko/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ko/kded_bolt.po    2023-01-03 
19:45:51.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ko/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -59,4 +59,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Thunderbolt 장치 <b>%1</b>을(를) 승인할 수 없음: %2"
\ No newline at end of file
+msgstr "Thunderbolt 장치 <b>%1</b>을(를) 승인할 수 없음: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/lt/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/lt/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/lt/kcm_bolt.po     2023-01-03 
19:45:52.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/lt/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -197,4 +197,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Patikimas"
\ No newline at end of file
+msgstr "Patikimas"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/lt/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/lt/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/lt/kded_bolt.po    2023-01-03 
19:45:52.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/lt/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -71,4 +71,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Nepavyko įgalioti Thunderbolt įrenginio <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Nepavyko įgalioti Thunderbolt įrenginio <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ml/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ml/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ml/kcm_bolt.po     2023-01-03 
19:45:52.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ml/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -190,4 +190,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr ""
\ No newline at end of file
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ml/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ml/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ml/kded_bolt.po    2023-01-03 
19:45:52.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ml/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -58,4 +58,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr ""
\ No newline at end of file
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/nl/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/nl/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/nl/kcm_bolt.po     2023-01-03 
19:45:54.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/nl/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Vertrouwd"
\ No newline at end of file
+msgstr "Vertrouwd"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/nl/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/nl/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/nl/kded_bolt.po    2023-01-03 
19:45:54.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/nl/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -63,4 +63,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Thunderbolt apparaat autoriseren is mislukt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Thunderbolt apparaat autoriseren is mislukt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/nn/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/nn/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/nn/kcm_bolt.po     2023-01-03 
19:45:54.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/nn/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -196,4 +196,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Tiltrudd"
\ No newline at end of file
+msgstr "Tiltrudd"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/nn/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/nn/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/nn/kded_bolt.po    2023-01-03 
19:45:54.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/nn/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -59,4 +59,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Klarte ikkje godkjenna Thunderbolt-eininga <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Klarte ikkje godkjenna Thunderbolt-eininga <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pa/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pa/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pa/kcm_bolt.po     2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pa/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -189,4 +189,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "ਭਰੋਸੇਯੋਗ"
\ No newline at end of file
+msgstr "ਭਰੋਸੇਯੋਗ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pa/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pa/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pa/kded_bolt.po    2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pa/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -57,4 +57,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr ""
\ No newline at end of file
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pl/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pl/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pl/kcm_bolt.po     2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pl/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -196,4 +196,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Zaufane"
\ No newline at end of file
+msgstr "Zaufane"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pl/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pl/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pl/kded_bolt.po    2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pl/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -67,4 +67,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Nie udało się uwierzytelnić urządzenia Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Nie udało się uwierzytelnić urządzenia Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pt/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pt/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pt/kcm_bolt.po     2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pt/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -192,4 +192,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Fidedigno"
\ No newline at end of file
+msgstr "Fidedigno"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pt/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pt/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pt/kded_bolt.po    2023-01-03 
19:45:55.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pt/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -53,4 +53,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Não foi possível autorizar o dispositivo Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Não foi possível autorizar o dispositivo Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pt_BR/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pt_BR/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pt_BR/kcm_bolt.po  2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pt_BR/kcm_bolt.po  2023-02-09 
13:19:30.000000000 +0100
@@ -198,4 +198,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Confiável"
\ No newline at end of file
+msgstr "Confiável"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/pt_BR/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/pt_BR/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/pt_BR/kded_bolt.po 2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/pt_BR/kded_bolt.po 2023-02-09 
13:19:30.000000000 +0100
@@ -58,4 +58,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Não foi possível autorizar o dispositivo Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Não foi possível autorizar o dispositivo Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ro/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ro/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ro/kcm_bolt.po     2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ro/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -197,4 +197,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "De încredere"
\ No newline at end of file
+msgstr "De încredere"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ro/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ro/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ro/kded_bolt.po    2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ro/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -67,4 +67,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Autorizarea dispozitivului Thunderbolt <b>%1</b> a eșuat: %2"
\ No newline at end of file
+msgstr "Autorizarea dispozitivului Thunderbolt <b>%1</b> a eșuat: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ru/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ru/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ru/kcm_bolt.po     2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ru/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Доверенное"
\ No newline at end of file
+msgstr "Доверенное"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/ru/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/ru/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/ru/kded_bolt.po    2023-01-03 
19:45:56.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/ru/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -65,4 +65,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Не удалось авторизовать устройство 
Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Не удалось авторизовать устройство 
Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sk/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sk/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sk/kcm_bolt.po     2023-01-03 
19:45:57.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sk/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -194,4 +194,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Dôveryhodný"
\ No newline at end of file
+msgstr "Dôveryhodný"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sk/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sk/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sk/kded_bolt.po    2023-01-03 
19:45:57.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sk/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -61,4 +61,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Zlyhala autorizácia Thunderbolt zariadenia <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Zlyhala autorizácia Thunderbolt zariadenia <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sl/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sl/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sl/kcm_bolt.po     2023-01-03 
19:45:57.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sl/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -196,4 +196,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Zaupanja vredno"
\ No newline at end of file
+msgstr "Zaupanja vredno"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sl/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sl/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sl/kded_bolt.po    2023-01-03 
19:45:57.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sl/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -66,4 +66,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Napaka pri odobritvi naprave Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Napaka pri odobritvi naprave Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sv/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sv/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sv/kcm_bolt.po     2023-01-03 
19:45:58.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sv/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "PÃ¥litlig"
\ No newline at end of file
+msgstr "PÃ¥litlig"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/sv/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/sv/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/sv/kded_bolt.po    2023-01-03 
19:45:58.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/sv/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -62,4 +62,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Misslyckades ge Thunderbolt-enhet <b>%1</b> behörighet: %2"
\ No newline at end of file
+msgstr "Misslyckades ge Thunderbolt-enhet <b>%1</b> behörighet: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/tr/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/tr/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/tr/kcm_bolt.po     2023-01-03 
19:46:00.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/tr/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -195,4 +195,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Güvenilir"
\ No newline at end of file
+msgstr "Güvenilir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/tr/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/tr/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/tr/kded_bolt.po    2023-01-03 
19:46:00.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/tr/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -63,4 +63,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Thunderbolt aygıtı <b>%1</b> kimliği doğrulanamadı: %2"
\ No newline at end of file
+msgstr "Thunderbolt aygıtı <b>%1</b> kimliği doğrulanamadı: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/uk/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/uk/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/uk/kcm_bolt.po     2023-01-03 
19:46:00.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/uk/kcm_bolt.po     2023-02-09 
13:19:30.000000000 +0100
@@ -198,4 +198,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "Довірений"
\ No newline at end of file
+msgstr "Довірений"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/uk/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/uk/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/uk/kded_bolt.po    2023-01-03 
19:46:00.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/uk/kded_bolt.po    2023-02-09 
13:19:30.000000000 +0100
@@ -68,4 +68,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "Не вдалося уповноважити пристрій 
Thunderbolt <b>%1</b>: %2"
\ No newline at end of file
+msgstr "Не вдалося уповноважити пристрій 
Thunderbolt <b>%1</b>: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/zh_CN/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/zh_CN/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/zh_CN/kcm_bolt.po  2023-01-03 
19:46:01.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/zh_CN/kcm_bolt.po  2023-02-09 
13:19:30.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2023-01-02 07:16\n"
+"PO-Revision-Date: 2023-02-07 11:05\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -189,4 +189,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "已信任"
\ No newline at end of file
+msgstr "已信任"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/zh_CN/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/zh_CN/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/zh_CN/kded_bolt.po 2023-01-03 
19:46:01.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/zh_CN/kded_bolt.po 2023-02-09 
13:19:30.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+0000\n"
-"PO-Revision-Date: 2023-01-02 07:16\n"
+"PO-Revision-Date: 2023-02-07 11:05\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -56,4 +56,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "授权雷电接口设备 <b>%1</b> 失败:%2"
\ No newline at end of file
+msgstr "授权雷电接口设备 <b>%1</b> 失败:%2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/zh_TW/kcm_bolt.po 
new/plasma-thunderbolt-5.27.0/po/zh_TW/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/zh_TW/kcm_bolt.po  2023-01-03 
19:46:02.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/zh_TW/kcm_bolt.po  2023-02-09 
13:19:30.000000000 +0100
@@ -192,4 +192,4 @@
 
 #: package/contents/ui/utils.js:38
 msgid "Trusted"
-msgstr "已信任"
\ No newline at end of file
+msgstr "已信任"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/po/zh_TW/kded_bolt.po 
new/plasma-thunderbolt-5.27.0/po/zh_TW/kded_bolt.po
--- old/plasma-thunderbolt-5.26.5/po/zh_TW/kded_bolt.po 2023-01-03 
19:46:02.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/po/zh_TW/kded_bolt.po 2023-02-09 
13:19:30.000000000 +0100
@@ -59,4 +59,4 @@
 #: kded_bolt.cpp:129
 #, kde-format
 msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
-msgstr "無法授權 Thunderbolt 裝置 <b>%1</b>:%2"
\ No newline at end of file
+msgstr "無法授權 Thunderbolt 裝置 <b>%1</b>:%2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.5/src/kcm/kcm_bolt.json 
new/plasma-thunderbolt-5.27.0/src/kcm/kcm_bolt.json
--- old/plasma-thunderbolt-5.26.5/src/kcm/kcm_bolt.json 2023-01-03 
19:45:39.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/src/kcm/kcm_bolt.json 2023-02-09 
13:19:30.000000000 +0100
@@ -1,11 +1,12 @@
 {
     "Categories": "Qt;KDE;X-KDE-settings-system",
     "KPlugin": {
+        "BugReportUrl": 
"https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_thunderbolt";,
         "Description": "Thunderbolt Device Management",
         "Description[ar]": "إدارة جهاز ثندر بولت",
         "Description[az]": "Thunderbolt Cihaz Idarəetməsi",
         "Description[bg]": "Управление на Thunderbolt 
устройства",
-        "Description[ca@valencia]": "Gestió dels dispositius Thunderbolt",
+        "Description[ca@valencia]": "Gestioneu els dispositius Thunderbolt",
         "Description[ca]": "Gestió dels dispositius Thunderbolt",
         "Description[cs]": "Správa zařízení Thunderbolt",
         "Description[da]": "HÃ¥ndtering af Thunderbolt-enheder",
@@ -35,6 +36,7 @@
         "Description[uk]": "Керування пристроями 
Thunderbolt",
         "Description[x-test]": "xxThunderbolt Device Managementxx",
         "Description[zh_CN]": "雷电接口设备管理",
+        "Description[zh_TW]": "Thunderbolt 裝置管理",
         "Icon": "preferences-desktop-thunderbolt",
         "Name": "Thunderbolt",
         "Name[ar]": "ثندر بولت",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-thunderbolt-5.26.5/src/kcm/package/contents/ui/DeviceList.qml 
new/plasma-thunderbolt-5.27.0/src/kcm/package/contents/ui/DeviceList.qml
--- old/plasma-thunderbolt-5.26.5/src/kcm/package/contents/ui/DeviceList.qml    
2023-01-03 19:45:39.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/src/kcm/package/contents/ui/DeviceList.qml    
2023-02-09 13:19:30.000000000 +0100
@@ -61,45 +61,25 @@
             text: i18n("No Thunderbolt devices connected")
         }
 
-        delegate: Kirigami.AbstractListItem {
+        delegate: Kirigami.BasicListItem {
             id: item
             width: view.width
 
-            RowLayout {
-                id: layout
-                spacing: Kirigami.Units.smallSpacing * 2
-                property bool indicateActiveFocus: item.pressed || 
Kirigami.Settings.tabletMode || item.activeFocus || (item.ListView.view ? 
item.ListView.view.activeFocus : false)
-
-                BusyIndicator {
-                    id: busyIndicator
-                    visible: model.device.status == 
Bolt.Bolt.Status.Authorizing
-                    running: visible
-                    Layout.minimumHeight: Kirigami.Units.iconSizes.smallMedium
-                    Layout.maximumHeight: Layout.minimumHeight
-                    Layout.minimumWidth: height
-                }
-
-                Label {
-                    id: label
-                    text: model.device.label
-                    Layout.fillWidth: true
-                    Layout.topMargin: Kirigami.Units.smallSpacing
-                    Layout.bottomMargin: Kirigami.Units.smallSpacing
-                    color: parent.indicateActiveFocus && (item.highlighted || 
item.checked || item.pressed) ? item.activeTextColor : item.textColor
-                    elide: Text.ElideRight
-                    font: item.font
-                }
-
-                Label {
-                    id: statusLabel
-
-                    Layout.alignment: Qt.AlignRight
+            leading: BusyIndicator {
+                id: busyIndicator
+                visible: model.device.status == Bolt.Bolt.Status.Authorizing
+                running: visible
+                implicitWidth: Kirigami.Units.iconSizes.smallMedium
+                implicitHeight: Kirigami.Units.iconSizes.smallMedium
+            }
+            text: model.device.label
 
-                    property var _deviceStatus: 
Utils.deviceStatus(model.device, true)
+            trailing: Label {
+                id: statusLabel
+                property var _deviceStatus: Utils.deviceStatus(model.device, 
true)
 
-                    text: view._evalTrigger, _deviceStatus.text
-                    color: _deviceStatus.color
-                }
+                text: view._evalTrigger, _deviceStatus.text
+                color: item.highlighted ? Kirigami.Theme.highlightedTextColor 
: _deviceStatus.color
             }
 
             onClicked: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-thunderbolt-5.26.5/src/kded/kded_bolt.notifyrc 
new/plasma-thunderbolt-5.27.0/src/kded/kded_bolt.notifyrc
--- old/plasma-thunderbolt-5.26.5/src/kded/kded_bolt.notifyrc   2023-01-03 
19:45:39.000000000 +0100
+++ new/plasma-thunderbolt-5.27.0/src/kded/kded_bolt.notifyrc   2023-02-09 
13:19:30.000000000 +0100
@@ -180,7 +180,7 @@
 Name[ia]=Error
 Name[id]=Error
 Name[it]=Errore
-Name[ka]=Error
+Name[ka]=შეცდომა
 Name[ko]=오류
 Name[lt]=Klaida
 Name[nl]=Fout

Reply via email to