From 39c43cf4efe2943494f16ed91486cf63462c9acb Mon Sep 17 00:00:00 2001 From: yaoguangzhong Date: Sun, 11 Dec 2022 11:14:53 +0800 Subject: [PATCH] [PATCH]nautilus: translate English tips information to chinese category: bugfix Signed-off-by: Guangzhong Yao --- nautilus.spec | 11 +++++-- ...-English-tips-information-to-chinese.patch | 29 +++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 nautius-3.33.90-translate-English-tips-information-to-chinese.patch diff --git a/nautilus.spec b/nautilus.spec index bf0375f..af1e78e 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,6 +1,6 @@ Name: nautilus Version: 3.33.90 -Release: 4 +Release: 5 Summary: Default file manager for GNOME License: GPLv3+ and LGPLv2+ URL: https://wiki.gnome.org/Apps/Nautilus @@ -16,7 +16,8 @@ Provides: %{name}-extensions 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 + %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. @@ -81,6 +82,12 @@ make test %{_datadir}/metainfo/* %changelog +* Sun Dec 11 2022 Guangzhong Yao - 3.33.90-5 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:translate English tips information to chinese + * Fri Dec 9 2022 Guangzhong Yao - 3.33.90-4 - Type:bugfix - Id:NA diff --git a/nautius-3.33.90-translate-English-tips-information-to-chinese.patch b/nautius-3.33.90-translate-English-tips-information-to-chinese.patch new file mode 100644 index 0000000..22eb95f --- /dev/null +++ b/nautius-3.33.90-translate-English-tips-information-to-chinese.patch @@ -0,0 +1,29 @@ +From e2ebe62f242f5562de9bec3728702eedecb0a3a7 Mon Sep 17 00:00:00 2001 +From: yaoguangzhong +Date: Sun, 11 Dec 2022 10:56:08 +0800 +Subject: [PATCH] translate English tips information to chinese + +--- + po/zh_CN.po | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index 8372627..3bab9e8 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -5861,3 +5861,12 @@ msgstr "首选项(_P)" + msgid "View options" + msgstr "视图选项" + ++msgid "Permissions do not allow pasting files in this directory" ++msgstr "没有在该文件夹中粘贴文件的权限" ++ ++msgid "Could not paste files" ++msgstr "无法粘贴文件" ++ ++msgid "Show _Sidebar" ++msgstr "显示侧边栏(_S)" ++ +-- +2.27.0 +