From 640512d2ccf5b8013c846e0882f9ec2ae0f65526 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Mon, 7 Jul 2025 06:31:45 +0000 Subject: [PATCH] sync: from linuxdeepin/dde-session-shell Synchronize source files from linuxdeepin/dde-session-shell. Source-pull-request: https://github.com/linuxdeepin/dde-session-shell/pull/18 --- src/widgets/centertopwidget.cpp | 8 +- src/widgets/timewidget.cpp | 10 +- src/widgets/timewidget.h | 4 +- translations/dde-session-shell_es_419.ts | 571 +++++++++++++++++++++++ translations/dde-session-shell_es_AR.ts | 571 +++++++++++++++++++++++ translations/dde-session-shell_es_CL.ts | 571 +++++++++++++++++++++++ translations/dde-session-shell_es_MX.ts | 571 +++++++++++++++++++++++ 7 files changed, 2295 insertions(+), 11 deletions(-) create mode 100644 translations/dde-session-shell_es_419.ts create mode 100644 translations/dde-session-shell_es_AR.ts create mode 100644 translations/dde-session-shell_es_CL.ts create mode 100644 translations/dde-session-shell_es_MX.ts diff --git a/src/widgets/centertopwidget.cpp b/src/widgets/centertopwidget.cpp index d6ff6b364..84eaadb84 100644 --- a/src/widgets/centertopwidget.cpp +++ b/src/widgets/centertopwidget.cpp @@ -19,7 +19,7 @@ const int TOP_TIP_SPACING = 10; #ifdef ENABLE_DSS_SNIPE static const QString localeNameKey = "localeName"; -static const QString longDateFormatKey = "longDateFormat"; +static const QString shortDateFormatKey = "shortDateFormat"; static const QString shortTimeFormatKey = "shortTimeFormat"; #endif // ENABLE_DSS_SNIPE @@ -178,7 +178,7 @@ void CenterTopWidget::onUserRegionFormatValueChanged(const QDBusMessage &dbusMes return; QString key = dbusMessage.arguments().at(0).toString(); - if (key == localeNameKey || key == shortTimeFormatKey || key == longDateFormatKey) { + if (key == localeNameKey || key == shortTimeFormatKey || key == shortDateFormatKey) { updateUserDateTimeFormat(); } } @@ -251,8 +251,8 @@ void CenterTopWidget::updateUserDateTimeFormat() QString localeName = qApp->applicationName() == "dde-lock" ? QLocale::system().name() : getRegionFormatValue(userConfigDbusPath, localeNameKey); QString shortTimeFormat = getRegionFormatValue(userConfigDbusPath, shortTimeFormatKey); - QString longDateFormat = getRegionFormatValue(userConfigDbusPath, longDateFormatKey); + QString shortDateFormat = getRegionFormatValue(userConfigDbusPath, shortDateFormatKey); - m_timeWidget->updateLocale(localeName, shortTimeFormat, longDateFormat); + m_timeWidget->updateLocale(localeName, shortTimeFormat, shortDateFormat); } #endif // ENABLE_DSS_SNIPE diff --git a/src/widgets/timewidget.cpp b/src/widgets/timewidget.cpp index e9af307cd..96b2dbf84 100644 --- a/src/widgets/timewidget.cpp +++ b/src/widgets/timewidget.cpp @@ -82,9 +82,9 @@ void TimeWidget::refreshTime() m_dateLabel->setText(m_locale.toString(QDateTime::currentDateTime(), date_format)); #ifdef ENABLE_DSS_SNIPE - if (!m_shortTimeFormat.isEmpty() && !m_longDateFormat.isEmpty()) { + if (!m_shortTimeFormat.isEmpty() && !m_shortDateFormat.isEmpty()) { m_timeLabel->setText(m_locale.toString(QTime::currentTime(), m_shortTimeFormat)); - m_dateLabel->setText(m_locale.toString(QDate::currentDate(), m_longDateFormat)); + m_dateLabel->setText(m_locale.toString(QDate::currentDate(), m_shortDateFormat + " " + weekdayFormat.at(m_weekdayIndex))); } #endif // ENABLE_DSS_SNIPE } @@ -131,13 +131,13 @@ QSize TimeWidget::sizeHint() const } #ifdef ENABLE_DSS_SNIPE -void TimeWidget::updateLocale(const QString &locale, const QString &shortTimeFormat, const QString &longDateFormat) +void TimeWidget::updateLocale(const QString &locale, const QString &shortTimeFormat, const QString &shortDateFormat) { m_locale = QLocale(locale); if (!shortTimeFormat.isEmpty()) m_shortTimeFormat = shortTimeFormat; - if (!longDateFormat.isEmpty()) - m_longDateFormat = longDateFormat; + if (!shortDateFormat.isEmpty()) + m_shortDateFormat = shortDateFormat; refreshTime(); } diff --git a/src/widgets/timewidget.h b/src/widgets/timewidget.h index bc5eff256..e24dba852 100644 --- a/src/widgets/timewidget.h +++ b/src/widgets/timewidget.h @@ -24,7 +24,7 @@ class TimeWidget : public QWidget QSize sizeHint() const override; #ifdef ENABLE_DSS_SNIPE - void updateLocale(const QString &locale, const QString &shortTimeFormat = "", const QString &longDateFormat = ""); + void updateLocale(const QString &locale, const QString &shortTimeFormat = "", const QString &shortDateFormat = ""); #endif // ENABLE_DSS_SNIPE public Q_SLOTS: @@ -49,7 +49,7 @@ public Q_SLOTS: #ifdef ENABLE_DSS_SNIPE QString m_shortTimeFormat; - QString m_longDateFormat; + QString m_shortDateFormat; #endif // ENABLE_DSS_SNIPE }; diff --git a/translations/dde-session-shell_es_419.ts b/translations/dde-session-shell_es_419.ts new file mode 100644 index 000000000..0460b7e64 --- /dev/null +++ b/translations/dde-session-shell_es_419.ts @@ -0,0 +1,571 @@ + + + AuthFace + + Face ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Face ID + + + + Face ID locked, use password please + + + + Device unavailable! + + + + + AuthFingerprint + + Verify your fingerprint + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Fingerprint locked, use password please + + + + + AuthIris + + Iris ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Iris ID + + + + Iris ID locked, use password please + + + + + AuthPasskey + + Please plug in the security key + + + + Verification successful + + + + Verification failed + + + + Identifying the security key + + + + + AuthPassword + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong Password + + + + Password + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthSingle + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthUKey + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong PIN + + + + UKey is required + + + + Enter your PIN + + + + Please try again %n minute(s) later + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + + AuthWidget + + Account + + + + Your password will expire in %n days, please change it timely + + + + Password expired, please change + + + + Your password has expired. Please contact the administrator to change it + + + + Terminal locked, please contact administrator + + + + + GreeterWorker + + Wrong account + + + + Wrong Password + + + + + InhibitWarnView + + Cancel + + + + The reason of inhibit. + + + + + LighterGreeter + + Standard Mode + + + + + LockContent + + Lock Screen + + + + Failed to lock screen + + + + + LockWorker + + Fingerprint verification timed out, please enter your password manually + + + + Failed to match fingerprint + + + + + MultiUsersWarningView + + Cancel + + + + The above users are still logged in and data will be lost due to shutdown, are you sure you want to shut down? + + + + The above users are still logged in and data will be lost due to reboot, are you sure you want to reboot? + + + + + SessionWidget + + You have enabled the high system security level, thus cannot switch to the Wayland mode, please disable the high security level in Security Center and try again. + + + + + ShutdownWidget + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Lock + + + + Log out + + + + Switch user + + + + Switch system + + + + Update and Shut Down + + + + Update and Reboot + + + + + SystemMonitor + + Start system monitor + + + + + UdcpMFALoginWidget + + 发送验证码 + + + + 请输入手机号 + + + + 请输入验证码 + + + + 获取验证码 + + + + + UpdateCompleteWidget + + View Logs + + + + Updates successful + + + + Your computer will reboot soon %1 + + + + Your computer will be turned off soon %1 + + + + + UpdateLogWidget + + Hide Logs + + + + + UpdateModel + + Update failed + + + + Unknown error + + + + Backup failed + + + + Dependency error + + + + Reboot + + + + Shut Down + + + + Unable to perform system backup. If you continue the updates, you cannot roll back to the old system later. + + + + Insufficient disk space. Please clean up your disk and try again. + + + + DPKG error + + + + Back Up Again + + + + Abort + + + + Proceed to Update + + + + Failed to connect to backup services. Please check and retry again. + + + + Failed to connect to update services. Please check and retry again. + + + + + UpdatePrepareWidget + + Preparing for updates… + + + + + UpdateProgressWidget + + Do not force a shutdown or power off when installing updates. Otherwise, your system may be damaged. + + + + + UpdateWorker + + Update + + + + Please plug in and then install updates. + + + + + WarningContent + + The programs are preventing the computer from shutting down, and forcing shut down may cause data loss. + + + + To close the program, click Cancel, and then close the program. + + + + The programs are preventing the computer from reboot, and forcing reboot may cause data loss. + + + + The programs are preventing the computer from suspend, and forcing suspend may cause data loss. + + + + The programs are preventing the computer from hibernate, and forcing hibernate may cause data loss. + + + + The programs are preventing the computer from log out, and forcing log out may cause data loss. + + + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Log out + + + + Are you sure you want to shut down? + + + + Are you sure you want to reboot? + + + + Are you sure you want to log out? + + + + Update and Shut Down + + + + Update and Reboot + + + + Closing the programs and shutting down, please wait... + + + + Closing the programs and rebooting, please wait... + + + + Closing the programs and logging out, please wait... + + + + + dss::module::AssistLoginWidget + + Automatic login + + + + + dss::module::NetworkModule + + Turn on + + + + Turn off + + + + \ No newline at end of file diff --git a/translations/dde-session-shell_es_AR.ts b/translations/dde-session-shell_es_AR.ts new file mode 100644 index 000000000..3242b6a37 --- /dev/null +++ b/translations/dde-session-shell_es_AR.ts @@ -0,0 +1,571 @@ + + + AuthFace + + Face ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Face ID + + + + Face ID locked, use password please + + + + Device unavailable! + + + + + AuthFingerprint + + Verify your fingerprint + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Fingerprint locked, use password please + + + + + AuthIris + + Iris ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Iris ID + + + + Iris ID locked, use password please + + + + + AuthPasskey + + Please plug in the security key + + + + Verification successful + + + + Verification failed + + + + Identifying the security key + + + + + AuthPassword + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong Password + + + + Password + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthSingle + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthUKey + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong PIN + + + + UKey is required + + + + Enter your PIN + + + + Please try again %n minute(s) later + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + + AuthWidget + + Account + + + + Your password will expire in %n days, please change it timely + + + + Password expired, please change + + + + Your password has expired. Please contact the administrator to change it + + + + Terminal locked, please contact administrator + + + + + GreeterWorker + + Wrong account + + + + Wrong Password + + + + + InhibitWarnView + + Cancel + + + + The reason of inhibit. + + + + + LighterGreeter + + Standard Mode + + + + + LockContent + + Lock Screen + + + + Failed to lock screen + + + + + LockWorker + + Fingerprint verification timed out, please enter your password manually + + + + Failed to match fingerprint + + + + + MultiUsersWarningView + + Cancel + + + + The above users are still logged in and data will be lost due to shutdown, are you sure you want to shut down? + + + + The above users are still logged in and data will be lost due to reboot, are you sure you want to reboot? + + + + + SessionWidget + + You have enabled the high system security level, thus cannot switch to the Wayland mode, please disable the high security level in Security Center and try again. + + + + + ShutdownWidget + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Lock + + + + Log out + + + + Switch user + + + + Switch system + + + + Update and Shut Down + + + + Update and Reboot + + + + + SystemMonitor + + Start system monitor + + + + + UdcpMFALoginWidget + + 发送验证码 + + + + 请输入手机号 + + + + 请输入验证码 + + + + 获取验证码 + + + + + UpdateCompleteWidget + + View Logs + + + + Updates successful + + + + Your computer will reboot soon %1 + + + + Your computer will be turned off soon %1 + + + + + UpdateLogWidget + + Hide Logs + + + + + UpdateModel + + Update failed + + + + Unknown error + + + + Backup failed + + + + Dependency error + + + + Reboot + + + + Shut Down + + + + Unable to perform system backup. If you continue the updates, you cannot roll back to the old system later. + + + + Insufficient disk space. Please clean up your disk and try again. + + + + DPKG error + + + + Back Up Again + + + + Abort + + + + Proceed to Update + + + + Failed to connect to backup services. Please check and retry again. + + + + Failed to connect to update services. Please check and retry again. + + + + + UpdatePrepareWidget + + Preparing for updates… + + + + + UpdateProgressWidget + + Do not force a shutdown or power off when installing updates. Otherwise, your system may be damaged. + + + + + UpdateWorker + + Update + + + + Please plug in and then install updates. + + + + + WarningContent + + The programs are preventing the computer from shutting down, and forcing shut down may cause data loss. + + + + To close the program, click Cancel, and then close the program. + + + + The programs are preventing the computer from reboot, and forcing reboot may cause data loss. + + + + The programs are preventing the computer from suspend, and forcing suspend may cause data loss. + + + + The programs are preventing the computer from hibernate, and forcing hibernate may cause data loss. + + + + The programs are preventing the computer from log out, and forcing log out may cause data loss. + + + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Log out + + + + Are you sure you want to shut down? + + + + Are you sure you want to reboot? + + + + Are you sure you want to log out? + + + + Update and Shut Down + + + + Update and Reboot + + + + Closing the programs and shutting down, please wait... + + + + Closing the programs and rebooting, please wait... + + + + Closing the programs and logging out, please wait... + + + + + dss::module::AssistLoginWidget + + Automatic login + + + + + dss::module::NetworkModule + + Turn on + + + + Turn off + + + + \ No newline at end of file diff --git a/translations/dde-session-shell_es_CL.ts b/translations/dde-session-shell_es_CL.ts new file mode 100644 index 000000000..6e3f67dbc --- /dev/null +++ b/translations/dde-session-shell_es_CL.ts @@ -0,0 +1,571 @@ + + + AuthFace + + Face ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Face ID + + + + Face ID locked, use password please + + + + Device unavailable! + + + + + AuthFingerprint + + Verify your fingerprint + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Fingerprint locked, use password please + + + + + AuthIris + + Iris ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Iris ID + + + + Iris ID locked, use password please + + + + + AuthPasskey + + Please plug in the security key + + + + Verification successful + + + + Verification failed + + + + Identifying the security key + + + + + AuthPassword + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong Password + + + + Password + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthSingle + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + + + + Forgot password? + + + + + AuthUKey + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong PIN + + + + UKey is required + + + + Enter your PIN + + + + Please try again %n minute(s) later + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + + AuthWidget + + Account + + + + Your password will expire in %n days, please change it timely + + + + Password expired, please change + + + + Your password has expired. Please contact the administrator to change it + + + + Terminal locked, please contact administrator + + + + + GreeterWorker + + Wrong account + + + + Wrong Password + + + + + InhibitWarnView + + Cancel + + + + The reason of inhibit. + + + + + LighterGreeter + + Standard Mode + + + + + LockContent + + Lock Screen + + + + Failed to lock screen + + + + + LockWorker + + Fingerprint verification timed out, please enter your password manually + + + + Failed to match fingerprint + + + + + MultiUsersWarningView + + Cancel + + + + The above users are still logged in and data will be lost due to shutdown, are you sure you want to shut down? + + + + The above users are still logged in and data will be lost due to reboot, are you sure you want to reboot? + + + + + SessionWidget + + You have enabled the high system security level, thus cannot switch to the Wayland mode, please disable the high security level in Security Center and try again. + + + + + ShutdownWidget + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Lock + + + + Log out + + + + Switch user + + + + Switch system + + + + Update and Shut Down + + + + Update and Reboot + + + + + SystemMonitor + + Start system monitor + + + + + UdcpMFALoginWidget + + 发送验证码 + + + + 请输入手机号 + + + + 请输入验证码 + + + + 获取验证码 + + + + + UpdateCompleteWidget + + View Logs + + + + Updates successful + + + + Your computer will reboot soon %1 + + + + Your computer will be turned off soon %1 + + + + + UpdateLogWidget + + Hide Logs + + + + + UpdateModel + + Update failed + + + + Unknown error + + + + Backup failed + + + + Dependency error + + + + Reboot + + + + Shut Down + + + + Unable to perform system backup. If you continue the updates, you cannot roll back to the old system later. + + + + Insufficient disk space. Please clean up your disk and try again. + + + + DPKG error + + + + Back Up Again + + + + Abort + + + + Proceed to Update + + + + Failed to connect to backup services. Please check and retry again. + + + + Failed to connect to update services. Please check and retry again. + + + + + UpdatePrepareWidget + + Preparing for updates… + + + + + UpdateProgressWidget + + Do not force a shutdown or power off when installing updates. Otherwise, your system may be damaged. + + + + + UpdateWorker + + Update + + + + Please plug in and then install updates. + + + + + WarningContent + + The programs are preventing the computer from shutting down, and forcing shut down may cause data loss. + + + + To close the program, click Cancel, and then close the program. + + + + The programs are preventing the computer from reboot, and forcing reboot may cause data loss. + + + + The programs are preventing the computer from suspend, and forcing suspend may cause data loss. + + + + The programs are preventing the computer from hibernate, and forcing hibernate may cause data loss. + + + + The programs are preventing the computer from log out, and forcing log out may cause data loss. + + + + Shut down + + + + Reboot + + + + Suspend + + + + Hibernate + + + + Log out + + + + Are you sure you want to shut down? + + + + Are you sure you want to reboot? + + + + Are you sure you want to log out? + + + + Update and Shut Down + + + + Update and Reboot + + + + Closing the programs and shutting down, please wait... + + + + Closing the programs and rebooting, please wait... + + + + Closing the programs and logging out, please wait... + + + + + dss::module::AssistLoginWidget + + Automatic login + + + + + dss::module::NetworkModule + + Turn on + + + + Turn off + + + + \ No newline at end of file diff --git a/translations/dde-session-shell_es_MX.ts b/translations/dde-session-shell_es_MX.ts new file mode 100644 index 000000000..8f11b34c9 --- /dev/null +++ b/translations/dde-session-shell_es_MX.ts @@ -0,0 +1,571 @@ + + + AuthFace + + Face ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Face ID + + + + Face ID locked, use password please + + + + Device unavailable! + + + + + AuthFingerprint + + Verify your fingerprint + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Fingerprint locked, use password please + + + + + AuthIris + + Iris ID + + + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Verify your Iris ID + + + + Iris ID locked, use password please + + + + + AuthPasskey + + Please plug in the security key + + + + Verification successful + + + + Verification failed + + + + Identifying the security key + + + + + AuthPassword + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong Password + Contraseña Erronea + + + Password + Contraseña + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + Restablecer contraseña + + + Forgot password? + + + + + AuthSingle + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + Reset Password + Restablecer contraseña + + + Forgot password? + + + + + AuthUKey + + Verification successful + + + + Verification failed, %n chances left + + + + Verification failed, only one chance left + + + + Wrong PIN + + + + UKey is required + + + + Enter your PIN + + + + Please try again %n minute(s) later + + + + Please try again 1 minute later + + + + Please try again %n minutes later + + + + + AuthWidget + + Account + + + + Your password will expire in %n days, please change it timely + + + + Password expired, please change + + + + Your password has expired. Please contact the administrator to change it + + + + Terminal locked, please contact administrator + + + + + GreeterWorker + + Wrong account + + + + Wrong Password + Contraseña Erronea + + + + InhibitWarnView + + Cancel + Cancelar + + + The reason of inhibit. + + + + + LighterGreeter + + Standard Mode + + + + + LockContent + + Lock Screen + + + + Failed to lock screen + + + + + LockWorker + + Fingerprint verification timed out, please enter your password manually + + + + Failed to match fingerprint + + + + + MultiUsersWarningView + + Cancel + Cancelar + + + The above users are still logged in and data will be lost due to shutdown, are you sure you want to shut down? + + + + The above users are still logged in and data will be lost due to reboot, are you sure you want to reboot? + + + + + SessionWidget + + You have enabled the high system security level, thus cannot switch to the Wayland mode, please disable the high security level in Security Center and try again. + + + + + ShutdownWidget + + Shut down + Apagar + + + Reboot + + + + Suspend + Suspender + + + Hibernate + + + + Lock + + + + Log out + + + + Switch user + + + + Switch system + + + + Update and Shut Down + + + + Update and Reboot + + + + + SystemMonitor + + Start system monitor + + + + + UdcpMFALoginWidget + + 发送验证码 + + + + 请输入手机号 + + + + 请输入验证码 + + + + 获取验证码 + + + + + UpdateCompleteWidget + + View Logs + + + + Updates successful + + + + Your computer will reboot soon %1 + + + + Your computer will be turned off soon %1 + + + + + UpdateLogWidget + + Hide Logs + + + + + UpdateModel + + Update failed + + + + Unknown error + + + + Backup failed + + + + Dependency error + + + + Reboot + + + + Shut Down + + + + Unable to perform system backup. If you continue the updates, you cannot roll back to the old system later. + + + + Insufficient disk space. Please clean up your disk and try again. + + + + DPKG error + + + + Back Up Again + + + + Abort + + + + Proceed to Update + + + + Failed to connect to backup services. Please check and retry again. + + + + Failed to connect to update services. Please check and retry again. + + + + + UpdatePrepareWidget + + Preparing for updates… + + + + + UpdateProgressWidget + + Do not force a shutdown or power off when installing updates. Otherwise, your system may be damaged. + + + + + UpdateWorker + + Update + + + + Please plug in and then install updates. + + + + + WarningContent + + The programs are preventing the computer from shutting down, and forcing shut down may cause data loss. + + + + To close the program, click Cancel, and then close the program. + + + + The programs are preventing the computer from reboot, and forcing reboot may cause data loss. + + + + The programs are preventing the computer from suspend, and forcing suspend may cause data loss. + + + + The programs are preventing the computer from hibernate, and forcing hibernate may cause data loss. + + + + The programs are preventing the computer from log out, and forcing log out may cause data loss. + + + + Shut down + Apagar + + + Reboot + + + + Suspend + Suspender + + + Hibernate + + + + Log out + + + + Are you sure you want to shut down? + + + + Are you sure you want to reboot? + + + + Are you sure you want to log out? + + + + Update and Shut Down + + + + Update and Reboot + + + + Closing the programs and shutting down, please wait... + + + + Closing the programs and rebooting, please wait... + + + + Closing the programs and logging out, please wait... + + + + + dss::module::AssistLoginWidget + + Automatic login + + + + + dss::module::NetworkModule + + Turn on + + + + Turn off + + + + \ No newline at end of file