diff --git a/nautilus.spec b/nautilus.spec index b499840..bf0375f 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,6 +1,6 @@ Name: nautilus Version: 3.33.90 -Release: 3 +Release: 4 Summary: Default file manager for GNOME License: GPLv3+ and LGPLv2+ URL: https://wiki.gnome.org/Apps/Nautilus @@ -15,6 +15,8 @@ Requires: glib2 gsettings-desktop-schemas gtk3 gvfs tracker-miners Provides: %{name}-extensions Obsoletes: %{name}-extensions +Patch01: nautius-3.33.90-translate-information-to-chinese.patch + %description It's easier to manage your files for the GNOME desktop. Ability to browse directories on local and remote systems. preview folders and launch related programs. It is also handle icons on the GNOME desktop. @@ -79,6 +81,12 @@ make test %{_datadir}/metainfo/* %changelog +* Fri Dec 9 2022 Guangzhong Yao - 3.33.90-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:translate some information to chinese + * Sat Dec 28 2019 Jiangping Hu - 3.33.90-3 - Type:bugfix - Id:NA diff --git a/nautius-3.33.90-translate-information-to-chinese.patch b/nautius-3.33.90-translate-information-to-chinese.patch new file mode 100644 index 0000000..5257690 --- /dev/null +++ b/nautius-3.33.90-translate-information-to-chinese.patch @@ -0,0 +1,39 @@ +From ae3cfaa3d6fa8fc449fda87dcdb0130d1072b86a Mon Sep 17 00:00:00 2001 +From: yaoguangzhong +Date: Fri, 9 Dec 2022 17:39:48 +0800 +Subject: [PATCH] [PATCH] translate some information to chinese + +--- + po/zh_CN.po | 19 +++++++++++++++++++ + 1 file changed, 19 insertions(+) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index 2d9badb..8372627 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -5842,3 +5842,22 @@ msgstr "输入服务器地址…" + + #~ msgid "Zoom In" + #~ msgstr "放大" ++ ++msgid "Add to _Bookmarks" ++msgstr "添加到书签(_B)" ++ ++msgid "New _Folder…" ++msgstr "新建文件夹…(_F)" ++ ++msgid "Edit" ++msgstr "编辑" ++ ++msgid "_About Files" ++msgstr "关于文件(_A)" ++ ++msgid "_Preferences" ++msgstr "首选项(_P)" ++ ++msgid "View options" ++msgstr "视图选项" ++ +-- +2.27.0 +