kiran-control-panel/0001-fix-translation-Translation-activation-state.patch
2022-12-13 14:32:11 +08:00

69 lines
2.9 KiB
Diff

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