Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-purpose for openSUSE:Factory 
checked in at 2026-03-16 14:16:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-purpose (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-purpose.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-purpose"

Mon Mar 16 14:16:17 2026 rev:25 rq:1338954 version:6.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-purpose/kf6-purpose.changes  2026-02-16 
13:07:35.069707399 +0100
+++ /work/SRC/openSUSE:Factory/.kf6-purpose.new.8177/kf6-purpose.changes        
2026-03-16 14:19:04.837648013 +0100
@@ -1,0 +2,13 @@
+Mon Mar  9 08:07:44 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.24.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.24.0
+- Changes since 6.23.0:
+  * Update dependency version to 6.24.0
+  * Add missing CI dependencies
+  * Fix QML module dependencies
+  * Update version to 6.24.0
+
+-------------------------------------------------------------------

Old:
----
  purpose-6.23.0.tar.xz
  purpose-6.23.0.tar.xz.sig

New:
----
  purpose-6.24.0.tar.xz
  purpose-6.24.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-purpose.spec ++++++
--- /var/tmp/diff_new_pack.P4DlIc/_old  2026-03-16 14:19:05.357669599 +0100
+++ /var/tmp/diff_new_pack.P4DlIc/_new  2026-03-16 14:19:05.361669766 +0100
@@ -22,11 +22,11 @@
 %define qt6_version 6.8.0
 
 %define rname purpose
-# Full KF6 version (e.g. 6.23.0)
+# Full KF6 version (e.g. 6.24.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-purpose
-Version:        6.23.0
+Version:        6.24.0
 Release:        0
 Summary:        Framework to integrate services and actions in applications
 License:        LGPL-2.1-or-later
@@ -53,6 +53,10 @@
 BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
 BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+BuildRequires:  qt6qmlimport(SSO.OnlineAccounts)
+BuildRequires:  qt6qmlimport(org.kde.prison)
+BuildRequires:  qt6qmlimport(org.kde.kitemmodels)
+BuildRequires:  qt6qmlimport(org.kde.kcmutils)
 Requires:       accounts-qml-module
 Requires:       kf6-kdeclarative-imports >= %{_kf6_version}
 Requires:       kf6-kirigami-imports >= %{_kf6_version}


++++++ purpose-6.23.0.tar.xz -> purpose-6.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/.kde-ci.yml 
new/purpose-6.24.0/.kde-ci.yml
--- old/purpose-6.23.0/.kde-ci.yml      2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/.kde-ci.yml      2026-03-07 21:33:46.000000000 +0100
@@ -9,6 +9,8 @@
     'frameworks/kirigami': '@same'
     'frameworks/kservice': '@same'
     'frameworks/kitemmodels': '@same'
+    'frameworks/kcmutils': '@same'
+    'frameworks/prison': '@same'
 
 Options:
  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/CMakeLists.txt 
new/purpose-6.24.0/CMakeLists.txt
--- old/purpose-6.23.0/CMakeLists.txt   2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/CMakeLists.txt   2026-03-07 21:33:46.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 6.23.0 REQUIRED NO_MODULE)
+find_package(ECM 6.24.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -41,8 +41,8 @@
   set(HAVE_DBUS ON)
 endif()
 
-set(KF_VERSION "6.23.0") # handled by release scripts
-set(KF_DEP_VERSION "6.23.0") # handled by release scripts
+set(KF_VERSION "6.24.0") # handled by release scripts
+set(KF_DEP_VERSION "6.24.0") # handled by release scripts
 
 find_package(KF6 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami Notifications KIO Service)
 
@@ -52,11 +52,14 @@
                        PURPOSE "Needed for YouTube and Nextcloud upload"
                        TYPE OPTIONAL
 )
-ecm_find_qmlmodule(SSO.OnlineAccounts 0.1)
 
-ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
-ecm_find_qmlmodule(org.kde.prison 1.0)
-ecm_find_qmlmodule(org.kde.kitemmodels 1.0)
+if (KAccounts6_FOUND)
+  ecm_find_qmlmodule(SSO.OnlineAccounts REQUIRED)
+endif()
+
+ecm_find_qmlmodule(org.kde.prison REQUIRED)
+ecm_find_qmlmodule(org.kde.kitemmodels REQUIRED)
+ecm_find_qmlmodule(org.kde.kcmutils REQUIRED)
 
 ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX PURPOSE
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/purpose_version.h"
@@ -65,7 +68,7 @@
 
 ecm_set_disabled_deprecation_versions(
     QT 6.11.0
-    KF 6.21.0
+    KF 6.23.0
 )
 
 add_subdirectory( src )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/bg/purpose6_kdeconnectsms.po 
new/purpose-6.24.0/po/bg/purpose6_kdeconnectsms.po
--- old/purpose-6.23.0/po/bg/purpose6_kdeconnectsms.po  2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/bg/purpose6_kdeconnectsms.po  2026-03-07 
21:33:46.000000000 +0100
@@ -1,27 +1,26 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR This file is copyright:
+# Copyright (C) 2026 This file is copyright:
 # This file is distributed under the same license as the purpose package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
+# SPDX-FileCopyrightText: 2026 Mincho Kondarev <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-28 00:41+0000\n"
-"PO-Revision-Date: \n"
-"Last-Translator: mkkDr2010 <[email protected]>\n"
-"Language-Team: \n"
+"PO-Revision-Date: 2026-01-29 23:34+0100\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: Poedit 2.4.1\n"
+"X-Generator: Lokalize 26.03.70\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kdeconnectsmsplugin.cpp:39
 #, kde-format
 msgid "%1 – %2"
-msgstr ""
+msgstr "%1 – %2"
 
 #~ msgid "%1 - %2"
 #~ msgstr "%1 - %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_barcode.po 
new/purpose-6.24.0/po/de/purpose6_barcode.po
--- old/purpose-6.23.0/po/de/purpose6_barcode.po        2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_barcode.po        2026-03-07 
21:33:46.000000000 +0100
@@ -4,27 +4,27 @@
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2021, 2023 Frederik Schwarzer <[email protected]>
 # SPDX-FileCopyrightText: 2025 Flori G <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_barcode\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-01-29 16:14+0100\n"
-"Last-Translator: Flori G <[email protected]>\n"
+"PO-Revision-Date: 2026-02-07 16:31+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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.12.1\n"
+"X-Generator: Lokalize 25.12.1\n"
 
 #: barcodeplugin_config.qml:45
 #, kde-format
 msgid "Type a URL or some text to generate a QR code"
 msgstr ""
-"Geben Sie eine Adresse oder etwas Text ein, um daraus einen QR-Code zu "
-"erstellen"
+"Geben Sie eine Adresse oder Text ein, um daraus einen QR-Code zu erstellen"
 
 #: barcodeplugin_config.qml:47
 #, kde-format
@@ -39,4 +39,4 @@
 #: barcodeplugin_config.qml:64
 #, kde-format
 msgid "Type a URL or some text…"
-msgstr "Geben Sie eine Adresse oder anderen Text ein …"
+msgstr "Geben Sie eine Adresse oder Text ein …"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_bluetooth.po 
new/purpose-6.24.0/po/de/purpose6_bluetooth.po
--- old/purpose-6.23.0/po/de/purpose6_bluetooth.po      2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_bluetooth.po      2026-03-07 
21:33:46.000000000 +0100
@@ -1,24 +1,26 @@
 # Copyright (C) 2025 This file is copyright:
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2019 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_bluetooth\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2019-08-05 07:11+0200\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-27 20:23+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: bluetoothplugin_config.qml:23
 #, kde-format
 msgid "Choose a device to send to:"
-msgstr "Wählen Sie ein Gerät an das gesendet wird:"
+msgstr "Wählen Sie ein Gerät, an das gesendet werden soll:"
 
 #: bluetoothplugin_config.qml:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_imgur.po 
