[PATCH]nautilus: translate general and show sidebar

Signed-off-by: Guangzhong Yao <yaoguangzhong@xfusion.com>
This commit is contained in:
yaoguangzhong 2022-12-14 11:21:33 +08:00
parent 5781cea055
commit 17e16f27f0
2 changed files with 35 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: nautilus Name: nautilus
Version: 3.33.90 Version: 3.33.90
Release: 6 Release: 7
Summary: Default file manager for GNOME Summary: Default file manager for GNOME
License: GPLv3+ and LGPLv2+ License: GPLv3+ and LGPLv2+
URL: https://wiki.gnome.org/Apps/Nautilus URL: https://wiki.gnome.org/Apps/Nautilus
@ -18,6 +18,7 @@ Obsoletes: %{name}-extensions
Patch01: nautius-3.33.90-translate-information-to-chinese.patch Patch01: nautius-3.33.90-translate-information-to-chinese.patch
Patch02: nautius-3.33.90-translate-English-tips-information-to-chinese.patch Patch02: nautius-3.33.90-translate-English-tips-information-to-chinese.patch
Patch03: nautius-3.33.90-display-tooltip-content.patch Patch03: nautius-3.33.90-display-tooltip-content.patch
Patch04: nautius-3.33.90-translate-general-and-show-sidebar.patch
%description %description
It's easier to manage your files for the GNOME desktop. Ability to browse directories on local and remote systems. It's easier to manage your files for the GNOME desktop. Ability to browse directories on local and remote systems.
@ -83,6 +84,12 @@ make test
%{_datadir}/metainfo/* %{_datadir}/metainfo/*
%changelog %changelog
* Wed Dec 14 2022 Guangzhong Yao <yaoguangzhong@xfusion.com> - 3.33.90-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC: translate general and show sidebar into Chinese
* Mon Dec 12 2022 Guangzhong Yao <yaoguangzhong@xfusion.com> - 3.33.90-6 * Mon Dec 12 2022 Guangzhong Yao <yaoguangzhong@xfusion.com> - 3.33.90-6
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA

View File

@ -0,0 +1,27 @@
From cb862693a3fe488346ea06138817b55cfba42717 Mon Sep 17 00:00:00 2001
From: yangzhuangzhuang <yangzhuangzhuang@xfusion.com>
Date: Thu, 25 Aug 2022 19:18:39 +0800
Subject: [PATCH] translate general and show sidebar
---
po/zh_CN.po | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a6c15ae..974b2d1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5881,3 +5881,9 @@ msgstr "剪切"
msgid "Copy"
msgstr "复制"
+
+msgid "General"
+msgstr "常规"
+
+msgid "_Show sidebar"
+msgstr "显示侧边栏(S)"
--
2.27.0