@@ -87,7 +87,6 @@ ErrFavoriteExist: "This path has been collected"
87
87
ErrInvalidChar : " Illegal characters are prohibited"
88
88
ErrPathNotDelete : " The selected directory cannot be deleted"
89
89
90
-
91
90
# website
92
91
ErrDomainIsExist : " Domain is already exist"
93
92
ErrAliasIsExist : " Alias is already exist"
@@ -127,6 +126,9 @@ ErrDefaultCA: "The default organization cannot be deleted"
127
126
ApplyWebSiteSSLLog : " Start updating {{ .name }} website certificate"
128
127
ErrUpdateWebsiteSSL : " {{ .name }} website failed to update certificate: {{ .err }}"
129
128
ApplyWebSiteSSLSuccess : " Update website certificate successfully"
129
+ ErrExecShell : " Script execution failed {{ .err }}"
130
+ ExecShellStart : " Start executing the script"
131
+ ExecShellSuccess : " The script executed successfully"
130
132
StartUpdateSystemSSL : " Start updating system certificate"
131
133
UpdateSystemSSLSuccess : " Update system certificate successfully"
132
134
@@ -209,7 +211,6 @@ ErrXpackOutOfDate: "The current license has expired, please re-import the licens
209
211
ErrXpackLost : " The license has reached the maximum number of retry attempts. Please go to the [Settings] [License] page and manually click the sync button to ensure that the professional version features are functioning properly."
210
212
ErrXpackTimeout : " Request timed out, the network connection may be unstable, please try again later!"
211
213
212
-
213
214
# license
214
215
ErrAlert : " Alert information format error, please check and try again!"
215
216
ErrAlertPush : " Alert push error, please check and try again!"
@@ -218,64 +219,64 @@ ErrAlertSync: "Alert sync error, please check and try again!"
218
219
ErrAlertRemote : " Remote alert error, please check and try again!"
219
220
220
221
# cmd
221
- AppVersion : " App version"
222
- AppCommands : " App related commands"
223
- AppInit : " Initialize app"
222
+ AppVersion : " App version"
223
+ AppCommands : " App related commands"
224
+ AppInit : " Initialize app"
224
225
AppKeyVal : " App key (only supports English)"
225
- AppCreateFileErr : " File {{ .name }} creation failed {{ .err }}"
226
- AppCreateDirErr : " Folder {{ .name }} creation failed {{ .err }}"
227
- AppMissKey : " App key missing, use -k to specify"
228
- AppMissVersion : " App version missing, use -v to specify"
229
- AppVersionExist : " Version already exists!"
230
- AppCreateSuccessful : " Creation successful!"
231
- AppWriteErr : " File {{ .name }} write failed {{ .err }}"
232
- SudoHelper : " Please use {{ .cmd }} or switch to root user"
233
- ListenIPCommands : " Switch listening ip"
234
- ListenIPv4 : " Listen on IPv4"
235
- ListenIPv6 : " Listen on IPv6"
236
- ListenChangeSuccessful : " Switch successful! Now listening on {{ .value }}"
237
- ResetCommands : " Reset system info"
238
- ResetMFA : " Cancel 1Panel two-factor authentication"
239
- ResetHttps : " Cancel 1Panel https login"
240
- ResetEntrance : " Cancel 1Panel secure entrance"
241
- ResetIPs : " Cancel 1Panel authorized ip restrictions"
242
- ResetDomain : " Cancel 1Panel domain binding"
243
- RestoreCommands : " Rollback 1Panel service and data"
244
- RestoreNoSuchFile : " No files available for rollback"
245
- RestoreStep1 : " (0/4 ) Starting rollback of 1Panel service and data from {{ .name }} directory..."
246
- RestoreStep2 : " 1/4 1panel binary rollback successful"
247
- RestoreStep3 : " 2/4 1panel script rollback successful"
248
- RestoreStep4 : " 3/4 1panel service rollback successful"
249
- RestoreStep5 : " 4/4 1panel data rollback successful"
250
- RestoreSuccessful : " Rollback successful! Restarting service, please wait..."
251
- UpdateCommands : " Update panel info"
252
- UpdateUser : " Update panel user"
253
- UpdatePassword : " Update panel password"
254
- UpdatePort : " Update panel port"
255
- UpdateUserNull : " Error: panel user is empty!"
256
- UpdateUserBlank : " Error: panel user contains spaces!"
257
- UpdateUserFormat : " Error: Invalid panel user format! Only supports English, Chinese, numbers, and _, length 3-30"
258
- UpdateUserErr : " Error: Failed to update panel user, {{ .err }}"
259
- UpdateSuccessful : " Update successful!"
260
- UpdateUserResult : " Panel user: {{ .name }}"
261
- UpdatePasswordRead : " Error: Failed to read panel password information, {{ .err }}"
262
- UpdatePasswordNull : " Error: Panel password is empty!"
263
- UpdateUPasswordBlank : " Error: Panel password contains spaces!"
264
- UpdatePasswordFormat : " Error: Panel password only supports letters, numbers, special characters !@#$%*_,.?, length 8-30!"
265
- UpdatePasswordLen : " Error: Please enter a password longer than 6 characters!"
266
- UpdatePasswordRe : " Confirm password:"
267
- UpdatePasswordErr : " Error: Failed to update panel password, {{ .err }}"
268
- UpdatePasswordSame : " Error: The two passwords do not match, please check and try again!"
269
- UpdatePasswordResult : " Panel password: {{ .name }}"
270
- UpdatePortFormat : " Error: The input port number must be between 1 and 65535!"
271
- UpdatePortUsed : " Error: The port number is already in use, please check and try again!"
272
- UpdatePortErr : " Error: Failed to update panel port, {{ .err }}"
273
- UpdatePortResult : " Panel Port: {{ .name }}"
274
- UpdatePortFirewallAdd : " Failed to add firewall port rule, {{ .err }}, please manually add the {{ .name }} port to the firewall rules."
275
- UpdatePortFirewallDel : " Error: Failed to delete firewall port, {{ .err }}"
276
- UpdatePortFirewallReload : " Failed to reload the firewall, {{ .err }}, please manually reload the firewall."
277
- UserInfo : " Get panel information"
278
- UserInfoAddr : " Panel address: "
279
- UserInfoPassHelp : " Tip: To change the password, you can execute the command: "
280
- SystemVersion : " Get system version information"
281
- DBConnErr : " Error: Failed to initialize database connection, {{ .err }}"
226
+ AppCreateFileErr : " File {{ .name }} creation failed {{ .err }}"
227
+ AppCreateDirErr : " Folder {{ .name }} creation failed {{ .err }}"
228
+ AppMissKey : " App key missing, use -k to specify"
229
+ AppMissVersion : " App version missing, use -v to specify"
230
+ AppVersionExist : " Version already exists!"
231
+ AppCreateSuccessful : " Creation successful!"
232
+ AppWriteErr : " File {{ .name }} write failed {{ .err }}"
233
+ SudoHelper : " Please use {{ .cmd }} or switch to root user"
234
+ ListenIPCommands : " Switch listening ip"
235
+ ListenIPv4 : " Listen on IPv4"
236
+ ListenIPv6 : " Listen on IPv6"
237
+ ListenChangeSuccessful : " Switch successful! Now listening on {{ .value }}"
238
+ ResetCommands : " Reset system info"
239
+ ResetMFA : " Cancel 1Panel two-factor authentication"
240
+ ResetHttps : " Cancel 1Panel https login"
241
+ ResetEntrance : " Cancel 1Panel secure entrance"
242
+ ResetIPs : " Cancel 1Panel authorized ip restrictions"
243
+ ResetDomain : " Cancel 1Panel domain binding"
244
+ RestoreCommands : " Rollback 1Panel service and data"
245
+ RestoreNoSuchFile : " No files available for rollback"
246
+ RestoreStep1 : " (1/5 ) Starting rollback of 1Panel service and data from {{ .name }} directory..."
247
+ RestoreStep2 : " (2/5) 1Panel binary rollback successful"
248
+ RestoreStep3 : " (3/5) 1Panel script rollback successful"
249
+ RestoreStep4 : " (4/5) 1Panel service rollback successful"
250
+ RestoreStep5 : " (5/5) 1Panel data rollback successful"
251
+ RestoreSuccessful : " Rollback successful! Restarting service, please wait..."
252
+ UpdateCommands : " Update panel info"
253
+ UpdateUser : " Update panel user"
254
+ UpdatePassword : " Update panel password"
255
+ UpdatePort : " Update panel port"
256
+ UpdateUserNull : " Error: panel user is empty!"
257
+ UpdateUserBlank : " Error: panel user contains spaces!"
258
+ UpdateUserFormat : " Error: Invalid panel user format! Only supports English, Chinese, numbers, and _, length 3-30"
259
+ UpdateUserErr : " Error: Failed to update panel user, {{ .err }}"
260
+ UpdateSuccessful : " Update successful!"
261
+ UpdateUserResult : " Panel user: {{ .name }}"
262
+ UpdatePasswordRead : " Error: Failed to read panel password information, {{ .err }}"
263
+ UpdatePasswordNull : " Error: Panel password is empty!"
264
+ UpdateUPasswordBlank : " Error: Panel password contains spaces!"
265
+ UpdatePasswordFormat : " Error: Panel password only supports letters, numbers, special characters !@#$%*_,.?, length 8-30!"
266
+ UpdatePasswordLen : " Error: Please enter a password longer than 6 characters!"
267
+ UpdatePasswordRe : " Confirm password:"
268
+ UpdatePasswordErr : " Error: Failed to update panel password, {{ .err }}"
269
+ UpdatePasswordSame : " Error: The two passwords do not match, please check and try again!"
270
+ UpdatePasswordResult : " Panel password: {{ .name }}"
271
+ UpdatePortFormat : " Error: The input port number must be between 1 and 65535!"
272
+ UpdatePortUsed : " Error: The port number is already in use, please check and try again!"
273
+ UpdatePortErr : " Error: Failed to update panel port, {{ .err }}"
274
+ UpdatePortResult : " Panel Port: {{ .name }}"
275
+ UpdatePortFirewallAdd : " Failed to add firewall port rule, {{ .err }}, please manually add the {{ .name }} port to the firewall rules."
276
+ UpdatePortFirewallDel : " Error: Failed to delete firewall port, {{ .err }}"
277
+ UpdatePortFirewallReload : " Failed to reload the firewall, {{ .err }}, please manually reload the firewall."
278
+ UserInfo : " Get panel information"
279
+ UserInfoAddr : " Panel address: "
280
+ UserInfoPassHelp : " Tip: To change the password, you can execute the command: "
281
+ SystemVersion : " Get system version information"
282
+ DBConnErr : " Error: Failed to initialize database connection, {{ .err }}"
0 commit comments