Add all missing translations for now
This commit is contained in:
@@ -355,8 +355,7 @@ onMounted(async () => {
|
||||
:import-only="true" />
|
||||
|
||||
<div v-show="showAdvanced">
|
||||
<!-- TODO translate -->
|
||||
<Checkbox style="padding-top: 12px" v-model="encrypted" label="Backup uses encryption"/>
|
||||
<Checkbox style="padding-top: 12px" v-model="encrypted" :label="$t('backups.configureBackupStorage.usesEncryption')"/>
|
||||
<FormGroup v-if="encrypted">
|
||||
<label for="encryptionPassswordInput">{{ $t('backups.configureBackupStorage.encryptionPassword') }}</label>
|
||||
<PasswordInput id="encryptionPassswordInput" v-model="encryptionPassword" :placeholder="$t('backups.configureBackupStorage.encryptionPasswordPlaceholder')" required/>
|
||||
|
||||
Reference in New Issue
Block a user