diff options
author | Şahin Akkaya <sahin@sahinakkaya.dev> | 2024-02-19 00:02:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 22:02:07 +0100 |
commit | 20f6a7c484d9dbf249d8e1dafa9a8c0a2e12127e (patch) | |
tree | c1babf38add49074cf64a6552977c6e32be6bf04 /options/locale/locale_en-US.ini | |
parent | 8be198cdef0a486f417663b1fd6878458d7e5d92 (diff) | |
download | gitea-20f6a7c484d9dbf249d8e1dafa9a8c0a2e12127e.tar.gz gitea-20f6a7c484d9dbf249d8e1dafa9a8c0a2e12127e.zip |
De-duplicate contributor graph translations (#29247)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e46d6f38c0..d033039dd3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1985,10 +1985,7 @@ contributors.contribution_type.filter_label = Contribution type: contributors.contribution_type.commits = Commits contributors.contribution_type.additions = Additions contributors.contribution_type.deletions = Deletions -contributors.loading_title = Loading contributions... -contributors.loading_title_failed = Could not load contributions -contributors.loading_info = This might take a bit… -contributors.component_failed_to_load = An unexpected error happened. +contributors.what = contributions search = Search search.search_repo = Search repository @@ -2593,6 +2590,12 @@ error.csv.too_large = Can't render this file because it is too large. error.csv.unexpected = Can't render this file because it contains an unexpected character in line %d and column %d. error.csv.invalid_field_count = Can't render this file because it has a wrong number of fields in line %d. +[graphs] +component_loading = Loading %s... +component_loading_failed = Could not load %s +component_loading_info = This might take a bit… +component_failed_to_load = An unexpected error happened. + [org] org_name_holder = Organization Name org_full_name_holder = Organization Full Name |