Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxqt-globalkeys for openSUSE:Leap:16.0 checked in at 2025-08-07 21:45:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/lxqt-globalkeys (Old) and /work/SRC/openSUSE:Leap:16.0/.lxqt-globalkeys.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-globalkeys" Thu Aug 7 21:45:47 2025 rev:3 rq:1298197 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/lxqt-globalkeys/lxqt-globalkeys.changes 2025-03-19 11:50:44.267816611 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.lxqt-globalkeys.new.1085/lxqt-globalkeys.changes 2025-08-07 21:45:49.986218711 +0200 @@ -1,0 +2,7 @@ +Thu Apr 17 21:40:50 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Update to version 2.2.0: + * Enabled smooth scrolling in the config GUI + * Cleaned up default 'globalkeyshortcuts.conf' + +------------------------------------------------------------------- Old: ---- lxqt-globalkeys-2.1.0.tar.xz lxqt-globalkeys-2.1.0.tar.xz.asc New: ---- lxqt-globalkeys-2.2.0.tar.xz lxqt-globalkeys-2.2.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-globalkeys.spec ++++++ --- /var/tmp/diff_new_pack.WmHZG3/_old 2025-08-07 21:45:50.398235871 +0200 +++ /var/tmp/diff_new_pack.WmHZG3/_new 2025-08-07 21:45:50.398235871 +0200 @@ -17,7 +17,7 @@ Name: lxqt-globalkeys -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Global keyboard shortcuts registration License: LGPL-2.1-or-later ++++++ lxqt-globalkeys-2.1.0.tar.xz -> lxqt-globalkeys-2.2.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/CHANGELOG new/lxqt-globalkeys-2.2.0/CHANGELOG --- old/lxqt-globalkeys-2.1.0/CHANGELOG 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/CHANGELOG 2025-04-17 11:09:36.000000000 +0200 @@ -1,3 +1,8 @@ +lxqt-globalkeys-2.2.0 / 2025-04-17 +=================================== + * Enabled smooth scrolling in the config GUI. + * Cleaned up default `globalkeyshortcuts.conf`. + lxqt-globalkeys-2.1.0 / 2024-11-05 =================================== * Show "unsupported" message under wayland. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/CMakeLists.txt new/lxqt-globalkeys-2.2.0/CMakeLists.txt --- old/lxqt-globalkeys-2.1.0/CMakeLists.txt 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/CMakeLists.txt 2025-04-17 11:09:36.000000000 +0200 @@ -11,7 +11,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) -set(LXQT_MINIMUM_VERSION "2.1.0") +set(LXQT_MINIMUM_VERSION "2.2.0") set(QT_MINIMUM_VERSION "6.6.0") set(CMAKE_INCLUDE_CURRENT_DIR ON) @@ -26,7 +26,7 @@ # Version set(LXQT_GLOBALKEYS_MAJOR_VERSION 2) -set(LXQT_GLOBALKEYS_MINOR_VERSION 1) +set(LXQT_GLOBALKEYS_MINOR_VERSION 2) set(LXQT_GLOBALKEYS_PATCH_VERSION 0) set(LXQT_GLOBALKEYS_VERSION ${LXQT_GLOBALKEYS_MAJOR_VERSION}.${LXQT_GLOBALKEYS_MINOR_VERSION}.${LXQT_GLOBALKEYS_PATCH_VERSION}) add_definitions("-DLXQT_GLOBALKEYS_VERSION=\"${LXQT_GLOBALKEYS_VERSION}\"") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_en_GB.desktop.yaml new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_en_GB.desktop.yaml --- old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_en_GB.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_en_GB.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1 @@ +Desktop Entry/Name: "Global Keyboard Shortcuts" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_ka.desktop.yaml new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_ka.desktop.yaml --- old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_ka.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_ka.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1 @@ +Desktop Entry/Name: "გლობალური კლავიატურის მალსახმობები" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_kab.desktop.yaml new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_kab.desktop.yaml --- old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_kab.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_kab.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1 @@ +Desktop Entry/Name: "Inegzumen imuta n unasiw" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_zh_TW.desktop.yaml new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_zh_TW.desktop.yaml --- old/lxqt-globalkeys-2.1.0/autostart/translations/lxqt-globalkeyshortcuts_zh_TW.desktop.yaml 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/autostart/translations/lxqt-globalkeyshortcuts_zh_TW.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -1 +1 @@ -Desktop Entry/Name: "全域鍵盤快捷鍵" +Desktop Entry/Name: "整體鍵盤快速鍵" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/main_window.cpp new/lxqt-globalkeys-2.2.0/config/main_window.cpp --- old/lxqt-globalkeys-2.1.0/config/main_window.cpp 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/main_window.cpp 2025-04-17 11:09:36.000000000 +0200 @@ -76,6 +76,9 @@ mSelectionModel = new QItemSelectionModel(actions_TV->model()); actions_TV->setSelectionModel(mSelectionModel); + actions_TV->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); + actions_TV->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel); + connect(filter_LE, &QLineEdit::textChanged, mSortFilterProxyModel, &QSortFilterProxyModel::setFilterFixedString); connect(mSelectionModel, &QItemSelectionModel::selectionChanged, this, &MainWindow::selectionChanged); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ar.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ar.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ar.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ar.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>أغلِق</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>استعادة الافتراضي</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>ستتم إزالة الاختصارات المحددة الخاصة بك. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Затваряне</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Възстановяване на стандартни настройки</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Вашата зададена комбинация ще бъде премахната. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ca.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ca.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ca.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ca.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Tanca</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restaura els valors per defecte</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Les dreceres personalitzades s'eliminaran. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_cs.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_cs.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_cs.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_cs.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Zavřít</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Vrátit na výchozí hodnoty</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Vámi určené klávesové zkratky budou odebrány. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_cy.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_cy.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_cy.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_cy.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation></translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Luk</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Gendan standard</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Dine definerede genveje fjernes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_de.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_de.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_de.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_de.ts 2025-04-17 11:09:36.000000000 +0200 @@ -180,12 +180,12 @@ <translation>Schließen</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Voreinstellungen wiederherstellen</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Ihre definierten Tastaturbefehle werden entfernt. Möchten Sie fortfahren?</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_el.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_el.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_el.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_el.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Κλείσιμο</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Επαναφορά προκαθορισμένων</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Οι συντομεύσεις που έχετε καθορίσει θα διαγραφούν. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_en_GB.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_en_GB.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_en_GB.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_en_GB.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,15 +179,16 @@ <translation>Close</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restore Default</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> - <translation type="unfinished"></translation> + <translation>Your defined shortcuts will be removed. +Do you want to proceed?</translation> </message> </context> <context> @@ -195,14 +196,16 @@ <message> <location filename="../main.cpp" line="51"/> <source>Platform Unsupported</source> - <translation type="unfinished"></translation> + <translation>Platform Unsupported</translation> </message> <message> <location filename="../main.cpp" line="52"/> <source>LXQt globalkeys are currently unsupported under Wayland. Global shortcuts can be configured in the settings of the compositor instead.</source> - <translation type="unfinished"></translation> + <translation>LXQt globalkeys are currently unsupported under Wayland. + +Global shortcuts can be configured in the compositor settings instead.</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_eo.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_eo.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_eo.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_eo.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished">Fermi</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Cerrar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restaurar a predeterminado</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Los atajos definidos por usted serán eliminados. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_es_VE.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_es_VE.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_es_VE.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_es_VE.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished">Cerrar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_et.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_et.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_et.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_et.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Sulge</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Taasta vaikimisi seadistused</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Kustutame sinu kirjeldatud kiirklahvid. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_eu.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_eu.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_eu.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_eu.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Itxi</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Leheneratu lehenetsia</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Definitutako lasterbideak kenduko dira. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Sulje</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Palauta oletusasetukset</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Määritellyt pikanäppäimet poistetaan. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts 2025-04-17 11:09:36.000000000 +0200 @@ -180,12 +180,12 @@ <translation>Fermer</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restaurer les paramètres par défaut</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Vos raccourcis définis seront supprimés. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_gl.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_gl.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_gl.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_gl.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Pechar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restabelecer os valores predeterminados</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Retiraranse os seus atallos definidos. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>סגירה</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>שחזור בררת מחדל</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>קיצורי הדרך שהגדרת יוסרו. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_hr.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_hr.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_hr.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_hr.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Zatvori</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Vrati standardne postavke</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Tvoji prečaci će se ukloniti. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Bezárás</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Alapértelmezett visszaállítása</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>A megadott hivatkozások eltávolításra kerülnek. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_id.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Tutup</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Pulihkan Ke Bawaan</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Pintasan yang anda tentukan akan di hapus. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Chiudi</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Ripristina scorciatoie predefinite</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Le scorciatoie personalizzate saranno rimosse. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ja.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ja.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ja.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ja.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>閉じる</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>既定値に戻す</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>定義したショートカットを削除します。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ka.desktop.yaml new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ka.desktop.yaml --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ka.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ka.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "მალსახმობი ღილაკები" +Desktop Entry/GenericName: "კლავიატურის მალსახმობების მორგება" +Desktop Entry/Comment: "გლობალური მალსახმობი ღილაკების მორგება (X11)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ka.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ka.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ka.ts 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ka.ts 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ka"> +<context> + <name>DefaultModel</name> + <message> + <location filename="../default_model.cpp" line="51"/> + <source>Command</source> + <translation>ბრძანება</translation> + </message> + <message> + <location filename="../default_model.cpp" line="52"/> + <source>DBus call</source> + <translation>DBus-ის გამოძახება</translation> + </message> + <message> + <location filename="../default_model.cpp" line="53"/> + <source>Client</source> + <translation>კლიენტი</translation> + </message> + <message> + <location filename="../default_model.cpp" line="143"/> + <source>Id</source> + <translation>ID</translation> + </message> + <message> + <location filename="../default_model.cpp" line="146"/> + <source>Shortcut</source> + <translation>მალმხმობი</translation> + </message> + <message> + <location filename="../default_model.cpp" line="149"/> + <source>Description</source> + <translation>აღწერა</translation> + </message> + <message> + <location filename="../default_model.cpp" line="152"/> + <source>Type</source> + <translation>ტიპი</translation> + </message> + <message> + <location filename="../default_model.cpp" line="155"/> + <source>Info</source> + <translation>ინფორმაცია</translation> + </message> +</context> +<context> + <name>EditActionDialog</name> + <message> + <location filename="../edit_action_dialog.ui" line="14"/> + <source>Edit Action</source> + <translation>ქმედების ჩასწორება</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="31"/> + <source>&Shortcut:</source> + <translation>&მალსახმობი:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="74"/> + <source>&Description:</source> + <translation>&აღწერილობა:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="87"/> + <source>&Enabled</source> + <translation>&ჩართულია</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="102"/> + <source>&Command</source> + <translation>&ბრძანება</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="109"/> + <source>&DBus message</source> + <translation>&DBus-ის შეტყობინება</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="118"/> + <source>Type:</source> + <translation>ტიპი:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="164"/> + <source>Co&mmand:</source> + <translation>&ბრძანება:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="206"/> + <source>S&ervice:</source> + <translation>ს&ერვისი:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="219"/> + <source>&Path:</source> + <translation>&ბილიკი:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="232"/> + <source>&Interface:</source> + <translation>&ინტერფეისი:</translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="245"/> + <source>&Method:</source> + <translation>&მეთოდი:</translation> + </message> +</context> +<context> + <name>MainWindow</name> + <message> + <location filename="../main_window.ui" line="14"/> + <source>Global Actions Manager</source> + <translation>გლობალური ქმედებების მმართველი</translation> + </message> + <message> + <location filename="../main_window.ui" line="27"/> + <source>Search</source> + <translation>ძებნა</translation> + </message> + <message> + <location filename="../main_window.ui" line="72"/> + <source>Add ...</source> + <translation>დამატება ...</translation> + </message> + <message> + <location filename="../main_window.ui" line="82"/> + <source>Remove</source> + <translation>წაშლა</translation> + </message> + <message> + <location filename="../main_window.ui" line="92"/> + <source>Modify ...</source> + <translation>შეცვლა...</translation> + </message> + <message> + <location filename="../main_window.ui" line="109"/> + <source>Swap</source> + <translation>სვაპი</translation> + </message> + <message> + <location filename="../main_window.ui" line="135"/> + <source>Multiple actions behaviour:</source> + <translation>ერთზე მეტი ქმედების ქევა:</translation> + </message> + <message> + <location filename="../main_window.ui" line="143"/> + <source>First</source> + <comment>globalkeys/config/multipleActions</comment> + <translation>პირველი</translation> + </message> + <message> + <location filename="../main_window.ui" line="148"/> + <source>Last</source> + <comment>globalkeys/config/multipleActions</comment> + <translation>ბოლო</translation> + </message> + <message> + <location filename="../main_window.ui" line="153"/> + <source>None</source> + <comment>globalkeys/config/multipleActions</comment> + <translation>არაფერი</translation> + </message> + <message> + <location filename="../main_window.ui" line="158"/> + <source>All</source> + <comment>globalkeys/config/multipleActions</comment> + <translation>ყველა</translation> + </message> + <message> + <location filename="../main_window.ui" line="183"/> + <source>Default</source> + <translation>ნაგულისხმევი</translation> + </message> + <message> + <location filename="../main_window.ui" line="207"/> + <source>Close</source> + <translation>დახურვა</translation> + </message> + <message> + <location filename="../main_window.cpp" line="194"/> + <source>Restore Default</source> + <translation>ნაგულისხმევის აღდგენა</translation> + </message> + <message> + <location filename="../main_window.cpp" line="195"/> + <source>Your defined shortcuts will be removed. +Do you want to proceed?</source> + <translation>თქვენი აღწერილი მალსახმობები წაიშლება. +გნებავთ, გააგრძელოთ?</translation> + </message> +</context> +<context> + <name>QObject</name> + <message> + <location filename="../main.cpp" line="51"/> + <source>Platform Unsupported</source> + <translation>პლატფორმა მხარდაჭერილი არაა</translation> + </message> + <message> + <location filename="../main.cpp" line="52"/> + <source>LXQt globalkeys are currently unsupported under Wayland. + +Global shortcuts can be configured in the settings of the compositor instead.</source> + <translation>LXQt-ის გლობალური მალსახმობები, ამჟამად, Wayland-ში მხარდაჭერილი არაა. + +გლობალური მალსახმობებისთვის კომპოზიტორის პარამეტრებს მიმართეთ.</translation> + </message> +</context> +</TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_kab.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_kab.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_kab.ts 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_kab.ts 2025-04-17 11:09:36.000000000 +0200 @@ -0,0 +1,208 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="kab"> +<context> + <name>DefaultModel</name> + <message> + <location filename="../default_model.cpp" line="51"/> + <source>Command</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../default_model.cpp" line="52"/> + <source>DBus call</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../default_model.cpp" line="53"/> + <source>Client</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../default_model.cpp" line="143"/> + <source>Id</source> + <translation>Id</translation> + </message> + <message> + <location filename="../default_model.cpp" line="146"/> + <source>Shortcut</source> + <translation>Anegzum</translation> + </message> + <message> + <location filename="../default_model.cpp" line="149"/> + <source>Description</source> + <translation>Aglam</translation> + </message> + <message> + <location filename="../default_model.cpp" line="152"/> + <source>Type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../default_model.cpp" line="155"/> + <source>Info</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditActionDialog</name> + <message> + <location filename="../edit_action_dialog.ui" line="14"/> + <source>Edit Action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="31"/> + <source>&Shortcut:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="74"/> + <source>&Description:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="87"/> + <source>&Enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="102"/> + <source>&Command</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="109"/> + <source>&DBus message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="118"/> + <source>Type:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="164"/> + <source>Co&mmand:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="206"/> + <source>S&ervice:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="219"/> + <source>&Path:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="232"/> + <source>&Interface:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../edit_action_dialog.ui" line="245"/> + <source>&Method:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MainWindow</name> + <message> + <location filename="../main_window.ui" line="14"/> + <source>Global Actions Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="27"/> + <source>Search</source> + <translation>Nadi</translation> + </message> + <message> + <location filename="../main_window.ui" line="72"/> + <source>Add ...</source> + <translation>Rnu ...</translation> + </message> + <message> + <location filename="../main_window.ui" line="82"/> + <source>Remove</source> + <translation>Kkes</translation> + </message> + <message> + <location filename="../main_window.ui" line="92"/> + <source>Modify ...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="109"/> + <source>Swap</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="135"/> + <source>Multiple actions behaviour:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="143"/> + <source>First</source> + <comment>globalkeys/config/multipleActions</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="148"/> + <source>Last</source> + <comment>globalkeys/config/multipleActions</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="153"/> + <source>None</source> + <comment>globalkeys/config/multipleActions</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="158"/> + <source>All</source> + <comment>globalkeys/config/multipleActions</comment> + <translation>Akk</translation> + </message> + <message> + <location filename="../main_window.ui" line="183"/> + <source>Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.ui" line="207"/> + <source>Close</source> + <translation>Mdel</translation> + </message> + <message> + <location filename="../main_window.cpp" line="191"/> + <source>Restore Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main_window.cpp" line="192"/> + <source>Your defined shortcuts will be removed. +Do you want to proceed?</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QObject</name> + <message> + <location filename="../main.cpp" line="51"/> + <source>Platform Unsupported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main.cpp" line="52"/> + <source>LXQt globalkeys are currently unsupported under Wayland. + +Global shortcuts can be configured in the settings of the compositor instead.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ko.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ko.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ko.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ko.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>닫기</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>기본값 복원</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>정의된 단축키가 제거됩니다. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_lt.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_lt.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_lt.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_lt.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Užverti</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Atkurti numatytąjį</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Jūsų apibrėžti spartieji klavišai bus pašalinti. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_lv.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_lv.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_lv.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_lv.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Aizvērt</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Atgriezt noklusēto</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Jūsu definētie īsceļi tiks noņemti/dzēsti. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_nb_NO.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_nb_NO.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_nb_NO.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_nb_NO.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Lukk</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Gjenopprett standardinnstillinger</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Dine definerte tastatursnarveier fjernes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Sluiten</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Standaardwaarden</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Uw ingestelde sneltoetsen worden verwijderd. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_oc.desktop.yaml new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_oc.desktop.yaml --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_oc.desktop.yaml 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_oc.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -1,3 +1,3 @@ Desktop Entry/Name: "Acorchis" Desktop Entry/GenericName: "Paramètres d’acorchis clavièr" -Desktop Entry/Comment: "Configuracion de las tòcas d’acorchi de LXQt" +Desktop Entry/Comment: "Configuracion de las tòcas d’acorchi globalas (X11)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_oc.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_oc.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_oc.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_oc.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Tampar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restaurar los paramètres per defaut</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Vòstres acorchis definits seràn suprimits. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Zamknij</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Przywróć domyślne</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Zdefiniowane przez Ciebie skróty zostaną usunięte. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Fechar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Repor predefinições</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Os atalhos definidos por si serão removidos. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.desktop.yaml new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.desktop.yaml --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.desktop.yaml 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -1,3 +1,3 @@ Desktop Entry/Name: "Teclas de Atalho" -Desktop Entry/Comment: "Configurar as teclas de atalho do LXQt" +Desktop Entry/Comment: "Configurar as teclas de atalhos globais (X11)" Desktop Entry/GenericName: "Configurações dos Atalhos do Teclado" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Fechar</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Restaurar Padrões</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Seus atalhos definidos serão removidos. @@ -196,7 +196,7 @@ <message> <location filename="../main.cpp" line="51"/> <source>Platform Unsupported</source> - <translation type="unfinished"></translation> + <translation>Plataforma Incompatível</translation> </message> <message> <location filename="../main.cpp" line="52"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ro_RO.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ro_RO.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ro_RO.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ro_RO.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished">Închide</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Закрыть</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Восстановить значения по умолчанию</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Сочетания клавиш, созданные вами будут удалены. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_si.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_si.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_si.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_si.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sk.desktop.yaml new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sk.desktop.yaml --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sk.desktop.yaml 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sk.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -1,3 +1,3 @@ Desktop Entry/Name: "Klávesové skratky" Desktop Entry/GenericName: "Nastavenie klávesových skratiek" -Desktop Entry/Comment: "Nastaviť klávesové skratky prostredia LXQt" +Desktop Entry/Comment: "Konfigurácia klávesových skratiek (X11)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Zatvoriť</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Vrátiť na predvolené hodnoty</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Vami určené klávesové skratky budú odstránené. @@ -196,14 +196,16 @@ <message> <location filename="../main.cpp" line="51"/> <source>Platform Unsupported</source> - <translation type="unfinished"></translation> + <translation>Nepodporovaná platforma</translation> </message> <message> <location filename="../main.cpp" line="52"/> <source>LXQt globalkeys are currently unsupported under Wayland. Global shortcuts can be configured in the settings of the compositor instead.</source> - <translation type="unfinished"></translation> + <translation>Klávesové skratky LXQt nie sú v súčasnosti v systéme Wayland podporované. + +Klávesové skratky je možné nakonfigurovať v nastaveniach kompozitora.</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Zapri</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Povrni privzeto</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Vaše bližnjice bodo odstranjene. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_th_TH.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_th_TH.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_th_TH.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_th_TH.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation type="unfinished">ปิด</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_tr.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_tr.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_tr.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_tr.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Kapat</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Varsayılanı Geri Yükle</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Belirlediğiniz kısayol kaldırılacak. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_uk.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_uk.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_uk.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_uk.ts 2025-04-17 11:09:36.000000000 +0200 @@ -179,12 +179,12 @@ <translation>Закрити</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>Відновити типову</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>Призначені ярлики буде вилучено. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_CN.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_CN.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_CN.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_CN.ts 2025-04-17 11:09:36.000000000 +0200 @@ -180,12 +180,12 @@ <translation>关闭</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> <translation>恢复默认</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> <translation>您定义的快捷键将会被删除。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.desktop.yaml new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.desktop.yaml --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.desktop.yaml 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.desktop.yaml 2025-04-17 11:09:36.000000000 +0200 @@ -1,3 +1,3 @@ -Desktop Entry/Name: "LXQt快捷鍵設定" -Desktop Entry/Comment: "設定LXQt桌面的全域快捷鍵" -Desktop Entry/GenericName: "LXQt全域快捷鍵設定" +Desktop Entry/Name: "快速鍵按鍵" +Desktop Entry/Comment: "設定整體快速鍵按鍵 (X11)" +Desktop Entry/GenericName: "鍵盤快速鍵設定" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.ts new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.ts --- old/lxqt-globalkeys-2.1.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.ts 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/config/translations/lxqt-config-globalkeyshortcuts_zh_TW.ts 2025-04-17 11:09:36.000000000 +0200 @@ -26,7 +26,7 @@ <message> <location filename="../default_model.cpp" line="146"/> <source>Shortcut</source> - <translation>快捷鍵</translation> + <translation>快速鍵</translation> </message> <message> <location filename="../default_model.cpp" line="149"/> @@ -54,27 +54,27 @@ <message> <location filename="../edit_action_dialog.ui" line="31"/> <source>&Shortcut:</source> - <translation>捷徑 (&S):</translation> + <translation>快速鍵(&S):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="74"/> <source>&Description:</source> - <translation>描述 (&D):</translation> + <translation>描述(&D):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="87"/> <source>&Enabled</source> - <translation>啟用 (&E)</translation> + <translation>已經啟用(&E)</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="102"/> <source>&Command</source> - <translation>命令 (&C)</translation> + <translation>指令(&C)</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="109"/> <source>&DBus message</source> - <translation>DBus 訊息 (&D)</translation> + <translation>&DBus 訊息</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="118"/> @@ -84,27 +84,27 @@ <message> <location filename="../edit_action_dialog.ui" line="164"/> <source>Co&mmand:</source> - <translation>命令 (&m):</translation> + <translation>指令(&M):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="206"/> <source>S&ervice:</source> - <translation>服務 (&e):</translation> + <translation>服務(&E):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="219"/> <source>&Path:</source> - <translation>路徑 (&P):</translation> + <translation>路徑(&P):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="232"/> <source>&Interface:</source> - <translation>介面 (&I):</translation> + <translation>介面(&I):</translation> </message> <message> <location filename="../edit_action_dialog.ui" line="245"/> <source>&Method:</source> - <translation>方法 (&M):</translation> + <translation>方法(&M):</translation> </message> </context> <context> @@ -112,7 +112,7 @@ <message> <location filename="../main_window.ui" line="14"/> <source>Global Actions Manager</source> - <translation>全域動作管理器</translation> + <translation>整體動作管理器</translation> </message> <message> <location filename="../main_window.ui" line="27"/> @@ -179,15 +179,15 @@ <translation>關閉</translation> </message> <message> - <location filename="../main_window.cpp" line="191"/> + <location filename="../main_window.cpp" line="194"/> <source>Restore Default</source> - <translation>回復為預設值</translation> + <translation>還原為預設值</translation> </message> <message> - <location filename="../main_window.cpp" line="192"/> + <location filename="../main_window.cpp" line="195"/> <source>Your defined shortcuts will be removed. Do you want to proceed?</source> - <translation>您自訂的快捷鍵將被移除。 + <translation>您自訂的快速鍵將被移除。 確定要繼續嗎?</translation> </message> </context> @@ -196,14 +196,16 @@ <message> <location filename="../main.cpp" line="51"/> <source>Platform Unsupported</source> - <translation type="unfinished"></translation> + <translation>非支援的平台</translation> </message> <message> <location filename="../main.cpp" line="52"/> <source>LXQt globalkeys are currently unsupported under Wayland. Global shortcuts can be configured in the settings of the compositor instead.</source> - <translation type="unfinished"></translation> + <translation>LXQt 整體快速鍵目前在 Wayland 下尚未支援。 + +可以改由在合成器設定中進行設定整體快速鍵。</translation> </message> </context> </TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-2.1.0/xdg/globalkeyshortcuts.conf new/lxqt-globalkeys-2.2.0/xdg/globalkeyshortcuts.conf --- old/lxqt-globalkeys-2.1.0/xdg/globalkeyshortcuts.conf 2024-11-05 06:22:40.000000000 +0100 +++ new/lxqt-globalkeys-2.2.0/xdg/globalkeyshortcuts.conf 2025-04-17 11:09:36.000000000 +0200 @@ -1,4 +1,3 @@ - [Control%2BAlt%2BT.1] Comment=QTerminal Enabled=true @@ -26,22 +25,22 @@ [Control%2BAlt%2BE.6] -Comment=Pcmanfm +Comment=PCManFM-Qt Enabled=true Exec=pcmanfm-qt [Control%2BAlt%2BI.7] -Comment=Web browser +Comment=Web Browser Enabled=true Exec=xdg-open, about:blank [Print.8] -Comment=screen shot +Comment=Screenshot Enabled=true Exec=screengrab, -f [Control%2BAlt%2BL.30] -Comment=lockscreen +Comment=Lockscreen Enabled=true Exec=xdg-screensaver, lock