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", "noRankings": "Pas de Classement",
"loading": "Chargement…", "loading": "Chargement…",
"playersOnline": "Joueurs Connectés", "playersOnline": "Joueurs Connectés",
"empty":"Empty", "empty":"Vide",
"yes":"Yes", "yes":"Oui",
"no":"No", "no":"Non",
"confirmStartTeam":'Begin with these Pokémon?', "confirmStartTeam":'Commencer avec ces Pokémon ?',
} as const; } as const;