Files
Chromacase/front/i18n/Translations.ts
2023-02-23 22:17:26 +01:00

283 lines
7.7 KiB
TypeScript

export const en = {
welcome: 'Welcome',
welcomeMessage: 'Welcome back ',
signOutBtn: 'Sign out',
signInBtn: 'Sign in',
signUpBtn: 'Sign up',
changeLanguageBtn: 'Change language',
searchBtn: 'Search',
playBtn: 'Play',
playAgain: 'Play Again',
songPageBtn: 'Go to song page',
level: 'Level',
chapters: 'Chapters',
bestScore: 'Best Score',
lastScore: 'Last Score',
langBtn: 'Language',
backBtn: 'Back',
settingsBtn: 'Settings',
prefBtn: 'Preferences',
notifBtn: 'Notifications',
privBtn: 'Privacy',
goNextStep: 'Step Up!',
mySkillsToImprove: 'My Competencies to work on',
recentlyPlayed: 'Recently played',
songsToGetBetter: 'Recommendations',
lastSearched: 'Last searched',
levelProgress: 'good notes',
score: 'Score',
// profile page
user: 'Profile',
medals: 'Medals',
playerStats: 'My stats',
mostPlayedSong: 'Most played song : ',
goodNotesPlayed: 'Good notes played : ',
longestCombo: 'Longest combo : ',
favoriteGenre: 'Favorite genre : ',
// Difficulty settings
diffBtn: 'Difficulty',
easy: 'Beginner',
medium: 'Intermediate',
hard: 'Pro',
// theme settings
dark: 'Dark',
system: 'System',
light: 'Light',
// competencies
pedalsCompetency: 'Pedals',
rightHandCompetency: 'Right hand',
leftHandCompetency: 'Left hand',
accuracyCompetency: 'Accuracy',
arpegeCompetency: 'Arpeges',
chordsCompetency: 'Chords',
/* account settings and logs */
// buttons
requirementsSentence: 'Must Contain 8 Characters, One Uppercase, One Lowercase, One Number and One Special Case Character',
// feedback for the user
usernameTooShort: 'Username is too short',
passwordTooShort: 'Password is too short',
usernameTooLong: 'Username is too long',
passwordTooLong: 'Password is too long',
passwordsDontMatch: 'Passwords don\'t match',
invalidCredentials: 'Invalid credentials',
invalidEmail: 'Invalid email',
accountCreated: 'Account created',
loggedIn: 'Logged in',
precisionScore: 'Precision',
goodNotesInARow: 'Good notes in a row',
usernameTaken: 'Username already taken',
goodNotes: 'good notes',
// categories
username: 'Username',
password: 'Password',
email: 'Email',
repeatPassword: 'Repeat password',
changepasswdBtn: 'Change Password',
changeemailBtn: 'Change Email',
googleacctBtn: 'Google Account',
forgottenPassword: 'Forgotten password',
partition: 'Partition',
//errors
unknownError: 'Unknown error',
errAlrdExst: 'Already exist',
errIncrrct: 'Incorrect Credentials',
};
export const fr: typeof en = {
welcome: 'Bienvenue',
welcomeMessage: 'Re-Bonjour ',
signOutBtn: 'Se déconnecter',
signInBtn: 'Se connecter',
changeLanguageBtn: 'Changer la langue',
searchBtn: 'Rechercher',
playBtn: 'Jouer',
playAgain: 'Rejouer',
songPageBtn: 'Aller sur la page de la chanson',
level: 'Niveau',
chapters: 'Chapitres',
bestScore: 'Meilleur Score',
lastScore: 'Dernier Score',
langBtn: 'Langage',
backBtn: 'Retour',
settingsBtn: 'Réglages',
prefBtn: 'Préférences',
notifBtn: 'Notifications',
privBtn: 'Confidentialité',
goNextStep: 'Prochaine Etape',
mySkillsToImprove: 'Mes Skills',
recentlyPlayed: 'Joués récemment',
lastSearched: 'Dernières recherches',
levelProgress: 'Niveau',
// profile page
user: 'Profil',
medals: 'Medailles',
playerStats: 'Mes statistiques',
mostPlayedSong: 'Chanson la plus jouée : ',
goodNotesPlayed: 'Bonnes notes jouées : ',
longestCombo: 'Combo le plus long : ',
favoriteGenre: 'Genre favorit : ',
// Difficulty settings
diffBtn: 'Difficulté',
easy: 'Débutant',
medium: 'Intermédiaire',
hard: 'Avancé',
// theme settings
dark: 'Foncé',
system: 'Système',
light: 'Clair',
// competencies
pedalsCompetency: 'Pédales',
rightHandCompetency: 'Main droite',
leftHandCompetency: 'Main gauche',
accuracyCompetency: 'Justesse',
arpegeCompetency: 'Arpege',
chordsCompetency: 'Accords',
/* account settings and logs */
// buttons
requirementsSentence: 'Doit contenir 8 caractères, une majuscule, une minuscule, un chiffre et un caractère spécial',
// feedback for the user
usernameTooShort: 'Le nom d\'utilisateur est trop court',
passwordTooShort: 'Le mot de passe est trop court',
usernameTooLong: 'Le nom d\'utilisateur est trop long',
passwordTooLong: 'Le mot de passe est trop long',
passwordsDontMatch: 'Mots de passes différents',
invalidCredentials: 'Identifiants incorrects',
invalidEmail: 'Email invalide',
loggedIn: 'Connecté',
usernameTaken: 'Nom d\'utilisateur déjà pris',
accountCreated: 'Compte créé',
// categories
username: 'Nom d\'utilisateur',
password: 'Mot de passe',
email: 'Email',
repeatPassword: 'Confirmer',
score: 'Score',
precisionScore: 'Précision',
goodNotesInARow: 'Bonnes notes à la suite',
songsToGetBetter: 'Recommendations',
goodNotes: 'bonnes notes',
changepasswdBtn: 'Changer le mot de pass',
changeemailBtn: 'Changer l\'email',
googleacctBtn: 'Compte Google',
forgottenPassword: 'Mot de passe oublié',
partition: 'Partition',
signUpBtn: "S'inscrire",
//errors
errAlrdExst: "Utilisateur existe déjà",
unknownError: 'Erreur inconnue',
errIncrrct: 'Identifiant incorrect',
};
export const sp: typeof en = {
welcome: 'Benvenido a Chromacase',
welcomeMessage: 'Benvenido',
signOutBtn: 'Desconectarse',
signInBtn: 'Connectarse',
changepasswdBtn: 'Cambiar la contraseña',
changeemailBtn: 'Cambiar e-mail',
googleacctBtn: 'Cuenta Google',
goodNotes: 'buenas notas',
// competencies
changeLanguageBtn: 'Cambiar el idioma',
searchBtn: 'Buscar',
playBtn: 'reproducir',
playAgain: 'Repetición',
precisionScore: 'Précision',
songPageBtn: 'canción',
level: 'nivele',
chapters: 'Capítulos',
bestScore: 'Mejor puntuación',
lastScore: 'Ùltima puntuación',
langBtn: 'idioma',
backBtn: 'Volver',
settingsBtn: 'Ajustes',
prefBtn: 'Preferencias',
notifBtn: 'Notificaciones',
privBtn: 'Privacidad',
goNextStep: 'Da el siguiente paso',
mySkillsToImprove: 'Mis habilidades para mejorar',
recentlyPlayed: 'Recientemente jugado',
lastSearched: 'Ultimas búsquedas',
// profile page
user: 'Perfil',
medals: 'Medallas',
playerStats: 'mis estadísticas',
mostPlayedSong: 'Canción más reproducida : ',
goodNotesPlayed: 'Buenas notas tocadas : ',
longestCombo: 'combo más largo : ',
favoriteGenre: 'genero favorito : ',
// Difficulty settings
diffBtn: 'Dificultad',
easy: 'Principiante',
medium: 'Intermedio',
hard: 'Avanzado',
// theme settings
dark: 'Oscuro',
system: 'Sistema',
light: 'Claro',
// competencies
pedalsCompetency: 'Pedal',
rightHandCompetency: 'Mano derecha',
leftHandCompetency: 'Mano izquierda',
accuracyCompetency: 'Exactitud',
arpegeCompetency: 'Arpegios',
chordsCompetency: 'Accords',
/* account settings and logs */
// buttons
requirementsSentence: 'Debe contener 8 caracteres, una mayúscula, una minúscula, un número y un carácter especial',
// feedback for the user
usernameTooShort: 'Nombre de usuario demasiado corto',
passwordTooShort: 'Contraseña demasiado corta',
usernameTooLong: 'Nombre de usuario demasiado largo',
passwordTooLong: 'Contraseña demasiado larga',
passwordsDontMatch: 'Las contraseñas no coinciden',
invalidCredentials: 'Credenciales incorrectas',
forgottenPassword: 'Contraseña olvidada',
invalidEmail: 'Email inválido',
accountCreated: 'Cuenta creada',
loggedIn: 'Connectado',
usernameTaken: 'Nombre de usuario ya tomado',
score: 'Puntaje',
goodNotesInARow: 'Buenas notas despues',
songsToGetBetter: 'Recomendaciones',
// categories
username: 'Nombre del usuario',
password: 'Contraseña',
email: 'Correo electrónico',
repeatPassword: 'Repita la contraseña',
partition: 'Partitura',
levelProgress: 'Nivel progreso',
signUpBtn: "Inscribirse",
//errors
unknownError: 'Error desconocido',
errAlrdExst: "Ya existe",
errIncrrct: "credenciales incorrectas"
};