minor: startinblox-feature-requests#9
This commit is contained in:
@ -128,7 +128,18 @@
|
||||
"subTitle": "Communities",
|
||||
"tableHeader1": "Name",
|
||||
"tableHeader2": "Action",
|
||||
"searchBy": "Find a community by name"
|
||||
"searchBy": "Find a community by name",
|
||||
"index": {
|
||||
"youKnow": "Do you know the place?",
|
||||
"newUser": "Are you new around here?",
|
||||
"createAccount": "Create an account on",
|
||||
"login": "Connect to my account",
|
||||
"first_name": "First name*",
|
||||
"last_name": "Last name*",
|
||||
"email": "Email*",
|
||||
"password": "Password*",
|
||||
"formCreateAccount": "Create an account"
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"menuRight": {
|
||||
@ -176,7 +187,7 @@
|
||||
"tableHeader3": "Captains",
|
||||
"tableHeader4": "Join",
|
||||
"buttonQuit": "Leave",
|
||||
"buttonJoin":"Join",
|
||||
"buttonJoin": "Join",
|
||||
"searchBy": "Find a project by name"
|
||||
},
|
||||
"left": {
|
||||
@ -224,5 +235,9 @@
|
||||
"private": "Private",
|
||||
"public": "Public"
|
||||
},
|
||||
"success": "Success!"
|
||||
}
|
||||
"success": "Success!",
|
||||
"errors": {
|
||||
"somethingGoesWrong": "Something goes wrong, try to",
|
||||
"reload": "reload"
|
||||
}
|
||||
}
|
||||
@ -6,7 +6,7 @@
|
||||
"about": "Acerca de",
|
||||
"logOut": "Cerrar sesión",
|
||||
"logIn": "Iniciar sesión"
|
||||
},
|
||||
},
|
||||
"menuLeft": {
|
||||
"emptyCircleProject": {
|
||||
"notPartOf": "No eres parte de ninguno",
|
||||
@ -128,7 +128,18 @@
|
||||
"subTitle": "Comunidades",
|
||||
"tableHeader1": "Nombre",
|
||||
"tableHeader2": "Acción",
|
||||
"searchBy": "Encuentra una comunidad por nombre "
|
||||
"searchBy": "Encuentra una comunidad por nombre ",
|
||||
"index": {
|
||||
"youKnow": "¿Conoce el lugar?",
|
||||
"newUser": "¿Eres nuevo por aquí?",
|
||||
"createAccount": "Crea una cuenta en",
|
||||
"login": "Conectar a mi cuenta",
|
||||
"first_name": "Nombre*",
|
||||
"last_name": "Apellido*",
|
||||
"email": "Correo electrónico*",
|
||||
"password": "Contraseña*",
|
||||
"formCreateAccount": "Crear una cuenta"
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"menuRight": {
|
||||
@ -224,5 +235,9 @@
|
||||
"private": "Privado",
|
||||
"public": "Público"
|
||||
},
|
||||
"success": "¡Éxito!"
|
||||
}
|
||||
"success": "¡Éxito!",
|
||||
"errors": {
|
||||
"somethingGoesWrong": "Algo sale mal, intenta",
|
||||
"reload": "recargar"
|
||||
}
|
||||
}
|
||||
@ -6,7 +6,7 @@
|
||||
"about": "A propos",
|
||||
"logOut": "Se déconnecter",
|
||||
"logIn": "Se connecter"
|
||||
},
|
||||
},
|
||||
"menuLeft": {
|
||||
"emptyCircleProject": {
|
||||
"notPartOf": "Tu ne fais partie d'aucun",
|
||||
@ -129,7 +129,18 @@
|
||||
"subTitle": "Communautés",
|
||||
"tableHeader1": "Nom",
|
||||
"tableHeader2": "Action",
|
||||
"searchBy": "Rechercher une communauté par nom"
|
||||
"searchBy": "Rechercher une communauté par nom",
|
||||
"index": {
|
||||
"youKnow": "Tu connais la maison ?",
|
||||
"newUser": "Tu es nouveau par ici ?",
|
||||
"createAccount": "Créer un compte sur",
|
||||
"login": "Se connecter à mon compte",
|
||||
"first_name": "Prénom*",
|
||||
"last_name": "Nom*",
|
||||
"email": "E-mail*",
|
||||
"password": "Mot de passe*",
|
||||
"formCreateAccount": "Créer un compte"
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"menuRight": {
|
||||
@ -177,7 +188,7 @@
|
||||
"tableHeader3": "Capitaines",
|
||||
"tableHeader4": "Rejoindre",
|
||||
"buttonQuit": "Quitter",
|
||||
"buttonJoin":"Rejoindre",
|
||||
"buttonJoin": "Rejoindre",
|
||||
"searchBy": "Rechercher un projet par nom"
|
||||
},
|
||||
"left": {
|
||||
@ -225,5 +236,9 @@
|
||||
"private": "Privé",
|
||||
"public": "Public"
|
||||
},
|
||||
"success": "Succès!"
|
||||
}
|
||||
"success": "Succès!",
|
||||
"errors": {
|
||||
"somethingGoesWrong": "Quelque chose ne va pas, essayez de",
|
||||
"reload": "recharger"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user