Fix a missing translation in Onboarding
This commit is contained in:
parent
d9ec9219f9
commit
f5517b292d
@ -34,6 +34,7 @@
|
|||||||
"checkingPermissions": "Checking permissions",
|
"checkingPermissions": "Checking permissions",
|
||||||
"next": "Next",
|
"next": "Next",
|
||||||
"ready": "Ready to start",
|
"ready": "Ready to start",
|
||||||
|
"reportIconDescription": "By clicking on icon {0}, the report dialog will open. You can report:",
|
||||||
"reportTypes": "Report types",
|
"reportTypes": "Report types",
|
||||||
"startReporting": "Start reporting!",
|
"startReporting": "Start reporting!",
|
||||||
"welcome": "Welcome"
|
"welcome": "Welcome"
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
"checkingPermissions": "V\u00e9rification des permissions",
|
"checkingPermissions": "V\u00e9rification des permissions",
|
||||||
"next": "Suivant",
|
"next": "Suivant",
|
||||||
"ready": "Tout est pr\u00eat !",
|
"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",
|
"reportTypes": "Types de signalements",
|
||||||
"startReporting": "Commencer \u00e0 signaler !",
|
"startReporting": "Commencer \u00e0 signaler !",
|
||||||
"welcome": "Bienvenue !"
|
"welcome": "Bienvenue !"
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
"checkingPermissions": "Verificacion de las autorizacions",
|
"checkingPermissions": "Verificacion de las autorizacions",
|
||||||
"next": "Seguent",
|
"next": "Seguent",
|
||||||
"ready": "Tot es pr\u00e8st !",
|
"ready": "Tot es pr\u00e8st !",
|
||||||
|
"reportIconDescription": "",
|
||||||
"reportTypes": "Tipes de senhalaments",
|
"reportTypes": "Tipes de senhalaments",
|
||||||
"startReporting": "Comen\u00e7ar de senhalar !",
|
"startReporting": "Comen\u00e7ar de senhalar !",
|
||||||
"welcome": "La benvenguda !"
|
"welcome": "La benvenguda !"
|
||||||
|
@ -12,7 +12,11 @@
|
|||||||
<v-flex xs12>
|
<v-flex xs12>
|
||||||
<h2 class="headline pa-3">{{ $t('intro.reportTypes') }}</h2>
|
<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>
|
<ReportsDescription></ReportsDescription>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user