diff options
author | EV3R4 <63237520+EV3R4@users.noreply.github.com> | 2021-01-22 00:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 00:44:37 +0100 |
commit | af7054511efdf1e0b36bd9e8c5744bce6ea1a5b9 (patch) | |
tree | da123f82df08eadfd94a366be42584014aa75d0d /options/locale | |
parent | aa4c33b43df44d68ab5072685329c472de290476 (diff) | |
download | gitea-af7054511efdf1e0b36bd9e8c5744bce6ea1a5b9.tar.gz gitea-af7054511efdf1e0b36bd9e8c5744bce6ea1a5b9.zip |
Add TrN for repository limit (#12492)
* Added TrN for repository limit
* Removed form.reach_limit_of_creation_0
* disable Create Button if user can not create
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 69cfb29044..53cee057c9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -741,7 +741,8 @@ archive.title = This repo is archived. You can view files and clone it, but cann archive.issue.nocomment = This repo is archived. You cannot comment on issues. archive.pull.nocomment = This repo is archived. You cannot comment on pull requests. -form.reach_limit_of_creation = You have already reached your limit of %d repositories. +form.reach_limit_of_creation_1 = You have already reached your limit of %d repository. +form.reach_limit_of_creation_n = You have already reached your limit of %d repositories. form.name_reserved = The repository name '%s' is reserved. form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository name. |