From d945e1585e0e2bd571bf2a6be61cf8404fa9924c Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 14:03:56 +0800 Subject: [PATCH] add Chinese Translation --- assistant.desktop | 1 + designer.desktop | 1 + linguist.desktop | 1 + qdbusviewer.desktop | 1 + qt5-qttools.spec | 5 ++++- 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/assistant.desktop b/assistant.desktop index fe52c7d..814b578 100644 --- a/assistant.desktop +++ b/assistant.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Qt5 Assistant +Name[zh_CN]=Qt5助手 GenericName=Documentation viewer Comment=Shows Qt5 documentation and examples Exec=assistant-qt5 diff --git a/designer.desktop b/designer.desktop index 1c3087b..76b9b0a 100644 --- a/designer.desktop +++ b/designer.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Qt5 Designer +Name[zh_CN]=Qt5设计 GenericName=Interface Designer Comment=Design GUIs for Qt5 applications Exec=designer-qt5 diff --git a/linguist.desktop b/linguist.desktop index a924e1d..ebc6d81 100644 --- a/linguist.desktop +++ b/linguist.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Qt5 Linguist +Name[zh_CN]=Qt5语言工具 GenericName=Translation tool Comment=Add translations to Qt5 applications Exec=linguist-qt5 diff --git a/qdbusviewer.desktop b/qdbusviewer.desktop index 188da47..5ebb426 100644 --- a/qdbusviewer.desktop +++ b/qdbusviewer.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Qt5 QDbusViewer +Name[zh_CN]=Qt5 D-Bus调试 GenericName=D-Bus Debugger Comment=Debug D-Bus applications Exec=qdbusviewer-qt5 diff --git a/qt5-qttools.spec b/qt5-qttools.spec index b6d50b5..a190109 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,6 +1,6 @@ Name: qt5-qttools Version: 5.15.2 -Release: 3 +Release: 4 Summary: Qt5 QtTool module License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -260,6 +260,9 @@ cd - %changelog +* Wed Mar 30 2022 ouyangminxiang - 5.15.2-4 +- Add Chinese translation + * Fri Mar 11 2022 pei-jiankang - 5.15.2-3 - modify lupdate-qt5 run error -- Gitee