diff --git a/nautilus.spec b/nautilus.spec index 36d8066..3fc749b 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,6 +1,6 @@ Name: nautilus Version: 3.33.90 -Release: 6 +Release: 7 Summary: Default file manager for GNOME License: GPLv3+ and LGPLv2+ URL: https://wiki.gnome.org/Apps/Nautilus @@ -18,6 +18,7 @@ Obsoletes: %{name}-extensions Patch01: nautius-3.33.90-translate-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 +Patch04: nautius-3.33.90-translate-general-and-show-sidebar.patch %description 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/* %changelog +* Wed Dec 14 2022 Guangzhong Yao - 3.33.90-7 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC: translate general and show sidebar into Chinese + * Mon Dec 12 2022 Guangzhong Yao - 3.33.90-6 - Type:bugfix - Id:NA diff --git a/nautius-3.33.90-translate-general-and-show-sidebar.patch b/nautius-3.33.90-translate-general-and-show-sidebar.patch new file mode 100644 index 0000000..ce1e2a5 --- /dev/null +++ b/nautius-3.33.90-translate-general-and-show-sidebar.patch @@ -0,0 +1,27 @@ +From cb862693a3fe488346ea06138817b55cfba42717 Mon Sep 17 00:00:00 2001 +From: yangzhuangzhuang +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 + +