Skip to content

Commit 97ef386

Browse files
fix: correct tamper english i18n (#12490)
#### What this PR does / why we need it? Refs #12482 #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
1 parent 394339d commit 97ef386

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

  • frontend/src/lang/modules

frontend/src/lang/modules/en.ts

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,36 +3911,35 @@ const message = {
39113911
},
39123912
tamper: {
39133913
tamper: 'Website Tamper Protection',
3914-
ignoreTemplate: 'Plantilla de Exclusión',
3915-
protectTemplate: 'Plantilla de Protección',
3914+
ignoreTemplate: 'Exclusion Template',
3915+
protectTemplate: 'Protection Template',
39163916
ignoreTemplateHelper:
3917-
'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)',
3917+
'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)',
39183918
protectTemplateHelper:
3919-
'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)',
3920-
templateContent: 'Contenido de Plantilla',
3921-
template: 'Plantilla',
3922-
saveTemplate: 'Guardar como Plantilla',
3919+
'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)',
3920+
templateContent: 'Template Content',
3921+
template: 'Template',
3922+
saveTemplate: 'Save as Template',
39233923
tamperHelper1:
3924-
'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;',
3924+
'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.',
39253925
tamperHelper2:
3926-
'Restringirá las operaciones de lectura/escritura, eliminación, permisos y modificación de propietario para archivos protegidos en directorios no excluidos',
3927-
tamperPath: 'Directorio de Protección',
3928-
tamperPathEdit: 'Modificar Ruta',
3929-
log: 'Registro de Bloqueo',
3930-
totalProtect: 'Protección Total',
3931-
todayProtect: 'Protección de Hoy',
3932-
templateRule: 'Longitud 1-512, el nombre no puede contener {0} y otros símbolos',
3933-
ignore: 'Excluir',
3926+
'This will restrict read, write, deletion, permission, and owner modification operations on protected files in non-excluded directories.',
3927+
tamperPath: 'Protection Directory',
3928+
tamperPathEdit: 'Modify Path',
3929+
log: 'Interception Log',
3930+
totalProtect: 'Total Protection',
3931+
todayProtect: 'Today Protection',
3932+
templateRule: 'Length must be 1-512, and the name cannot contain symbols such as {0}.',
3933+
ignore: 'Exclude',
39343934
ignoreHelper:
3935-
'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)',
3936-
protect: 'Proteger',
3935+
'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)',
3936+
protect: 'Protect',
39373937
protectHelper:
3938-
'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)',
3939-
tamperHelper00: 'La exclusión y protección solo admiten rutas relativas;',
3938+
'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)',
3939+
tamperHelper00: 'Exclusion and protection only support relative paths.',
39403940
tamperHelper01:
3941-
'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;',
3942-
tamperHelper02:
3943-
'Prioridad: Protección de ruta específica > Exclusión de ruta específica > Protección > Exclusión',
3941+
'After tamper protection is enabled, the system will restrict creation, editing, and deletion operations on protected files in non-excluded directories.',
3942+
tamperHelper02: 'Priority: Specific path protection > Specific path exclusion > Protection > Exclusion',
39443943
tamperHelper03:
39453944
'Monitoring operations only target non-excluded directories, monitoring the creation of non-protected files in these directories.',
39463945
disableHelper: 'About to disable tamper protection for the following websites, continue?',

0 commit comments

Comments
 (0)