Initial commit

This commit is contained in:
Sainan 2025-01-27 11:27:05 +01:00
commit bf7ae721d2
2 changed files with 79 additions and 0 deletions

39
client-webui/en.js Normal file
View File

@ -0,0 +1,39 @@
dict = {
server_host: `Server Host`,
server_host_submit: `Change`,
logout: `Logout`,
high_damage_numbers_patch: `High Damage Numbers Patch`,
skip_mission_start_timer: `Skip Mission Start Timer`,
simulacrum_blacklisted: `Blacklisted Enemies in Simulacrum`,
simulacrum_whitelisted: `Whitelisted Enemies in Simulacrum`,
pause_always_stops_time: `Pause Always Stops Time`,
ee_log_in_console: `EE.log in Console`,
fov_override: `FOV Override (0 = disabled)`,
save_config: `Save changes to client_config.json`,
camtype: `Camera Type`,
gamecam: `Normal`,
freecam: `Freecam`,
lockcam: `Locked In Place`,
pos: `Position`,
tp_submit: `Teleport To`,
custom: `Custom`,
marker_obj: `Objective`,
marker_target: `Target`,
marker_surcap: `Life Support Capsule`,
marker_surpup: `Life Support Pickup`,
marker_a: `A`,
marker_b: `B`,
marker_c: `C`,
marker_wp: `Waypoint`,
marker_focus: `Focus`,
marker_extract: `Extraction`,
enable_auto_start: `Enable Auto Start`,
disable_auto_start: `Disable Auto Start`,
clear_script_log: `Clear Script Log`,
console: `Console`,
err: `Connection to DLL lost.`,
err_retry: `Attempt to reconnect.`,
}

40
client-webui/fr.js Normal file
View File

@ -0,0 +1,40 @@
// French translation by Vitruvio (zexal.)
dict = {
server_host: `Hôte (serveur)`,
server_host_submit: `Modifier`,
logout: `Déconnexion`,
high_damage_numbers_patch: `Patch du cap de dégâts`,
skip_mission_start_timer: `Passer le compte à rebours du début de mission`,
simulacrum_blacklisted: `Liste noir des ennemis en Simulacre`,
simulacrum_whitelisted: `Liste blanche des ennemis en Simulacre`,
pause_always_stops_time: `Pause arrête le temps`,
ee_log_in_console: `La console affiche le EE.log`,
fov_override: `Override du champ de vision (0 = désactivé)`,
save_config: `Sauvegarder les paramètres dans client_config.json`,
camtype: `Type de caméra`,
gamecam: `Normal`,
freecam: `Caméra libre`,
lockcam: `Caméra bloquée sur place`,
pos: `Position`,
tp_submit: `Se teleporter vers`,
custom: `Personnalisé`,
marker_obj: `Objectif`,
marker_target: `Cible`,
marker_surcap: `Capsule de survie`,
marker_surpup: `Module de survie`,
marker_a: `A`,
marker_b: `B`,
marker_c: `C`,
marker_wp: `Marqueur`,
marker_focus: `Focus`,
marker_extract: `Extraction`,
enable_auto_start: `Activer le lancement auto`,
disable_auto_start: `Désactiver le lancement auto`,
clear_script_log: `Vider le log du script`,
console: `Console`,
err: `Connexion au DLL perdue.`,
err_retry: `Tentative de reconnexion.`,
}