mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
More honest translations
This commit is contained in:
parent
e0dd39d5fc
commit
fc244cd098
@ -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))
|
||||
})
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -183,7 +183,7 @@
|
||||
"edit": "Edit Comment",
|
||||
"delete": "Delete Comment",
|
||||
"content": {
|
||||
"deleted-placeholder": "...deleted comment"
|
||||
"unavailable-placeholder": "...this comment is not available anymore"
|
||||
}
|
||||
},
|
||||
"followButton": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user