new/purpose-6.24.0/po/de/purpose6_imgur.po
--- old/purpose-6.23.0/po/de/purpose6_imgur.po  2026-02-06 13:18:27.000000000 
+0100
+++ new/purpose-6.24.0/po/de/purpose6_imgur.po  2026-03-07 21:33:46.000000000 
+0100
@@ -1,19 +1,20 @@
 # SPDX-FileCopyrightText: 2025 Flori G <[email protected]>
 # SPDX-FileCopyrightText: 2015, 2017 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_imgur\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-01-29 16:54+0100\n"
-"Last-Translator: Flori G <[email protected]>\n"
+"PO-Revision-Date: 2026-02-07 16:35+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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.12.1\n"
+"X-Generator: Lokalize 25.12.1\n"
 
 #: imgurplugin.cpp:68 imgurplugin.cpp:70
 #, kde-format
@@ -23,12 +24,12 @@
 #: imgurplugin.cpp:91
 #, kde-format
 msgid "Uploading files to imgur..."
-msgstr "Dateien werden zu Imgur hochgeladen …"
+msgstr "Dateien werden auf Imgur hochgeladen …"
 
 #: imgurplugin.cpp:143
 #, kde-format
 msgid "Imgur Upload"
-msgstr "Imgur Upload"
+msgstr "Imgur-Upload"
 
 #: imgurplugin.cpp:144
 #, kde-format
@@ -38,8 +39,8 @@
 "href=\"%2\">%2</a>"
 msgstr ""
 "Die Adresse zum geteilten Bild (<a href=\"%1\">%1</a>) wurde in die "
-"Zwischenablage kopiert.<br>Wenn Sie das hochgeladene Bild entfernen wollen, "
-"besuchen Sie <a href=\"%2\">%2</a><br><a href=\"%2\">"
+"Zwischenablage kopiert.<br>Wenn Sie das hochgeladene Bild entfernen möchten, "
+"besuchen Sie <a href=\"%2\">%2</a>"
 
 #~ msgid "Error page returned"
 #~ msgstr "Eine Fehlerseite wurde zurückgegeben"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_kdeconnect.po 
new/purpose-6.24.0/po/de/purpose6_kdeconnect.po
--- old/purpose-6.23.0/po/de/purpose6_kdeconnect.po     2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_kdeconnect.po     2026-03-07 
21:33:46.000000000 +0100
@@ -1,24 +1,26 @@
 # Copyright (C) 2025 This_file_is_part_of_KDE
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2018 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_kdeconnect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2018-05-29 06:36+0100\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-27 20:24+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: kdeconnectplugin_config.qml:22
 #, kde-format
 msgid "Choose a device to send to:"
-msgstr "Wählen Sie ein Gerät an das gesendet wird:"
+msgstr "Wählen Sie ein Gerät, an das gesendet werden soll:"
 
 #: kdeconnectplugin_config.qml:63
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_kdeconnectsms.po 
new/purpose-6.24.0/po/de/purpose6_kdeconnectsms.po
--- old/purpose-6.23.0/po/de/purpose6_kdeconnectsms.po  2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_kdeconnectsms.po  2026-03-07 
21:33:46.000000000 +0100
@@ -1,24 +1,26 @@
 # Copyright (C) 2025 This file is copyright:
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2019 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_kdeconnectsms\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-28 00:41+0000\n"
-"PO-Revision-Date: 2019-04-11 07:00+0100\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-28 12:15+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: kdeconnectsmsplugin.cpp:39
 #, kde-format
 msgid "%1 – %2"
-msgstr ""
+msgstr "%1 – %2"
 
 #~ msgid "%1 - %2"
 #~ msgstr "%1 - %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_nextcloud.po 
new/purpose-6.24.0/po/de/purpose6_nextcloud.po
--- old/purpose-6.23.0/po/de/purpose6_nextcloud.po      2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_nextcloud.po      2026-03-07 
21:33:46.000000000 +0100
@@ -1,19 +1,21 @@
 # Copyright (C) 2025 This_file_is_part_of_KDE
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2017, 2018, 2021 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_nextcloud\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2021-03-29 08:00+0200\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-27 20:31+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: nextcloudplugin_config.qml:24
 #, kde-format
@@ -33,7 +35,7 @@
 #: nextcloudplugin_config.qml:81
 #, kde-format
 msgid "Upload to folder:"
-msgstr "Hochladen zum Ordner:"
+msgstr "Hochladen in Ordner:"
 
 #~ msgid "Account:"
 #~ msgstr "Zugang:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_phabricator.po 
new/purpose-6.24.0/po/de/purpose6_phabricator.po
--- old/purpose-6.23.0/po/de/purpose6_phabricator.po    2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_phabricator.po    2026-03-07 
21:33:46.000000000 +0100
@@ -1,24 +1,26 @@
 # Copyright (C) 2025 This_file_is_part_of_KDE
 # This file is distributed under the same license as the purpose package.
 # SPDX-FileCopyrightText: 2018 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_phabricator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2018-11-20 06:52+0100\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-27 20:32+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: phabricatorjobs.cpp:59 phabricatorjobs.cpp:195
 #, kde-format
 msgid "Could not find the 'arc' command"
-msgstr "Der Befehl „arc“ wurde nicht gefunden"
+msgstr "Der Befehl „arc“ kann nicht gefunden werden"
 
 #: phabricatorjobs.cpp:117
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_reviewboard.po 
new/purpose-6.24.0/po/de/purpose6_reviewboard.po
--- old/purpose-6.23.0/po/de/purpose6_reviewboard.po    2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_reviewboard.po    2026-03-07 
21:33:46.000000000 +0100
@@ -1,17 +1,19 @@
 # SPDX-FileCopyrightText: 2015 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_reviewboard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2015-09-28 12:20+0200\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-01-27 20:34+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: reviewboardjobs.cpp:166
 #, kde-format
@@ -45,7 +47,7 @@
 #: reviewboardjobs.cpp:372
 #, kde-format
 msgid "Could not set metadata"
-msgstr "Metadaten können nicht eingestellt werden"
+msgstr "Metadaten können nicht festgelegt werden"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: reviewboardplugin_config.qml:34 reviewpatch.ui:26
@@ -68,7 +70,7 @@
 #: reviewboardplugin_config.qml:58
 #, kde-format
 msgid "Repository:"
-msgstr "Quelltextarchiv:"
+msgstr "Archiv:"
 
 #: reviewboardplugin_config.qml:83
 #, kde-format
@@ -115,7 +117,7 @@
 #: reviewpatch.ui:99
 #, kde-format
 msgid "Repository"
-msgstr "Quelltextarchiv"
+msgstr "Archiv"
 
 #. i18n: ectx: property (title), widget (QGroupBox, reviewsBox)
 #: reviewpatch.ui:111
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_saveas.po 
new/purpose-6.24.0/po/de/purpose6_saveas.po
--- old/purpose-6.23.0/po/de/purpose6_saveas.po 2026-02-06 13:18:27.000000000 
+0100
+++ new/purpose-6.24.0/po/de/purpose6_saveas.po 2026-03-07 21:33:46.000000000 
+0100
@@ -1,18 +1,20 @@
 # SPDX-FileCopyrightText: 2015 Frederik Schwarzer <[email protected]>
 # SPDX-FileCopyrightText: 2018 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_saveas\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2018-05-29 06:34+0100\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2026-02-07 16:36+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.12.1\n"
 
 #: saveasplugin.cpp:45
 #, kde-format
@@ -28,4 +30,5 @@
 #, kde-format
 msgid "Select a directory where to save your pictures and videos"
 msgstr ""
-"Wählen Sie einen Ordner, in dem Ihre Bilder und Videos gespeichert werden"
+"Wählen Sie einen Ordner, in dem Ihre Bilder und Videos gespeichert werden "
+"sollen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/de/purpose6_youtube.po 
new/purpose-6.24.0/po/de/purpose6_youtube.po
--- old/purpose-6.23.0/po/de/purpose6_youtube.po        2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/de/purpose6_youtube.po        2026-03-07 
21:33:46.000000000 +0100
@@ -1,30 +1,31 @@
 # SPDX-FileCopyrightText: 2025 Flori G <[email protected]>
 # SPDX-FileCopyrightText: 2015 Frederik Schwarzer <[email protected]>
 # SPDX-FileCopyrightText: 2018 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2026 Philipp Kiemle <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose6_youtube\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-01-29 16:24+0100\n"
