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>
This commit is contained in:
parent
aa4c33b43d
commit
af7054511e
3 changed files with 12 additions and 7 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue