delete_not_select: "Please select the row you want to delete first",
save_row_is_null: "The number of rows is empty",
cell_valid_error: (i,j)=>`Data format validation failed(row ${i+1}, col ${j+1})`,
cell_valid_error: (i,j)=>`Data format validation failed(row ${i+1}, col ${j+1})`,
confirmtitle: "New table name",
invalid_tablename: "Table names should not contain special symbols",
success: 'Create table successfully',
@@ -535,7 +536,7 @@ Hot Keys:
error: 'Failed to update table',
},
deltable: {
title:'Delete Table',
title:'Delete Table',
confirm: (name)=>antSword.noxss(`Are you sure you want to delete table ${name}?`),
success: 'Delete table successfully',
error: 'Failed to delete table',
@@ -551,7 +552,7 @@ Hot Keys:
error: 'Failed to update column',
},
delcolumn: {
title:'Delete Column',
title:'Delete Column',
confirm: (name)=>antSword.noxss(`Are you sure you want to delete column ${name}?`),
success: 'Delete column successfully',
error: 'Failed to delete column',
@@ -606,6 +607,7 @@ Hot Keys:
no: 'Cancel'
},
body: (ver)=>`Found new version v${ver}, update now?`,
loader_body: (ver)=>`The new version of the Loader v${ver} has been released, the currently used loader will not be available, will you quit the program and go to download the latest version of the Loader?`,
title: 'Update to version',
changelog: 'Change Logs: ',
sources: 'Download source: ',
@@ -615,30 +617,38 @@ Hot Keys:
}
},
message: {
githint: (workdir)=>`The current source is Git management, please close the program and go to ${workdir} to manually update`,
githint: (workdir)=>`The current source is Git management, please close the program and go to ${workdir} to manually update`,
prepare: "Connecte to server...",
dling: (progress)=>`Downloading...${progress}%`,
dlingnp: (size)=>`Downloading...${size}`,
dling: (progress)=>`Downloading...${progress}%`,
dlingnp: (size)=>`Downloading...${size}`,
dlend: "Download completed",
extract: "Unpacking, don't close AntSword",
ing: 'Downloading..',
fail: (err)=>`Update failed! [${err}]`,
success: 'Update success! Please manually restart the application later!'
}
},
encoders:{
encoders:{
title: 'Encoder Manager',
toolbar: {
new: "New",
edit: "Edit",
delete: "Delete",
help: "Help",
save: "Save",
rsa: "RSA Config",
generate: "Generate"
},
grid: {
ename: "Name",
etype: "Type"
},
form: {
public_key: "Public Key",
private_key: "Private Key",
php_code: "PHP Code"
},
rsa_config_win_title: "RSA Encoder Config",
edit_win_title: "Edit Encoder",
delete_title: "Delete Encoder",
message: {
@@ -654,12 +664,15 @@ Hot Keys:
delete_not_select: "Please select the row you want to delete first",
delete_success: "Delete success",
ename_invalid: "Name can only contain numbers, letters, and underlines",
rsa_save_success: "Generate and save RSA success",
rsa_save_error: "Generate and save RSA error",
},
prompt: {
create_encoder: "Create Encoder",
},
confirm: {
delete: (num)=>antSword.noxss(`Are you sure to delete ${typeof(num)==='number' ? num+' encoders' : num}?`),
generate: 'Are you sure to regemerate RSA?',
delete: (num)=>antSword.noxss(`Are you sure to delete ${typeof(num)==='number' ? num+' encoders' : num}?`),
}
},
aproxy: {
@@ -670,7 +683,7 @@ Hot Keys:
},
form: {
label: 'Configure proxy for access to the Internet',
mode:{
mode:{
noproxy: 'Do not use agent',
manualproxy: 'Manually set the proxy'
},
@@ -689,7 +702,7 @@ Hot Keys:
content: 'Restart the application to take effect, whether to restart?',
title: 'Change proxy settings'
},
prompt:{
prompt:{
title: 'Enter the Test-URL',
success: 'Connect to proxy server successfully',
error: 'Failed to connect to the proxy server'
@@ -706,7 +719,7 @@ Hot Keys:
toolbar: {
save: 'Save'
},
form:{
form:{
shellmanager: {
title: 'Shell Lists',
hiddencolumns: {
@@ -759,7 +772,7 @@ Hot Keys:
},
del: {
title: 'Delete Bookmark',
confirm: (num)=>antSword.noxss(`Are you sure to delete ${typeof(num)==='number' ? num+' Bookmarks' : num+" "}?`),
confirm: (num)=>antSword.noxss(`Are you sure to delete ${typeof(num)==='number' ? num+' Bookmarks' : num+" "}?`),