localization
This commit is contained in:
parent
6090327236
commit
8045d1866e
3 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
@click.prevent="onClick"
|
@click.prevent="onClick"
|
||||||
>
|
>
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
<span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">(You)</span>
|
<span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">{{ $t('status.you')}}</span>
|
||||||
<!-- eslint-enable vue/no-v-html -->
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
</button>
|
</button>
|
||||||
<span
|
<span
|
||||||
|
|
|
@ -711,7 +711,8 @@
|
||||||
"hide_content": "Hide content",
|
"hide_content": "Hide content",
|
||||||
"status_deleted": "This post was deleted",
|
"status_deleted": "This post was deleted",
|
||||||
"nsfw": "NSFW",
|
"nsfw": "NSFW",
|
||||||
"expand": "Expand"
|
"expand": "Expand",
|
||||||
|
"you": "(You)"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Approve",
|
"approve": "Approve",
|
||||||
|
|
|
@ -579,7 +579,8 @@
|
||||||
"hide_full_subject": "Piilota koko otsikko",
|
"hide_full_subject": "Piilota koko otsikko",
|
||||||
"show_content": "Näytä sisältö",
|
"show_content": "Näytä sisältö",
|
||||||
"hide_content": "Piilota sisältö",
|
"hide_content": "Piilota sisältö",
|
||||||
"status_deleted": "Poistettu viesti"
|
"status_deleted": "Poistettu viesti",
|
||||||
|
"you": "(sinä)"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Hyväksy",
|
"approve": "Hyväksy",
|
||||||
|
|
Loading…
Reference in a new issue