You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrPortInOtherApp: "{{ .port }} port already in use by app {{ .apps }}"
37
-
ErrDbUserNotValid: "Stock database, username and password do not match!"
37
+
ErrDbUserNotValid: "Stock database, username and password do not match!"
38
38
ErrDockerComposeNotValid: "docker-compose file format error!"
39
39
ErrUpdateBuWebsite: 'The application was updated successfully, but the modification of the website configuration file failed, please check the configuration!'
ErrInstallDirNotFound: 'installation directory does not exist'
43
-
AppStoreIsUpToDate: 'The app store is already up to date!'
43
+
AppStoreIsUpToDate: 'Up to date'
44
44
LocalAppVersionNull: 'The {{.name}} app is not synced to version! Could not add to application list'
45
45
LocalAppVersionErr: '{{.name}} failed to sync version {{.version}}! {{.err}}'
46
46
ErrFileNotFound: '{{.name}} file does not exist'
@@ -95,7 +95,7 @@ ErrAppDelete: 'Other Website use this App'
95
95
ErrGroupIsUsed: 'The group is in use and cannot be deleted'
96
96
ErrBackupMatch: 'the backup file does not match the current partial data of the website: {{ .detail}}'
97
97
ErrBackupExist: 'the backup file corresponds to a portion of the original data that does not exist: {{ .detail}}'
98
-
ErrPHPResource: 'The local runtime does not support switching!'
98
+
ErrPHPResource: 'The local runtime does not support switching!'
99
99
ErrPathPermission: 'A folder with non-1000:1000 permissions was detected in the index directory, which may cause an Access denied error when accessing the website. Please click the save button above'
100
100
ErrDomainIsUsed: "Domain is already used by website {{ .name }}"
101
101
ErrDomainFormat: "{{ .name }} domain format error"
@@ -105,7 +105,7 @@ ErrImageNotExist: "Running environment {{.name}} image does not exist, please re
105
105
#ssl
106
106
ErrSSLCannotDelete: "The certificate {{ .name }} is being used by the website and cannot be removed"
107
107
ErrAccountCannotDelete: "The certificate associated with the account cannot be deleted"
108
-
ErrSSLApply: "The certificate continues to be signed successfully, but openresty reload fails, please check the configuration!"
108
+
ErrSSLApply: "The certificate continues to be signed successfully, but openresty reload fails, please check the configuration!"
109
109
ErrEmailIsExist: 'Email is already exist'
110
110
ErrSSLKeyNotFound: 'The private key file does not exist'
111
111
ErrSSLCertificateNotFound: 'The certificate file does not exist'
@@ -147,10 +147,10 @@ ErrPortRules: "The number of ports does not match, please re-enter!"
147
147
ErrPgImagePull: "Image pull timeout. Please configure image acceleration or manually pull the postgres:16.0-alpine image and try again"
148
148
149
149
#runtime
150
-
ErrDirNotFound: "The build folder does not exist! Please check file integrity!"
151
-
ErrFileNotExist: "{{ .detail }} file does not exist! Please check source file integrity!"
150
+
ErrDirNotFound: "The build folder does not exist! Please check file integrity!"
151
+
ErrFileNotExist: "{{ .detail }} file does not exist! Please check source file integrity!"
152
152
ErrImageBuildErr: "Image build failed"
153
-
ErrImageExist: "Image is already exist!"
153
+
ErrImageExist: "Image is already exist!"
154
154
ErrDelWithWebsite: "The operating environment has been associated with a website and cannot be deleted"
155
155
ErrRuntimeStart: "Failed to start"
156
156
ErrPackageJsonNotFound: "package.json file does not exist"
0 commit comments