Actualiser client-webui/fr.js

This commit is contained in:
Vitruvios 2025-02-04 12:29:08 -08:00
parent 704bbce9bb
commit 115d3f54e1

View File

@ -1,11 +1,11 @@
// French translation by Vitruvio (zexal.) // French translation by Vitruvio (zexal.)
dict = { dict = {
checking_updates: `[UNTRANSLATED] Checking for updates...`, checking_updates: `Recherche de mise à jour...`,
update_check_fail: `[UNTRANSLATED] Failed to check for updates.`, update_check_fail: `Impossible de rechercher les mises à jour.`,
no_update: `[UNTRANSLATED] You are running OpenWF Bootstrapper v<span class="local-version-full"></span>. No updates are available right now.`, no_update: `OpenWF Bootstrapper v<span class="local-version-full"></span> est en cours d'execution. Aucune mise à jour disponible pour le moment.`,
dll_to_dll_update: `[UNTRANSLATED] You are running OpenWF Bootstrapper v<span class="local-version"></span>. This is not the latest version, but updating would require you to close the game, so don't worry about it right now.`, dll_to_dll_update: `OpenWF Bootstrapper v<span class="local-version"></span> est en cours d'execution. Une nouvelle version est disponible et requiert la fermeture du jeu.`,
dll_to_hotfix_update: `[UNTRANSLATED] You are running OpenWF Bootstrapper v<span class="local-version"></span>. The latest hotfix for this DLL is <b class="hotfix-available"></b>. If you want, I can <a href="#" onclick="fetch('/download_latest_hotfix')">download and apply it now</a> — no restart required.`, dll_to_hotfix_update: `OpenWF Bootstrapper v<span class="local-version"></span> est en cours d'execution. <b class="hotfix-available"></b> est disponible. Pour télécharger et appliquer cette version, <a href="#" onclick="fetch('/download_latest_hotfix')">cliquez ici</a> — aucun redémarrage nécessaire.`,
hotfix_to_hotfix_update: `[UNTRANSLATED] You are running OpenWF Bootstrapper v<span class="local-version-full"></span>. The latest hotfix is <b class="hotfix-available"></b>. If you want, I can <a href="#" onclick="fetch('/download_latest_hotfix')">download and apply it now</a> — no restart required.`, hotfix_to_hotfix_update: `OpenWF Bootstrapper v<span class="local-version-full"></span> est en cours d'execution. <b class="hotfix-available"></b>est disponible. If you want, Pour télécharger et appliquer cette version, <a href="#" onclick="fetch('/download_latest_hotfix')">cliquez ici</a> — aucun redémarrage nécessaire.`,
server_host: `Hôte (serveur)`, server_host: `Hôte (serveur)`,
server_host_submit: `Modifier`, server_host_submit: `Modifier`,
@ -22,12 +22,12 @@ dict = {
camtype: `Type de caméra`, camtype: `Type de caméra`,
gamecam: `Normal`, gamecam: `Normal`,
freecam: `Caméra libre`, freecam: `Caméra libre`,
lockcam: `Caméra bloquée sur place`, lockcam: `Caméra verrouillée`,
pos: `Position`, pos: `Position`,
tp_submit: `Se teleporter vers`, tp_submit: `Se teleporter vers`,
custom: `Personnalisé`, custom: `Personnalisé`,
marker: `|TYPE| in |DIST|m`, marker: `|TYPE| à |DIST|m`,
marker_unk: `Marker`, marker_unk: `Marqueur`,
marker_obj: `Objectif`, marker_obj: `Objectif`,
marker_target: `Cible`, marker_target: `Cible`,
marker_surcap: `Capsule de survie`, marker_surcap: `Capsule de survie`,