Files
ReZygisk/webroot/lang/es_AR.json
ThePedroo 61d0e609c2 add: es_AR translations to the WebUI; fix: fr_FR file extension
This commit adds the Argentina Spanish translations to ReZygisk WebUI and fixes French translations file not having ".json".

Co-authored-by: Flopster101 <nahuelgomez329@gmail.com>
2025-05-04 18:33:35 -03:00

93 lines
2.4 KiB
JSON

{
"langName": "Español",
"global": {
"unknown": "Desconocido"
},
"smallPage": {
"language": {
"header": "Selecciona tu nuevo idioma"
},
"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 funciona",
"ok": "Funcionando",
"partially": "Funciona 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": "Elija el tema del sistema para el WebUI actual"
},
"language": {
"header": "Cambiar idioma",
"description": "Selecciona 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"
}
}
}
}