You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
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>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- **ar_EG** by [@ZG089](https://github.com/ZG089)
|
||||
- **de_DE** by [@Blazzycrafer](https://github.com/Blazzycrafter)
|
||||
- **en_US** by [@PerformanC (The PerformanC Organization)](https://github.com/PerformanC)
|
||||
- **es_AR** by [@Flopster101](https://github.com/Flopster101)
|
||||
- **fr_FR** by [@GhostFRR](https://github.com/GhostFRR)
|
||||
- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223)
|
||||
- **id_ID** by [@bpanca05](https://github.com/bpanca05) & [@LuckyKiddos](https://github.com/GuitarHeroStyles)
|
||||
|
||||
93
webroot/lang/es_AR.json
Normal file
93
webroot/lang/es_AR.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user