Front: Merge
This commit is contained in:
@@ -12,6 +12,7 @@ export const en = {
|
||||
searchBtn: 'Search',
|
||||
play: 'Play',
|
||||
playBtn: 'Play',
|
||||
practiceBtn: 'Practice',
|
||||
playAgain: 'Play Again',
|
||||
songPageBtn: 'Go to song page',
|
||||
level: 'Level',
|
||||
@@ -99,6 +100,18 @@ export const en = {
|
||||
userProfileFetchError: 'An error occured while fetching your profile',
|
||||
tryAgain: 'Try Again',
|
||||
|
||||
// Playback messages
|
||||
missed: 'Missed note',
|
||||
perfect: 'Perfect',
|
||||
great: 'Great',
|
||||
good: 'Good',
|
||||
wrong: 'Wrong',
|
||||
short: 'A little too short',
|
||||
long: 'A little too long',
|
||||
tooLong: 'Too Long',
|
||||
tooShort: 'Too Short',
|
||||
|
||||
|
||||
changePassword: 'Change password',
|
||||
oldPassword: 'Old password',
|
||||
newPassword: 'New password',
|
||||
@@ -159,6 +172,7 @@ export const fr: typeof en = {
|
||||
changeLanguageBtn: 'Changer la langue',
|
||||
searchBtn: 'Rechercher',
|
||||
playBtn: 'Jouer',
|
||||
practiceBtn: 'S\'entrainer',
|
||||
playAgain: 'Rejouer',
|
||||
songPageBtn: 'Aller sur la page de la chanson',
|
||||
level: 'Niveau',
|
||||
@@ -259,6 +273,16 @@ export const fr: typeof en = {
|
||||
userProfileFetchError: 'Une erreur est survenue lors de la récupération du profil',
|
||||
tryAgain: 'Réessayer',
|
||||
|
||||
// Playback messages
|
||||
missed: 'Raté',
|
||||
perfect: 'Parfait',
|
||||
great: 'Super',
|
||||
good: 'Bien',
|
||||
wrong: 'Oups',
|
||||
short: 'Un peu court',
|
||||
long: 'Un peu long',
|
||||
tooLong: 'Trop long',
|
||||
tooShort: 'Trop court',
|
||||
passwordUpdated: 'Mot de passe mis à jour',
|
||||
emailUpdated: 'Email mis à jour',
|
||||
|
||||
@@ -322,6 +346,7 @@ export const sp: typeof en = {
|
||||
changeLanguageBtn: 'Cambiar el idioma',
|
||||
searchBtn: 'Buscar',
|
||||
playBtn: 'reproducir',
|
||||
practiceBtn: 'Práctica',
|
||||
playAgain: 'Repetición',
|
||||
precisionScore: 'Précision',
|
||||
songPageBtn: 'canción',
|
||||
@@ -407,6 +432,17 @@ export const sp: typeof en = {
|
||||
userProfileFetchError: 'Ocurrió un error al obtener su perfil',
|
||||
tryAgain: 'intentar otra vez',
|
||||
|
||||
|
||||
// Playback messages
|
||||
missed: 'Te perdiste una nota',
|
||||
perfect: 'Perfecto',
|
||||
great: 'Excelente',
|
||||
good: 'Bueno',
|
||||
wrong: 'Equivocado',
|
||||
short: 'Un poco demasiado corto',
|
||||
long: 'Un poco demasiado largo',
|
||||
tooLong: 'Demasiado largo',
|
||||
tooShort: 'Demasiado corto',
|
||||
changePassword: 'Cambio de contraseña',
|
||||
oldPassword: 'Contraseña anterior',
|
||||
newPassword: 'Nueva contraseña',
|
||||
|
||||
Reference in New Issue
Block a user