update and modify translations
This commit is contained in:
parent
19898b17c6
commit
b32c9cd1fa
@ -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: 28
|
Release: 29
|
||||||
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
|
||||||
@ -99,6 +99,7 @@ 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
|
Patch04:fix-and-update-translation.patch
|
||||||
|
Patch05:update-and-modify-translations.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,
|
||||||
@ -112,6 +113,7 @@ Patch04:fix-and-update-translation.patch
|
|||||||
%patch02 -p1
|
%patch02 -p1
|
||||||
%patch03 -p1
|
%patch03 -p1
|
||||||
%patch04 -p1
|
%patch04 -p1
|
||||||
|
%patch05 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt5
|
qmake-qt5
|
||||||
@ -159,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 08 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-29
|
||||||
|
- update and modify translations
|
||||||
|
|
||||||
* Thu Aug 04 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-28
|
* Thu Aug 04 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-28
|
||||||
- fix and update translation
|
- fix and update translation
|
||||||
|
|
||||||
|
|||||||
25
update-and-modify-translations.patch
Normal file
25
update-and-modify-translations.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From a809deb7301283abc9d38b7fe7f0087fb499e15b Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
||||||
|
Date: Mon, 8 Aug 2022 10:37:26 +0800
|
||||||
|
Subject: [PATCH] update translations
|
||||||
|
|
||||||
|
---
|
||||||
|
shell/res/i18n/zh_CN.ts | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/shell/res/i18n/zh_CN.ts b/shell/res/i18n/zh_CN.ts
|
||||||
|
index 472e46f..d01fdca 100644
|
||||||
|
--- a/shell/res/i18n/zh_CN.ts
|
||||||
|
+++ b/shell/res/i18n/zh_CN.ts
|
||||||
|
@@ -2952,7 +2952,7 @@ folder will be deleted!</source>
|
||||||
|
<message>
|
||||||
|
<location filename="../../utils/keyvalueconverter.cpp" line="64"/>
|
||||||
|
<source>Update</source>
|
||||||
|
- <translation>更新</translation>
|
||||||
|
+ <translation>安全与更新</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../utils/keyvalueconverter.cpp" line="67"/>
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user