add translation about QPlatformTheme
(cherry picked from commit cb119b92dbf2037dc387a4e0b18440a4e85c57f6)
This commit is contained in:
parent
8da64db125
commit
dfa8177b27
98
0001-add-translation-about-QPlatformTheme.patch
Normal file
98
0001-add-translation-about-QPlatformTheme.patch
Normal file
@ -0,0 +1,98 @@
|
||||
From 0b750468a45ed80653acb64c2beb8babd6eddd87 Mon Sep 17 00:00:00 2001
|
||||
From: peijiankang <peijiankang@kylinos.cn>
|
||||
Date: Wed, 31 May 2023 15:02:00 +0800
|
||||
Subject: [PATCH] add translation about QPlatformTheme
|
||||
|
||||
---
|
||||
translations/qt_zh_CN.ts | 75 ++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 75 insertions(+)
|
||||
|
||||
diff --git a/translations/qt_zh_CN.ts b/translations/qt_zh_CN.ts
|
||||
index f09c603..09bdb39 100644
|
||||
--- a/translations/qt_zh_CN.ts
|
||||
+++ b/translations/qt_zh_CN.ts
|
||||
@@ -3751,6 +3751,81 @@ Do you want to delete it anyway?</source>
|
||||
<translation>下边距</translation>
|
||||
</message>
|
||||
</context>
|
||||
+<context>
|
||||
+ <name>QPlatformTheme</name>
|
||||
+ <message>
|
||||
+ <source>OK</source>
|
||||
+ <translation>确定</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Save</source>
|
||||
+ <translation>保存</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Save All</source>
|
||||
+ <translation>全部保存</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Open</source>
|
||||
+ <translation>打开</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>&Yes</source>
|
||||
+ <translation>是(&Y)</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Yes to &All</source>
|
||||
+ <translation>全是(&A)</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>&No</source>
|
||||
+ <translation>否(&N)</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>N&o to All</source>
|
||||
+ <translation>全否(&O)</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Abort</source>
|
||||
+ <translation>中止</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Retry</source>
|
||||
+ <translation>重试</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Ignore</source>
|
||||
+ <translation>忽略</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Close</source>
|
||||
+ <translation>关闭</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Cancel</source>
|
||||
+ <translation>取消</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Discard</source>
|
||||
+ <translation>丢弃</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Help</source>
|
||||
+ <translation>帮助</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Apply</source>
|
||||
+ <translation>应用</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Reset</source>
|
||||
+ <translation>重置</translation>
|
||||
+ </message>
|
||||
+ <message>
|
||||
+ <source>Restore Defaults</source>
|
||||
+ <translation>恢复默认值</translation>
|
||||
+ </message>
|
||||
+</context>
|
||||
<context>
|
||||
<name>QPluginLoader</name>
|
||||
<message>
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -2,14 +2,14 @@
|
||||
|
||||
Name: qt5-qttranslations
|
||||
Version: 5.15.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Qt5 - QtTranslations module
|
||||
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL
|
||||
Url: http://www.qt.io
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz
|
||||
|
||||
Patch01: 0001-add-translation-about-QPlatformTheme.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: qt5-qtbase-devel qt5-linguist
|
||||
@ -79,6 +79,9 @@ make install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2023 peijiankang <peijiankang@kylinos.cn> - 5.15.2-2
|
||||
- add translation about QPlatformTheme
|
||||
|
||||
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
||||
- update to upstream version 5.15.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user