mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-19 09:24:59 +00:00
feature: add an option to clean up ignored files when discard all changes in repo (#531)
This commit is contained in:
parent
a59600ce18
commit
4e57cd50cd
12 changed files with 104 additions and 46 deletions
|
@ -227,6 +227,7 @@
|
|||
<x:String x:Key="Text.Discard" xml:space="preserve">放弃更改确认</x:String>
|
||||
<x:String x:Key="Text.Discard.All" xml:space="preserve">所有本地址未提交的修改。</x:String>
|
||||
<x:String x:Key="Text.Discard.Changes" xml:space="preserve">变更 :</x:String>
|
||||
<x:String x:Key="Text.Discard.IncludeIgnored" xml:space="preserve">包括所有已忽略的文件</x:String>
|
||||
<x:String x:Key="Text.Discard.Total" xml:space="preserve">总计{0}项选中更改</x:String>
|
||||
<x:String x:Key="Text.Discard.Warning" xml:space="preserve">本操作不支持回退,请确认后继续!!!</x:String>
|
||||
<x:String x:Key="Text.EditRepositoryNode.Bookmark" xml:space="preserve">书签 :</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue