French Update to menu.ts

This commit is contained in:
Lugiad 2024-05-04 00:36:14 +02:00 committed by GitHub
parent 2eec545c49
commit 2517c86d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,8 @@ export const menu: SimpleTranslationEntries = {
"noRankings": "Pas de Classement",
"loading": "Chargement…",
"playersOnline": "Joueurs Connectés",
"empty":"Empty",
"yes":"Yes",
"no":"No",
"confirmStartTeam":'Begin with these Pokémon?',
"empty":"Vide",
"yes":"Oui",
"no":"Non",
"confirmStartTeam":'Commencer avec ces Pokémon ?',
} as const;