-"Last-Translator: Flori G <[email protected]>\n"
+"PO-Revision-Date: 2026-02-07 16:37+0100\n"
+"Last-Translator: Philipp Kiemle <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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.12.1\n"
+"X-Generator: Lokalize 25.12.1\n"
 
 #: youtubejobcomposite.cpp:40
 #, kde-format
 msgid "No YouTube account configured in your accounts."
-msgstr "In Ihrem Benutzerkonto ist kein YouTube-Zugang eingerichtet."
+msgstr "In Ihren Benutzerkonten ist kein YouTube-Konto eingerichtet."
 
 #: youtubeplugin_config.qml:29
 #, kde-format
 msgid "Account:"
-msgstr "Zugang:"
+msgstr "Konto:"
 
 #: youtubeplugin_config.qml:53
 #, kde-format
@@ -34,7 +35,7 @@
 #: youtubeplugin_config.qml:58
 #, kde-format
 msgid "Enter a title for the video..."
-msgstr "Geben Sie einen Titel für das Video ein …"
+msgstr "Geben Sie einen Titel für das Video ein …"
 
 #: youtubeplugin_config.qml:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/po/eu/purpose6_kdeconnectsms.po 
new/purpose-6.24.0/po/eu/purpose6_kdeconnectsms.po
--- old/purpose-6.23.0/po/eu/purpose6_kdeconnectsms.po  2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/po/eu/purpose6_kdeconnectsms.po  2026-03-07 
21:33:46.000000000 +0100
@@ -1,29 +1,29 @@
 # Translation of purpose_kdeconnectsms.po to Euskara/Basque (eu).
-# Copyright (C) 2019 This file is copyright:
+# Copyright (C) 2019-2026 This file is copyright:
 # This file is distributed under the same license as the purpose package.
-# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>.
+# SPDX-FileCopyrightText: 2026 KDE Euskaratzeko proiektuaren arduraduna 
<[email protected]>
 #
 # Translators:
-# Iñigo Salvador Azurmendi <[email protected]>, 2019.
+# Iñigo Salvador Azurmendi <[email protected]>, 2019, 2026.
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-28 00:41+0000\n"
-"PO-Revision-Date: 2019-04-28 23:51+0100\n"
-"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
+"PO-Revision-Date: 2026-02-28 23:40+0100\n"
+"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
 "Language: eu\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 2.0\n"
+"X-Generator: Lokalize 25.12.2\n"
 
 #: kdeconnectsmsplugin.cpp:39
 #, kde-format
 msgid "%1 – %2"
-msgstr ""
+msgstr "%1 – %2"
 
 #~ msgid "%1 - %2"
 #~ msgstr "%1 - %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/fileitemactionplugin/sharefileitemaction.json 
new/purpose-6.24.0/src/fileitemactionplugin/sharefileitemaction.json
--- old/purpose-6.23.0/src/fileitemactionplugin/sharefileitemaction.json        
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/fileitemactionplugin/sharefileitemaction.json        
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Comparteix usant el Purpose",
         "Description[cs]": "Sdílet pomocí Purpose",
         "Description[da]": "Del via Purpose",
-        "Description[de]": "Freigeben über Purpose",
+        "Description[de]": "Über Purpose teilen",
         "Description[el]": "Διαμοιρασμός με χρήση του Purpose",
         "Description[en_GB]": "Share using Purpose",
         "Description[eo]": "Kunhavigi uzante Celon",
@@ -113,7 +113,7 @@
         "Name[ca]": "Comparteix",
         "Name[cs]": "Sdílet",
         "Name[da]": "Del",
-        "Name[de]": "Freigeben",
+        "Name[de]": "Teilen",
         "Name[el]": "Διαμοιρασμός",
         "Name[en_GB]": "Share",
         "Name[eo]": "Kunhavigi",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/src/plugins/ExportPluginType.json 
new/purpose-6.24.0/src/plugins/ExportPluginType.json
--- old/purpose-6.23.0/src/plugins/ExportPluginType.json        2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/ExportPluginType.json        2026-03-07 
21:33:46.000000000 +0100
@@ -8,7 +8,7 @@
         "Name[ca]": "Puja…",
         "Name[cs]": "Odeslat…",
         "Name[da]": "Upload…",
-        "Name[de]": "Hochladen …",
+        "Name[de]": "Hochladen …",
         "Name[el]": "Αποστολή…",
         "Name[en_GB]": "Upload…",
         "Name[eo]": "Alŝuti…",
@@ -23,6 +23,7 @@
         "Name[ia]": "Incarga…",
         "Name[is]": "Senda inn…",
         "Name[it]": "Carica…",
+        "Name[ja]": "アップロード…",
         "Name[ka]": "ატვირთვა…",
         "Name[ko]": "업로드…",
         "Name[lt]": "Išsiųsti…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/src/plugins/ShareUrlPluginType.json 
new/purpose-6.24.0/src/plugins/ShareUrlPluginType.json
--- old/purpose-6.23.0/src/plugins/ShareUrlPluginType.json      2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/ShareUrlPluginType.json      2026-03-07 
21:33:46.000000000 +0100
@@ -8,7 +8,7 @@
         "Name[ca]": "Comparteix…",
         "Name[cs]": "Sdílet…",
         "Name[da]": "Del…",
-        "Name[de]": "Freigeben …",
+        "Name[de]": "Teilen …",
         "Name[el]": "Διαμοιρασμός…",
         "Name[en_GB]": "Share…",
         "Name[eo]": "Kunhavigi…",
@@ -23,6 +23,7 @@
         "Name[ia]": "Comparti…",
         "Name[is]": "Deila…",
         "Name[it]": "Condividi…",
+        "Name[ja]": "共有…",
         "Name[ka]": "გაზიარება…",
         "Name[ko]": "공유…",
         "Name[lt]": "Bendrinti…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/barcode/barcodeplugin.json 
new/purpose-6.24.0/src/plugins/barcode/barcodeplugin.json
--- old/purpose-6.23.0/src/plugins/barcode/barcodeplugin.json   2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/barcode/barcodeplugin.json   2026-03-07 
21:33:46.000000000 +0100
@@ -57,7 +57,7 @@
         "Description[ca]": "Genera un codi QR d'aquest enllaç",
         "Description[cs]": "Vygenerovat kód QR pro tento odkaz",
         "Description[da]": "Generér en QR-kode for dette link",
-        "Description[de]": "QR-Code für diesen Link erstellen",
+        "Description[de]": "Einen QR-Code für diesen Link erstellen",
         "Description[el]": "Παραγωγή ενός κωδικού QR γι' αυτόν τον σύνδεσμο",
         "Description[en_GB]": "Generate a QR code for this link",
         "Description[eo]": "Generi QR-kodon por ĉi tiu ligilo",
@@ -101,6 +101,7 @@
         "Name[bg]": "Генериране на QR код",
         "Name[ca@valencia]": "Genera un codi QR",
         "Name[ca]": "Genera un codi QR",
+        "Name[de]": "QR-Code erstellen",
         "Name[eo]": "Generi QR-Kodon",
         "Name[es]": "Generar código QR",
         "Name[eu]": "Sortu QR kodea",
@@ -112,6 +113,7 @@
         "Name[ia]": "Genera codice QR",
         "Name[is]": "Útbúa QR-kóða",
         "Name[it]": "Genera codice QR",
+        "Name[ja]": "QR コードを生成",
         "Name[ka]": "QR კოდის გენერაცია",
         "Name[ko]": "QR 코드 생성",
         "Name[lt]": "Generuoti QR kodą",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/bluetooth/bluetoothplugin.json 
new/purpose-6.24.0/src/plugins/bluetooth/bluetoothplugin.json
--- old/purpose-6.23.0/src/plugins/bluetooth/bluetoothplugin.json       
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/bluetooth/bluetoothplugin.json       
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Envia per Bluetooth",
         "Description[cs]": "Poslat přes Bluetooth",
         "Description[da]": "Send via Bluetooth",
