mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 19:26:02 +08:00 
			
		
		
		
	fix: Correct English internationalization translations (#7493)
Co-authored-by: liubo <liubo@fit2cloud.com>
This commit is contained in:
		
							parent
							
								
									7f6ad89edf
								
							
						
					
					
						commit
						1f45ed6b06
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -59,7 +59,7 @@ ErrContainerNotFound: '{{ .name }} container does not exist' | |||
| ErrContainerMsg: '{{ .name }} container is abnormal, please check the log on the container page for details' | ||||
| ErrAppBackup: '{{ .name }} application backup failed err {{.err}}' | ||||
| ErrImagePull: '{{ .name }} image pull failed err {{.err}}' | ||||
| ErrVersionTooLow: 'The current 1Panel version is too low to update the app store, please upgrade the version' | ||||
| ErrVersionTooLow: 'The current 1Panel version is too low for updating the app store, please upgrade the version' | ||||
| ErrAppNameExist: 'App name is already exist' | ||||
| AppStoreIsSyncing: 'The App Store is syncing, please try again later' | ||||
| ErrGetCompose: "Failed to obtain docker-compose.yml file! {{ .detail }}" | ||||
|  | @ -149,8 +149,8 @@ ErrPortRules: "The number of ports does not match, please re-enter!" | |||
| ErrPgImagePull: "Image pull timeout. Please configure image acceleration or manually pull the postgres:16.0-alpine image and try again" | ||||
| 
 | ||||
| #runtime | ||||
| ErrDirNotFound: "The build folder does not exist! Please check file integrity!" | ||||
| ErrFileNotExist: "{{ .detail }} file does not exist! Please check source file integrity!" | ||||
| ErrDirNotFound: "The build folder does not exist! Please check the integrity of the file!" | ||||
| ErrFileNotExist: "{{ .detail }} file does not exist! Please check the integrity of the source file!" | ||||
| ErrImageBuildErr: "Image build failed" | ||||
| ErrImageExist: "Image is already exist!" | ||||
| ErrDelWithWebsite: "The operating environment has been associated with a website and cannot be deleted" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue