Added captial letter to "Œuf", as it is in the games + "Options" to "Paramètres", more suitable translation
parent
46227d65f2
commit
cc216d902a
|
@ -1,12 +1,12 @@
|
|||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const menuUiHandler: SimpleTranslationEntries = {
|
||||
"GAME_SETTINGS": 'Options',
|
||||
"GAME_SETTINGS": 'Paramètres',
|
||||
"ACHIEVEMENTS": "Succès",
|
||||
"STATS": "Statistiques",
|
||||
"VOUCHERS": "Coupons",
|
||||
"EGG_LIST": "Liste des œufs",
|
||||
"EGG_GACHA": "Gacha-œufs",
|
||||
"EGG_LIST": "Liste des Œufs",
|
||||
"EGG_GACHA": "Gacha-Œufs",
|
||||
"MANAGE_DATA": "Mes données",
|
||||
"COMMUNITY": "Communauté",
|
||||
"RETURN_TO_TITLE": "Écran titre",
|
||||
|
|
Loading…
Reference in New Issue