mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	fix issues in translation file (#27699)
- use correct comment sign for INI (`;`) - remove duplicated `repo.branch.search` key - remove duplicated spaces & similar
This commit is contained in:
		
							parent
							
								
									9b991f2947
								
							
						
					
					
						commit
						16cfa17844
					
				@ -355,7 +355,6 @@ code_last_indexed_at = Last indexed %s
 | 
			
		||||
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
 | 
			
		||||
relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[auth]
 | 
			
		||||
create_new_account = Register Account
 | 
			
		||||
register_helper_msg = Already have an account? Sign in now!
 | 
			
		||||
@ -858,7 +857,7 @@ oauth2_client_secret_hint = The secret will not be shown again after you leave o
 | 
			
		||||
oauth2_application_edit = Edit
 | 
			
		||||
oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
 | 
			
		||||
oauth2_application_remove_description = Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?
 | 
			
		||||
oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected bahavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
 | 
			
		||||
oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
 | 
			
		||||
 | 
			
		||||
authorized_oauth2_applications = Authorized OAuth2 Applications
 | 
			
		||||
authorized_oauth2_applications_description = You have granted access to your personal Gitea account to these third party applications. Please revoke access for applications you no longer need.
 | 
			
		||||
@ -2507,7 +2506,6 @@ release.releases_for = Releases for %s
 | 
			
		||||
release.tags_for = Tags for %s
 | 
			
		||||
 | 
			
		||||
branch.name = Branch Name
 | 
			
		||||
branch.search = Search branches
 | 
			
		||||
branch.already_exists = A branch named "%s" already exists.
 | 
			
		||||
branch.delete_head = Delete
 | 
			
		||||
branch.delete = Delete Branch "%s"
 | 
			
		||||
@ -3565,7 +3563,7 @@ type-3.display_name = Organization Project
 | 
			
		||||
 | 
			
		||||
[git.filemode]
 | 
			
		||||
changed_filemode = %[1]s → %[2]s
 | 
			
		||||
# Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
 | 
			
		||||
; Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
 | 
			
		||||
directory = Directory
 | 
			
		||||
normal_file = Normal file
 | 
			
		||||
executable_file = Executable file
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user