File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed 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
3
<x : String x : Key =" Text.About.Menu" xml : space =" preserve" >About SourceGit</x : String >
4
+ <x : String x : Key =" Text.About.ReleaseNotes" xml : space =" preserve" >Release Notes</x : String >
4
5
<x : String x : Key =" Text.About.SubTitle" xml : space =" preserve" >Opensource & Free Git GUI Client</x : String >
5
6
<x : String x : Key =" Text.AddToIgnore" xml : space =" preserve" >Add File(s) To Ignore</x : String >
6
7
<x : String x : Key =" Text.AddToIgnore.Pattern" xml : space =" preserve" >Pattern:</x : String >
Original file line number Diff line number Diff line change 5
5
6
6
<x : String x : Key =" Text.About" xml : space =" preserve" >关于软件</x : String >
7
7
<x : String x : Key =" Text.About.Menu" xml : space =" preserve" >关于本软件</x : String >
8
+ <x : String x : Key =" Text.About.ReleaseNotes" xml : space =" preserve" >浏览版本更新说明</x : String >
8
9
<x : String x : Key =" Text.About.SubTitle" xml : space =" preserve" >开源免费的Git客户端</x : String >
9
10
<x : String x : Key =" Text.AddToIgnore" xml : space =" preserve" >新增忽略文件</x : String >
10
11
<x : String x : Key =" Text.AddToIgnore.Pattern" xml : space =" preserve" >匹配模式 :</x : String >
Original file line number Diff line number Diff line change 5
5
6
6
<x : String x : Key =" Text.About" xml : space =" preserve" >關於</x : String >
7
7
<x : String x : Key =" Text.About.Menu" xml : space =" preserve" >關於 SourceGit</x : String >
8
+ <x : String x : Key =" Text.About.ReleaseNotes" xml : space =" preserve" >版本說明</x : String >
8
9
<x : String x : Key =" Text.About.SubTitle" xml : space =" preserve" >開源免費的 Git 客戶端</x : String >
9
10
<x : String x : Key =" Text.AddToIgnore" xml : space =" preserve" >新增忽略檔案</x : String >
10
11
<x : String x : Key =" Text.AddToIgnore.Pattern" xml : space =" preserve" >比對模式: </x : String >
Original file line number Diff line number Diff line change 50
50
Background =" {DynamicResource Brush.Accent}"
51
51
Effect =" drop-shadow(0 0 6 #40000000)"
52
52
Cursor =" Hand"
53
- PointerPressed =" OnVisitReleaseNotes" >
53
+ PointerPressed =" OnVisitReleaseNotes"
54
+ ToolTip.Tip=" {DynamicResource Text.About.ReleaseNotes}" >
54
55
<TextBlock x : Name =" TxtVersion" Classes =" primary" Margin =" 8,0" FontSize =" 12" Foreground =" White" />
55
56
</Border >
56
57
</StackPanel >
You can’t perform that action at this time.
0 commit comments