Merge pull request #544 from gayolGate/main

Add a missing translation field + Improve button in Backup
This commit is contained in:
Luka 2022-09-12 11:24:02 -04:00 committed by GitHub
commit c96731f7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -22,10 +22,10 @@
>
<v-card-title>{{ lang.backup }}</v-card-title>
<v-card-text>
<p>Backup or restore your application settings</p>
<p>{{ lang.backupinfo }}</p>
</v-card-text>
<v-card-actions>
<v-btn rounded color="primary darken-2" @click="registryBackup">{{ lang.backup }}</v-btn>
<v-btn rounded depressed class="background--text ml-2" color="primary" @click="registryBackup">{{ lang.backup }}</v-btn>
<v-btn rounded @click="registryRestore">{{ lang.restore }}</v-btn>
</v-card-actions>
</v-card>

View File

@ -54,6 +54,7 @@ module.exports = {
general: {
language: "Language",
backup: "Backup",
backupinfo: "Backup or restore your application settings",
restore: "Restore"
},
theme: {

View File

@ -53,6 +53,7 @@ pages: {
general: {
language: "Idioma",
backup: "Copia de seguridad",
backupinfo: "Haz una copia de seguridad de tus ajustes o restáuralos",
restore: "Restaurar"
},
theme: {