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

View File

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