mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Locale for button Edit on protected branch (#4442)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							6813640d2f
						
					
				
				
					commit
					aa27cbf229
				
			@@ -1097,6 +1097,7 @@ settings.protected_branch_deletion_desc = Disabling branch protection allows use
 | 
				
			|||||||
settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
 | 
					settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
 | 
				
			||||||
settings.choose_branch = Choose a branch…
 | 
					settings.choose_branch = Choose a branch…
 | 
				
			||||||
settings.no_protected_branch = There are no protected branches.
 | 
					settings.no_protected_branch = There are no protected branches.
 | 
				
			||||||
 | 
					settings.edit_protected_branch = Edit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
diff.browse_source = Browse Source
 | 
					diff.browse_source = Browse Source
 | 
				
			||||||
diff.parent = parent
 | 
					diff.parent = parent
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,7 +62,7 @@
 | 
				
			|||||||
							{{range .ProtectedBranches}}
 | 
												{{range .ProtectedBranches}}
 | 
				
			||||||
								<tr>
 | 
													<tr>
 | 
				
			||||||
									<td><div class="ui basic label blue">{{.BranchName}}</div></td>
 | 
														<td><div class="ui basic label blue">{{.BranchName}}</div></td>
 | 
				
			||||||
									<td class="right aligned"><a class="rm ui button" href="{{$.Repository.Link}}/settings/branches/{{.BranchName}}">Edit</a></td>
 | 
														<td class="right aligned"><a class="rm ui button" href="{{$.Repository.Link}}/settings/branches/{{.BranchName}}">{{$.i18n.Tr "repo.settings.edit_protected_branch"}}</a></td>
 | 
				
			||||||
								</tr>
 | 
													</tr>
 | 
				
			||||||
							{{else}}
 | 
												{{else}}
 | 
				
			||||||
								<tr class="center aligned"><td>{{.i18n.Tr "repo.settings.no_protected_branch"}}</td></tr>
 | 
													<tr class="center aligned"><td>{{.i18n.Tr "repo.settings.no_protected_branch"}}</td></tr>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user