generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into unit-tests
- Loading branch information
Showing
10 changed files
with
138 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# -------------------Statements for the nav.html file---------------------- | ||
navbar.home=Accueil | ||
navbar.play=Jouer | ||
navbar.game1=Jeu 1 | ||
navbar.game2=Jeu 2 | ||
navbar.history=Historique | ||
navbar.ranking=Classement | ||
navbar.ranking.global=Classement mondial | ||
navbar.ranking.player=Votre classement personnel | ||
navbar.changeLanguage=Langue | ||
navbar.toEnglish=Anglais | ||
navbar.toSpanish=Espagnol | ||
navbar.toFrench=Français | ||
navbar.currentLanguage=Français | ||
|
||
navbar.signup=S'inscrire | ||
navbar.login=Se connecter | ||
navbar.profile.apikey=Clé d'API | ||
|
||
# Buttons for authenticated users | ||
navbar.profile=Profil | ||
navbar.logout=Se déconnecter | ||
|
||
|
||
# -------------------Statements for the footer.html file--------------------- | ||
footer.copyright=© ASW - Groupe 04 B | ||
footer.nav=Menu de navigation | ||
|
||
# -------------------Statements for the error.html file--------------------- | ||
error.page.title=Erreur ! | ||
error.status=Statut : | ||
error.message=Message d'erreur : | ||
error.error=Erreur : | ||
|
||
# -------------------Statements for the index.html file--------------------- | ||
index.heading=WIQ | ||
index.subtitle=Répondez aux questions correctement et GAGNEZ !!! | ||
index.button=JOUER | ||
|
||
# -------------------Statements for the home.html file--------------------- | ||
home.heading=Bienvenue | ||
home.private_zone=Ceci est une zone privée du site | ||
home.authenticated_as=Utilisateur authentifié en tant que : | ||
home.apikey.title=Clé d'API | ||
home.apikey.description=Ceci est votre clé d'API. Utilisez-la pour accéder aux ressources de l'API de WIQ. | ||
home.apikey.missing=Vous n'avez pas de clé d'API. Obtenez-la en cliquant sur ce bouton. | ||
home.apikey.create=Obtenir une clé | ||
|
||
# -------------------Statements for the login.html file--------------------- | ||
login.username.label=Nom d'utilisateur : | ||
login.username.placeholder=Exemple : utilisateurwiki | ||
login.password.label=Mot de passe : | ||
login.password.placeholder=Motdepasse_Exemple | ||
login.submit=Se connecter | ||
login.error=Erreur : Nom d'utilisateur ou mot de passe incorrect | ||
login.title=Identifiez-vous | ||
login.register=Pas encore de compte ? Inscrivez-vous ici | ||
|
||
# -------------------Statements for the signup.html file--------------------- | ||
signup.username.label=Nom d'utilisateur : | ||
signup.username.placeholder=utilisateurwiki | ||
signup.email.label=Adresse e-mail : | ||
signup.email.placeholder=[email protected] | ||
signup.password.label=Mot de passe : | ||
signup.password.placeholder=Entrez le mot de passe | ||
signup.passwordConfirm.label=Confirmer le mot de passe : | ||
signup.passwordConfirm.placeholder=Confirmez le mot de passe | ||
signup.submit=S'inscrire | ||
signup.title=Inscrivez-vous | ||
|
||
# -------------------Statements for the playerRanking.html and GlobalRanking.html file--------------------- | ||
ranking.title=Classement | ||
ranking.position=Position | ||
ranking.score=Score | ||
ranking.date=Date | ||
ranking.player=Joueur | ||
ranking.question.right=Réponses correctes | ||
ranking.question.wrong=Réponses incorrectes | ||
ranking.time=Temps | ||
|
||
# -------------------Statements for the apiHome.html file--------------------- | ||
api.doc.title=Documentation de l'API | ||
api.doc.description=Ceci est la documentation de l'API de WIQ. Vous pouvez trouver ici des informations sur les ressources disponibles, les paramètres qu'elles acceptent et des exemples d'utilisation. | ||
api.doc.table.parameters=Paramètres | ||
api.doc.table.description=Description | ||
api.doc.table.example=Exemple | ||
api.doc.endpoints.players.title=Point de terminaison /api/players | ||
api.doc.endpoints.players.description=Renvoie une liste de joueurs filtrée selon les critères spécifiés. | ||
api.doc.endpoints.questions.title=Point de terminaison /api/questions | ||
api.doc.endpoints.questions.description=Renvoie une liste de questions filtrée selon les critères spécifiés. | ||
api.doc.exampleRequest=Exemple de requête | ||
api.doc.exampleResponse=Exemple de réponse | ||
api.doc.apikey=Clé d'API (obligatoire) | ||
|
||
api.doc.player.username=Nom d'utilisateur (optionnel) | ||
api.doc.player.email=Adresse e-mail (optionnel) | ||
api.doc.player.id=Identifiant du joueur dans le système (optionnel) | ||
api.doc.player.usernames=Noms d'utilisateur, séparés par des virgules (optionnel) | ||
api.doc.player.emails=Adresses e-mail, séparées par des virgules (optionnel) | ||
|
||
api.doc.question.category=Catégorie (optionnel). Nom ou ID de la catégorie. | ||
api.doc.question.id=ID de la question (optionnel) | ||
api.doc.question.statement=Énoncé de la question (optionnel). Texte que l'énoncé de la question doit contenir. | ||
|
||
# -------------------Statements for the game fragments--------------------- | ||
correctAnswer.result=Réponse correcte, continuez comme ça ! | ||
failedAnswer.result=Réponse incorrecte, ne vous découragez pas et continuez à essayer. | ||
timeRunOut.result=Temps écoulé ! Ne vous inquiétez pas, continuez à essayer. | ||
game.continue=Question suivante | ||
answer.correct=La réponse correcte était : | ||
game.points=Points : | ||
game.finish=Le jeu est terminé. Votre score est : | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters