Fix a missing translation in Onboarding
This commit is contained in:
parent
d9ec9219f9
commit
f5517b292d
@ -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"
|
||||
|
@ -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 !"
|
||||
|
@ -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 !"
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user