Add back missing translation

This commit is contained in:
mattwr18 2019-10-24 10:40:50 +02:00
parent cf8124fb2d
commit e8cf51095a
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div> </div>
<ds-space centered> <ds-space centered>
<nuxt-link to="/notifications"> <nuxt-link to="/notifications">
{{ $t('notifications.page') }} {{ $t('notifications.pageLink') }}
</nuxt-link> </nuxt-link>
</ds-space> </ds-space>
</template> </template>

View File

@ -177,6 +177,7 @@
}, },
"comment": "Kommentar", "comment": "Kommentar",
"title": "Benachrichtigungen", "title": "Benachrichtigungen",
"pageLink": "Alle Benachrichtigungen",
"post": "Beitrag", "post": "Beitrag",
"user": "Benutzer", "user": "Benutzer",
"content": "Inhalt", "content": "Inhalt",

View File

@ -178,6 +178,7 @@
}, },
"comment": "Comment", "comment": "Comment",
"title": "Notifications", "title": "Notifications",
"pageLink": "All notifications",
"post": "Post", "post": "Post",
"user": "User", "user": "User",
"content": "Content", "content": "Content",