mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 01:14:59 +00:00
enhance: add context menu for selected log
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
349844cf2a
commit
9f493abd1a
5 changed files with 40 additions and 16 deletions
|
@ -700,6 +700,8 @@
|
|||
<x:String x:Key="Text.URL" xml:space="preserve">URL:</x:String>
|
||||
<x:String x:Key="Text.ViewLogs" xml:space="preserve">Logs</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Clear" xml:space="preserve">CLEAR ALL</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.CopyLog" xml:space="preserve">Copy</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Delete" xml:space="preserve">Delete</x:String>
|
||||
<x:String x:Key="Text.Warn" xml:space="preserve">Warning</x:String>
|
||||
<x:String x:Key="Text.Welcome" xml:space="preserve">Welcome Page</x:String>
|
||||
<x:String x:Key="Text.Welcome.AddRootFolder" xml:space="preserve">Create Group</x:String>
|
||||
|
|
|
@ -704,6 +704,8 @@
|
|||
<x:String x:Key="Text.URL" xml:space="preserve">仓库地址 :</x:String>
|
||||
<x:String x:Key="Text.ViewLogs" xml:space="preserve">日志列表</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Clear" xml:space="preserve">清空日志</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.CopyLog" xml:space="preserve">复制</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Delete" xml:space="preserve">删除</x:String>
|
||||
<x:String x:Key="Text.Warn" xml:space="preserve">警告</x:String>
|
||||
<x:String x:Key="Text.Welcome" xml:space="preserve">起始页</x:String>
|
||||
<x:String x:Key="Text.Welcome.AddRootFolder" xml:space="preserve">新建分组</x:String>
|
||||
|
|
|
@ -704,6 +704,8 @@
|
|||
<x:String x:Key="Text.URL" xml:space="preserve">存放庫網址:</x:String>
|
||||
<x:String x:Key="Text.ViewLogs" xml:space="preserve">日誌清單</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Clear" xml:space="preserve">清除所有日誌</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.CopyLog" xml:space="preserve">複製</x:String>
|
||||
<x:String x:Key="Text.ViewLogs.Delete" xml:space="preserve">刪除</x:String>
|
||||
<x:String x:Key="Text.Warn" xml:space="preserve">警告</x:String>
|
||||
<x:String x:Key="Text.Welcome" xml:space="preserve">起始頁</x:String>
|
||||
<x:String x:Key="Text.Welcome.AddRootFolder" xml:space="preserve">新增群組</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue