!104 fix and update translation
From: @tanyulong2021 Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
47967ac1bf
34
fix-and-update-translation.patch
Normal file
34
fix-and-update-translation.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
From 8a4cd15110db4e68e94a5446fa110e87e8158b1d Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
||||||
|
Date: Thu, 4 Aug 2022 11:09:33 +0800
|
||||||
|
Subject: [PATCH] fix and update translation
|
||||||
|
|
||||||
|
---
|
||||||
|
plugins/account/networkaccount/maindialog.cpp | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/plugins/account/networkaccount/maindialog.cpp b/plugins/account/networkaccount/maindialog.cpp
|
||||||
|
index e422635..7c826cb 100644
|
||||||
|
--- a/plugins/account/networkaccount/maindialog.cpp
|
||||||
|
+++ b/plugins/account/networkaccount/maindialog.cpp
|
||||||
|
@@ -378,7 +378,7 @@ QString MainDialog::messagebox(const int &code) const {
|
||||||
|
case 500:ret = tr("Failed due to server error!");break;
|
||||||
|
case 501:ret = tr("Please check your information!");break;
|
||||||
|
case 502:ret = tr("User existing!");break;
|
||||||
|
- case 503:ret = tr("User doesn't exist!");break;
|
||||||
|
+ case 503:ret = tr("Account or password error");break;
|
||||||
|
case 504:ret = tr("Network can not reach!");break;
|
||||||
|
case 511:ret = tr("Account or password error!");break;
|
||||||
|
case 610:ret = tr("Phone number already in used!");break;
|
||||||
|
@@ -386,7 +386,7 @@ QString MainDialog::messagebox(const int &code) const {
|
||||||
|
case 612:ret = tr("Your are reach the limit!");break;
|
||||||
|
case 613:ret = tr("Please check your phone number!");break;
|
||||||
|
case 614:ret = tr("Please check your code!");break;
|
||||||
|
- case 615:ret = tr("Account doesn't exist!");break;
|
||||||
|
+ case 615:ret = tr("Account or password error");break;
|
||||||
|
case 616:ret = tr("User has bound the phone!");break;
|
||||||
|
case 619:ret = tr("Sending code error occurred!");break;
|
||||||
|
case 632:ret = tr("Phone code is expired!");break;
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-control-center
|
Name: ukui-control-center
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: utilities to configure the UKUI desktop
|
Summary: utilities to configure the UKUI desktop
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -98,6 +98,7 @@ Suggests: ukui-settings-daemon
|
|||||||
Patch01:Modify-the-icon-displayed-on-the-tray.patch
|
Patch01:Modify-the-icon-displayed-on-the-tray.patch
|
||||||
Patch02:Add-dependency-ddcutil.patch
|
Patch02:Add-dependency-ddcutil.patch
|
||||||
Patch03:modify-displayed-size-after-the-installation-and-download-of-system-update.patch
|
Patch03:modify-displayed-size-after-the-installation-and-download-of-system-update.patch
|
||||||
|
Patch04:fix-and-update-translation.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The UKUI control center contains configuration applets for the UKUI desktop,
|
The UKUI control center contains configuration applets for the UKUI desktop,
|
||||||
@ -110,6 +111,7 @@ Patch03:modify-displayed-size-after-the-installation-and-download-of-system-upda
|
|||||||
%patch01 -p1
|
%patch01 -p1
|
||||||
%patch02 -p1
|
%patch02 -p1
|
||||||
%patch03 -p1
|
%patch03 -p1
|
||||||
|
%patch04 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt5
|
qmake-qt5
|
||||||
@ -157,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 04 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-28
|
||||||
|
- fix and update translation
|
||||||
|
|
||||||
* Fri Jul 29 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-27
|
* Fri Jul 29 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-27
|
||||||
- modify displayed size after the installation and download of system update completed
|
- modify displayed size after the installation and download of system update completed
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user