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">
|
<transition name="fade">
|
||||||
<template v-if="currentSaveStateNotice">
|
<template v-if="currentSaveStateNotice">
|
||||||
<div @click.prevent class="alert error" v-if="currentSaveStateNotice.error">
|
<div @click.prevent class="alert error" v-if="currentSaveStateNotice.error">
|
||||||
Errr
|
{{ $t('settings.saving_err') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div @click.prevent class="alert success" v-if="!currentSaveStateNotice.error">
|
<div @click.prevent class="alert transparent" v-if="!currentSaveStateNotice.error">
|
||||||
Succ
|
{{ $t('settings.saving_ok') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
@ -282,6 +282,8 @@ const en = {
|
||||||
no_retweet_hint: 'Post is marked as followers-only or direct and cannot be repeated'
|
no_retweet_hint: 'Post is marked as followers-only or direct and cannot be repeated'
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
|
saving_ok: 'Settings saved',
|
||||||
|
saving_err: 'Error saving settings',
|
||||||
general: 'General',
|
general: 'General',
|
||||||
user_settings: 'User Settings',
|
user_settings: 'User Settings',
|
||||||
name_bio: 'Name & Bio',
|
name_bio: 'Name & Bio',
|
||||||
|
|
Loading…
Reference in a new issue