From 61d31dfd5a252f7e89ad464c51d675d78b0812d5 Mon Sep 17 00:00:00 2001 From: MarguoNana Date: Tue, 12 Nov 2019 21:29:53 +0100 Subject: [PATCH] Traduction placeholder --- .../end-confirmation/end-confirmation.component.html | 2 +- src/app/pages/home/home.component.html | 4 ++-- src/assets/i18n/fr.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/pages/end-confirmation/end-confirmation.component.html b/src/app/pages/end-confirmation/end-confirmation.component.html index 91cf9484..f81a10f0 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.html +++ b/src/app/pages/end-confirmation/end-confirmation.component.html @@ -3,4 +3,4 @@

{{"resume.admins"|translate}}

{{"resume.users"|translate}}

-

{{"resume.link_mail"|translate}}

+

{{"resume.links_mail"|translate}}

diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index caf34540..cdc4d6c7 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -39,7 +39,7 @@ type="text" id="poll_title" name="poll_title" - placeholder="titre" + placeholder="{{'creation.choose_title_placeholder'|translate}}" [(ngModel)]="config.title" > @@ -52,7 +52,7 @@ type="text" name="my_name" id="my_name" - placeholder="mon nom" + placeholder="{{'creation.name_placeholder'|translate}}" [(ngModel)]="config.myName" > diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 44ba5fac..2bbc0566 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -10,7 +10,7 @@ "continue": "Continuer", "perfect": "C'est parfait", "title": "Créer un sondage", - "letsgo": "C'est parti'", + "letsgo": "C'est parti !", "description": "Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des liens… un sondage quoi !", "find_my_polls": "Où sont mes sondages ?", "find_helper": "Je cherche les sondages qui correspondent à mon mail", @@ -21,7 +21,7 @@ "want": "Je veux créer un sondage", "kind": { "classic": "classique", - "date": "spécial dates" + "date": "dates spéciales" }, "choose_title": "Dont le titre sera", "choose_title_placeholder": "titre", @@ -51,9 +51,9 @@ }, "resume": { "title": "Et c'est tout pour nous !", - "admins": "Coté administrateur-ice-eux", - "users": "Coté sondés", - "links_mail": "recevoir les liens par e-mail" + "admins": "Côté administrateur-ice-eux", + "users": "Côté sondés", + "links_mail": "Recevoir les liens par e-mail" }, "visibility": { "title": "Visibilité des réponses",