Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-pass for openSUSE:Factory 
checked in at 2026-03-22 14:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-pass (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-pass.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-pass"

Sun Mar 22 14:12:46 2026 rev:10 rq:1341703 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-pass/plasma-pass.changes  2025-09-14 
18:51:43.826006137 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-pass.new.8177/plasma-pass.changes        
2026-03-22 14:14:00.549800671 +0100
@@ -1,0 +2,8 @@
+Sat Mar 21 14:30:13 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 1.3.1
+  * Do not leak pages into the stackview (kde#515036)
+  * Consistently install an appstream file again
+  * Updated translations
+
+-------------------------------------------------------------------

Old:
----
  plasma-pass-1.3.0.tar.xz
  plasma-pass-1.3.0.tar.xz.sig

New:
----
  plasma-pass-1.3.1.tar.xz
  plasma-pass-1.3.1.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-pass.spec ++++++
--- /var/tmp/diff_new_pack.NSkUwc/_old  2026-03-22 14:14:01.025820252 +0100
+++ /var/tmp/diff_new_pack.NSkUwc/_new  2026-03-22 14:14:01.029820416 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 6.3.0
+%define kf6_version 6.18.0
 %define plasma6_version 6.0.0
 %define qt6_version 6.6.0
 
 %bcond_without released
 Name:           plasma-pass
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        Plasma widget for the pass password manager
 License:        LGPL-2.1-or-later
@@ -73,13 +73,11 @@
 %files
 %license LICENSES/*
 %doc README.md
+%{_kf6_appstreamdir}/org.kde.plasma.pass.appdata.xml
 %{_kf6_debugdir}/plasma-pass.categories
 %{_kf6_plasmadir}/plasmoids/org.kde.plasma.pass/
 %dir %{_kf6_qmldir}/org/kde/plasma/private
 %{_kf6_qmldir}/org/kde/plasma/private/plasmapass/
-%if %{pkg_vcmp cmake(KF6Package) < 6.18}
-%{_kf6_appstreamdir}/org.kde.plasma.pass.appdata.xml
-%endif
 
 %files lang -f %{name}.lang
 

++++++ plasma-pass-1.3.0.tar.xz -> plasma-pass-1.3.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pass-1.3.0/CMakeLists.txt 
new/plasma-pass-1.3.1/CMakeLists.txt
--- old/plasma-pass-1.3.0/CMakeLists.txt        2025-08-01 19:52:31.000000000 
+0200
+++ new/plasma-pass-1.3.1/CMakeLists.txt        2026-03-17 23:13:41.000000000 
+0100
@@ -4,14 +4,14 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(PROJECT_VERSION "1.3.0")
+set(PROJECT_VERSION "1.3.1")
 
 project(plasma-plasmapass VERSION ${PROJECT_VERSION})
 
 set(PROJECT_VERSION_MAJOR 1)
 
 set(QT_MIN_VERSION "6.6.0")
-set(KF6_MIN_VERSION "6.3.0")
+set(KF6_MIN_VERSION "6.18.0")
 
 set(CMAKE_CXX_STANDARD 20)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -60,6 +60,7 @@
 
 # plasmoid
 plasma_install_package(package org.kde.plasma.pass)
+kpackage_generate_appstream_metadata(package org.kde.plasma.pass)
 
 # qml extension plugin
 add_subdirectory(plugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pass-1.3.0/package/contents/ui/main.qml 
new/plasma-pass-1.3.1/package/contents/ui/main.qml
--- old/plasma-pass-1.3.0/package/contents/ui/main.qml  2025-08-01 
19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/package/contents/ui/main.qml  2026-03-17 
23:13:41.000000000 +0100
@@ -166,7 +166,7 @@
             onFilterModeChanged: {
                 pop(null);
                 if (filterMode) {
-                    push(filterPage.createObject(viewStack, { rootIndex: null, 
stack: viewStack }));
+                    pushItem(filterPage, { rootIndex: null, stack: viewStack 
});
                 }
                 // Keep focus on the filter field
                 filterField.focus = true;
@@ -174,8 +174,7 @@
             }
 
             function pushPage(index, name) {
-                const newPage = passwordsPage.createObject(viewStack, { 
rootIndex: index, stack: viewStack });
-                push(newPage);
+                pushItem(passwordsPage, { rootIndex: index, stack: viewStack 
});
                 currentPath.pushName(name);
             }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pass-1.3.0/package/metadata.json 
new/plasma-pass-1.3.1/package/metadata.json
--- old/plasma-pass-1.3.0/package/metadata.json 2025-08-01 19:52:31.000000000 
+0200
+++ new/plasma-pass-1.3.1/package/metadata.json 2026-03-17 23:13:41.000000000 
+0100
@@ -10,6 +10,7 @@
                 "Name[ca@valencia]": "Daniel Vrátil",
                 "Name[ca]": "Daniel Vrátil",
                 "Name[cs]": "Daniel Vrátil",
+                "Name[de]": "Daniel Vrátil",
                 "Name[en_GB]": "Daniel Vrátil",
                 "Name[eo]": "Daniel Vrátil",
                 "Name[es]": "Daniel Vrátil",
@@ -20,6 +21,7 @@
                 "Name[he]": "דניאל וראטיל",
                 "Name[hu]": "Daniel Vrátil",
                 "Name[ia]": "Daniel Vrátil",
+                "Name[is]": "Daniel Vrátil",
                 "Name[it]": "Daniel Vrátil",
                 "Name[ka]": "Daniel Vrátil",
                 "Name[ko]": "Daniel Vrátil",
@@ -29,6 +31,7 @@
                 "Name[nn]": "Daniel Vrátil",
                 "Name[pl]": "Daniel Vrátil",
                 "Name[pt_BR]": "Daniel Vrátil",
+                "Name[ro]": "Daniel Vrátil",
                 "Name[ru]": "Daniel Vrátil",
                 "Name[sa]": "दानियलः पुनः आगतः",
                 "Name[sl]": "Daniel Vrátil",
@@ -36,7 +39,6 @@
                 "Name[ta]": "டேனியல் விராட்டில்",
                 "Name[tr]": "Daniel Vrátil",
                 "Name[uk]": "Daniel Vrátil",
-                "Name[x-test]": "xxDaniel Vrátilxx",
                 "Name[zh_CN]": "Daniel Vrátil",
                 "Name[zh_TW]": "Daniel Vrátil"
             }
@@ -48,6 +50,7 @@
         "Description[ca@valencia]": "Accés a les contrasenyes del gestor de 
contrasenyes «pass»",
         "Description[ca]": "Accés a les contrasenyes del gestor de 
contrasenyes «pass»",
         "Description[cs]": "Přistupujte k heslům ze správce hesel 'pass'",
+        "Description[de]": "Aus der Passwortverwaltung „Pass“ auf Passwörter 
zugreifen",
         "Description[en_GB]": "Access passwords from the 'pass' password 
manager",
         "Description[eo]": "Aliru pasvortojn de la pasvortadministrilo 'pass'",
         "Description[es]": "Acceda a las contraseñas desde el gestor de 
contraseñas «pass»",
@@ -58,6 +61,7 @@
         "Description[he]": "גישה לסיסמאות ממנהל הסיסמאות ‚pass’",
         "Description[hu]": "Jelszavak elérésére a „pass” jelszókezelőben",
         "Description[ia]": "Contrasignos de accesso  ex le gerente de 
contrasigno 'pass'",
+        "Description[is]": "Náðu í lykilorð úr 'pass' lykilorða-umsýslunni",
         "Description[it]": "Accedi alle password dal gestore delle password 
«pass»",
         "Description[ka]": "'pass' პაროლების მმართველში შენახულ პაროლებთან 
წვდომა",
         "Description[ko]": "'pass' 암호 관리자에 저장된 암호에 접근하는 Plasma 애플릿",
@@ -68,6 +72,7 @@
         "Description[pa]": "'pass' ਪਾਸਵਰਡ ਮੈਨੇਜਰ ਤੋਂ ਪਾਸਵਰਡਾਂ ਲਈ ਪਹੁੰਚ",
         "Description[pl]": "Pobieraj hasła z program do zarządzania nimi o 
nazwie 'pass'",
         "Description[pt_BR]": "Acessar senhas do gerenciador de senhas 'pass'",
+        "Description[ro]": "Accesarea parolelor din gestionarul de parole 
„pass”",
         "Description[ru]": "Получение паролей из менеджера «pass»",
         "Description[sa]": "'pass' गुप्तशब्दप्रबन्धकात् गुप्तशब्दान् 
प्राप्नुवन्तु",
         "Description[sl]": "Dostop do gesel iz upravitelja gesel 'pass'",
@@ -75,7 +80,6 @@
         "Description[ta]": "'pass' கடவுச்சொல் மேலாளியிலுள்ள கடவுச்சொற்களை 
காட்டும்",
         "Description[tr]": "Parolalara “pass” parola yöneticisinden erişin",
         "Description[uk]": "Доступ до паролів програми для керування паролями 
«pass»",
-        "Description[x-test]": "xxAccess passwords from the 'pass' password 
managerxx",
         "Description[zh_CN]": "访问来自 Plasma 密码管理器的密码",
         "Description[zh_TW]": "存取來自「Pass」密碼管理程式的密碼",
         "EnabledByDefault": true,
@@ -105,6 +109,7 @@
         "Name[hi]": "प्लाज़्मा पास",
         "Name[hu]": "Plasma Pass",
         "Name[ia]": "Plasma Pass",
+        "Name[is]": "Plasma-lykilorð",
         "Name[it]": "Plasma Pass",
         "Name[ka]": "Plasma Pass",
         "Name[ko]": "Plasma Pass",
@@ -126,7 +131,6 @@
         "Name[tr]": "Plasma Pass",
         "Name[uk]": "Паролі Плазми",
         "Name[vi]": "Pass Plasma",
-        "Name[x-test]": "xxPlasma Passxx",
         "Name[zh_CN]": "Plasma 密码",
         "Name[zh_TW]": "Plasma Pass",
         "Version": "1.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ar/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ar/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ar/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ar/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -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-pass package.
+# SPDX-FileCopyrightText: 2022, 2023, 2025 Zayed Al-Saidi 
<[email protected]>
 #
-# Zayed Al-Saidi <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
-"PO-Revision-Date: 2023-03-04 22:40+0400\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
+"PO-Revision-Date: 2025-08-20 21:37+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -16,6 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #: package/contents/ui/main.qml:134
 #, kde-format
@@ -25,12 +26,12 @@
 #: package/contents/ui/PasswordItemDelegate.qml:128
 #, kde-format
 msgid "One-time password (OTP)"
-msgstr "كلمة مرور لمرة واحدة (OTP)"
+msgstr "كلمة سر لمرة واحدة (OTP)"
 
 #: plugin/otpprovider.cpp:50
 #, kde-format
 msgid "Unsupported OTP type %1"
-msgstr "نوع كلمة مرور لمرة واحدة غير مدعوم %1"
+msgstr "نوع كلمة سر لمرة واحدة غير مدعوم %1"
 
 #: plugin/providerbase.cpp:74
 #, kde-format
@@ -40,7 +41,7 @@
 #: plugin/providerbase.cpp:82 plugin/providerbase.cpp:104
 #, kde-format
 msgid "Failed to decrypt password: %1"
-msgstr "فشل فك تشفير كلمة سر: %1"
+msgstr "فشل فك تعمية كلمة سر: %1"
 
 #: plugin/providerbase.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ast/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ast/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ast/plasma_applet_org.kde.plasma.pass.po   
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ast/plasma_applet_org.kde.plasma.pass.po   
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2022-12-05 09:35+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/az/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/az/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/az/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/az/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-05-29 22:14+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/bg/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/bg/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/bg/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/bg/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-08 21:35+0100\n"
 "Last-Translator: Mincho Kondarev <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ca/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ca/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ca/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ca/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -3,13 +3,13 @@
 # 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.
 #
-# Antoni Bella Pérez <[email protected]>, 2018.
-# Josep M. Ferrer <[email protected]>, 2021, 2022, 2023.
+# SPDX-FileCopyrightText: 2018 Antoni Bella Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2021, 2022, 2023 Josep M. Ferrer <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 11:08+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ca@valencia/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ca@valencia/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ca@valencia/plasma_applet_org.kde.plasma.pass.po   
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ca@valencia/plasma_applet_org.kde.plasma.pass.po   
2026-03-17 23:13:41.000000000 +0100
@@ -3,13 +3,13 @@
 # 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.
 #
-# Antoni Bella Pérez <[email protected]>, 2018.
-# Josep M. Ferrer <[email protected]>, 2021, 2022, 2023.
+# SPDX-FileCopyrightText: 2018 Antoni Bella Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2021, 2022, 2023 Josep M. Ferrer <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 11:08+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -38,12 +38,12 @@
 #: plugin/providerbase.cpp:74
 #, kde-format
 msgid "Failed to open password file: %1"
-msgstr "No s'ha pogut obrir el fitxer de contrasenyes: %1"
+msgstr "Ha fallat mentre s'obria el fitxer de contrasenyes: %1"
 
 #: plugin/providerbase.cpp:82 plugin/providerbase.cpp:104
 #, kde-format
 msgid "Failed to decrypt password: %1"
-msgstr "No s'ha pogut desencriptar la contrasenya: %1"
+msgstr "Ha fallat mentre es desencriptava la contrasenya: %1"
 
 #: plugin/providerbase.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/cs/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/cs/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/cs/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/cs/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 18:28+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/da/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/da/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/da/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/da/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2020-10-15 21:57+0200\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/de/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/de/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/de/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/de/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -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-pass package.
-# Burkhard Lück <[email protected]>, 2018, 2020, 2021.
-# Frederik Schwarzer <[email protected]>, 2022, 2023.
-#
+# SPDX-FileCopyrightText: 2018, 2020, 2021 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023 Frederik Schwarzer <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-04-03 16:57+0200\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -21,7 +20,7 @@
 #: package/contents/ui/main.qml:134
 #, kde-format
 msgid "Filter..."
-msgstr "Filter ..."
+msgstr "Filter …"
 
 #: package/contents/ui/PasswordItemDelegate.qml:128
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/el/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/el/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/el/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/el/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2021-07-08 11:27+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/en_GB/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/en_GB/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/en_GB/plasma_applet_org.kde.plasma.pass.po 
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/en_GB/plasma_applet_org.kde.plasma.pass.po 
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 22:10+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/eo/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/eo/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/eo/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/eo/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-07-13 21:47+0100\n"
 "Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/es/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/es/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/es/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/es/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2025-06-04 19:18+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/et/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/et/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/et/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/et/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2019-11-19 22:38+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/eu/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/eu/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/eu/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/eu/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-04-10 23:03+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/fi/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/fi/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/fi/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/fi/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-04 20:04+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/fr/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/fr/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/fr/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/fr/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-03 07:07+0100\n"
 "Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ga/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ga/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ga/plasma_applet_org.kde.plasma.pass.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-pass-1.3.1/po/ga/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -0,0 +1,49 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-pass package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-pass\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Irish Gaelic <[email protected]>\n"
+"Language: ga\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
+"3 : 4\n"
+
+#: package/contents/ui/main.qml:134
+#, kde-format
+msgid "Filter..."
+msgstr ""
+
+#: package/contents/ui/PasswordItemDelegate.qml:128
+#, kde-format
+msgid "One-time password (OTP)"
+msgstr ""
+
+#: plugin/otpprovider.cpp:50
+#, kde-format
+msgid "Unsupported OTP type %1"
+msgstr ""
+
+#: plugin/providerbase.cpp:74
+#, kde-format
+msgid "Failed to open password file: %1"
+msgstr ""
+
+#: plugin/providerbase.cpp:82 plugin/providerbase.cpp:104
+#, kde-format
+msgid "Failed to decrypt password: %1"
+msgstr ""
+
+#: plugin/providerbase.cpp:89
+#, kde-format
+msgid "No password found"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/gl/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/gl/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/gl/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/gl/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-04-28 17:33+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/he/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/he/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/he/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/he/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-05-29 08:41+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/hi/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/hi/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/hi/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/hi/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2022-01-15 20:10+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/hu/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/hu/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/hu/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/hu/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-09-16 21:37+0200\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ia/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ia/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ia/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ia/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-04-06 11:58+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/is/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/is/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/is/plasma_applet_org.kde.plasma.pass.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-pass-1.3.1/po/is/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -0,0 +1,48 @@
+# Copyright (C) 2025 This file is copyright:
+# This file is distributed under the same license as the plasma-pass package.
+#
+# SPDX-FileCopyrightText: 2025 Sveinn í Felli <[email protected]>
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-pass\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
+"PO-Revision-Date: 2025-11-22 10:02+0000\n"
+"Last-Translator: Sveinn í Felli <[email protected]>\n"
+"Language-Team: Icelandic\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 23.08.5\n"
+
+#: package/contents/ui/main.qml:134
+#, kde-format
+msgid "Filter..."
+msgstr "Sía..."
+
+#: package/contents/ui/PasswordItemDelegate.qml:128
+#, kde-format
+msgid "One-time password (OTP)"
+msgstr "Eins-skiptis lykilorð (OTP)"
+
+#: plugin/otpprovider.cpp:50
+#, kde-format
+msgid "Unsupported OTP type %1"
+msgstr "Óstudd tegund OTP %1"
+
+#: plugin/providerbase.cpp:74
+#, kde-format
+msgid "Failed to open password file: %1"
+msgstr "Mistókst að opna lykilorðaskrá: %1"
+
+#: plugin/providerbase.cpp:82 plugin/providerbase.cpp:104
+#, kde-format
+msgid "Failed to decrypt password: %1"
+msgstr "Mistókst að afkóða lykilorð: %1"
+
+#: plugin/providerbase.cpp:89
+#, kde-format
+msgid "No password found"
+msgstr "Ekkert lykilorð fannst"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/it/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/it/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/it/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/it/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-05 16:10+0100\n"
 "Last-Translator: Paolo Zamponi <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ja/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ja/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ja/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ja/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2018-12-12 21:54-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ka/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ka/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ka/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ka/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-03 06:24+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ko/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ko/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ko/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ko/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-04-22 00:13+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/lt/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/lt/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/lt/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/lt/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-08-12 00:20+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: lt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/lv/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/lv/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/lv/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/lv/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-09-12 15:45+0300\n"
 "Last-Translator: Toms Trasuns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/nl/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/nl/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/nl/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/nl/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 12:53+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/nn/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/nn/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/nn/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/nn/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-04 15:42+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/pa/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/pa/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/pa/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/pa/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2021-05-01 23:29-0700\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/pl/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/pl/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/pl/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/pl/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-04 09:20+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/pt/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/pt/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/pt/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/pt/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-06 17:40+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/pt_BR/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/pt_BR/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/pt_BR/plasma_applet_org.kde.plasma.pass.po 
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/pt_BR/plasma_applet_org.kde.plasma.pass.po 
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-03 09:50-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ro/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ro/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ro/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ro/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-06-18 19:06+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ru/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ru/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ru/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ru/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-09-20 13:09+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/sa/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/sa/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/sa/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/sa/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-12-20 12:26+0530\n"
 "Last-Translator: kali <[email protected]>\n"
 "Language-Team: Sanskrit <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/sk/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/sk/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/sk/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/sk/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: plasma_applet_plasmapass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2022-01-07 15:08+0100\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/sl/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/sl/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/sl/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/sl/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-03 11:49+0100\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/sv/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/sv/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/sv/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/sv/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-07-31 11:05+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/ta/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/ta/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/ta/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/ta/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-05 10:37+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/tr/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/tr/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/tr/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/tr/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-08-08 13:58+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/uk/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/uk/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/uk/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/uk/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-02 14:01+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/vi/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/vi/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/vi/plasma_applet_org.kde.plasma.pass.po    
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/vi/plasma_applet_org.kde.plasma.pass.po    
2026-03-17 23:13:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-03-21 18:44+0100\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/zh_CN/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/zh_CN/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/zh_CN/plasma_applet_org.kde.plasma.pass.po 
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/zh_CN/plasma_applet_org.kde.plasma.pass.po 
2026-03-17 23:13:41.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2024-04-23 19:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pass-1.3.0/po/zh_TW/plasma_applet_org.kde.plasma.pass.po 
new/plasma-pass-1.3.1/po/zh_TW/plasma_applet_org.kde.plasma.pass.po
--- old/plasma-pass-1.3.0/po/zh_TW/plasma_applet_org.kde.plasma.pass.po 
2025-08-01 19:52:31.000000000 +0200
+++ new/plasma-pass-1.3.1/po/zh_TW/plasma_applet_org.kde.plasma.pass.po 
2026-03-17 23:13:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasma-pass\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2024-08-07 01:48+0000\n"
+"POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2023-12-20 17:39+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"

Reply via email to