From 5f431fab261657050f315663f15d5548d30b21b5 Mon Sep 17 00:00:00 2001 From: yangzhuangzhuang Date: Fri, 26 Aug 2022 11:26:25 +0800 Subject: [PATCH] display tooltip content --- po/zh_CN.po | 8 ++++++++ src/resources/ui/nautilus-toolbar.ui | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/po/zh_CN.po b/po/zh_CN.po index 3bab9e8..651e8c2 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5870,3 +5870,11 @@ msgstr "无法粘贴文件" msgid "Show _Sidebar" msgstr "显示侧边栏(_S)" +msgid "New window" +msgstr "新建窗口" + +msgid "Cut" +msgstr "剪切" + +msgid "Copy" +msgstr "复制" diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui index de22315..9748857 100644 --- a/src/resources/ui/nautilus-toolbar.ui +++ b/src/resources/ui/nautilus-toolbar.ui @@ -26,6 +26,7 @@ True True app.new-window + New window True @@ -47,6 +48,7 @@ True True win.new-tab + New tab True @@ -68,6 +70,7 @@ True True view.new-folder + New Folder True @@ -131,6 +134,7 @@ center True view.cut + Cut True @@ -153,6 +157,7 @@ center True view.copy + Copy True @@ -175,6 +180,7 @@ center True view.paste + Paste True @@ -709,6 +715,7 @@ center center app_menu + Open menu True -- 2.27.0