feat: added french translation for new entries in menu.ts (#360)
parent
c44009738a
commit
7846fdc1e6
|
@ -73,9 +73,9 @@ export const menu: SimpleTranslationEntries = {
|
||||||
"skipItemQuestion": "Êtes-vous sûr·e de ne pas vouloir prendre d’objet ?",
|
"skipItemQuestion": "Êtes-vous sûr·e de ne pas vouloir prendre d’objet ?",
|
||||||
"eggHatching": "Oh ?",
|
"eggHatching": "Oh ?",
|
||||||
"ivScannerUseQuestion": "Utiliser le Scanner d’IV sur {{pokemonName}} ?",
|
"ivScannerUseQuestion": "Utiliser le Scanner d’IV sur {{pokemonName}} ?",
|
||||||
"rankings": "Rankings",
|
"rankings": "Classement",
|
||||||
"dailyRankings": "Daily Rankings",
|
"dailyRankings": "Classement du Jour",
|
||||||
"noRankings": "No Rankings",
|
"noRankings": "Pas de Classement",
|
||||||
"loading": "Loading…",
|
"loading": "Chargement…",
|
||||||
"playersOnline": "Players Online"
|
"playersOnline": "Joueurs Connectés"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue