From 260969e6313e6e4cda34ec82e2fdc7b8b2444796 Mon Sep 17 00:00:00 2001 From: lctt-bot Date: Thu, 15 Aug 2019 17:00:17 +0000 Subject: [PATCH 1/4] Revert "bestony is translating." This reverts commit b37cf2203e1f90f81b00966c1d48f19beb68502e. --- ...ith Kotlin Coroutines and Android Architecture Components.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/tech/20171006 Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components.md b/sources/tech/20171006 Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components.md index 190bf5775e..0ff40cdd6e 100644 --- a/sources/tech/20171006 Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components.md +++ b/sources/tech/20171006 Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components.md @@ -1,5 +1,3 @@ -bestony is translating. - Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components ============================================================ From e10eeb04cf7d078645964f830c5226f56b1cfa96 Mon Sep 17 00:00:00 2001 From: lctt-bot Date: Thu, 15 Aug 2019 17:00:32 +0000 Subject: [PATCH 2/4] Revert "translating by Flowsnow" This reverts commit 98d2ed55fa5a179d080fcd443ec53c5867e9393f. --- sources/tech/20190612 Why use GraphQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20190612 Why use GraphQL.md b/sources/tech/20190612 Why use GraphQL.md index f9210b02e4..ad0d3a0056 100644 --- a/sources/tech/20190612 Why use GraphQL.md +++ b/sources/tech/20190612 Why use GraphQL.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: (Flowsnow) +[#]: translator: ( ) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) From af25590b54ec267f1d5baf7f0da44a9325d9c7de Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Fri, 16 Aug 2019 09:27:31 +0800 Subject: [PATCH 3/4] PRF @scvoet --- ... Right Click Context Menu In Ubuntu 18.04.md | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md b/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md index 83415b18d1..46b36e6030 100644 --- a/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md +++ b/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md @@ -1,6 +1,6 @@ [#]: collector: (lujun9972) -[#]: translator: (Scvoet) -[#]: reviewer: ( ) +[#]: translator: (scvoet) +[#]: reviewer: (wxy) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (How To Add ‘New Document’ Option In Right Click Context Menu In Ubuntu 18.04) @@ -12,25 +12,25 @@ ![Add 'New Document' Option In Right Click Context Menu In Ubuntu 18.04 GNOME desktop][1] -前几天,我在各种在线资源站点上收集关于 [**Linux 包管理**][2] 的参考资料。在我想创建一个用于保存笔记的文件,我突然发现我的 Ubuntu 18.04 LTS 桌面并没有“创建文件”的按钮了,它好像离奇失踪了。在谷歌一下后,我发现原来“新建文档”按钮不再被集成在 Ubuntu GNOME 版本中了。庆幸的是,我找到了一个在 Ubuntu 18.04 LTS 桌面的右键单击菜单中添加“新建文档”按钮的简易解决方案。 +前几天,我在各种在线资源站点上收集关于 [Linux 包管理器][2] 的参考资料。在我想创建一个用于保存笔记的文件,我突然发现我的 Ubuntu 18.04 LTS 桌面并没有“新建文件”的按钮了,它好像离奇失踪了。在谷歌一下后,我发现原来“新建文档”按钮不再被集成在 Ubuntu GNOME 版本中了。庆幸的是,我找到了一个在 Ubuntu 18.04 LTS 桌面的右键单击菜单中添加“新建文档”按钮的简易解决方案。 就像你在下方截图中看到的一样,Nautilus 文件管理器的右键单击菜单中并没有“新建文件”按钮。 ![][3] -Ubuntu 18.04 移除了右键点击菜单中的“新建文件”的选项。 +*Ubuntu 18.04 移除了右键点击菜单中的“新建文件”的选项。* -如果你想添加此一按钮,请按照以下步骤进行操作。 +如果你想添加此按钮,请按照以下步骤进行操作。 ### 在 Ubuntu 的右键单击菜单中添加“新建文件”按钮 -首先,你需要确保您的系统中有 **~/Templates** 文件夹。如果没有的话,可以按照下面的命令进行创建。 +首先,你需要确保你的系统中有 `~/Templates` 文件夹。如果没有的话,可以按照下面的命令进行创建。 ``` $ mkdir ~/Templates ``` -然后打开终端应用并使用 cd 命令进入 **~/Templates** 文件夹: +然后打开终端应用并使用 `cd` 命令进入 `~/Templates` 文件夹: ``` $ cd ~/Templates @@ -50,11 +50,11 @@ $ touch "Empty Document" ![][4] -新开一个 Nautilus 文件管理器,然后检查一下右键单击菜单中是否成功添加了“新建文档”按钮。 +新打开一个 Nautilus 文件管理器,然后检查一下右键单击菜单中是否成功添加了“新建文档”按钮。 ![][5] -在 Ubuntu 18.04 的右键单击菜单中添加“新建文件”按钮 +*在 Ubuntu 18.04 的右键单击菜单中添加“新建文件”按钮* 如上图所示,我们重新启用了“新建文件”的按钮。 @@ -73,7 +73,7 @@ $ touch New\ PyScript.py 在“新建文件”子菜单中给不同的文件类型添加按钮 -注意,所有文件都应该创建在 **~/Templates** 文件夹下。 +注意,所有文件都应该创建在 `~/Templates` 文件夹下。 现在,打开 Nautilus 并检查“新建文件” 菜单中是否有相应的新建文件按钮。 @@ -93,14 +93,13 @@ via: https://www.ostechnix.com/how-to-add-new-document-option-in-right-click-con 作者:[sk][a] 选题:[lujun9972][b] -译者:[译者ID][c] -校对:[校对者ID](https://github.com/校对者ID) +译者:[scvoet](https://github.com/scvoet) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux 中国](https://linux.cn/) 荣誉推出 [a]: https://www.ostechnix.com/author/sk/ [b]: https://github.com/lujun9972 -[c]: https://github.com/scvoet [1]: https://www.ostechnix.com/wp-content/uploads/2019/07/Add-New-Document-Option-In-Right-Click-Context-Menu-1-720x340.png [2]: https://www.ostechnix.com/linux-package-managers-compared-appimage-vs-snap-vs-flatpak/ [3]: https://www.ostechnix.com/wp-content/uploads/2019/07/new-document-option-missing.png From d425cf7c2a82e588e6fe10f16e5576a78d154ae1 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Fri, 16 Aug 2019 09:28:24 +0800 Subject: [PATCH 4/4] PUB @scvoet https://linux.cn/article-11232-1.html --- ...ument- Option In Right Click Context Menu In Ubuntu 18.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md (98%) diff --git a/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md b/published/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md similarity index 98% rename from translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md rename to published/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md index 46b36e6030..bc993a7595 100644 --- a/translated/tech/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md +++ b/published/20190805 How To Add ‘New Document- Option In Right Click Context Menu In Ubuntu 18.04.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (scvoet) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11232-1.html) [#]: subject: (How To Add ‘New Document’ Option In Right Click Context Menu In Ubuntu 18.04) [#]: via: ((https://www.ostechnix.com/how-to-add-new-document-option-in-right-click-context-menu-in-ubuntu-18-04/) [#]: author: (sk https://www.ostechnix.com/author/sk/)