Files
ReZygisk/webroot/lang/fr_FR.json
Alice w/🌧️ 4de1b443cf add: ReZygisk WebUI (#73)
This commit adds the ReZygisk WebUI to ReZygisk.

Signed-off-by: Emulond Argent <108662981+Emulond@users.noreply.github.com>
Signed-off-by: WinCS <94188592+Meltartica@users.noreply.github.com>
Signed-off-by: Pedro.js <pedroolimpioguerra@gmail.com>
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
Signed-off-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com>
Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com>
Signed-off-by: Igor <sorocean.igor@gmail.com>
Signed-off-by: unexpected unresolved <xeondev@xeondex.onmicrosoft.com>
Signed-off-by: Kirill Kuznetsov <kdevlab@yandex.ru>
Signed-off-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com>
Signed-off-by: Kitty <73357005+Kittyskj@users.noreply.github.com>
Signed-off-by: GhostFRR <ghost.game.fr@gmail.com>
Signed-off-by: Alice w/🌧️ <rainyxeon@gmail.com>
Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com>
Signed-off-by: thasave14 <93542339+thasave14@users.noreply.github.com>
Co-authored-by: ThePedroo <pedroolimpioguerra@gmail.com>
Co-authored-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com>
Co-authored-by: Emulond Argent <108662981+Emulond@users.noreply.github.com>
Co-authored-by: RainyXeon <xeondev@xeondex.onmicrosoft.com>
Co-authored-by: Fyphen <fyphensub@gmail.com>
Co-authored-by: WinCS <94188592+Meltartica@users.noreply.github.com>
Co-authored-by: CaptainThrowback <captainthrowback@hotmail.com>
Co-authored-by: Kirill Kuznetsov <kdevlab@yandex.ru>
Co-authored-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
Co-authored-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com>
Co-authored-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com>
Co-authored-by: Igor <sorocean.igor@gmail.com>
Co-authored-by: Berlian Panca <53902591+bpanca05@users.noreply.github.com>
Co-authored-by: Willow Hayley Lovelace <65596971+dyingwillow@users.noreply.github.com>
Co-authored-by: witch <witch@dyingwillow.dev>
Co-authored-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com>
Co-authored-by: Kitty <73357005+Kittyskj@users.noreply.github.com>
Co-authored-by: GhostFRR <ghost.game.fr@gmail.com>
Co-authored-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com>
Co-authored-by: thasave14 <93542339+thasave14@users.noreply.github.com>
Co-authored-by: Flopster101 <nahuelgomez329@gmail.com>
Co-authored-by: Lxchoooo <155797099+Lxchoooo@users.noreply.github.com>
2025-05-18 13:14:42 -03:00

94 lines
2.4 KiB
JSON

{
"langName": "Français (France)",
"global": {
"unknown": "Inconnu"
},
"smallPage": {
"language": {
"header": "Choisissez votre nouvelle langue"
},
"theme": {
"header": "Choisissez votre nouveau thème",
"dark": "Sombre",
"light": "Clair",
"system": "Basé sur le système"
},
"errorh": {
"buttons": {
"copy": "COPIER",
"clear": "EFFACER TOUS LES JOURNEAUX"
},
"header": "Historique d'erreurs",
"placeholder": "Pas de journal d'erreur enregistré ici !"
}
},
"page": {
"home": {
"header": "Page d'accueil",
"status": {
"notWorking": "Inactif",
"ok": "Actif",
"partially": "Fonctionnement partiel"
},
"info": {
"version": "Version",
"root": "Implémentation root",
"zygote": {
"injected": "Injecté",
"notInjected": "Non injecté",
"unknown": "Inconnu"
}
}
},
"modules": {
"header": "Modules",
"notAvaliable": "Aucuns modules n'utilisent Zygisk actuellement.",
"arch": " Architecture: "
},
"settings": {
"header": "Paramètres",
"font": {
"header": "Activer la police du système",
"description": "Cette option activera la police de caractère du système d'interface WebUI. NOTE: N'est peut-être pas compatible avec FlipFont"
},
"theme": {
"header": "Thème système",
"description": "Choisissez votre thème système pour le WebUI"
},
"language": {
"header": "Changez de langue",
"description": "Changez vers votre nouvelle langue"
},
"logs": {
"header": "Historique d'erreur",
"description": "Voir le détail du journal d'erreur"
},
"credits": {
"module": "Module développeur",
"original": "Module Original du Développeur",
"web": "WebUI Développeur"
},
"license": {
"module": "Module de licence",
"web": "Licence WebUI"
}
},
"actions": {
"header": "Actions",
"monitorButton": {
"pause": "Mettre en Pause",
"stop": "Arrêter",
"start": "Démarrer"
},
"monitor": "Surveillance",
"status": {
"tracing": "Tracer",
"stopping": "Stopper immédiatement",
"stopped": "Arrêté",
"exiting": "Sortir d'ici",
"unknown": "Inconnu"
}
}
}
}