diff --git a/TRANSLATOR.md b/TRANSLATOR.md index d0d409a..e297e57 100644 --- a/TRANSLATOR.md +++ b/TRANSLATOR.md @@ -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) diff --git a/webroot/lang/es_AR.json b/webroot/lang/es_AR.json new file mode 100644 index 0000000..c6a6300 --- /dev/null +++ b/webroot/lang/es_AR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/webroot/lang/fr_FR b/webroot/lang/fr_FR.json similarity index 100% rename from webroot/lang/fr_FR rename to webroot/lang/fr_FR.json