From b13dfae602d46782811a637262c1eda0cd6a85ee Mon Sep 17 00:00:00 2001 From: liubo Date: Fri, 20 Dec 2024 17:54:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/i18n/lang/en.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/i18n/lang/en.yaml b/backend/i18n/lang/en.yaml index 579077f0996c..dfaafed198fb 100644 --- a/backend/i18n/lang/en.yaml +++ b/backend/i18n/lang/en.yaml @@ -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"