mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Added some translations
This commit is contained in:
parent
fa80716f6b
commit
bf19fc2b28
@ -114,6 +114,10 @@
|
||||
},
|
||||
"takeAction": {
|
||||
"name": "Aktiv werden"
|
||||
},
|
||||
"comment": {
|
||||
"submit": "Commentar Senden",
|
||||
"submitted": "Commentar Gesendet"
|
||||
}
|
||||
},
|
||||
"quotes": {
|
||||
|
||||
@ -115,8 +115,10 @@
|
||||
"takeAction": {
|
||||
"name": "Take action"
|
||||
},
|
||||
"submitComment": "Submit Comment",
|
||||
"commentSubmitted": "Comment Submitted"
|
||||
"comment": {
|
||||
"submit": "Submit Comment",
|
||||
"submitted": "Comment Submitted"
|
||||
}
|
||||
},
|
||||
"quotes": {
|
||||
"african": {
|
||||
|
||||
@ -144,7 +144,7 @@
|
||||
:disabled="disabled || errors"
|
||||
primary
|
||||
>
|
||||
{{ $t('post.submitComment') }}
|
||||
{{ $t('post.comment.submit') }}
|
||||
</ds-button>
|
||||
</ds-flex-item>
|
||||
</ds-flex>
|
||||
@ -368,7 +368,7 @@ export default {
|
||||
this.addComment(res.data.CreateComment)
|
||||
this.loading = false
|
||||
this.disabled = false
|
||||
this.$toast.success(this.$t('post.commentSubmitted'))
|
||||
this.$toast.success(this.$t('post.comment.submitted'))
|
||||
})
|
||||
.catch(err => {
|
||||
this.$toast.error(err.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user