translations

This commit is contained in:
Henry Jameson 2018-09-09 21:57:17 +03:00
parent 580aae1b54
commit 1245d7917f
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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',