-        "Description[de]": "Über Bluetooth versenden",
+        "Description[de]": "Per Bluetooth versenden",
         "Description[el]": "Αποστολή μέσω bluetooth",
         "Description[en_GB]": "Send via Bluetooth",
         "Description[eo]": "Sendi per Bluetooth",
@@ -111,7 +111,7 @@
         "Name[ca]": "Envia per Bluetooth",
         "Name[cs]": "Poslat přes Bluetooth",
         "Name[da]": "Send via Bluetooth",
-        "Name[de]": "Über Bluetooth versenden",
+        "Name[de]": "Per Bluetooth versenden",
         "Name[el]": "Αποστολή μέσω bluetooth",
         "Name[en_GB]": "Send via Bluetooth",
         "Name[eo]": "Sendi per Bluetooth",
@@ -161,7 +161,7 @@
     "X-Purpose-ActionDisplay[ca]": "Envia per Bluetooth...",
     "X-Purpose-ActionDisplay[cs]": "Poslat přes Bluetooth...",
     "X-Purpose-ActionDisplay[da]": "Send via Bluetooth...",
-    "X-Purpose-ActionDisplay[de]": "Über Bluetooth versenden …",
+    "X-Purpose-ActionDisplay[de]": "Per Bluetooth versenden …",
     "X-Purpose-ActionDisplay[el]": "Αποστολή μέσω bluetooth...",
     "X-Purpose-ActionDisplay[en_GB]": "Send via Bluetooth...",
     "X-Purpose-ActionDisplay[eo]": "Sendi per Bluetooth...",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/clipboard/clipboardplugin.json 
new/purpose-6.24.0/src/plugins/clipboard/clipboardplugin.json
--- old/purpose-6.23.0/src/plugins/clipboard/clipboardplugin.json       
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/clipboard/clipboardplugin.json       
2026-03-07 21:33:46.000000000 +0100
@@ -22,6 +22,7 @@
                 "Name[ia]": "Aleix Pol Gonzalez",
                 "Name[is]": "Aleix Pol Gonzalez",
                 "Name[it]": "Aleix Pol Gonzalez",
+                "Name[ja]": "Aleix Pol Gonzalez",
                 "Name[ka]": "ალეიქს პოლ გონზალეზი",
                 "Name[ko]": "Aleix Pol Gonzalez",
                 "Name[lt]": "Aleix Pol Gonzalez",
@@ -60,6 +61,7 @@
         "Description[ia]": "Copia in area de transferentia",
         "Description[is]": "Afritar inn á klippispjaldið",
         "Description[it]": "Copia negli appunti",
+        "Description[ja]": "クリップボードにコピーします",
         "Description[ka]": "აკოპირებს ბუფერში",
         "Description[ko]": "클립보드에 복사",
         "Description[lt]": "Nukopijuoja į iškarpinę",
@@ -98,6 +100,7 @@
         "Name[ia]": "Area de transferentia",
         "Name[is]": "Klippispjald",
         "Name[it]": "Appunti",
+        "Name[ja]": "クリップボード",
         "Name[ka]": "გაცვლის ბუფერი",
         "Name[ko]": "클립보드",
         "Name[lt]": "Iškarpinė",
@@ -134,6 +137,7 @@
     "X-Purpose-ActionDisplay[ia]": "Copia a area de transferentia",
     "X-Purpose-ActionDisplay[is]": "Afrita á klippispjald",
     "X-Purpose-ActionDisplay[it]": "Copia negli appunti",
+    "X-Purpose-ActionDisplay[ja]": "クリップボードにコピー",
     "X-Purpose-ActionDisplay[ka]": "ბუფერში კოპირება",
     "X-Purpose-ActionDisplay[ko]": "클립보드에 복사",
     "X-Purpose-ActionDisplay[lt]": "Kopijuoti į iškarpinę",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/src/plugins/email/emailplugin.json 
new/purpose-6.24.0/src/plugins/email/emailplugin.json
--- old/purpose-6.23.0/src/plugins/email/emailplugin.json       2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/email/emailplugin.json       2026-03-07 
21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Envia per correu electrònic",
         "Description[cs]": "Poslat emailem",
         "Description[da]": "Send via e-mail",
-        "Description[de]": "Als E-Mail senden",
+        "Description[de]": "Per E-Mail senden",
         "Description[el]": "Αποστολή μέσω email",
         "Description[en_GB]": "Send via Email",
         "Description[eo]": "Sendi per Retpoŝto",
@@ -88,7 +88,7 @@
         "Description[pa]": "ਈਮੇਲ ਰਾਹੀਂ ਭੇਜੋ",
         "Description[pl]": "Prześlij pocztą",
         "Description[pt]": "Enviar por E-mail",
-        "Description[pt_BR]": "Envia por e-mail",
+        "Description[pt_BR]": "Enviar por e-mail",
         "Description[ro]": "Trimite prin poștă",
         "Description[ru]": "Отправка по электронной почте",
         "Description[sa]": "ईमेलद्वारा प्रेषयन्तु",
@@ -111,7 +111,7 @@
         "Name[ca]": "Envia per correu electrònic",
         "Name[cs]": "Poslat emailem",
         "Name[da]": "Send via e-mail",
-        "Name[de]": "Als E-Mail senden",
+        "Name[de]": "Per E-Mail senden",
         "Name[el]": "Αποστολή μέσω email",
         "Name[en_GB]": "Send via Email",
         "Name[eo]": "Sendi per Retpoŝto",
@@ -139,7 +139,7 @@
         "Name[pa]": "ਈਮੇਲ ਰਾਹੀਂ ਭੇਜੋ",
         "Name[pl]": "Prześlij pocztą",
         "Name[pt]": "Enviar por E-mail",
-        "Name[pt_BR]": "Envia por e-mail",
+        "Name[pt_BR]": "Enviar por e-mail",
         "Name[ro]": "Trimite prin poștă",
         "Name[ru]": "Отправка по электронной почте",
         "Name[sa]": "ईमेलद्वारा प्रेषयन्तु",
@@ -161,7 +161,7 @@
     "X-Purpose-ActionDisplay[ca]": "Envia per correu electrònic...",
     "X-Purpose-ActionDisplay[cs]": "Poslat emailem...",
     "X-Purpose-ActionDisplay[da]": "Send via e-mail...",
-    "X-Purpose-ActionDisplay[de]": "Als E-Mail senden …",
+    "X-Purpose-ActionDisplay[de]": "Per E-Mail senden …",
     "X-Purpose-ActionDisplay[el]": "Αποστολή μέσω email...",
     "X-Purpose-ActionDisplay[en_GB]": "Send via Email...",
     "X-Purpose-ActionDisplay[eo]": "Sendi per Retpoŝto...",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/src/plugins/imgur/imgurplugin.json 
new/purpose-6.24.0/src/plugins/imgur/imgurplugin.json
--- old/purpose-6.23.0/src/plugins/imgur/imgurplugin.json       2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/imgur/imgurplugin.json       2026-03-07 
21:33:46.000000000 +0100
@@ -61,7 +61,7 @@
         "Description[ca]": "Puja imatges a Imgur",
         "Description[cs]": "Odeslat obrázky na Imgur",
         "Description[da]": "Upload billeder til Imgur",
-        "Description[de]": "Bilder zu Imgur hochladen",
+        "Description[de]": "Bilder auf Imgur hochladen",
         "Description[el]": "Αποστολή εικόνων στο Imgur",
         "Description[en_GB]": "Upload pictures to Imgur",
         "Description[eo]": "Alŝuti bildojn al Imgur",
@@ -88,7 +88,7 @@
         "Description[nn]": "Last opp bilete til Imgur",
         "Description[pl]": "Prześlij zdjęcia na imgur",
         "Description[pt]": "Enviar as imagens para o Imgur",
-        "Description[pt_BR]": "Envia imagens para Imgur",
+        "Description[pt_BR]": "Enviar imagens para Imgur",
         "Description[ro]": "Încarcă imagini pe Imgur",
         "Description[ru]": "Отправка изображений на Imgur",
         "Description[sa]": "इमगुर् इत्यत्र चित्राणि अपलोड् कुर्वन्तु",
