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
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+22-23Lines changed: 22 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -3907,36 +3907,35 @@ const message = {
3907
3907
},
3908
3908
tamper: {
3909
3909
tamper: 'Website Tamper Protection',
3910
-
ignoreTemplate: 'Plantilla de Exclusión',
3911
-
protectTemplate: 'Plantilla de Protección',
3910
+
ignoreTemplate: 'Exclusion Template',
3911
+
protectTemplate: 'Protection Template',
3912
3912
ignoreTemplateHelper:
3913
-
'Ingrese contenido de exclusión, separado por Enter o espacio. (Directorio específico ./log o nombre de directorio tmp, para excluir archivos necesita ingresar archivo específico ./data/test.html)',
3913
+
'Enter exclusion rules separated by Enter or spaces. (Specific directory ./log or directory name tmp. To exclude a file, enter the specific file path, such as ./data/test.html)',
3914
3914
protectTemplateHelper:
3915
-
'Ingrese contenido de protección, separado por Enter o espacio. (Archivo específico ./index.html, extensión de archivo .html, tipo de archivo js, para proteger directorios necesita ingresar directorio específico ./log)',
3916
-
templateContent: 'Contenido de Plantilla',
3917
-
template: 'Plantilla',
3918
-
saveTemplate: 'Guardar como Plantilla',
3915
+
'Enter protection rules separated by Enter or spaces. (Specific file ./index.html, file extension .html, file type js. To protect a directory, enter the specific directory path, such as ./log)',
3916
+
templateContent: 'Template Content',
3917
+
template: 'Template',
3918
+
saveTemplate: 'Save as Template',
3919
3919
tamperHelper1:
3920
-
'Para sitios web de implementación con un clic, se recomienda habilitar la protección contra manipulaciones del directorio de aplicaciones; si el sitio web no se puede usar normalmente o falla la copia de seguridad/restauración, desactive primero la protección contra manipulaciones;',
3920
+
'For one-click deployed websites, it is recommended to enable tamper protection for the application directory. If the website cannot be used normally or backup or restore fails, disable tamper protection first.',
3921
3921
tamperHelper2:
3922
-
'Restringirá las operaciones de lectura/escritura, eliminación, permisos y modificación de propietario para archivos protegidos en directorios no excluidos',
3923
-
tamperPath: 'Directorio de Protección',
3924
-
tamperPathEdit: 'Modificar Ruta',
3925
-
log: 'Registro de Bloqueo',
3926
-
totalProtect: 'Protección Total',
3927
-
todayProtect: 'Protección de Hoy',
3928
-
templateRule: 'Longitud 1-512, el nombre no puede contener {0} y otros símbolos',
3929
-
ignore: 'Excluir',
3922
+
'This will restrict read, write, deletion, permission, and owner modification operations on protected files in non-excluded directories.',
3923
+
tamperPath: 'Protection Directory',
3924
+
tamperPathEdit: 'Modify Path',
3925
+
log: 'Interception Log',
3926
+
totalProtect: 'Total Protection',
3927
+
todayProtect: 'Today Protection',
3928
+
templateRule: 'Length must be 1-512, and the name cannot contain symbols such as {0}.',
3929
+
ignore: 'Exclude',
3930
3930
ignoreHelper:
3931
-
'Seleccione o ingrese contenido de exclusión, separado por Enter o espacio. (Directorio específico ./log o nombre de directorio tmp, para excluir archivos necesita ingresar o seleccionar archivo específico ./data/test.html)',
3932
-
protect: 'Proteger',
3931
+
'Select or enter exclusion rules separated by Enter or spaces. (Specific directory ./log or directory name tmp. To exclude a file, enter or select the specific file path, such as ./data/test.html)',
3932
+
protect: 'Protect',
3933
3933
protectHelper:
3934
-
'Seleccione o ingrese contenido de protección, separado por Enter o espacio. (Archivo específico ./index.html, extensión de archivo .html, tipo de archivo js, para proteger directorios necesita ingresar o seleccionar directorio específico ./log)',
3935
-
tamperHelper00: 'La exclusión y protección solo admiten rutas relativas;',
3934
+
'Select or enter protection rules separated by Enter or spaces. (Specific file ./index.html, file extension .html, file type js. To protect a directory, enter or select the specific directory path, such as ./log)',
3935
+
tamperHelper00: 'Exclusion and protection only support relative paths.',
3936
3936
tamperHelper01:
3937
-
'Después de habilitar la protección contra manipulaciones, el sistema restringirá las operaciones de creación, edición y eliminación de archivos protegidos en directorios no excluidos;',
3938
-
tamperHelper02:
3939
-
'Prioridad: Protección de ruta específica > Exclusión de ruta específica > Protección > Exclusión',
3937
+
'After tamper protection is enabled, the system will restrict creation, editing, and deletion operations on protected files in non-excluded directories.',
3938
+
tamperHelper02: 'Priority: Specific path protection > Specific path exclusion > Protection > Exclusion',
3940
3939
tamperHelper03:
3941
3940
'Monitoring operations only target non-excluded directories, monitoring the creation of non-protected files in these directories.',
3942
3941
disableHelper: 'About to disable tamper protection for the following websites, continue?',
0 commit comments