mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 09:24:58 +00:00
feature: hotkeys enhancement. see issue #19
This commit is contained in:
parent
b309c1c346
commit
acb74a4b95
8 changed files with 167 additions and 13 deletions
|
@ -470,6 +470,19 @@
|
|||
<sys:String x:Key="Text.Statistics.Committer">COMMITTER</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.CommitAmount">COMMITS</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.Hotkeys">HotKeys</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global">GLOBAL</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.NewTab">Create new page</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.CloseTab">Close current page</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.GotoNextTab">Go to next page</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.CancelPopup">Cancel current popup</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo">REPOSITORY</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewHistories">Switch to 'Histories'</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewChanges">Switch to 'Changes'</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewStashes">Switch to 'Stashes'</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ToggleSearch">Toggle commit search</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.StageOrUnstageSelected">Stage/Unstage selected changes</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.NotConfigured">Git has NOT been configured. Please to go [Preference] and configure it first.</sys:String>
|
||||
<sys:String x:Key="Text.BinaryNotSupported">BINARY FILE NOT SUPPORTED!!!</sys:String>
|
||||
<sys:String x:Key="Text.BlameTypeNotSupported">BLAME ON THIS FILE IS NOT SUPPORTED!!!</sys:String>
|
||||
|
|
|
@ -469,6 +469,19 @@
|
|||
<sys:String x:Key="Text.Statistics.Committer">提交者</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.CommitAmount">提交次数</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.Hotkeys">快捷键</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global">全局快捷键</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.NewTab">新建页面</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.CloseTab">关闭当前页面</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.GotoNextTab">切换到下一个页面</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Global.CancelPopup">取消弹出面板</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo">仓库页面快捷键</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewHistories">显示历史记录</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewChanges">显示本地更改</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ViewStashes">显示贮藏列表</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.ToggleSearch">打开/关闭历史搜索</sys:String>
|
||||
<sys:String x:Key="Text.Hotkeys.Repo.StageOrUnstageSelected">将选中的变更暂存或从暂存列表中移除</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.NotConfigured">GIT尚未配置。请打开【偏好设置】配置GIT路径。</sys:String>
|
||||
<sys:String x:Key="Text.BinaryNotSupported">二进制文件不支持该操作!!!</sys:String>
|
||||
<sys:String x:Key="Text.BlameTypeNotSupported">选中文件不支持该操作!!!</sys:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue