Fix a missing translation in Onboarding

This commit is contained in:
Lucas Verney 2018-08-16 11:41:20 +02:00
parent d9ec9219f9
commit f5517b292d
4 changed files with 8 additions and 1 deletions

View File

@ -34,6 +34,7 @@
"checkingPermissions": "Checking permissions",
"next": "Next",
"ready": "Ready to start",
"reportIconDescription": "By clicking on icon {0}, the report dialog will open. You can report:",
"reportTypes": "Report types",
"startReporting": "Start reporting!",
"welcome": "Welcome"

View File

@ -34,6 +34,7 @@
"checkingPermissions": "V\u00e9rification des permissions",
"next": "Suivant",
"ready": "Tout est pr\u00eat !",
"reportIconDescription": " En cliquant sur l'ic\u00f4ne {0}, la bo\u00eete de signalement s'ouvre. Vous pouvez signaler :",
"reportTypes": "Types de signalements",
"startReporting": "Commencer \u00e0 signaler !",
"welcome": "Bienvenue !"

View File

@ -34,6 +34,7 @@
"checkingPermissions": "Verificacion de las autorizacions",
"next": "Seguent",
"ready": "Tot es pr\u00e8st !",
"reportIconDescription": "",
"reportTypes": "Tipes de senhalaments",
"startReporting": "Comen\u00e7ar de senhalar !",
"welcome": "La benvenguda !"

View File

@ -12,7 +12,11 @@
<v-flex xs12>
<h2 class="headline pa-3">{{ $t('intro.reportTypes') }}</h2>
<p class="text-xs-center">En cliquant sur l'icône <v-icon>report_problem</v-icon>, la boîte de signalement s'ouvre. Vous pouvez signaler :</p>
<p class="text-xs-center">
<i18n path="intro.reportIconDescription">
<v-icon>report_problem</v-icon>
</i18n>
</p>
<ReportsDescription></ReportsDescription>