forked from AkkomaGang/akkoma-fe
translations
This commit is contained in:
parent
580aae1b54
commit
1245d7917f
2 changed files with 5 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
|||
<transition name="fade">
|
||||
<template v-if="currentSaveStateNotice">
|
||||
<div @click.prevent class="alert error" v-if="currentSaveStateNotice.error">
|
||||
Errr
|
||||
{{ $t('settings.saving_err') }}
|
||||
</div>
|
||||
|
||||
<div @click.prevent class="alert success" v-if="!currentSaveStateNotice.error">
|
||||
Succ
|
||||
<div @click.prevent class="alert transparent" v-if="!currentSaveStateNotice.error">
|
||||
{{ $t('settings.saving_ok') }}
|
||||
</div>
|
||||
</template>
|
||||
</transition>
|
||||
|
|
|
@ -282,6 +282,8 @@ const en = {
|
|||
no_retweet_hint: 'Post is marked as followers-only or direct and cannot be repeated'
|
||||
},
|
||||
settings: {
|
||||
saving_ok: 'Settings saved',
|
||||
saving_err: 'Error saving settings',
|
||||
general: 'General',
|
||||
user_settings: 'User Settings',
|
||||
name_bio: 'Name & Bio',
|
||||
|
|
Loading…
Reference in a new issue