French Update to menu.ts (#436)

This commit is contained in:
Lugiad 2024-05-04 00:43:32 +02:00 committed by GitHub
parent 754fe434e6
commit 75cbe4fe2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

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;