Add all missing translations for now
This commit is contained in:
@@ -316,7 +316,7 @@ onMounted(async () => {
|
||||
</Section>
|
||||
|
||||
<!-- TODO translation -->
|
||||
<Section title="Sending" :padding="false" v-if="!busyRefresh">
|
||||
<Section :title="$t('email.config.sending.title')" :padding="false" v-if="!busyRefresh">
|
||||
<template #header-buttons>
|
||||
<Button @click="onSendTestMail">{{ $t('emails.domains.testEmailTooltip') }}</Button>
|
||||
</template>
|
||||
@@ -342,8 +342,7 @@ onMounted(async () => {
|
||||
</SettingsItem>
|
||||
</Section>
|
||||
|
||||
<!-- TODO translation -->
|
||||
<Section title="Receiving" :padding="false" v-if="!busyRefresh" :title-badge="!features.emailServer ? 'Upgrade' : ''">
|
||||
<Section :title="$t('email.config.receiving.title')" :padding="false" v-if="!busyRefresh" :title-badge="!features.emailServer ? 'Upgrade' : ''">
|
||||
<SettingsItem>
|
||||
<FormGroup>
|
||||
<label>{{ $t('email.incoming.title') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user