!43 Fix inaccurate translation

From: @hou-hongxun 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2024-05-11 07:36:42 +00:00 committed by Gitee
commit 970b3f5d91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,29 @@
From ee62fb68cf7c790c44ea647694fe344e674fd413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BE=AF=E7=BA=A2=E5=8B=8B?= <houhongxun@kylinos.cn>
Date: Fri, 10 May 2024 14:58:14 +0800
Subject: [PATCH] Fix inaccurate translation about file renamed to be hidden
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 侯红勋 <houhongxun@kylinos.cn>
---
translations/libpeony-qt/libpeony-qt_zh_CN.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translations/libpeony-qt/libpeony-qt_zh_CN.ts b/translations/libpeony-qt/libpeony-qt_zh_CN.ts
index bedcb31..448f06a 100644
--- a/translations/libpeony-qt/libpeony-qt_zh_CN.ts
+++ b/translations/libpeony-qt/libpeony-qt_zh_CN.ts
@@ -2569,7 +2569,7 @@ Do you want to delete the link file?</source>
<message>
<location filename="../../libpeony-qt/file-operation/file-rename-operation.cpp" line="90"/>
<source>The file %1%2%3 will be hidden when you refresh or change directory!</source>
- <translation>文件%1%2%3将被隐藏!</translation>
+ <translation>文件 %1%2%3 在刷新或者切换路径后将会被隐藏!</translation>
</message>
<message>
<source>The file %1%2%3 will be hidden!</source>
--
2.43.0

View File

@ -1,6 +1,6 @@
Name: peony
Version: 3.10.0
Release: 6
Release: 7
Summary: file Manager for the UKUI desktop
License: GPL-3.0-or-later and MIT and BSD-3-Clause
URL: http://www.ukui.org
@ -9,6 +9,7 @@ Patch01: 0001-fix-share-error-of-peony.patch
Patch02: 0001-peony-fix-segment-fault-when-rapidly-open-windows.patch
Patch03: 0001-peony-fix-a-problem-that-failed-to-switch-between-si.patch
Patch04: 0001-readd-function-to-set-file-executable-permission.patch
Patch05: 0001-Fix-inaccurate-translation-about-file-renamed-to-be-.patch
BuildRequires: libudisks2-devel
BuildRequires: libnotify-devel
@ -85,6 +86,7 @@ Provides: libpeony
%patch 2 -p1
%patch 3 -p1
%patch 4 -p1
%patch 5 -p1
%build
%{qmake_qt5}
@ -141,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/*.so
%changelog
* Fri May 10 2024 houhongxun <houhongxun@kylinos.cn> - 3.10.0-7
- fix inaccurate translation about file renamed to be hidden
* Thu May 09 2024 houhongxun <houhongxun@kylinos.cn> - 3.10.0-6
- readd function to set file executable permission