mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-19 17:34:59 +00:00
refactor<Statistics>: use committer instead of author
This commit is contained in:
parent
e070b79d2c
commit
68ddeb4cc5
7 changed files with 174 additions and 208 deletions
|
@ -460,9 +460,9 @@
|
|||
<sys:String x:Key="Text.Statistics.ThisWeek">本周</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.ThisMonth">本月</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.ThisYear">本年</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.TotalAuthors">作者人数</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.TotalCommitters">提交者人数</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.TotalCommits">总计提交次数</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.AuthorName">作者</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.Committer">提交者</sys:String>
|
||||
<sys:String x:Key="Text.Statistics.CommitAmount">提交次数</sys:String>
|
||||
|
||||
<sys:String x:Key="Text.NotConfigured">GIT尚未配置。请打开【偏好设置】配置GIT路径。</sys:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue