mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user