feature: add a context menu item to open all repositories in a group (#179)

This commit is contained in:
leo 2024-06-18 11:07:48 +08:00
parent 4217d62f47
commit 06245320a9
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
4 changed files with 34 additions and 0 deletions

View file

@ -495,6 +495,7 @@
<x:String x:Key="Text.Welcome.Delete" xml:space="preserve">删除</x:String>
<x:String x:Key="Text.Welcome.DragDropTip" xml:space="preserve">支持拖放目录添加。支持自定义分组。</x:String>
<x:String x:Key="Text.Welcome.Edit" xml:space="preserve">编辑</x:String>
<x:String x:Key="Text.Welcome.OpenAllInNode" xml:space="preserve">打开所有包含仓库</x:String>
<x:String x:Key="Text.Welcome.OpenOrInit" xml:space="preserve">打开本地仓库</x:String>
<x:String x:Key="Text.Welcome.OpenTerminal" xml:space="preserve">打开终端</x:String>
<x:String x:Key="Text.Welcome.Search" xml:space="preserve">快速查找仓库...</x:String>