mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 09:24:58 +00:00
optimize<Statistics>: use localized text for weekdays
This commit is contained in:
parent
c52ed4a711
commit
4ef2a70ebd
3 changed files with 17 additions and 2 deletions
|
@ -496,6 +496,14 @@
|
|||
<sys:String x:Key="Text.Statistics.CommitterName">COMMITTER</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.CommitAmount">COMMITS</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.Weekday.0">SUN</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.1">MON</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.2">TUE</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.3">WED</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.4">THU</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.5">FRI</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.6">SAT</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.PathNotFound">Path[{0}] not exists!</sys:String>
|
||||
<sys:String x:Key="Text.MissingBash">Can NOT locate bash.exe. Make sure bash.exe exists under the same folder with git.exe</sys:String>
|
||||
|
|
|
@ -495,6 +495,14 @@
|
|||
<sys:String x:Key="Text.Statistics.CommitterName">提交者</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.CommitAmount">提交次数</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.Weekday.0">星期日</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.1">星期一</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.2">星期二</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.3">星期三</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.4">星期四</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.5">星期五</sys:String>
|
||||
<sys:String x:Key="Text.Weekday.6">星期六</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.NotConfigured">GIT尚未配置。请打开【偏好设置】配置GIT路径。</sys:String>
|
||||
<sys:String x:Key="Text.PathNotFound">路径({0})不存在或不可读取!</sys:String>
|
||||
<sys:String x:Key="Text.MissingBash">无法找到bash.exe,请确保其在git.exe同目录中!</sys:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue