More honest translations

This commit is contained in:
Robert Schäfer 2019-03-14 23:21:19 +01:00
parent e0dd39d5fc
commit fc244cd098
4 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ describe('Comment.vue', () => {
it('translates a placeholder', () => {
const wrapper = Wrapper()
const calls = mocks.$t.mock.calls
const expected = [['comment.content.deleted-placeholder']]
const expected = [['comment.content.unavailable-placeholder']]
expect(calls).toEqual(expect.arrayContaining(expected))
})

View File

@ -29,7 +29,7 @@
style="padding-left: 40px; font-weight: bold;"
color="soft"
>
<ds-icon name="ban" /> {{ this.$t('comment.content.deleted-placeholder') }}
<ds-icon name="ban" /> {{ this.$t('comment.content.unavailable-placeholder') }}
</ds-text>
</div>
</template>

View File

@ -183,7 +183,7 @@
"edit": "Kommentar bearbeiten",
"delete": "Kommentar löschen",
"content": {
"deleted-placeholder": "...gelöschter Kommentar"
"unavailable-placeholder": "...dieser Kommentar ist nicht mehr verfügbar"
}
},
"followButton": {

View File

@ -183,7 +183,7 @@
"edit": "Edit Comment",
"delete": "Delete Comment",
"content": {
"deleted-placeholder": "...deleted comment"
"unavailable-placeholder": "...this comment is not available anymore"
}
},
"followButton": {