diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-10 05:06:12 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-10 05:06:12 -0400 |
commit | 85c9f7c5f354838fc8a78977a80f9899b5158897 (patch) | |
tree | 5088d78e9bfa2fc528b7a153a801facd2a329f91 /conf | |
parent | c31606daf9209dd3583602b529a84b4608c46172 (diff) | |
download | gitea-85c9f7c5f354838fc8a78977a80f9899b5158897.tar.gz gitea-85c9f7c5f354838fc8a78977a80f9899b5158897.zip |
Issue: Show error prompt when add repository to team and it does not exist #533
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 15262e630f..0f2003b592 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -408,6 +408,7 @@ teams.admin_permission_desc = This team grants <strong>Admin</strong> access: me teams.repositories = Team Repositories 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. [admin] dashboard = Dashboard diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 8a343d4c8c..da26ce9df7 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -408,6 +408,7 @@ teams.admin_permission_desc = 该团队拥有一定的 <strong>管理</strong> teams.repositories = 团队仓库 teams.add_team_repository = 添加团队仓库 teams.remove_repo = 移除仓库 +teams.add_nonexistent_repo = 您尝试添加到团队的仓库不存在,请先创建仓库! [admin] dashboard = 控制面板 |