Files
ReZygisk/webroot/lang/es_MX.json
ThePedroo 5c74037853 fix: WebUI translations file names and line ending
This commit fixes the file names of some translations of WebUI strings and the missing new space in their end.
2025-05-18 11:56:46 -03:00

94 lines
2.4 KiB
JSON

{
"langName": "Español (México)",
"global": {
"unknown": "Desconocido"
},
"smallPage": {
"language": {
"header": "Elige tu nuevo tema"
},
"theme": {
"header": "Elige tu nuevo tema",
"dark": "Oscuro",
"light": "Claro",
"system": "Basado en el sistema"
},
"errorh": {
"buttons": {
"copy": "COPIAR",
"clear": "BORRAR TODOS LOS REGISTROS"
},
"header": "Historial de errores",
"placeholder": "¡No se registró ningún error aquí!"
}
},
"page": {
"home": {
"header": "Inicio",
"status": {
"notWorking": "No funcionando",
"ok": "Funcionando",
"partially": "Funcionando parcialmente"
},
"info": {
"version": "Versión",
"root": "Implementación de root",
"zygote": {
"injected": "Inyectado",
"notInjected": "No inyectado",
"unknown": "Desconocido"
}
}
},
"modules": {
"header": "Módulos",
"notAvaliable": "No hay módulos que usen Zygisk aquí.",
"arch": "Arquitectura: "
},
"settings": {
"header": "Ajustes",
"font": {
"header": "Activar fuente del sistema",
"description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont"
},
"theme": {
"header": "Tema del sistema",
"description": "Elige el tema del sistema para el WebUI actual"
},
"language": {
"header": "Cambiar idioma",
"description": "Cambia a tu nuevo idioma."
},
"logs": {
"header": "Historial de errores",
"description": "Ver todos tus registros de errores"
},
"credits": {
"module": "Desarrollador del módulo",
"original": "Desarrollador original del módulo",
"web": "Desarrollador de la WebUI"
},
"license": {
"module": "Licencia del módulo",
"web": "Licencia de la WebUI"
}
},
"actions": {
"header": "Acciones",
"monitorButton": {
"pause": "Pausar",
"stop": "Detener",
"start": "Iniciar"
},
"monitor": "Monitor",
"status": {
"tracing": "Trazando",
"stopping": "Deteniendo",
"stopped": "Detenido",
"exiting": "Saliendo",
"unknown": "Desconocido"
}
}
}
}