diff options
author | Lauris BH <lauris@nix.lv> | 2019-05-04 23:32:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-04 23:32:37 +0300 |
commit | 410301f0eee6d5cc37d483147bf64526708f0f72 (patch) | |
tree | 09e159df482ec7a1e20b91b8fa3e6e6b92f98f41 /options | |
parent | 46373e765702a203bfcb576c9d3639314ef4965f (diff) | |
download | gitea-410301f0eee6d5cc37d483147bf64526708f0f72.tar.gz gitea-410301f0eee6d5cc37d483147bf64526708f0f72.zip |
Improve localization of git activity stats (#6848)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index fe90d65451..4e2ae51538 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1065,7 +1065,8 @@ activity.no_git_activity = There has not been any commit activity in this period activity.git_stats_exclude_merges = Excluding merges, activity.git_stats_author_1 = %d author activity.git_stats_author_n = %d authors -activity.git_stats_pushed = has pushed +activity.git_stats_pushed_1 = has pushed +activity.git_stats_pushed_n = have pushed activity.git_stats_commit_1 = %d commit activity.git_stats_commit_n = %d commits activity.git_stats_push_to_branch = to %s and @@ -1073,7 +1074,9 @@ activity.git_stats_push_to_all_branches = to all branches. activity.git_stats_on_default_branch = On %s, activity.git_stats_file_1 = %d file activity.git_stats_file_n = %d files -activity.git_stats_files_changed = have changed and there have been +activity.git_stats_files_changed_1 = has changed +activity.git_stats_files_changed_n = have changed +activity.git_stats_additions = and there have been activity.git_stats_addition_1 = %d addition activity.git_stats_addition_n = %d additions activity.git_stats_and_deletions = and |