[Localization][fr] French update the menu.ts (#1955)

* Update French menu.ts

* Update French menu.ts
This commit is contained in:
Lugiad 2024-06-08 20:38:52 +02:00 committed by GitHub
parent 66734c396b
commit 751e28d2fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,6 @@ export const menu: SimpleTranslationEntries = {
"playersOnline": "Joueurs Connectés",
"yes":"Oui",
"no":"Non",
"disclaimer": "DISCLAIMER",
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
"disclaimer": "AVERTISSEMENT",
"disclaimerDescription": "Ce jeu nest pas un produit fini et peut contenir des problèmes de jouabilité, dont de possibles pertes de sauvegardes,\ndes modifications sans avertissement et pourrait ou non encore être mis à jour ou terminé."
} as const;