更新翻译系统信息激活状态
This commit is contained in:
parent
502109fbb5
commit
1d0586af3b
68
0001-fix-translation-Translation-activation-state.patch
Normal file
68
0001-fix-translation-Translation-activation-state.patch
Normal file
@ -0,0 +1,68 @@
|
||||
From 341ba1fb31bc94ce0c7a3821c88831a465f15bc1 Mon Sep 17 00:00:00 2001
|
||||
From: liuxinhao <liuxinhao@kylinsec.com.cn>
|
||||
Date: Tue, 13 Dec 2022 14:18:53 +0800
|
||||
Subject: [PATCH] fix(translation): Translation activation state
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
- 翻译激活状态
|
||||
---
|
||||
.../translations/kiran-cpanel-system.zh_CN.ts | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/plugins/system/translations/kiran-cpanel-system.zh_CN.ts b/plugins/system/translations/kiran-cpanel-system.zh_CN.ts
|
||||
index c40820f..143de36 100644
|
||||
--- a/plugins/system/translations/kiran-cpanel-system.zh_CN.ts
|
||||
+++ b/plugins/system/translations/kiran-cpanel-system.zh_CN.ts
|
||||
@@ -587,7 +587,7 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.ui" line="459"/>
|
||||
<source>Activation status:</source>
|
||||
- <translation type="unfinished">激活状态:</translation>
|
||||
+ <translation>激活状态:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.ui" line="544"/>
|
||||
@@ -632,32 +632,32 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="234"/>
|
||||
<source>UnActivated</source>
|
||||
- <translation type="unfinished"></translation>
|
||||
+ <translation>未激活</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="242"/>
|
||||
<source>Activation code has expired</source>
|
||||
- <translation type="unfinished"></translation>
|
||||
+ <translation>激活码已过期</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="246"/>
|
||||
<source>Permanently activated</source>
|
||||
- <translation type="unfinished"></translation>
|
||||
+ <translation>永久激活</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="250"/>
|
||||
<source>Activated</source>
|
||||
- <translation type="unfinished">已激活</translation>
|
||||
+ <translation>已激活</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="290"/>
|
||||
<source>Error</source>
|
||||
- <translation type="unfinished"></translation>
|
||||
+ <translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/pages/system-information/system-information.cpp" line="290"/>
|
||||
<source>Failed to open the license activator</source>
|
||||
- <translation type="unfinished"></translation>
|
||||
+ <translation>启动激活许可证弹窗失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copyright ©</source>
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
Name: kiran-control-panel
|
||||
Version: 2.4.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Kiran Control Panel
|
||||
Summary(zh_CN): Kiran桌面控制面板
|
||||
|
||||
License: MulanPSL-2.0
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch01: 0001-fix-translation-Translation-activation-state.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake >= 3.2
|
||||
@ -62,13 +63,13 @@ Obsoletes: kiran-cpanel-power < 2.3
|
||||
Obsoletes: kiran-cpanel-system < 2.3
|
||||
Obsoletes: kiran-cpanel-timedate < 2.3
|
||||
|
||||
|
||||
%description
|
||||
Kiran Control Panel
|
||||
|
||||
%package -n kiran-cpanel-launcher
|
||||
Summary: Kiran control panel plugin launcher
|
||||
Summary(zh_CN): kiran桌面控制面板启动器
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake >= 3.2
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
@ -141,6 +142,9 @@ make %{?_smp_mflags}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.1-2
|
||||
- KYOS-F: translation activation state
|
||||
|
||||
* Thu Dec 01 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.1-1
|
||||
- KYOS-F: Omit the right end of long names in network settings
|
||||
- KYOS-F: Fix the problem of expanding the label when the user name is too long
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user