mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	expose translation of previously hardcoded string (#14087)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -654,6 +654,7 @@ email_notifications.submit = Set Email Preference
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[repo]
 | 
					[repo]
 | 
				
			||||||
owner = Owner
 | 
					owner = Owner
 | 
				
			||||||
 | 
					owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
 | 
				
			||||||
repo_name = Repository Name
 | 
					repo_name = Repository Name
 | 
				
			||||||
repo_name_helper = Good repository names use short, memorable and unique keywords.
 | 
					repo_name_helper = Good repository names use short, memorable and unique keywords.
 | 
				
			||||||
repo_size = Repository Size
 | 
					repo_size = Repository Size
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,7 @@
 | 
				
			|||||||
								{{end}}
 | 
													{{end}}
 | 
				
			||||||
							</div>
 | 
												</div>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<span class="help">Some organizations may not show up in the dropdown due to a maximum repository count limit</span>
 | 
											<span class="help">{{.i18n.Tr "repo.owner_helper"}}</span>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<div class="inline required field {{if .Err_RepoName}}error{{end}}">
 | 
										<div class="inline required field {{if .Err_RepoName}}error{{end}}">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user