Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plasma5-disks"

Mon Feb 13 16:40:22 2023 rev:44 rq:1064528 version:5.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-disks/plasma5-disks.changes      
2023-01-06 17:05:51.376282650 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-disks.new.1848/plasma5-disks.changes    
2023-02-13 16:42:22.623890718 +0100
@@ -1,0 +2,20 @@
+Thu Feb  9 14:19:46 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:16 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:
+  * Use ecm_set_disabled_deprecation_versions
+  * Remove wrong releases from appstream
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ plasma5-disks.spec ++++++
--- /var/tmp/diff_new_pack.PJwx1y/_old  2023-02-13 16:42:23.063893311 +0100
+++ /var/tmp/diff_new_pack.PJwx1y/_new  2023-02-13 16:42:23.067893335 +0100
@@ -23,15 +23,15 @@
 %bcond_without released
 
 Name:           plasma5-disks
-Version:        5.26.5
+Version:        5.27.0
 Release:        0
 Summary:        Plasma service for monitoring disk health
 License:        GPL-2.0-only OR GPL-3.0-only
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz
+Source:         plasma-disks-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig
+Source1:        plasma-disks-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16
@@ -72,9 +72,8 @@
 
 %install
 %make_install -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %files
 %license LICENSES/*
@@ -94,8 +93,6 @@
 %{_datadir}/polkit-1/actions/org.kde.kded.smart.policy
 %{_libexecdir}/kauth/kded-smart-helper
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog

++++++ plasma-disks-5.26.5.tar.xz -> plasma-disks-5.27.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/CMakeLists.txt 
new/plasma-disks-5.27.0/CMakeLists.txt
--- old/plasma-disks-5.26.5/CMakeLists.txt      2023-01-03 19:16:20.000000000 
+0100
+++ new/plasma-disks-5.27.0/CMakeLists.txt      2023-02-09 13:18:25.000000000 
+0100
@@ -4,10 +4,10 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(plasma-disks)
-set(PROJECT_VERSION "5.26.5")
+set(PROJECT_VERSION "5.27.0")
 
 set(QT_MIN_VERSION "5.15.2")
-set(KF5_MIN_VERSION "5.98.0")
+set(KF5_MIN_VERSION "5.102.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
@@ -24,6 +24,7 @@
 include(KDEClangFormat)
 include(FeatureSummary)
 include(KDEGitCommitHooks)
+include(ECMDeprecationSettings)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED 
COMPONENTS Gui Core)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
@@ -48,8 +49,9 @@
     "CMAKE_BUILD_TYPE MATCHES [Dd]ebug"
     OFF
 )
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055B00)
+ecm_set_disabled_deprecation_versions(QT 5.15.2
+    KF 5.101
+)
 
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-disks-5.26.5/org.kde.plasma.disks.metainfo.xml 
new/plasma-disks-5.27.0/org.kde.plasma.disks.metainfo.xml
--- old/plasma-disks-5.26.5/org.kde.plasma.disks.metainfo.xml   2023-01-03 
19:16:20.000000000 +0100
+++ new/plasma-disks-5.27.0/org.kde.plasma.disks.metainfo.xml   2023-02-09 
13:18:25.000000000 +0100
@@ -197,9 +197,9 @@
     <category>System</category>
   </categories>
   <releases>
+    <release version="5.27.0" date="2023-02-14"/>
     <release version="5.26.5" date="2023-01-03"/>
     <release version="5.26.4" date="2022-11-29"/>
     <release version="5.26.3" date="2022-11-08"/>
-    <release version="5.26.2" date="2022-10-25"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/az/plasma_disks.po 
new/plasma-disks-5.27.0/po/az/plasma_disks.po
--- old/plasma-disks-5.26.5/po/az/plasma_disks.po       2023-01-03 
19:16:22.000000000 +0100
+++ new/plasma-disks-5.27.0/po/az/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "İdarəetmə"
\ No newline at end of file
+msgstr "İdarəetmə"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/bg/plasma_disks.po 
new/plasma-disks-5.27.0/po/bg/plasma_disks.po
--- old/plasma-disks-5.26.5/po/bg/plasma_disks.po       2023-01-03 
19:16:23.000000000 +0100
+++ new/plasma-disks-5.27.0/po/bg/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -181,4 +181,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Управление"
\ No newline at end of file
+msgstr "Управление"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ca/plasma_disks.po 
new/plasma-disks-5.27.0/po/ca/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ca/plasma_disks.po       2023-01-03 
19:16:24.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ca/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -185,4 +185,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gestiona"
\ No newline at end of file
+msgstr "Gestiona"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ca@valencia/plasma_disks.po 
new/plasma-disks-5.27.0/po/ca@valencia/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ca@valencia/plasma_disks.po      2023-01-03 
19:16:24.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ca@valencia/plasma_disks.po      2023-02-09 
13:18:25.000000000 +0100
@@ -185,4 +185,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gestiona"
\ No newline at end of file
+msgstr "Gestiona"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/cs/plasma_disks.po 
new/plasma-disks-5.27.0/po/cs/plasma_disks.po
--- old/plasma-disks-5.26.5/po/cs/plasma_disks.po       2023-01-03 
19:16:25.000000000 +0100
+++ new/plasma-disks-5.27.0/po/cs/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -162,4 +162,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Spravovat"
\ No newline at end of file
+msgstr "Spravovat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/da/plasma_disks.po 
new/plasma-disks-5.27.0/po/da/plasma_disks.po
--- old/plasma-disks-5.26.5/po/da/plasma_disks.po       2023-01-03 
19:16:25.000000000 +0100
+++ new/plasma-disks-5.27.0/po/da/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "HÃ¥ndter"
\ No newline at end of file
+msgstr "HÃ¥ndter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/de/plasma_disks.po 
new/plasma-disks-5.27.0/po/de/plasma_disks.po
--- old/plasma-disks-5.26.5/po/de/plasma_disks.po       2023-01-03 
19:16:25.000000000 +0100
+++ new/plasma-disks-5.27.0/po/de/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -171,4 +171,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Verwalten"
\ No newline at end of file
+msgstr "Verwalten"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/el/plasma_disks.po 
new/plasma-disks-5.27.0/po/el/plasma_disks.po
--- old/plasma-disks-5.26.5/po/el/plasma_disks.po       2023-01-03 
19:16:25.000000000 +0100
+++ new/plasma-disks-5.27.0/po/el/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -184,4 +184,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Διαχείριση"
\ No newline at end of file
+msgstr "Διαχείριση"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/en_GB/plasma_disks.po 
new/plasma-disks-5.27.0/po/en_GB/plasma_disks.po
--- old/plasma-disks-5.26.5/po/en_GB/plasma_disks.po    2023-01-03 
19:16:26.000000000 +0100
+++ new/plasma-disks-5.27.0/po/en_GB/plasma_disks.po    2023-02-09 
13:18:25.000000000 +0100
@@ -177,4 +177,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Manage"
\ No newline at end of file
+msgstr "Manage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/es/plasma_disks.po 
new/plasma-disks-5.27.0/po/es/plasma_disks.po
--- old/plasma-disks-5.26.5/po/es/plasma_disks.po       2023-01-03 
19:16:26.000000000 +0100
+++ new/plasma-disks-5.27.0/po/es/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -185,4 +185,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gestionar"
\ No newline at end of file
+msgstr "Gestionar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/et/plasma_disks.po 
new/plasma-disks-5.27.0/po/et/plasma_disks.po
--- old/plasma-disks-5.26.5/po/et/plasma_disks.po       2023-01-03 
19:16:27.000000000 +0100
+++ new/plasma-disks-5.27.0/po/et/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -183,4 +183,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Halda"
\ No newline at end of file
+msgstr "Halda"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/eu/plasma_disks.po 
new/plasma-disks-5.27.0/po/eu/plasma_disks.po
--- old/plasma-disks-5.26.5/po/eu/plasma_disks.po       2023-01-03 
19:16:27.000000000 +0100
+++ new/plasma-disks-5.27.0/po/eu/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -184,4 +184,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Kudeatu"
\ No newline at end of file
+msgstr "Kudeatu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/fi/plasma_disks.po 
new/plasma-disks-5.27.0/po/fi/plasma_disks.po
--- old/plasma-disks-5.26.5/po/fi/plasma_disks.po       2023-01-03 
19:16:27.000000000 +0100
+++ new/plasma-disks-5.27.0/po/fi/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -181,4 +181,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Hallinta"
\ No newline at end of file
+msgstr "Hallinta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/fr/plasma_disks.po 
new/plasma-disks-5.27.0/po/fr/plasma_disks.po
--- old/plasma-disks-5.26.5/po/fr/plasma_disks.po       2023-01-03 
19:16:28.000000000 +0100
+++ new/plasma-disks-5.27.0/po/fr/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -1,18 +1,19 @@
 # Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021.
+# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-disks\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-27 00:49+0000\n"
-"PO-Revision-Date: 2021-12-29 20:00+0100\n"
-"Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
-"Language-Team: French <kde-francoph...@kde.org>\n"
+"PO-Revision-Date: 2023-01-05 14:39+0100\n"
+"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
+"Language-Team: fr\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -28,7 +29,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Prefail attributes <= threshold."
-msgstr "Attributs pour échec possible <= threshold."
+msgstr "Attributs pour échec possible <= seuil."
 
 #: instabilities.cpp:31
 #, kde-format
@@ -56,7 +57,7 @@
 "tests outdated by a newer successful extended self-test are ignored."
 msgstr ""
 "Le journal d'auto-tests du périphérique contient des enregistrements "
-"d'erreurs. [ATA uniquement] Les auto-tests en défaut, rendus obsolètes par "
+"d'erreurs [ATA uniquement]. Les auto-tests en défaut, rendus obsolètes par "
 "un auto-test détaillé et correct sont ignorés."
 
 #: kcm/module.cpp:20
@@ -181,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gérer"
\ No newline at end of file
+msgstr "Gérer"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/hu/plasma_disks.po 
new/plasma-disks-5.27.0/po/hu/plasma_disks.po
--- old/plasma-disks-5.26.5/po/hu/plasma_disks.po       2023-01-03 
19:16:30.000000000 +0100
+++ new/plasma-disks-5.27.0/po/hu/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -180,4 +180,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Kezelés"
\ No newline at end of file
+msgstr "Kezelés"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ia/plasma_disks.po 
new/plasma-disks-5.27.0/po/ia/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ia/plasma_disks.po       2023-01-03 
19:16:30.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ia/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -183,4 +183,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Administra "
\ No newline at end of file
+msgstr "Administra "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/id/plasma_disks.po 
new/plasma-disks-5.27.0/po/id/plasma_disks.po
--- old/plasma-disks-5.26.5/po/id/plasma_disks.po       2023-01-03 
19:16:30.000000000 +0100
+++ new/plasma-disks-5.27.0/po/id/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -181,4 +181,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Kelola"
\ No newline at end of file
+msgstr "Kelola"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/is/plasma_disks.po 
new/plasma-disks-5.27.0/po/is/plasma_disks.po
--- old/plasma-disks-5.26.5/po/is/plasma_disks.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/plasma-disks-5.27.0/po/is/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -0,0 +1,169 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-disks package.
+#
+# Sveinn í Felli <s...@fellsnet.is>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-disks\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-02-27 00:49+0000\n"
+"PO-Revision-Date: 2022-10-14 15:28+0000\n"
+"Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
+"Language-Team: Icelandic\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Sveinn í Felli"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "s...@fellsnet.is"
+
+#: instabilities.cpp:27
+#, kde-format
+msgctxt "@label"
+msgid "Prefail attributes <= threshold."
+msgstr ""
+
+#: instabilities.cpp:31
+#, kde-format
+msgctxt "@label"
+msgid ""
+"SMART status check returned 'DISK OK' but we found that some (usage or "
+"prefail) attributes have been <= threshold at some time in the past."
+msgstr ""
+
+#: instabilities.cpp:33
+#, kde-format
+msgctxt "@label"
+msgid "The device error log contains records of errors."
+msgstr ""
+
+#: instabilities.cpp:37
+#, kde-format
+msgctxt "@label"
+msgid ""
+"The device self-test log contains records of errors. [ATA only] Failed self-"
+"tests outdated by a newer successful extended self-test are ignored."
+msgstr ""
+
+#: kcm/module.cpp:20
+#, kde-format
+msgctxt "@title"
+msgid "Storage Device Health Monitoring"
+msgstr "Ástandsvöktun tækja"
+
+#: kcm/module.cpp:24
+#, kde-format
+msgctxt "@info:credit"
+msgid "Copyright 2020 Harald Sitter"
+msgstr "Höfundarréttur 2020 Harald Sitter"
+
+#: kcm/package/contents/main.qml:41
+msgctxt "@info/status"
+msgid "Unable to obtain data. KDED is not running."
+msgstr ""
+
+#: kcm/package/contents/main.qml:52
+msgctxt "@info/status"
+msgid "No S.M.A.R.T. devices found."
+msgstr "Engin S.M.A.R.T. tæki fundust."
+
+#: kcm/package/contents/main.qml:73
+msgctxt "@info"
+msgid ""
+"The SMART system of this device is reporting problems. This may be a sign of "
+"imminent device failure or data reliability being compromised. Back up your "
+"data and replace this drive as soon as possible to avoid losing any data."
+msgstr ""
+
+#: kcm/package/contents/main.qml:79
+msgctxt "@info %1 is a bunch of <li> with the strings from instabilities.cpp"
+msgid ""
+"<p>The SMART firmware is not reporting a failure, but there are early signs "
+"of malfunction. This might not point at imminent device failure but requires "
+"longer term analysis. Back up your data and contact the manufacturer of this "
+"disk, or replace it preemptively just to be safe.</p><ul>%1</ul>"
+msgstr ""
+
+#: kcm/package/contents/main.qml:85
+msgctxt "@info"
+msgid "This device appears to be working as expected."
+msgstr "Þetta tæki lítur út fyrir að virka sem skyldi."
+
+#: kcm/package/contents/main.qml:92
+msgctxt "@action/button action button to start partition manager"
+msgid "Partition Manager"
+msgstr "Disksneiðaumsýsla"
+
+#: kcm/package/contents/main.qml:98
+msgctxt "@action/button action button to start backup program"
+msgid "Backup"
+msgstr "Öryggisafrit"
+
+#: kcm/package/contents/main.qml:104
+msgctxt "@action/button action button to monitor a device for smart failure"
+msgid "Monitor"
+msgstr "Skjár"
+
+#: kcm/package/contents/main.qml:105
+msgctxt "@action/button action button to ignore smart failures for a device"
+msgid "Ignore"
+msgstr "Hunsa"
+
+#: kcm/package/contents/main.qml:113
+msgctxt "@action/button show detailed smart report"
+msgid "Detailed Information"
+msgstr "Ítarlegri upplýsingar"
+
+#: smartctl.cpp:39
+#, kde-format
+msgctxt ""
+"@label description of authentication request to read SMART data. %1 is a "
+"device path e.g. /dev/sda"
+msgid "Read SMART report for storage device %1"
+msgstr ""
+
+#: smartnotifier.cpp:29
+#, kde-format
+msgctxt "@title notification"
+msgid "Storage Device Problems"
+msgstr "Vandamál í geymslutæki"
+
+#: smartnotifier.cpp:32
+#, kde-kuit-format
+msgctxt ""
+"@info notification; text %1 is a pretty product name; %2 the device path e."
+"g. /dev/sda"
+msgid ""
+"The storage device <emphasis>%1</emphasis> (<filename>%2</filename>) is "
+"likely to fail soon!"
+msgstr ""
+"Gagnageymslan <emphasis>%1</emphasis> (<filename>%2</filename>) er líkleg "
+"til að bila á næstunni!"
+
+#: smartnotifier.cpp:37
+#, kde-kuit-format
+msgctxt ""
+"@info notification; text %1 is a pretty product name; %2 the device path e."
+"g. /dev/sda"
+msgid ""
+"The storage device <emphasis>%1</emphasis> (<filename>%2</filename>) is "
+"showing indications of instability."
+msgstr ""
+"Gagnageymslan <emphasis>%1</emphasis> (<filename>%2</filename>) sýnir merki "
+"um óstöðugleika."
+
+#: smartnotifier.cpp:44
+#, kde-format
+msgctxt "@action:button notification action to manage device problems"
+msgid "Manage"
+msgstr "Stjórna"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/it/plasma_disks.po 
new/plasma-disks-5.27.0/po/it/plasma_disks.po
--- old/plasma-disks-5.26.5/po/it/plasma_disks.po       2023-01-03 
19:16:31.000000000 +0100
+++ new/plasma-disks-5.27.0/po/it/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -183,4 +183,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gestisci"
\ No newline at end of file
+msgstr "Gestisci"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ka/plasma_disks.po 
new/plasma-disks-5.27.0/po/ka/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ka/plasma_disks.po       2023-01-03 
19:16:31.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ka/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -180,4 +180,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "მართვა"
\ No newline at end of file
+msgstr "მართვა"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ko/plasma_disks.po 
new/plasma-disks-5.27.0/po/ko/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ko/plasma_disks.po       2023-01-03 
19:16:32.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ko/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -177,4 +177,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "관리"
\ No newline at end of file
+msgstr "관리"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/nl/plasma_disks.po 
new/plasma-disks-5.27.0/po/nl/plasma_disks.po
--- old/plasma-disks-5.26.5/po/nl/plasma_disks.po       2023-01-03 
19:16:35.000000000 +0100
+++ new/plasma-disks-5.27.0/po/nl/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Beheren"
\ No newline at end of file
+msgstr "Beheren"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/nn/plasma_disks.po 
new/plasma-disks-5.27.0/po/nn/plasma_disks.po
--- old/plasma-disks-5.26.5/po/nn/plasma_disks.po       2023-01-03 
19:16:35.000000000 +0100
+++ new/plasma-disks-5.27.0/po/nn/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Handsam"
\ No newline at end of file
+msgstr "Handsam"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/pa/plasma_disks.po 
new/plasma-disks-5.27.0/po/pa/plasma_disks.po
--- old/plasma-disks-5.26.5/po/pa/plasma_disks.po       2023-01-03 
19:16:36.000000000 +0100
+++ new/plasma-disks-5.27.0/po/pa/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -172,4 +172,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "ਇੰਤਜ਼ਾਮ ਕਰੋ"
\ No newline at end of file
+msgstr "ਇੰਤਜ਼ਾਮ ਕਰੋ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/pl/plasma_disks.po 
new/plasma-disks-5.27.0/po/pl/plasma_disks.po
--- old/plasma-disks-5.26.5/po/pl/plasma_disks.po       2023-01-03 
19:16:36.000000000 +0100
+++ new/plasma-disks-5.27.0/po/pl/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Zarządzaj"
\ No newline at end of file
+msgstr "Zarządzaj"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/pt/plasma_disks.po 
new/plasma-disks-5.27.0/po/pt/plasma_disks.po
--- old/plasma-disks-5.26.5/po/pt/plasma_disks.po       2023-01-03 
19:16:37.000000000 +0100
+++ new/plasma-disks-5.27.0/po/pt/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -177,4 +177,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gerir"
\ No newline at end of file
+msgstr "Gerir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/pt_BR/plasma_disks.po 
new/plasma-disks-5.27.0/po/pt_BR/plasma_disks.po
--- old/plasma-disks-5.26.5/po/pt_BR/plasma_disks.po    2023-01-03 
19:16:37.000000000 +0100
+++ new/plasma-disks-5.27.0/po/pt_BR/plasma_disks.po    2023-02-09 
13:18:25.000000000 +0100
@@ -181,4 +181,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gerenciar"
\ No newline at end of file
+msgstr "Gerenciar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ro/plasma_disks.po 
new/plasma-disks-5.27.0/po/ro/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ro/plasma_disks.po       2023-01-03 
19:16:37.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ro/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -181,4 +181,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Gestionează"
\ No newline at end of file
+msgstr "Gestionează"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/ru/plasma_disks.po 
new/plasma-disks-5.27.0/po/ru/plasma_disks.po
--- old/plasma-disks-5.26.5/po/ru/plasma_disks.po       2023-01-03 
19:16:37.000000000 +0100
+++ new/plasma-disks-5.27.0/po/ru/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Управление"
\ No newline at end of file
+msgstr "Управление"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/sk/plasma_disks.po 
new/plasma-disks-5.27.0/po/sk/plasma_disks.po
--- old/plasma-disks-5.26.5/po/sk/plasma_disks.po       2023-01-03 
19:16:38.000000000 +0100
+++ new/plasma-disks-5.27.0/po/sk/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -179,4 +179,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Spravovať"
\ No newline at end of file
+msgstr "Spravovať"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/sl/plasma_disks.po 
new/plasma-disks-5.27.0/po/sl/plasma_disks.po
--- old/plasma-disks-5.26.5/po/sl/plasma_disks.po       2023-01-03 
19:16:38.000000000 +0100
+++ new/plasma-disks-5.27.0/po/sl/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -182,4 +182,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Upravljaj"
\ No newline at end of file
+msgstr "Upravljaj"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/sv/plasma_disks.po 
new/plasma-disks-5.27.0/po/sv/plasma_disks.po
--- old/plasma-disks-5.26.5/po/sv/plasma_disks.po       2023-01-03 
19:16:40.000000000 +0100
+++ new/plasma-disks-5.27.0/po/sv/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -179,4 +179,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Hantera"
\ No newline at end of file
+msgstr "Hantera"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/tr/plasma_disks.po 
new/plasma-disks-5.27.0/po/tr/plasma_disks.po
--- old/plasma-disks-5.26.5/po/tr/plasma_disks.po       2023-01-03 
19:16:41.000000000 +0100
+++ new/plasma-disks-5.27.0/po/tr/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -180,4 +180,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Yönet"
\ No newline at end of file
+msgstr "Yönet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/uk/plasma_disks.po 
new/plasma-disks-5.27.0/po/uk/plasma_disks.po
--- old/plasma-disks-5.26.5/po/uk/plasma_disks.po       2023-01-03 
19:16:41.000000000 +0100
+++ new/plasma-disks-5.27.0/po/uk/plasma_disks.po       2023-02-09 
13:18:25.000000000 +0100
@@ -183,4 +183,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "Керування"
\ No newline at end of file
+msgstr "Керування"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.5/po/zh_CN/plasma_disks.po 
new/plasma-disks-5.27.0/po/zh_CN/plasma_disks.po
--- old/plasma-disks-5.26.5/po/zh_CN/plasma_disks.po    2023-01-03 
19:16:42.000000000 +0100
+++ new/plasma-disks-5.27.0/po/zh_CN/plasma_disks.po    2023-02-09 
13:18:25.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-27 00:49+0000\n"
-"PO-Revision-Date: 2023-01-02 07:17\n"
+"PO-Revision-Date: 2023-02-07 11:06\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -175,4 +175,4 @@
 #, kde-format
 msgctxt "@action:button notification action to manage device problems"
 msgid "Manage"
-msgstr "管理"
\ No newline at end of file
+msgstr "管理"

Reply via email to