Front; Song Lobby: Cpaters, Scores and layout

This commit is contained in:
Arthi-chaud
2022-09-04 16:06:05 +02:00
parent 62f1576a70
commit f6a0acb991
5 changed files with 854 additions and 707 deletions
+6
View File
@@ -2,10 +2,16 @@ export const en = {
welcome: 'Welcome to Chromacase',
signoutBtn: 'Sign out',
signinBtn: 'Sign in',
playBtn: 'Play',
level: 'Level',
chapters: 'Chapters'
};
export const fr: typeof en = {
welcome: 'Bienvenue sur Chromacase',
signoutBtn: 'Se déconnecter',
signinBtn: 'Se connecter',
playBtn: 'Jouer',
level: 'Niveau',
chapters: 'Chapitres'
};