File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1065,15 +1065,18 @@ activity.no_git_activity = There has not been any commit activity in this period
1065
1065
activity.git_stats_exclude_merges = Excluding merges,
1066
1066
activity.git_stats_author_1 = %d author
1067
1067
activity.git_stats_author_n = %d authors
1068
- activity.git_stats_pushed = has pushed
1068
+ activity.git_stats_pushed_1 = has pushed
1069
+ activity.git_stats_pushed_n = have pushed
1069
1070
activity.git_stats_commit_1 = %d commit
1070
1071
activity.git_stats_commit_n = %d commits
1071
1072
activity.git_stats_push_to_branch = to %s and
1072
1073
activity.git_stats_push_to_all_branches = to all branches.
1073
1074
activity.git_stats_on_default_branch = On %s,
1074
1075
activity.git_stats_file_1 = %d file
1075
1076
activity.git_stats_file_n = %d files
1076
- activity.git_stats_files_changed = have changed and there have been
1077
+ activity.git_stats_files_changed_1 = has changed
1078
+ activity.git_stats_files_changed_n = have changed
1079
+ activity.git_stats_additions = and there have been
1077
1080
activity.git_stats_addition_1 = %d addition
1078
1081
activity.git_stats_addition_n = %d additions
1079
1082
activity.git_stats_and_deletions = and
Original file line number Diff line number Diff line change 92
92
<div class="ui attached segment text">
93
93
{{.i18n.Tr "repo.activity.git_stats_exclude_merges" }}
94
94
<strong>{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.AuthorCount "repo.activity.git_stats_author_1" "repo.activity.git_stats_author_n") .Activity.Code.AuthorCount }}</strong>
95
- {{.i18n.Tr "repo.activity.git_stats_pushed" }}
95
+ {{.i18n.Tr (TrN .i18n.Lang .Activity.Code.AuthorCount "repo.activity.git_stats_pushed_1" "repo.activity.git_stats_pushed_n") }}
96
96
<strong>{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.CommitCount "repo.activity.git_stats_commit_1" "repo.activity.git_stats_commit_n") .Activity.Code.CommitCount }}</strong>
97
97
{{.i18n.Tr "repo.activity.git_stats_push_to_branch" .Repository.DefaultBranch }}
98
98
<strong>{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.CommitCountInAllBranches "repo.activity.git_stats_commit_1" "repo.activity.git_stats_commit_n") .Activity.Code.CommitCountInAllBranches }}</strong>
99
99
{{.i18n.Tr "repo.activity.git_stats_push_to_all_branches" }}
100
100
{{.i18n.Tr "repo.activity.git_stats_on_default_branch" .Repository.DefaultBranch }}
101
101
<strong>{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.ChangedFiles "repo.activity.git_stats_file_1" "repo.activity.git_stats_file_n") .Activity.Code.ChangedFiles }}</strong>
102
- {{.i18n.Tr "repo.activity.git_stats_files_changed" }}
102
+ {{.i18n.Tr (TrN .i18n.Lang .Activity.Code.ChangedFiles "repo.activity.git_stats_files_changed_1" "repo.activity.git_stats_files_changed_n") }}
103
+ {{.i18n.Tr "repo.activity.git_stats_additions" }}
103
104
<strong class="text green">{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.Additions "repo.activity.git_stats_addition_1" "repo.activity.git_stats_addition_n") .Activity.Code.Additions }}</strong>
104
105
{{.i18n.Tr "repo.activity.git_stats_and_deletions" }}
105
106
<strong class="text red">{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.Deletions "repo.activity.git_stats_deletion_1" "repo.activity.git_stats_deletion_n") .Activity.Code.Deletions }}</strong>.
You can’t perform that action at this time.
0 commit comments