@@ -108,6 +108,7 @@
         "Name[bg]": "Публично качване в Imgur",
         "Name[ca@valencia]": "Puja públicament a Imgur",
         "Name[ca]": "Puja públicament a Imgur",
+        "Name[de]": "Öffentlich auf Imgur hochladen",
         "Name[eo]": "Alŝuti Publike al Imgur",
         "Name[es]": "Enviar públicamente a Imgur",
         "Name[eu]": "Zama-igo publikoki Imgur-rera",
@@ -119,12 +120,13 @@
         "Name[ia]": "Incarga Publicamente a Imgur",
         "Name[is]": "Senda opinbert inn á Imgur",
         "Name[it]": "Carica pubblicamente su Imgur",
+        "Name[ja]": "Imgur に画像をアップロードして公開",
         "Name[ka]": "საჯაროდ ატვირთვა Imgur-ზე",
         "Name[ko]": "Imgur에 공개 업로드",
         "Name[lt]": "Išsiųsti viešai į „Imgur“",
         "Name[lv]": "Augšupielādēt attēlus uz „Imgur“",
         "Name[nl]": "Publiek uploaden naar Imgur",
-        "Name[pt_BR]": "Envia publicamente para o Imgur",
+        "Name[pt_BR]": "Enviar publicamente para o Imgur",
         "Name[ru]": "Публикация на Imgur",
         "Name[sl]": "Prenesi javno na Imgur",
         "Name[sv]": "Ladda upp öppet till Imgur",
@@ -140,6 +142,7 @@
     "X-Purpose-ActionDisplay[bg]": "Публично качване в Imgur",
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja públicament a Imgur",
     "X-Purpose-ActionDisplay[ca]": "Puja públicament a Imgur",
+    "X-Purpose-ActionDisplay[de]": "Öffentlich auf Imgur hochladen",
     "X-Purpose-ActionDisplay[eo]": "Alŝuti Publike al Imgur",
     "X-Purpose-ActionDisplay[es]": "Enviar públicamente a Imgur",
     "X-Purpose-ActionDisplay[eu]": "Zama-igo publikoki Imgur-rera",
@@ -151,12 +154,13 @@
     "X-Purpose-ActionDisplay[ia]": "Incarga Publicamente a Imgur",
     "X-Purpose-ActionDisplay[is]": "Senda opinbert inn á Imgur",
     "X-Purpose-ActionDisplay[it]": "Carica pubblicamente su Imgur",
+    "X-Purpose-ActionDisplay[ja]": "Imgur に画像をアップロードして公開",
     "X-Purpose-ActionDisplay[ka]": "საჯაროდ ატვირთვა Imgur-ზე",
     "X-Purpose-ActionDisplay[ko]": "Imgur에 공개 업로드",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti viešai į „Imgur“",
     "X-Purpose-ActionDisplay[lv]": "Augšupielādēt publiski uz „Imgur“",
     "X-Purpose-ActionDisplay[nl]": "Publiek uploaden naar Imgur",
-    "X-Purpose-ActionDisplay[pt_BR]": "Envia publicamente para o Imgur",
+    "X-Purpose-ActionDisplay[pt_BR]": "Enviar publicamente para o Imgur",
     "X-Purpose-ActionDisplay[ru]": "Публикация на Imgur",
     "X-Purpose-ActionDisplay[sl]": "Prenesi javno na Imgur",
     "X-Purpose-ActionDisplay[sv]": "Ladda upp öppet till Imgur",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/kdeconnect/kdeconnectplugin.json 
new/purpose-6.24.0/src/plugins/kdeconnect/kdeconnectplugin.json
--- old/purpose-6.23.0/src/plugins/kdeconnect/kdeconnectplugin.json     
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/kdeconnect/kdeconnectplugin.json     
2026-03-07 21:33:46.000000000 +0100
@@ -61,7 +61,7 @@
         "Description[ca]": "Envia a través del KDE Connect",
         "Description[cs]": "Poslat přes KDE Connect",
         "Description[da]": "Send via KDE Connect",
-        "Description[de]": "Mit KDE Connect versenden",
+        "Description[de]": "Per KDE Connect versenden",
         "Description[el]": "Αποστολή μέσω KDE Connect",
         "Description[en_GB]": "Send through KDE Connect",
         "Description[eo]": "Sendi per KDE Connect",
@@ -108,6 +108,7 @@
         "Name[bg]": "Изпращане до устройство",
         "Name[ca@valencia]": "Envia a un dispositiu",
         "Name[ca]": "Envia a un dispositiu",
+        "Name[de]": "An Gerät senden",
         "Name[eo]": "Sendi al Aparato",
         "Name[es]": "Enviar a dispositivo",
         "Name[eu]": "Bidali gailura",
@@ -119,12 +120,13 @@
         "Name[ia]": "Invia a dispositivo",
         "Name[is]": "Senda á tæki",
         "Name[it]": "Invia al dispositivo",
+        "Name[ja]": "デバイスに送信",
         "Name[ka]": "მოწყობილობაზე გაგზავნა",
         "Name[ko]": "장치로 보내기",
         "Name[lt]": "Siųsti į įrenginį",
         "Name[lv]": "Sūtīt uz ierīci",
         "Name[nl]": "Naar apparaat verzenden",
-        "Name[pt_BR]": "Enviar para o dispositivo",
+        "Name[pt_BR]": "Enviar para dispositivo",
         "Name[ru]": "Отправка на устройство",
         "Name[sl]": "Pošlji na napravo",
         "Name[sv]": "Skicka till enhet",
@@ -139,6 +141,7 @@
     "X-Purpose-ActionDisplay[bg]": "Изпращане до устройство…",
     "X-Purpose-ActionDisplay[ca@valencia]": "Envia a un dispositiu…",
     "X-Purpose-ActionDisplay[ca]": "Envia a un dispositiu…",
+    "X-Purpose-ActionDisplay[de]": "An Gerät senden …",
     "X-Purpose-ActionDisplay[eo]": "Sendi al Aparato…",
     "X-Purpose-ActionDisplay[es]": "Enviar a dispositivo…",
     "X-Purpose-ActionDisplay[eu]": "Bidali gailura...",
@@ -150,6 +153,7 @@
     "X-Purpose-ActionDisplay[ia]": "Invia a dispositivo...",
     "X-Purpose-ActionDisplay[is]": "Senda á tæki…",
     "X-Purpose-ActionDisplay[it]": "Invia al dispositivo…",
+    "X-Purpose-ActionDisplay[ja]": "デバイスに送信…",
     "X-Purpose-ActionDisplay[ka]": "მოწყობილობაზე გაგზავნა…",
     "X-Purpose-ActionDisplay[ko]": "장치로 보내기…",
     "X-Purpose-ActionDisplay[lt]": "Siųsti į įrenginį…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json 
new/purpose-6.24.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json
--- old/purpose-6.23.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json      
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json      
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Envia un SMS a través del KDE Connect",
         "Description[cs]": "Poslat SMS přes KDE Connect",
         "Description[da]": "Send sms via KDE Connect",
-        "Description[de]": "SMS mit KDE Connect versenden",
+        "Description[de]": "SMS per KDE Connect versenden",
         "Description[el]": "Αποστολή SMS μέσω KDE Connect",
         "Description[en_GB]": "Send SMS via KDE Connect",
         "Description[eo]": "Sendi SMS per KDE Connect",
@@ -110,7 +110,7 @@
         "Name[ca]": "Envia un SMS a través del KDE Connect",
         "Name[cs]": "Poslat SMS přes KDE Connect",
         "Name[da]": "Send sms via KDE Connect",
-        "Name[de]": "SMS mit KDE Connect versenden",
+        "Name[de]": "SMS per KDE Connect versenden",
         "Name[el]": "Αποστολή SMS μέσω KDE Connect",
         "Name[en_GB]": "Send SMS via KDE Connect",
         "Name[eo]": "Sendi SMS per KDE Connect",
