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.
47 lines
1.6 KiB
47 lines
1.6 KiB
const lang = {
|
|
fr: {
|
|
titleGame: "Make It True",
|
|
settingTitle: "Parametres",
|
|
playSelection: "Je veux jouer a",
|
|
mode1: "Aleatoire",
|
|
mode2: "Cameleon",
|
|
themeDark: "Theme Dark :",
|
|
retour: "Retour",
|
|
dysfont: "Dyslexie :",
|
|
setting_title_perso: "Personnalisation du jeu",
|
|
active_line_setting : "Couleur lines actives : ",
|
|
inactive_line_setting : "Couleur lines inactives : ",
|
|
active_switch_setting : "Couleur switchs actif : ",
|
|
inactive_switch_setting : "Couleur switchs inactif : ",
|
|
scoreTitle: "Tableau des scores",
|
|
infoTitle: "Comment jouer ?",
|
|
gameOverTitle: "Perdu",
|
|
inactive_end_setting: "Couleur fin : ",
|
|
modeDeJeu : "Mode de jeu",
|
|
niveau : "Niveau ",
|
|
temps: "Temps : ",
|
|
|
|
},
|
|
en: {
|
|
titleGame: "Make It True",
|
|
settingTitle: "Settings",
|
|
playSelection: "I want to play ",
|
|
mode1: "Random",
|
|
mode2: "Chameleon",
|
|
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 : ",
|
|
modeDeJeu : "Gamemode",
|
|
niveau : "Level ",
|
|
temps: "Time : ",
|
|
gameOverTitle: "Game Over",
|
|
}
|
|
} |