Translated empty message

This commit is contained in:
Grzegorz Leoniec 2019-01-17 19:23:29 +01:00
parent e726b14ec0
commit dfb488271e
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 4 additions and 1 deletions

View File

@ -95,6 +95,7 @@
"moderation": {
"name": "Moderation",
"reports": {
"empty": "Glückwunsch, es gibt nichts zu moderieren.",
"name": "Meldungen",
"reporter": "gemeldet von"
}

View File

@ -95,6 +95,7 @@
"moderation": {
"name": "Moderation",
"reports": {
"empty": "Congratulations, nothing to moderate.",
"name": "Reports",
"reporter": "reported by"
}

View File

@ -75,8 +75,9 @@
</template>
</ds-table>
<hc-empty
v-else
icon="alert"
message="Glückwunsch, es gibt nichts zu moderieren."
:message="$t('moderation.reports.empty')"
/>
</ds-card>
</template>