@@ -159,7 +159,7 @@
     "X-Purpose-ActionDisplay[ca]": "Envia un SMS a través del KDE Connect...",
     "X-Purpose-ActionDisplay[cs]": "Poslat SMS přes KDE Connect...",
     "X-Purpose-ActionDisplay[da]": "Send sms via KDE Connect...",
-    "X-Purpose-ActionDisplay[de]": "SMS mit KDE Connect versenden …",
+    "X-Purpose-ActionDisplay[de]": "SMS per KDE Connect versenden …",
     "X-Purpose-ActionDisplay[el]": "Αποστολή μέσω KDE Connect...",
     "X-Purpose-ActionDisplay[en_GB]": "Send SMS via KDE Connect...",
     "X-Purpose-ActionDisplay[eo]": "Sendi SMS per KDE Connect...",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/nextcloud/nextcloudplugin.json 
new/purpose-6.24.0/src/plugins/nextcloud/nextcloudplugin.json
--- old/purpose-6.23.0/src/plugins/nextcloud/nextcloudplugin.json       
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/nextcloud/nextcloudplugin.json       
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Puja els fitxers al Nextcloud",
         "Description[cs]": "Odeslat soubory do Nextcloudu",
         "Description[da]": "Upload filer til Nextcloud",
-        "Description[de]": "Dateien zu Nextcloud hochladen",
+        "Description[de]": "Dateien auf Nextcloud hochladen",
         "Description[el]": "Αποστολή αρχείων στο Nextcloud",
         "Description[en_GB]": "Upload files to Nextcloud",
         "Description[eo]": "Alŝuti dosierojn al Nextcloud",
@@ -87,7 +87,7 @@
         "Description[nn]": "Last opp filer til Nextcloud",
         "Description[pl]": "Prześlij pliki na Nextcloud",
         "Description[pt]": "Enviar os vídeos para o NextCloud",
-        "Description[pt_BR]": "Envia arquivos para o Nextcloud",
+        "Description[pt_BR]": "Enviar arquivos para o Nextcloud",
         "Description[ro]": "Încarcă fișiere pe Nextcloud",
         "Description[ru]": "Отправка файлов в Nextcloud",
         "Description[sa]": "Nextcloud इत्यत्र सञ्चिकाः अपलोड् कुर्वन्तु",
@@ -107,6 +107,7 @@
         "Name[bg]": "Качване в Nextcloud",
         "Name[ca@valencia]": "Puja a Nextcloud",
         "Name[ca]": "Puja al Nextcloud",
+        "Name[de]": "Auf Nextcloud hochladen",
         "Name[eo]": "Alŝuti al Nextcloud",
         "Name[es]": "Enviar a Nextcloud",
         "Name[eu]": "Zama-igo NextCloud-era",
@@ -118,12 +119,13 @@
         "Name[ia]": "Incarga a Nextcloud",
         "Name[is]": "Senda inn á Nextcloud",
         "Name[it]": "Carica su Nextcloud",
+        "Name[ja]": "Nextcloud にアップロード",
         "Name[ka]": "ატვირთვა Nextcloud-ზე",
         "Name[ko]": "Nextcloud에 업로드",
         "Name[lt]": "Išsiųsti į „Nextcloud“",
         "Name[lv]": "Augšupielādēt datnes uz „Nextcloud“",
         "Name[nl]": "Naar Nextcloud uploaden",
-        "Name[pt_BR]": "Envia para o Nextcloud",
+        "Name[pt_BR]": "Enviar para o Nextcloud",
         "Name[ru]": "Отправка в Nextcloud",
         "Name[sl]": "Prenesi na Nextcloud",
         "Name[sv]": "Ladda upp till Nextcloud",
@@ -138,6 +140,7 @@
     "X-Purpose-ActionDisplay[bg]": "Качване в Nextcloud…",
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja a Nextcloud…",
     "X-Purpose-ActionDisplay[ca]": "Puja al Nextcloud…",
+    "X-Purpose-ActionDisplay[de]": "Auf Nextcloud hochladen …",
     "X-Purpose-ActionDisplay[eo]": "Alŝuti al Nextcloud…",
     "X-Purpose-ActionDisplay[es]": "Enviar a Nextcloud…",
     "X-Purpose-ActionDisplay[eu]": "Zama-igo NextCloud-era...",
@@ -149,6 +152,7 @@
     "X-Purpose-ActionDisplay[ia]": "Incarga a Nextcloud…",
     "X-Purpose-ActionDisplay[is]": "Senda inn á Nextcloud…",
     "X-Purpose-ActionDisplay[it]": "Carica su Nextcloud",
+    "X-Purpose-ActionDisplay[ja]": "Nextcloud にアップロード…",
     "X-Purpose-ActionDisplay[ka]": "ატვირთვა Nextcloud-ზე…",
     "X-Purpose-ActionDisplay[ko]": "Nextcloud에 업로드…",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti į „Nextcloud“…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/pastebin/pastebinplugin.json 
new/purpose-6.24.0/src/plugins/pastebin/pastebinplugin.json
--- old/purpose-6.23.0/src/plugins/pastebin/pastebinplugin.json 2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/pastebin/pastebinplugin.json 2026-03-07 
21:33:46.000000000 +0100
@@ -61,7 +61,7 @@
         "Description[ca]": "Puja el text a Pastebin",
         "Description[cs]": "Odeslat text na Pastebin",
         "Description[da]": "Upload tekst til Pastebin",
-        "Description[de]": "Text zu Pastebin hochladen",
+        "Description[de]": "Text auf Pastebin hochladen",
         "Description[el]": "Αποστολή κειμένου στο Pastebin",
         "Description[en_GB]": "Upload text to Pastebin",
         "Description[eo]": "Alŝuti tekston al Pastebin",
@@ -108,6 +108,7 @@
         "Name[bg]": "Публично качване в Pastebin",
         "Name[ca@valencia]": "Puja públicament a Pastebin",
         "Name[ca]": "Puja públicament a Pastebin",
+        "Name[de]": "Öffentlich auf Pastebin hochladen",
         "Name[eo]": "Alŝuti Publike al Pastebin",
         "Name[es]": "Enviar públicamente a Pastebin",
         "Name[eu]": "Zama-igo publikoki Pastebin-rera",
@@ -119,12 +120,13 @@
         "Name[ia]": "Incarga publicamente a Pastebin",
         "Name[is]": "Senda opinbert inn á Pastebin",
         "Name[it]": "Carica pubblicamente su Pastebin",
+        "Name[ja]": "テキストを Pastebin にアップロードして公開",
         "Name[ka]": "საჯაროდ ატვირთვა Pastebin-ზე",
         "Name[ko]": "Pastebin에 공개 업로드",
         "Name[lt]": "Išsiųsti viešai į „Pastebin“",
         "Name[lv]": "Augšupielādēt publiski uz „Pastebin“",
         "Name[nl]": "Publiek uploaden naar Pastebin",
-        "Name[pt_BR]": "Envia publicamente para o Pastebin",
+        "Name[pt_BR]": "Enviar publicamente para o Pastebin",
         "Name[ru]": "Публикация в Pastebin",
         "Name[sl]": "Prenesi Javno na Pastebin",
         "Name[sv]": "Ladda upp öppet till Pastebin",
@@ -141,7 +143,7 @@
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja públicament a Pastebin",
     "X-Purpose-ActionDisplay[ca]": "Puja públicament a Pastebin",
     "X-Purpose-ActionDisplay[da]": "Upload offentligt til Pastebin",
-    "X-Purpose-ActionDisplay[de]": "Text zu Pastebin öffentlich hochladen",
+    "X-Purpose-ActionDisplay[de]": "Text öffentlich auf Pastebin hochladen",
     "X-Purpose-ActionDisplay[en_GB]": "Upload Publicly to Pastebin",
     "X-Purpose-ActionDisplay[eo]": "Alŝuti tekston al Pastebin",
     "X-Purpose-ActionDisplay[es]": "Enviar texto a Pastebin",
@@ -155,6 +157,7 @@
     "X-Purpose-ActionDisplay[ia]": "Incarga publicamente a Pastebin",
     "X-Purpose-ActionDisplay[is]": "Senda opinbert inn á Pastebin",
     "X-Purpose-ActionDisplay[it]": "Carica pubblicamente su Pastebin",
