Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxqt-powermanagement for openSUSE:Factory checked in at 2025-07-03 12:10:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-powermanagement (Old) and /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-powermanagement" Thu Jul 3 12:10:56 2025 rev:28 rq:1290045 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes 2025-04-22 17:26:42.927133920 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new.1903/lxqt-powermanagement.changes 2025-07-03 12:13:22.248966273 +0200 @@ -1,0 +2,6 @@ +Wed Jul 2 20:11:10 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Update to version 2.2.1: + * Provides compatibility with lxqt-build-tools >= 2.2.1 + +------------------------------------------------------------------- Old: ---- lxqt-powermanagement-2.2.0.tar.xz lxqt-powermanagement-2.2.0.tar.xz.asc New: ---- lxqt-powermanagement-2.2.1.tar.xz lxqt-powermanagement-2.2.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-powermanagement.spec ++++++ --- /var/tmp/diff_new_pack.GkxWQy/_old 2025-07-03 12:13:22.904993492 +0200 +++ /var/tmp/diff_new_pack.GkxWQy/_new 2025-07-03 12:13:22.904993492 +0200 @@ -17,7 +17,7 @@ Name: lxqt-powermanagement -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Power Management and Auto-suspend License: LGPL-2.1-or-later ++++++ lxqt-powermanagement-2.2.0.tar.xz -> lxqt-powermanagement-2.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/CHANGELOG new/lxqt-powermanagement-2.2.1/CHANGELOG --- old/lxqt-powermanagement-2.2.0/CHANGELOG 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/CHANGELOG 2025-06-30 22:27:03.000000000 +0200 @@ -1,3 +1,8 @@ +lxqt-powermanagement-2.2.1 / 2025-06-30 +======================================== + * Use Qt provided FindXCB module. + * Added power-profiles info to README. + lxqt-powermanagement-2.2.0 / 2025-04-17 ======================================== * Added support for power profiles. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/CMakeLists.txt new/lxqt-powermanagement-2.2.1/CMakeLists.txt --- old/lxqt-powermanagement-2.2.0/CMakeLists.txt 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/CMakeLists.txt 2025-06-30 22:27:03.000000000 +0200 @@ -15,7 +15,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) -set(LXQTBT_MINIMUM_VERSION "2.2.0") +set(LXQTBT_MINIMUM_VERSION "2.2.1") set(KF6_MINIMUM_VERSION "6.0.0") set(LXQT_MINIMUM_VERSION "2.2.0") set(QT_MINIMUM_VERSION "6.6.0") @@ -29,12 +29,12 @@ find_package(KF6Solid ${KF6_MINIMUM_VERSION} REQUIRED) find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED) find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED) -find_package(XCB REQUIRED COMPONENTS xcb-dpms xcb-screensaver) +find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER) message(STATUS "Building with Qt${Qt6Core_VERSION}") # Patch Version -set(LXQT_POWERMANAGEMENT_PATCH_VERSION 0) +set(LXQT_POWERMANAGEMENT_PATCH_VERSION 1) set(LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_POWERMANAGEMENT_PATCH_VERSION}) add_definitions( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/README.md new/lxqt-powermanagement-2.2.1/README.md --- old/lxqt-powermanagement-2.2.0/README.md 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/README.md 2025-06-30 22:27:03.000000000 +0200 @@ -4,7 +4,7 @@ This repository is providing tools to monitor power management events and optionally trigger actions like e. g. shut down a system when laptop batteries are low on power. -The core components are two binaries `lxqt-powermanagement` and `lxqt-config-powermanagement`. +The core components are two binaries `lxqt-powermanagement` and `lxqt-config-powermanagement`. `lxqt-powermanagement` is running in a daemon-like manner as so-called "LXQt Module" and doing the actual work. GUI "Power Management Settings (binary `lxqt-config-powermanagement`) is used to customize settings. Warning messages are displayed on the desktop by [lxqt-notificationd](https://github.com/lxqt/lxqt-notificationd). @@ -13,16 +13,16 @@ ### Compiling source code -Runtime dependencies are UPower, KIdleTime, qtsvg and [liblxqt](https://github.com/lxqt/liblxqt). +Runtime dependencies are UPower, KIdleTime, qtsvg and [liblxqt](https://github.com/lxqt/liblxqt). Additional build dependencies are CMake and Solid, optionally Git to pull latest VCS checkouts. -Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. +Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. -To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual. +To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual. ### Binary packages -Official binary packages are provided by all major Linux and BSD distributions. +Official binary packages are provided by all major Linux and BSD distributions. Just use your package manager to search for string `lxqt-powermanagement`. ## Configuration, Usage @@ -31,6 +31,9 @@ To customize settings there's configuration dialogue "Power Management Settings" (binary `lxqt-config-powermanagement`). It can be opened from the panel's main menu - Preferences - LXQt Settings - Power Management and is provided by the "Configuration Center" (binary `lxqt-config`) of [lxqt-config](https://github.com/lxqt/lxqt-config) as well. +For switching power profiles from the battery icon menu in the notification area a tool +like `power-profiles-daemon` has to be installed. + ## Translations Translations can be done in [LXQt-Weblate/powermanagement](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-powermanagment-battery-info/) and [LXQt-Weblate/config-powermanagement](https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-powermanagment/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/autostart/translations/lxqt-powermanagement_sv.desktop.yaml new/lxqt-powermanagement-2.2.1/autostart/translations/lxqt-powermanagement_sv.desktop.yaml --- old/lxqt-powermanagement-2.2.0/autostart/translations/lxqt-powermanagement_sv.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-powermanagement-2.2.1/autostart/translations/lxqt-powermanagement_sv.desktop.yaml 2025-06-30 22:27:03.000000000 +0200 @@ -0,0 +1 @@ +Desktop Entry/Name: "Strömhantering" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/config/translations/lxqt-config-powermanagement_hr.ts new/lxqt-powermanagement-2.2.1/config/translations/lxqt-config-powermanagement_hr.ts --- old/lxqt-powermanagement-2.2.0/config/translations/lxqt-config-powermanagement_hr.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/config/translations/lxqt-config-powermanagement_hr.ts 2025-06-30 22:27:03.000000000 +0200 @@ -289,7 +289,7 @@ <message> <location filename="../powerkeyssettings.cpp" line="48"/> <source>Note: Under Wayland, power keys are configured by the compositor instead.</source> - <translation type="unfinished"></translation> + <translation>Napomena: U Waylandu tipke za uključivanje/isključivanje konfigurira kompositor.</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/config/translations/lxqt-config-powermanagement_sv.desktop.yaml new/lxqt-powermanagement-2.2.1/config/translations/lxqt-config-powermanagement_sv.desktop.yaml --- old/lxqt-powermanagement-2.2.0/config/translations/lxqt-config-powermanagement_sv.desktop.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-powermanagement-2.2.1/config/translations/lxqt-config-powermanagement_sv.desktop.yaml 2025-06-30 22:27:03.000000000 +0200 @@ -0,0 +1,3 @@ +Desktop Entry/Name: "Strömhantering" +Desktop Entry/GenericName: "Justera strömhantering" +Desktop Entry/Comment: "Diverse inställningar med avseende på batteri eller åtgärd vid inaktivitet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_de.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_de.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_de.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_de.ts 2025-06-30 22:27:03.000000000 +0200 @@ -259,24 +259,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Energiesparen</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Ausgeglichen</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Leistung</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Energieprofil</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_el.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_el.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_el.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_el.ts 2025-06-30 22:27:03.000000000 +0200 @@ -259,24 +259,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>εξοικονόμηση-ενέργειας</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>ισορροπημένο</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>μέγιστη απόδοση</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Προφίλ ενέργειας</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_he.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_he.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_he.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_he.ts 2025-06-30 22:27:03.000000000 +0200 @@ -114,6 +114,8 @@ <translation> <numerusform>שעה</numerusform> <numerusform>שעתיים</numerusform> + <numerusform>%Ln שעות</numerusform> + <numerusform>%Ln שעות</numerusform> </translation> </message> <message numerus="yes"> @@ -122,6 +124,8 @@ <translation> <numerusform>דקה</numerusform> <numerusform>שתי דקות</numerusform> + <numerusform>%Ln דקות</numerusform> + <numerusform>%Ln דקות</numerusform> </translation> </message> <message> @@ -234,6 +238,8 @@ <translation> <numerusform>תתבצע השהיה בעוד שנייה</numerusform> <numerusform>תתבצע השהיה בעוד שתי שניות</numerusform> + <numerusform>תתבצע השהיה בעוד %Ln שניות</numerusform> + <numerusform>תתבצע השהיה בעוד %Ln שניות</numerusform> </translation> </message> <message numerus="yes"> @@ -242,6 +248,8 @@ <translation> <numerusform>תתבצע הרדמה בעוד שנייה</numerusform> <numerusform>תתבצע הרדמה בעוד שתי שניות</numerusform> + <numerusform>תתבצע הרדמה בעוד %Ln שניות</numerusform> + <numerusform>תתבצע הרדמה בעוד %Ln שניות</numerusform> </translation> </message> <message numerus="yes"> @@ -250,6 +258,8 @@ <translation> <numerusform>יתבצע כיבוי בעוד שנייה</numerusform> <numerusform>יתבצע כיבוי בעוד שתי שניות</numerusform> + <numerusform>יתבצע כיבוי בעוד %Ln שניות</numerusform> + <numerusform>יתבצע כיבוי בעוד %Ln שניות</numerusform> </translation> </message> </context> @@ -259,24 +269,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>חסכון בחשמל</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>מאוזן</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>ביצועים</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>פרופיל צריכת חשמל</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_hr.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_hr.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_hr.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_hr.ts 2025-06-30 22:27:03.000000000 +0200 @@ -264,24 +264,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>ušteda energije</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>balancirano</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>performansa</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Profil energije</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_ko.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_ko.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_ko.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_ko.ts 2025-06-30 22:27:03.000000000 +0200 @@ -237,7 +237,7 @@ <location filename="../batterywatcher.cpp" line="134"/> <source>Hibernating in %Ln second(s)</source> <translation> - <numerusform>%Ln초 후 최대 절전모드</numerusform> + <numerusform>%Ln초 후 최대 절전 모드</numerusform> </translation> </message> <message numerus="yes"> @@ -254,19 +254,19 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>절전</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>균형</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>성능</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_pt.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_pt.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_pt.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_pt.ts 2025-06-30 22:27:03.000000000 +0200 @@ -259,24 +259,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>poupança de energia</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>equilibrado</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>desempenho</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Perfil de energia</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_sk_SK.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_sk_SK.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_sk_SK.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_sk_SK.ts 2025-06-30 22:27:03.000000000 +0200 @@ -264,24 +264,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Úsporný režim</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Vyvážený režim</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Výkonný režim</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Profil napájania</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_uk.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_uk.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_uk.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_uk.ts 2025-06-30 22:27:03.000000000 +0200 @@ -264,24 +264,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Енергоощадження</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Збалансований</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>Швидкодія</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Профіль живлення</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_vi.ts new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_vi.ts --- old/lxqt-powermanagement-2.2.0/src/translations/lxqt-powermanagement_vi.ts 2025-04-17 11:17:32.000000000 +0200 +++ new/lxqt-powermanagement-2.2.1/src/translations/lxqt-powermanagement_vi.ts 2025-06-30 22:27:03.000000000 +0200 @@ -254,24 +254,24 @@ <location filename="../PowerProfiles.cpp" line="38"/> <source>power-saver</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>tiết kiệm năng lượng</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="39"/> <source>balanced</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>cân bằng</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="40"/> <source>performance</source> <comment>power-profiles-daemon</comment> - <translation type="unfinished"></translation> + <translation>hiệu năng cao</translation> </message> <message> <location filename="../PowerProfiles.cpp" line="69"/> <source>Power profile</source> - <translation type="unfinished"></translation> + <translation>Chế độ năng lượng</translation> </message> </context> <context>