mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Add missing translation (#33900)
This commit is contained in:
		@@ -113,6 +113,7 @@ copy_type_unsupported = This file type cannot be copied
 | 
				
			|||||||
write = Write
 | 
					write = Write
 | 
				
			||||||
preview = Preview
 | 
					preview = Preview
 | 
				
			||||||
loading = Loading…
 | 
					loading = Loading…
 | 
				
			||||||
 | 
					files = Files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
error = Error
 | 
					error = Error
 | 
				
			||||||
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
 | 
					error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
		data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
 | 
							data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
 | 
				
			||||||
		{{svg "octicon-sidebar-expand"}}
 | 
							{{svg "octicon-sidebar-expand"}}
 | 
				
			||||||
	</button>
 | 
						</button>
 | 
				
			||||||
	<b>Files</b>
 | 
						<b>{{ctx.Locale.Tr "files"}}</b>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{/* TODO: Dynamically move components such as refSelector and createPR here */}}
 | 
					{{/* TODO: Dynamically move components such as refSelector and createPR here */}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user