+    "X-Purpose-ActionDisplay[ja]": "テキストを Pastebin にアップロードして公開",
     "X-Purpose-ActionDisplay[ka]": "საჯაროდ ატვირთვა Pastebin-ზე",
     "X-Purpose-ActionDisplay[ko]": "Pastebin에 공개 업로드",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti viešai į „Pastebin“",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/phabricator/phabricatorplugin.json 
new/purpose-6.24.0/src/plugins/phabricator/phabricatorplugin.json
--- old/purpose-6.23.0/src/plugins/phabricator/phabricatorplugin.json   
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/phabricator/phabricatorplugin.json   
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Puja els pedaços al Phabricator",
         "Description[cs]": "Odeslat soubory do Phabricatoru",
         "Description[da]": "Upload rettelser til Phabricator",
-        "Description[de]": "Patch zu Phabricator hochladen",
+        "Description[de]": "Patches auf Phabricator hochladen",
         "Description[el]": "Αποστολή διορθώσεων κώδικα στο Phabricator",
         "Description[en_GB]": "Upload patches to Phabricator",
         "Description[eo]": "Alŝuti flikaĵojn al Phabricator",
@@ -86,7 +86,7 @@
         "Description[nn]": "Last opp patch-filer til Phabricator",
         "Description[pl]": "Prześlij łatę na Phabricator",
         "Description[pt]": "Enviar as modificações para o Phabricator",
-        "Description[pt_BR]": "Envia correções para o Phabricator",
+        "Description[pt_BR]": "Enviar correções para o Phabricator",
         "Description[ro]": "Încarcă petice pe Phabricator",
         "Description[ru]": "Отправка патчей в Phabricator",
         "Description[sa]": "Phabricator इत्यत्र पैच्स् अपलोड् कुर्वन्तु",
@@ -106,6 +106,7 @@
         "Name[bg]": "Качване в Phabricator",
         "Name[ca@valencia]": "Puja a Phabricator",
         "Name[ca]": "Puja al Phabricator",
+        "Name[de]": "Auf Phabricator hochladen",
         "Name[eo]": "Alŝuti al Phabricator",
         "Name[es]": "Enviar a Phabricator",
         "Name[eu]": "Zama-igo Phabricator-rera",
@@ -117,12 +118,13 @@
         "Name[ia]": "Incarga a Phabricator",
         "Name[is]": "Senda inn á Phabricator",
         "Name[it]": "Carica su Phabricator",
+        "Name[ja]": "Phabricator にアップロード",
         "Name[ka]": "Phabricator-ზე ატვრთვა",
         "Name[ko]": "Phabricator에 업로드",
         "Name[lt]": "Išsiųsti į „Phabricator“",
         "Name[lv]": "Augšupielādēt uz „Phabricator“",
         "Name[nl]": "Uploaden naar Phabricator",
-        "Name[pt_BR]": "Envia para o Phabricator",
+        "Name[pt_BR]": "Enviar para o Phabricator",
         "Name[ru]": "Отправка в Phabricator",
         "Name[sl]": "Prenesi na Phabricator",
         "Name[sv]": "Ladda upp till Phabricator",
@@ -137,6 +139,7 @@
     "X-Purpose-ActionDisplay[bg]": "Качване в Phabricator…",
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja a Phabricator…",
     "X-Purpose-ActionDisplay[ca]": "Puja al Phabricator…",
+    "X-Purpose-ActionDisplay[de]": "Auf Phabricator hochladen …",
     "X-Purpose-ActionDisplay[eo]": "Alŝuti al Phabricator…",
     "X-Purpose-ActionDisplay[es]": "Enviar a Phabricator…",
     "X-Purpose-ActionDisplay[eu]": "Zama-igo Phabricator-rera...",
@@ -148,6 +151,7 @@
     "X-Purpose-ActionDisplay[ia]": "Incarga a Phabricator…",
     "X-Purpose-ActionDisplay[is]": "Senda inn á Phabricator…",
     "X-Purpose-ActionDisplay[it]": "Carica su Phabricator…",
+    "X-Purpose-ActionDisplay[ja]": "Phabricator にアップロード…",
     "X-Purpose-ActionDisplay[ka]": "Phabricator-ზე ატვრთვა…",
     "X-Purpose-ActionDisplay[ko]": "Phabricator에 업로드…",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti į „Phabricator“…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/reviewboard/reviewboardplugin.json 
new/purpose-6.24.0/src/plugins/reviewboard/reviewboardplugin.json
--- old/purpose-6.23.0/src/plugins/reviewboard/reviewboardplugin.json   
2026-02-06 13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/reviewboard/reviewboardplugin.json   
2026-03-07 21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca@valencia]": "Puja els pedaços a «reviewboard»",
         "Description[ca]": "Puja els pedaços al «reviewboard»",
         "Description[da]": "Upload rettelser til reviewboard",
-        "Description[de]": "Patch zu Reviewboard hochladen",
+        "Description[de]": "Patches auf Reviewboard hochladen",
         "Description[el]": "Αποστολή διορθώσεων κώδικα στο reviewboard",
         "Description[en_GB]": "Upload patches to reviewboard",
         "Description[eo]": "Alŝuti flikojn al reviziotabulo",
@@ -106,6 +106,7 @@
         "Name[bg]": "Качване в Review Board",
         "Name[ca@valencia]": "Puja a Review Board",
         "Name[ca]": "Puja al Review Board",
+        "Name[de]": "Auf Reviewboard hochladen",
         "Name[eo]": "Alŝuti al Reviziotabulo",
         "Name[es]": "Enviar a Review Board",
         "Name[eu]": "Zama-igo Review Board-era",
@@ -117,12 +118,13 @@
         "Name[ia]": "Incarga  a tabula de revision (Review Board)",
         "Name[is]": "Senda inn á Review Board",
         "Name[it]": "Carica su Review Board",
+        "Name[ja]": "Review Board にアップロード",
         "Name[ka]": "ატვირთვა განხილვის საბჭოზე",
         "Name[ko]": "Review Board에 업로드",
         "Name[lt]": "Išsiųsti į „Review Board“",
         "Name[lv]": "Augšupielādēt uz „Review Board“",
         "Name[nl]": "Uploaden naar reviewboard",
-        "Name[pt_BR]": "Envia para o painel de revisão",
+        "Name[pt_BR]": "Enviar para o painel de revisão",
         "Name[ru]": "Отправка в Review Board",
         "Name[sl]": "Prenesi na revizijsko komisijo",
         "Name[sv]": "Ladda upp till Review Board",
@@ -137,6 +139,7 @@
     "X-Purpose-ActionDisplay[bg]": "Качване в Review Board…",
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja a Review Board…",
     "X-Purpose-ActionDisplay[ca]": "Puja al Review Board…",
+    "X-Purpose-ActionDisplay[de]": "Auf Reviewboard hochladen …",
     "X-Purpose-ActionDisplay[eo]": "Alŝuti al Reviziotabulo…",
     "X-Purpose-ActionDisplay[es]": "Enviar a Review Board…",
     "X-Purpose-ActionDisplay[eu]": "Zama-igo Review Board-era...",
@@ -148,6 +151,7 @@
     "X-Purpose-ActionDisplay[ia]": "Incarga  a tabula de revision (Review 
Board)…",
     "X-Purpose-ActionDisplay[is]": "Senda inn á Review Board…",
     "X-Purpose-ActionDisplay[it]": "Carica su Review Board…",
+    "X-Purpose-ActionDisplay[ja]": "Review Board にアップロード…",
     "X-Purpose-ActionDisplay[ka]": "ატვირთვა განხილვის საბჭოზე…",
     "X-Purpose-ActionDisplay[ko]": "Review Board에 업로드…",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti į „Review Board“…",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-6.23.0/src/plugins/saveas/saveasplugin.json 
