File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<NativeMenu .Menu>
27
27
<NativeMenu >
28
- <NativeMenuItem Header =" {DynamicResource Text.About}" Command =" {x:Static s:App.OpenAboutCommand}" />
29
- <NativeMenuItem Header =" {DynamicResource Text.Hotkeys}" Command =" {x:Static s:App.OpenHotkeysCommand}" />
28
+ <NativeMenuItem Header =" {DynamicResource Text.About.Menu }" Command =" {x:Static s:App.OpenAboutCommand}" />
29
+ <NativeMenuItem Header =" {DynamicResource Text.Hotkeys.Menu }" Command =" {x:Static s:App.OpenHotkeysCommand}" />
30
30
<NativeMenuItem Header =" {DynamicResource Text.SelfUpdate}" Command =" {x:Static s:App.CheckForUpdateCommand}" />
31
31
<NativeMenuItemSeparator />
32
32
<NativeMenuItem Header =" {DynamicResource Text.Preference}" Command =" {x:Static s:App.OpenPreferenceCommand}" Gesture =" ⌘+," />
Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" https://github.com/avaloniaui" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2
2
<x : String x : Key =" Text.About" xml : space =" preserve" >About</x : String >
3
+ <x : String x : Key =" Text.About.Menu" xml : space =" preserve" >About SourceGit</x : String >
3
4
<x : String x : Key =" Text.About.BuildWith" xml : space =" preserve" >• Build with </x : String >
4
5
<x : String x : Key =" Text.About.Copyright" xml : space =" preserve" >© 2024 sourcegit-scm</x : String >
5
6
<x : String x : Key =" Text.About.Editor" xml : space =" preserve" >• TextEditor from </x : String >
210
211
<x : String x : Key =" Text.Histories.SearchClear" xml : space =" preserve" >CLEAR</x : String >
211
212
<x : String x : Key =" Text.Histories.Selected" xml : space =" preserve" >SELECTED {0} COMMITS</x : String >
212
213
<x : String x : Key =" Text.Hotkeys" xml : space =" preserve" >HotKeys</x : String >
214
+ <x : String x : Key =" Text.Hotkeys.Menu" xml : space =" preserve" >About HotKeys</x : String >
213
215
<x : String x : Key =" Text.Hotkeys.Global" xml : space =" preserve" >GLOBAL</x : String >
214
216
<x : String x : Key =" Text.Hotkeys.Global.CancelPopup" xml : space =" preserve" >Cancel current popup</x : String >
215
217
<x : String x : Key =" Text.Hotkeys.Global.CloseTab" xml : space =" preserve" >Close current page</x : String >
Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" https://github.com/avaloniaui" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2
2
<x : String x : Key =" Text.About" xml : space =" preserve" >关于软件</x : String >
3
+ <x : String x : Key =" Text.About.Menu" xml : space =" preserve" >关于本软件</x : String >
3
4
<x : String x : Key =" Text.About.BuildWith" xml : space =" preserve" >• 项目依赖于 </x : String >
4
5
<x : String x : Key =" Text.About.Copyright" xml : space =" preserve" >© 2024 sourcegit-scm</x : String >
5
6
<x : String x : Key =" Text.About.Editor" xml : space =" preserve" >• 文本编辑器使用 </x : String >
210
211
<x : String x : Key =" Text.Histories.SearchClear" xml : space =" preserve" >清空</x : String >
211
212
<x : String x : Key =" Text.Histories.Selected" xml : space =" preserve" >已选中 {0} 项提交</x : String >
212
213
<x : String x : Key =" Text.Hotkeys" xml : space =" preserve" >快捷键</x : String >
214
+ <x : String x : Key =" Text.Hotkeys.Menu" xml : space =" preserve" >显示快捷键</x : String >
213
215
<x : String x : Key =" Text.Hotkeys.Global" xml : space =" preserve" >全局快捷键</x : String >
214
216
<x : String x : Key =" Text.Hotkeys.Global.CancelPopup" xml : space =" preserve" >取消弹出面板</x : String >
215
217
<x : String x : Key =" Text.Hotkeys.Global.CloseTab" xml : space =" preserve" >关闭当前页面</x : String >
You can’t perform that action at this time.
0 commit comments