File tree 2 files changed +11
-8
lines changed 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1985,10 +1985,7 @@ contributors.contribution_type.filter_label = Contribution type:
1985
1985
contributors.contribution_type.commits = Commits
1986
1986
contributors.contribution_type.additions = Additions
1987
1987
contributors.contribution_type.deletions = Deletions
1988
- contributors.loading_title = Loading contributions...
1989
- contributors.loading_title_failed = Could not load contributions
1990
- contributors.loading_info = This might take a bit…
1991
- contributors.component_failed_to_load = An unexpected error happened.
1988
+ contributors.what = contributions
1992
1989
1993
1990
search = Search
1994
1991
search.search_repo = Search repository
@@ -2593,6 +2590,12 @@ error.csv.too_large = Can't render this file because it is too large.
2593
2590
error.csv.unexpected = Can' t render this file because it contains an unexpected character in line %d and column %d.
2594
2591
error.csv.invalid_field_count = Can' t render this file because it has a wrong number of fields in line %d.
2595
2592
2593
+ [graphs]
2594
+ component_loading = Loading %s...
2595
+ component_loading_failed = Could not load %s
2596
+ component_loading_info = This might take a bit…
2597
+ component_failed_to_load = An unexpected error happened.
2598
+
2596
2599
[org]
2597
2600
org_name_holder = Organization Name
2598
2601
org_full_name_holder = Organization Full Name
Original file line number Diff line number Diff line change 4
4
data-locale-contribution-type-commits="{{ctx.Locale.Tr "repo.contributors.contribution_type.commits"}}"
5
5
data-locale-contribution-type-additions="{{ctx.Locale.Tr "repo.contributors.contribution_type.additions"}}"
6
6
data-locale-contribution-type-deletions="{{ctx.Locale.Tr "repo.contributors.contribution_type.deletions"}}"
7
- data-locale-loading-title="{{ctx.Locale.Tr "repo.contributors.loading_title" }}"
8
- data-locale-loading-title-failed="{{ctx.Locale.Tr "repo.contributors.loading_title_failed" }}"
9
- data-locale-loading-info="{{ctx.Locale.Tr "repo.contributors.loading_info "}}"
10
- data-locale-component-failed-to-load="{{ctx.Locale.Tr "repo.contributors .component_failed_to_load"}}"
7
+ data-locale-loading-title="{{ctx.Locale.Tr "graphs.component_loading" (ctx.Locale.Tr " repo.contributors.what") }}"
8
+ data-locale-loading-title-failed="{{ctx.Locale.Tr "graphs.component_loading_failed" (ctx.Locale.Tr " repo.contributors.what") }}"
9
+ data-locale-loading-info="{{ctx.Locale.Tr "graphs.component_loading_info "}}"
10
+ data-locale-component-failed-to-load="{{ctx.Locale.Tr "graphs .component_failed_to_load"}}"
11
11
>
12
12
</div>
13
13
{{end}}
You can’t perform that action at this time.
0 commit comments