new/purpose-6.24.0/src/plugins/saveas/saveasplugin.json
--- old/purpose-6.23.0/src/plugins/saveas/saveasplugin.json     2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/saveas/saveasplugin.json     2026-03-07 
21:33:46.000000000 +0100
@@ -61,7 +61,7 @@
         "Description[ca]": "Desa la compartició a la ubicació escollida.",
         "Description[cs]": "Uloží sdílenou položku na vybrané místo.",
         "Description[da]": "Gemmer delingen til det valgte sted.",
-        "Description[de]": "Speichert die Freigabe am ausgewählten Ort.",
+        "Description[de]": "Speichert den geteilten Inhalt am ausgewählten 
Ort.",
         "Description[el]": "Αποθήκευση του διαμοιρασμένου στην επιλεγμένη 
τοποθεσία.",
         "Description[en_GB]": "Saves the share into the chosen location.",
         "Description[eo]": "Konservas la parton en la elektitan lokon.",
@@ -160,7 +160,7 @@
     "X-Purpose-ActionDisplay[ca]": "Desa com a...",
     "X-Purpose-ActionDisplay[cs]": "Uložit jako...",
     "X-Purpose-ActionDisplay[da]": "Gem som...",
-    "X-Purpose-ActionDisplay[de]": "Speichern unter …",
+    "X-Purpose-ActionDisplay[de]": "Speichern unter …",
     "X-Purpose-ActionDisplay[el]": "Αποθήκευση ως...",
     "X-Purpose-ActionDisplay[en_GB]": "Save as...",
     "X-Purpose-ActionDisplay[eo]": "Konservi kiel...",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/telegram/telegramplugin.json 
new/purpose-6.24.0/src/plugins/telegram/telegramplugin.json
--- old/purpose-6.23.0/src/plugins/telegram/telegramplugin.json 2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/telegram/telegramplugin.json 2026-03-07 
21:33:46.000000000 +0100
@@ -60,7 +60,7 @@
         "Description[ca]": "Envia per Telegram",
         "Description[cs]": "Poslat přes Telegram",
         "Description[da]": "Send via Telegram",
-        "Description[de]": "Mit Telegram senden",
+        "Description[de]": "Per Telegram senden",
         "Description[el]": "Αποστολή μέσω Telegram",
         "Description[en_GB]": "Send via Telegram",
         "Description[eo]": "Sendi per Telegramo",
@@ -87,7 +87,7 @@
         "Description[nn]": "Send via Telegram",
         "Description[pl]": "Prześlij przez Telegram",
         "Description[pt]": "Enviar por Telegram",
-        "Description[pt_BR]": "Envia via Telegram",
+        "Description[pt_BR]": "Enviar via Telegram",
         "Description[ro]": "Trimite prin Telegram",
         "Description[ru]": "Отправка в Telegram",
         "Description[sa]": "तारद्वारा प्रेषयन्तु",
@@ -110,7 +110,7 @@
         "Name[ca]": "Envia per Telegram",
         "Name[cs]": "Poslat přes Telegram",
         "Name[da]": "Send via Telegram",
-        "Name[de]": "Mit Telegram senden",
+        "Name[de]": "Per Telegram senden",
         "Name[el]": "Αποστολή μέσω Telegram",
         "Name[en_GB]": "Send via Telegram",
         "Name[eo]": "Sendi per Telegramo",
@@ -160,7 +160,7 @@
     "X-Purpose-ActionDisplay[ca]": "Envia via Telegram...",
     "X-Purpose-ActionDisplay[cs]": "Poslat přes Telegram...",
     "X-Purpose-ActionDisplay[da]": "Send via Telegram...",
-    "X-Purpose-ActionDisplay[de]": "Mit Telegram senden …",
+    "X-Purpose-ActionDisplay[de]": "Per Telegram senden …",
     "X-Purpose-ActionDisplay[el]": "Αποστολή μέσω Telegram...",
     "X-Purpose-ActionDisplay[en_GB]": "Send via Telegram...",
     "X-Purpose-ActionDisplay[eo]": "Sendi per Telegram...",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-6.23.0/src/plugins/youtube/youtubeplugin.json 
new/purpose-6.24.0/src/plugins/youtube/youtubeplugin.json
--- old/purpose-6.23.0/src/plugins/youtube/youtubeplugin.json   2026-02-06 
13:18:27.000000000 +0100
+++ new/purpose-6.24.0/src/plugins/youtube/youtubeplugin.json   2026-03-07 
21:33:46.000000000 +0100
@@ -61,7 +61,7 @@
         "Description[ca]": "Puja vídeos a YouTube",
         "Description[cs]": "Odeslat videa na YouTube",
         "Description[da]": "Upload videoer til YouTube",
-        "Description[de]": "Videos zu YouTube hochladen",
+        "Description[de]": "Videos auf YouTube hochladen",
         "Description[el]": "Αποστολή βίντεο στο YouTube",
         "Description[en_GB]": "Upload videos to YouTube",
         "Description[eo]": "Alŝuti videojn al Jutubo",
@@ -88,7 +88,7 @@
         "Description[nn]": "Last opp videoar til YouTube",
         "Description[pl]": "Prześlij film na YouTube",
         "Description[pt]": "Enviar os vídeos para o YouTube",
-        "Description[pt_BR]": "Envia vídeos para o YouTube",
+        "Description[pt_BR]": "Enviar vídeos para o YouTube",
         "Description[ro]": "Încarcă video pe YouTube",
         "Description[ru]": "Отправка видео на YouTube",
         "Description[sa]": "यूट्यूबे विडियो अपलोड् कुर्वन्तु",
@@ -108,6 +108,7 @@
         "Name[bg]": "Качване в YouTube",
         "Name[ca@valencia]": "Puja a YouTube",
         "Name[ca]": "Puja a YouTube",
+        "Name[de]": "Auf YouTube hochladen",
         "Name[eo]": "Alŝuti al Jutubo",
         "Name[es]": "Enviar a YouTube",
         "Name[eu]": "Zama-igo YouTubera",
@@ -119,12 +120,13 @@
         "Name[ia]": "Incarga a YouTube",
         "Name[is]": "Senda inn á YouTube",
         "Name[it]": "Carica su YouTube",
+        "Name[ja]": "YouTube にアップロード",
         "Name[ka]": "YouTube-ზე ატვირთვა",
         "Name[ko]": "YouTube에 업로드",
         "Name[lt]": "Išsiųsti į „YouTube“",
         "Name[lv]": "Augšupielādēt uz „YouTube“",
         "Name[nl]": "Naar YouTube uploaden",
-        "Name[pt_BR]": "Envia para o YouTube",
+        "Name[pt_BR]": "Enviar para o YouTube",
         "Name[ru]": "Отправка на YouTube",
         "Name[sl]": "Prenesi na Youtube",
         "Name[sv]": "Ladda upp till YouTube",
@@ -136,13 +138,17 @@
     },
     "X-Purpose-ActionDisplay": "Upload to YouTube…",
     "X-Purpose-ActionDisplay[ar]": "ارفع إلى «يوتيوب»…",
+    "X-Purpose-ActionDisplay[bg]": "Качване в YouTube…",
     "X-Purpose-ActionDisplay[ca@valencia]": "Puja a YouTube…",
     "X-Purpose-ActionDisplay[ca]": "Puja a YouTube…",
+    "X-Purpose-ActionDisplay[de]": "Auf YouTube hochladen …",
     "X-Purpose-ActionDisplay[es]": "Enviar a YouTube…",
+    "X-Purpose-ActionDisplay[eu]": "Zama-igo YouTubera…",
     "X-Purpose-ActionDisplay[fr]": "Envoyer vers YouTube...",
     "X-Purpose-ActionDisplay[he]": "העלאה ל־YouTube…",
     "X-Purpose-ActionDisplay[ia]": "Incarga a YouTube…",
     "X-Purpose-ActionDisplay[it]": "Carica su YouTube…",
+    "X-Purpose-ActionDisplay[ja]": "YouTube にアップロード…",
     "X-Purpose-ActionDisplay[ka]": "YouTube-ზე ატვირთვა…",
     "X-Purpose-ActionDisplay[ko]": "YouTube에 업로드…",
     "X-Purpose-ActionDisplay[lt]": "Išsiųsti į „YouTube“…",

Reply via email to