Files
ReZygisk/webroot/lang/ro_RO.json
ThePedroo d8c0310053 improve: use module name, not module id; add: show Android/Kernel version in WebUI
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
2025-04-23 02:27:10 -03:00

94 lines
2.3 KiB
JSON

{
"langName": "Română",
"global": {
"unknown": "Necunoscut"
},
"smallPage": {
"language": {
"header": "Alege limba implicită"
},
"theme": {
"header": "Alege tema",
"dark": "Întunecată",
"light": "Luminoasă",
"system": "Bazată pe sistem"
},
"errorh": {
"buttons": {
"copy": "COPY",
"clear": "CLEAR ALL LOGS"
},
"header": "Error History",
"placeholder": "No error log recorded here!"
}
},
"page": {
"home": {
"header": "Acasă",
"status": {
"notWorking": "Nu funcționează",
"ok": "Funcționează",
"partially": "Funcționează parțial"
},
"info": {
"version": "Versiune",
"root": "Implementare Root",
"zygote": {
"injected": "Injectat",
"notInjected": "Neinjectat",
"unknown": "Necunoscut"
}
}
},
"modules": {
"header": "Module",
"notAvaliable": "Nu există module care să folosească Zygisk.",
"arch": "Arhitectură: "
},
"actions": {
"header": "Acțiune",
"monitorButton": {
"start": "Pornire",
"stop": "Oprire",
"pause": "Pauză"
},
"monitor": "Monitorizare",
"status": {
"tracing": "Tracing",
"stopping": "Stopping",
"stopped": "Stopped",
"exiting": "Exiting",
"unknown": "Unknown"
}
},
"settings": {
"header": "Setări",
"font": {
"header": "Activează fontul de sistem",
"description": "Această opțiune va activa fontul de sistem în WebUI actual. NOTĂ: Este posibil să nu fie compatibil cu FlipFont"
},
"theme": {
"header": "Tema de sistem",
"description": "Alege tema sistemului pentru WebUI actual"
},
"language": {
"header": "Schimbă limba",
"description": "Alege limbă"
},
"logs": {
"header": "Jurnal erori",
"description": "Vizualizează tot jurnalul de erori"
},
"credits": {
"module": "Dezvoltator modul",
"original": "Dezvoltatorul modulului original",
"web": "Dezvoltator WebUI"
},
"license": {
"module": "Liceță Modul",
"web": "Licență WebUI"
}
}
}
}