|
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 | | - <x:String x:Key="Text.About.Copyright" xml:space="preserve">Copyright © 2024 sourcegit-scm.</x:String> |
| 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> |
6 | 7 | <x:String x:Key="Text.About.Fonts" xml:space="preserve">• Monospace fonts come from </x:String> |
7 | 8 | <x:String x:Key="Text.About.SourceCode" xml:space="preserve">• Source code can be found at </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> |
216 | 218 | <x:String x:Key="Text.Hotkeys.Global.GotoPrevTab" xml:space="preserve">Go to previous page</x:String> |
217 | 219 | <x:String x:Key="Text.Hotkeys.Global.GotoNextTab" xml:space="preserve">Go to next page</x:String> |
218 | 220 | <x:String x:Key="Text.Hotkeys.Global.NewTab" xml:space="preserve">Create new page</x:String> |
| 221 | + <x:String x:Key="Text.Hotkeys.Global.OpenPreference" xml:space="preserve">Open preference dialog</x:String> |
219 | 222 | <x:String x:Key="Text.Hotkeys.Repo" xml:space="preserve">REPOSITORY</x:String> |
220 | 223 | <x:String x:Key="Text.Hotkeys.Repo.Refresh" xml:space="preserve">Force to reload this repository</x:String> |
221 | 224 | <x:String x:Key="Text.Hotkeys.Repo.StageOrUnstageSelected" xml:space="preserve">Stage/Unstage selected changes</x:String> |
|
272 | 275 | <x:String x:Key="Text.Preference.General.UseFixedTabWidth" xml:space="preserve">Use fixed tab width in titlebar</x:String> |
273 | 276 | <x:String x:Key="Text.Preference.Git" xml:space="preserve">GIT</x:String> |
274 | 277 | <x:String x:Key="Text.Preference.Git.AutoFetch" xml:space="preserve">Fetch remotes automatically</x:String> |
| 278 | + <x:String x:Key="Text.Preference.Git.AutoFetchInterval" xml:space="preserve">Auto Fetch Interval</x:String> |
| 279 | + <x:String x:Key="Text.Preference.Git.AutoFetchIntervalSuffix" xml:space="preserve">Minute(s)</x:String> |
275 | 280 | <x:String x:Key="Text.Preference.Git.CRLF" xml:space="preserve">Enable Auto CRLF</x:String> |
276 | 281 | <x:String x:Key="Text.Preference.Git.DefaultCloneDir" xml:space="preserve">Default Clone Dir</x:String> |
277 | 282 | <x:String x:Key="Text.Preference.Git.Email" xml:space="preserve">User Email</x:String> |
|
310 | 315 | <x:String x:Key="Text.PushTag" xml:space="preserve">Push Tag To Remote</x:String> |
311 | 316 | <x:String x:Key="Text.PushTag.Remote" xml:space="preserve">Remote :</x:String> |
312 | 317 | <x:String x:Key="Text.PushTag.Tag" xml:space="preserve">Tag :</x:String> |
| 318 | + <x:String x:Key="Text.Quit" xml:space="preserve">Quit</x:String> |
313 | 319 | <x:String x:Key="Text.Rebase" xml:space="preserve">Rebase Current Branch</x:String> |
314 | 320 | <x:String x:Key="Text.Rebase.AutoStash" xml:space="preserve">Stash & reapply local changes</x:String> |
315 | 321 | <x:String x:Key="Text.Rebase.On" xml:space="preserve">On :</x:String> |
|
0 commit comments