You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.4 KiB

const lang = {
fr: {
titleGame: "Make It True",
settingTitle: "Parametres",
playSelection: "Je veux jouer a",
mode1: "Aleatoire",
mode2: "Niveau Perso",
themeDark: "Theme Dark :",
retour: "Retour",
dysfont: "Dyslexie :",
setting_title_perso: "Personnalisation du jeu",
active_line_setting : "Couleur lines actives : ",
inactive_line_setting : "Couleur lines innactives : ",
active_switch_setting : "Couleur switchs actif : ",
inactive_switch_setting : "Couleur switchs innactif : ",
scoreTitle: "Tableau des scores",
infoTitle: "Comment jouer ?",
inactive_end_setting: "Couleur fin : ",
},
en: {
titleGame: "Make It True",
settingTitle: "Settings",
playSelection: "I want to play ",
mode1: "Random",
mode2: "Perso Level",
themeDark: "Dark Theme :",
retour: "Back",
dysfont:"Dyslexia :",
setting_title_perso: "Game customization",
active_line_setting : "Color active lines : ",
inactive_line_setting : "Color inactive lines : ",
active_switch_setting : "Color inactive switch : ",
inactive_switch_setting : "Color inactive switchs : ",
scoreTitle: "Scoreboard",
infoTitle: "How to play ?",
inactive_end_setting: "End color : ",
}
}