Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-nano for openSUSE:Factory checked in at 2025-10-22 12:13:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-nano (Old) and /work/SRC/openSUSE:Factory/.plasma6-nano.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-nano" Wed Oct 22 12:13:33 2025 rev:33 rq:1312784 version:6.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-nano/plasma6-nano.changes 2025-09-11 14:42:26.391660780 +0200 +++ /work/SRC/openSUSE:Factory/.plasma6-nano.new.18484/plasma6-nano.changes 2025-10-22 12:16:45.620673968 +0200 @@ -1,0 +2,33 @@ +Thu Oct 16 18:13:13 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.5.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.5.0 +- Changes since 6.4.91: + * Update version for new release 6.5.0 + +------------------------------------------------------------------- +Thu Oct 2 14:46:34 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.91 +- Changes since 6.4.90: + * Update version for new release 6.4.91 + +------------------------------------------------------------------- +Tue Sep 23 06:39:30 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.4.90 +- Changes since 6.4.5: + * Update version for new release 6.4.90 + * Fix colorset enum + * Use proper syntax for PropertyChanges + * Remove unused imports + * Enable qmllint in CI + * Fix applet error not displaying any error + * update version for new release + +------------------------------------------------------------------- Old: ---- plasma-nano-6.4.5.tar.xz plasma-nano-6.4.5.tar.xz.sig New: ---- plasma-nano-6.5.0.tar.xz plasma-nano-6.5.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-nano.spec ++++++ --- /var/tmp/diff_new_pack.deU51m/_old 2025-10-22 12:16:46.604715419 +0200 +++ /var/tmp/diff_new_pack.deU51m/_new 2025-10-22 12:16:46.608715587 +0200 @@ -18,14 +18,14 @@ %global __requires_exclude qt6qmlimport\\(org\\.kde\\.plasma\\.private\\.nanoshell.* -%define kf6_version 6.14.0 -%define qt6_version 6.8.0 +%define kf6_version 6.18.0 +%define qt6_version 6.9.0 %define rname plasma-nano %bcond_without released Name: plasma6-nano -Version: 6.4.5 +Version: 6.5.0 Release: 0 # Full Plasma 6 version (e.g. 5.9.3) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} @@ -34,9 +34,9 @@ Summary: Minimal Plasma shell for embedded devices License: GPL-2.0-or-later URL: https://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ plasma-nano-6.4.5.tar.xz -> plasma-nano-6.5.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/.kde-ci.yml new/plasma-nano-6.5.0/.kde-ci.yml --- old/plasma-nano-6.4.5/.kde-ci.yml 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/.kde-ci.yml 2025-10-16 11:09:07.000000000 +0200 @@ -16,3 +16,4 @@ 'plasma/libplasma': '@same' Options: require-passing-tests-on: ['Linux', 'FreeBSD'] + run-qmllint: True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/CMakeLists.txt new/plasma-nano-6.5.0/CMakeLists.txt --- old/plasma-nano-6.4.5/CMakeLists.txt 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/CMakeLists.txt 2025-10-16 11:09:07.000000000 +0200 @@ -2,12 +2,12 @@ project(plasma-nano) -set(PROJECT_VERSION "6.4.5") +set(PROJECT_VERSION "6.5.0") # minimal requirements -set(PROJECT_DEP_VERSION "6.4.5") -set(QT_MIN_VERSION "6.8.0") -set(KF6_MIN_VERSION "6.14.0") +set(PROJECT_DEP_VERSION "6.5.0") +set(QT_MIN_VERSION "6.9.0") +set(KF6_MIN_VERSION "6.18.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 20) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/components/qml/StartupFeedback.qml new/plasma-nano-6.5.0/components/qml/StartupFeedback.qml --- old/plasma-nano-6.4.5/components/qml/StartupFeedback.qml 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/components/qml/StartupFeedback.qml 2025-10-16 11:09:07.000000000 +0200 @@ -5,9 +5,7 @@ */ import QtQuick 2.12 -import QtQuick.Layouts 1.1 import QtQuick.Window 2.2 -import org.kde.plasma.core as PlasmaCore import Qt5Compat.GraphicalEffects import org.kde.kirigami 2.20 as Kirigami @@ -86,7 +84,7 @@ Kirigami.Icon { id: icon anchors.fill:parent - Kirigami.Theme.colorSet: Kirigami.Theme.ComplementaryColorGroup + Kirigami.Theme.colorSet: Kirigami.Theme.Complementary } DropShadow { anchors.fill: icon @@ -111,16 +109,14 @@ State { name: "closed" PropertyChanges { - target: window - visible: false + window.visible: false } }, State { name: "open" PropertyChanges { - target: window - visible: true + window.visible: true } } ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ar/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ar/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ar/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ar/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2025-08-03 08:11+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" @@ -18,6 +18,10 @@ "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Lokalize 23.08.5\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "لا توجد معلومات عن الخطأ." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "افتح %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ast/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ast/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ast/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ast/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-11-07 21:27+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: \n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.08.2\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/az/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/az/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/az/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/az/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2022-07-03 14:23+0400\n" "Last-Translator: Kheyyam <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.04.2\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/bg/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/bg/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/bg/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/bg/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,22 +1,26 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# Mincho Kondarev <[email protected]>, 2022, 2023. +# SPDX-FileCopyrightText: 2022, 2023, 2025 Mincho Kondarev <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-02-02 16:02+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-28 19:51+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.12.1\n" +"X-Generator: Lokalize 25.07.70\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Няма информация за грешка." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Отваряне на %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ca/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ca/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ca/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ca/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,16 +1,16 @@ # Translation of plasma_shell_org.kde.plasma.nano.po to Catalan -# Copyright (C) 2013-2023 This_file_is_part_of_KDE +# Copyright (C) 2013-2025 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep M. Ferrer <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2025 Josep M. Ferrer <[email protected]> # Antoni Bella Pérez <[email protected]>, 2014, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 09:45+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 10:04+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" @@ -19,7 +19,11 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Sense informació d'error." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ca@valencia/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ca@valencia/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ca@valencia/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ca@valencia/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,16 +1,16 @@ # Translation of plasma_shell_org.kde.plasma.nano.po to Catalan (Valencian) -# Copyright (C) 2013-2023 This_file_is_part_of_KDE +# Copyright (C) 2013-2025 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep M. Ferrer <[email protected]>, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2025 Josep M. Ferrer <[email protected]> # Antoni Bella Pérez <[email protected]>, 2014, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 09:45+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 10:04+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" @@ -19,7 +19,11 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Sense informació d'error." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/cs/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/cs/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/cs/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/cs/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2024-08-20 15:04+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Lokalize 24.05.2\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Otevřít %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/da/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/da/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/da/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/da/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2022-08-08 17:41+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 21.12.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/de/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/de/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/de/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/de/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,13 +1,12 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. -# Burkhard Lück <[email protected]>, 2020, 2021. -# Frederik Schwarzer <[email protected]>, 2022, 2023. -# +# SPDX-FileCopyrightText: 2020, 2021 Burkhard Lück <[email protected]> +# SPDX-FileCopyrightText: 2022, 2023 Frederik Schwarzer <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma_shell_org.kde.plasma.nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-03-12 17:35+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -18,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.12.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "% öffnen" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/el/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/el/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/el/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/el/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-08-15 01:38+0300\n" "Last-Translator: George Stefanakis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -18,6 +18,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.04.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Άνοιγμα %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/en_GB/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/en_GB/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/en_GB/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/en_GB/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-02-26 19:49+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 21.12.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/eo/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/eo/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/eo/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/eo/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-04-29 12:29+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" @@ -18,6 +18,10 @@ "X-Generator: translate-po (https://github.com/zcribe/translate-po)\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Malfermi %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/es/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/es/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/es/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/es/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: plasma_shell_org.kde.plasma.nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2025-05-26 01:10+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 11:28+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\n" @@ -17,7 +17,11 @@ "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 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "No hay información de errores." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/et/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/et/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/et/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/et/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2020-09-28 13:49+0200\n" "Last-Translator: Mihkel Tõnnov <[email protected]>\n" "Language-Team: Estonian <>\n" @@ -18,6 +18,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.1\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/eu/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/eu/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/eu/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/eu/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,16 +1,16 @@ # Translation for plasma_shell_org.kde.plasma.nano.po to Euskara/Basque (eu). -# Copyright (C) 2019-2023 This file is copyright: +# Copyright (C) 2019-2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. -# KDE euskaratzeko proiektuko arduraduna <[email protected]>. +# SPDX-FileCopyrightText: 2025 KDE euskaratzeko proiektuaren arduraduna <[email protected]> # # Translators: -# Iñigo Salvador Azurmendi <[email protected]>, 2019, 2020, 2021, 2022, 2023. +# Iñigo Salvador Azurmendi <[email protected]>, 2019, 2020, 2021, 2022, 2023, 2025. msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-29 19:44+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 18:51+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\n" @@ -18,7 +18,11 @@ "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 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Ez dago errore-informaziorik." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/fi/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/fi/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/fi/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/fi/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-03-04 20:07+0200\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-31 10:01+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 23.08.5\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Ei virhetietoja." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Avaa %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/fr/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/fr/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/fr/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/fr/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -5,9 +5,9 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-29 10:56+0100\n" -"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-22 09:15+0200\n" +"Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -16,6 +16,10 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 25.07.80\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Aucune information d'erreur." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Ouvrir %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/gl/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/gl/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/gl/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/gl/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-04-30 14:18+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.04.0\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Abrir %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/he/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/he/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/he/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/he/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,24 +1,27 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # +# SPDX-FileCopyrightText: 2025 Yaron Shahrabani <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2024-01-27 22:35+0200\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-24 09:39+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" -"Language-Team: Hebrew <[email protected]>\n" +"Language-Team: צוות התרגום של KDE ישראל\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Lokalize 25.04.3\n" "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "אין פרטים על השגיאה." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "פתיחת %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/hi/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/hi/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/hi/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/hi/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2021-04-25 21:28+0530\n" "Last-Translator: Sameer Singh <[email protected]>\n" "Language-Team: Kde-hindi\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 21.04.0\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/hu/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/hu/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/hu/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/hu/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-12-16 21:52+0100\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -18,6 +18,10 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 23.08.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "%1 megnyitása" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ia/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ia/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ia/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ia/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-02-01 23:03+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 22.12.1\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Aperi %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/id/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/id/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/id/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/id/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2019-12-14 07:10+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" @@ -16,6 +16,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/is/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/is/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/is/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/is/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,21 +1,25 @@ # Copyright (C) 2023 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# SPDX-FileCopyrightText: 2023, 2024 Guðmundur Erlingsson <[email protected]> +# SPDX-FileCopyrightText: 2023, 2024, 2025 Guðmundur Erlingsson <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2024-02-14 10:05+0000\n" -"Last-Translator: Guðmundur Erlingsson <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-09-17 00:02+0000\n" +"Last-Translator: Gummi <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\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 23.08.3\n" +"X-Generator: Lokalize 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Engar villuupplýsingar" #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/it/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/it/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/it/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/it/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,9 +6,9 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-29 08:48+0100\n" -"Last-Translator: Paolo Zamponi <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-27 23:02+0200\n" +"Last-Translator: Paolo Zamponi <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 25.04.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Nessuna informazione sull'errore." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Apri %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ja/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ja/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ja/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ja/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2019-11-21 14:07-0800\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -14,6 +14,10 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ka/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ka/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ka/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ka/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 07:08+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 03:48+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" "Language: ka\n" @@ -16,7 +16,11 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.6\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "შეცდომის ინფორმაციის გარეშე." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ko/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ko/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ko/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ko/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,13 +1,13 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. -# Shinjo Park <[email protected]>, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2025 Shinjo Park <[email protected]> # msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-03-01 00:11+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-10-09 01:20+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -15,7 +15,11 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 24.12.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "오류 정보가 없습니다." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/lt/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/lt/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/lt/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/lt/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2024-02-03 01:10+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -19,6 +19,10 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Poedit 3.0.1\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Atverti %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/lv/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/lv/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/lv/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/lv/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# SPDX-FileCopyrightText: 2024 Toms Trasuns <[email protected]> +# SPDX-FileCopyrightText: 2024, 2025 Toms Trasuns <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2024-05-29 12:55+0300\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-08-22 15:45+0300\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" "Language: lv\n" @@ -16,7 +16,11 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -"X-Generator: Lokalize 24.02.2\n" +"X-Generator: Lokalize 25.08.0\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Trūkst kļūdu informācija." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/nl/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/nl/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/nl/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/nl/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,13 +1,13 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# Freek de Kruijf <[email protected]>, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022, 2023, 2025 Freek de Kruijf <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 13:01+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 09:29+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" "Language: nl\n" @@ -15,7 +15,11 @@ "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 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Geen foutinformatie." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/nn/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/nn/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/nn/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/nn/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-02-09 21:42+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -19,6 +19,10 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Opna %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/pa/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/pa/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/pa/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/pa/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-04-01 21:14-0700\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 22.12.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "%1 ਨੂੰ ਖੋਲ੍ਹੋ" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/pl/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/pl/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/pl/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/pl/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2025-08-30 08:13+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: pl\n" @@ -18,6 +18,10 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 25.08.0\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Nie ma żadnych błędów." + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Otwórz %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/pt/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/pt/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/pt/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/pt/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2020-07-06 10:47+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -17,6 +17,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Abrir o %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/pt_BR/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/pt_BR/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/pt_BR/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/pt_BR/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -4,20 +4,25 @@ # # André Marcelo Alvarenga <[email protected]>, 2019. # Luiz Fernando Ranghetti <[email protected]>, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2025 Geraldo Simiao <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-02-07 10:44-0300\n" -"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" -"Language-Team: Portuguese <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-31 11:17-0300\n" +"Last-Translator: Geraldo Simiao <[email protected]>\n" +"Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\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.3\n" +"X-Generator: Lokalize 25.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Nenhuma informação do erro." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ro/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ro/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ro/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ro/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2024-02-25 12:46+0000\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -18,6 +18,10 @@ "20)) ? 1 : 2;\n" "X-Generator: Lokalize 21.12.3\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Deschide %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ru/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ru/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ru/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ru/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,14 +1,14 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# Alexander Yavorsky <[email protected]>, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2025 Alexander Yavorsky <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 22:19+0300\n" -"Last-Translator: Alexander Yavorsky <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-09-26 20:26+0200\n" +"Last-Translator: Alexander Yavorskiy <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -16,7 +16,11 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 21.08.3\n" +"X-Generator: Lokalize 25.08.1\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Информация об ошибке отсутствует." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/sa/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/sa/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/sa/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/sa/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-09-30 14:26+0530\n" "Last-Translator: \n" "Language-Team: Sanskrit <[email protected]>\n" @@ -19,6 +19,10 @@ "X-Generator: Poedit 3.3.2\n" "X-Poedit-SourceCharset: UTF-8\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "%1 उद्घाटयन्तु" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/sk/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/sk/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/sk/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/sk/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma_shell_org.kde.plasma.nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-03-11 16:30+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -16,6 +16,10 @@ "X-Generator: Lokalize 22.12.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "Otvoriť %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/sl/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/sl/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/sl/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/sl/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,17 +6,21 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-29 09:05+0100\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 06:33+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.12.1\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" +"X-Generator: Poedit 3.6\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Ni informacije o napaki." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/sv/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/sv/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/sv/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/sv/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -1,21 +1,25 @@ # Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the plasma-nano package. # -# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022, 2024 Stefan Asserhäll <[email protected]> +# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022, 2024, 2025 Stefan Asserhäll <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2024-06-18 00:46+0200\n" -"Last-Translator: Stefan Asserhäll <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-28 18:38+0200\n" +"Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\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 23.08.5\n" +"X-Generator: Lokalize 25.04.2\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Ingen felinformation." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/ta/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/ta/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/ta/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/ta/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2023-01-31 21:42+0530\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" @@ -17,6 +17,10 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 22.12.1\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "%1-ஐ திற" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/tr/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/tr/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/tr/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/tr/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -2,21 +2,25 @@ # This file is distributed under the same license as the plasma-nano package. # # Volkan Gezer <[email protected]>, 2022. -# SPDX-FileCopyrightText: 2022, 2023, 2024 Emir SARI <[email protected]> +# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2024-03-18 19:36+0300\n" -"Last-Translator: Emir SARI <[email protected]>\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-22 21:27+0300\n" +"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\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 24.02.0\n" +"X-Generator: Lokalize 25.04.2\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Hata bilgisi yok." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" @@ -32,7 +36,7 @@ #: contents/configuration/ConfigurationContainmentAppearance.qml:100 msgid "Wallpaper Type:" -msgstr "Duvar Kağıdı Türü:" +msgstr "Duvar Kâğıdı Türü:" #: contents/configuration/ConfigurationContainmentAppearance.qml:117 msgid "Get New Plugins…" @@ -50,7 +54,7 @@ #: contents/configuration/ContainmentConfiguration.qml:35 msgid "Wallpaper" -msgstr "Duvar Kağıdı" +msgstr "Duvar Kâğıdı" #: contents/configuration/ContainmentConfiguration.qml:86 msgid "Customize..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/uk/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/uk/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/uk/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/uk/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -3,22 +3,26 @@ # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Yuri Chornoivan <[email protected]>, 2019, 2020, 2021, 2022, 2023. +# Yuri Chornoivan <[email protected]>, 2019, 2020, 2021, 2022, 2023, 2025. msgid "" msgstr "" "Project-Id-Version: plasma_shell_org.kde.plasma.nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-01-28 08:58+0200\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-07-21 08:24+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" -"Language-Team: Ukrainian <[email protected]>\n" +"Language-Team: Ukrainian <[email protected]>\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 23.04.3\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "Немає даних щодо помилки." #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/zh_CN/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/zh_CN/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/zh_CN/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/zh_CN/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -18,6 +18,10 @@ "nano.pot\n" "X-Crowdin-File-ID: 51122\n" +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "没有错误信息。" + #: contents/applet/CompactApplet.qml:77 msgid "Open %1" msgstr "打开 %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/po/zh_TW/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-6.5.0/po/zh_TW/plasma_shell_org.kde.plasma.nano.po --- old/plasma-nano-6.4.5/po/zh_TW/plasma_shell_org.kde.plasma.nano.po 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/po/zh_TW/plasma_shell_org.kde.plasma.nano.po 2025-10-16 11:09:07.000000000 +0200 @@ -5,21 +5,25 @@ # # Automatically generated, 2019. # pan93412 <[email protected]>, 2019. -# Kisaragi Hiu <[email protected]>, 2022, 2023. +# SPDX-FileCopyrightText: 2022, 2023, 2025 Kisaragi Hiu <[email protected]> msgid "" msgstr "" "Project-Id-Version: plasma-nano\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-11-09 01:39+0000\n" -"PO-Revision-Date: 2023-03-06 22:00+0900\n" +"POT-Creation-Date: 2025-07-21 00:44+0000\n" +"PO-Revision-Date: 2025-08-16 13:25+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" -"Language-Team: Traditional Chinese <[email protected]>\n" +"Language-Team: Traditional Chinese <[email protected]>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.2\n" +"X-Generator: Lokalize 25.07.70\n" + +#: contents/applet/AppletError.qml:43 +msgid "No error information." +msgstr "沒有錯誤資訊。" #: contents/applet/CompactApplet.qml:77 msgid "Open %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-6.4.5/shell/contents/applet/AppletError.qml new/plasma-nano-6.5.0/shell/contents/applet/AppletError.qml --- old/plasma-nano-6.4.5/shell/contents/applet/AppletError.qml 2025-09-09 10:28:33.000000000 +0200 +++ new/plasma-nano-6.5.0/shell/contents/applet/AppletError.qml 2025-10-16 11:09:07.000000000 +0200 @@ -13,7 +13,7 @@ PlasmoidItem { id: root - property string reason + property var errorInformation fullRepresentation: RowLayout { Layout.minimumWidth: Kirigami.Units.gridUnit * 20 @@ -37,7 +37,10 @@ readOnly: true width: parent.width - icon.width wrapMode: TextEdit.Wrap - text: root.reason + text: root.errorInformation && root.errorInformation.errors ? + root.errorInformation.errors.join("\n\n") + // This is just to suppress warnings. Users should never see this. + : i18n("No error information.") } } }
