diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2018-12-09 14:42:11 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-12-09 08:42:11 +0200 |
commit | 7c0c9655325b5413a8bb25bbc5b668d87582e8c8 (patch) | |
tree | 13e321d12adc98cb824f07fdfc1e22841cf6d00d /options/locale/locale_en-US.ini | |
parent | da5a0b8382c4b5c9913fa02d0a801e543e5a0699 (diff) | |
download | gitea-7c0c9655325b5413a8bb25bbc5b668d87582e8c8.tar.gz gitea-7c0c9655325b5413a8bb25bbc5b668d87582e8c8.zip |
Improve team members and repositories settings UI (#5457)
* improve team members and repositories settings UI
* use tab on team pages
* add default description on team members and repos
* add blank on numbers and texts
* improve translation
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e499bb9fe4..bf4c4964f2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1327,6 +1327,8 @@ teams.add_team_repository = Add Team Repository teams.remove_repo = Remove teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first." teams.add_duplicate_users = User is already a team member. +teams.repos.none = No repositories could be accessed by this team. +teams.members.none = No members on this team. [admin] dashboard = Dashboard |