You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
640 B
JavaScript
21 lines
640 B
JavaScript
export default {
|
|
translation: {
|
|
common: {
|
|
emailOrUsername: "Email ou nom d'utilisateur",
|
|
invalidEmailOrUsername: "Email ou nom d'utilisateur invalide",
|
|
invalidPassword: 'Mot de passe invalide',
|
|
logInToPlanka: 'Se connecter à Planka',
|
|
noInternetConnection: 'Aucune connection internet',
|
|
pageNotFound_title: 'Page non trouvée',
|
|
password: 'Mot de passe',
|
|
projectManagement: 'Gestion de projet',
|
|
serverConnectionFailed: 'Connection au serveur échouée',
|
|
unknownError: 'Erreur inconnue, réessayez plus tard',
|
|
},
|
|
|
|
action: {
|
|
logIn: 'Se connecter',
|
|
},
|
|
},
|
|
};
|