mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
Merge pull request #544 from gayolGate/main
Add a missing translation field + Improve button in Backup
This commit is contained in:
commit
c96731f7f2
3 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -54,6 +54,7 @@ module.exports = {
|
|||
general: {
|
||||
language: "Language",
|
||||
backup: "Backup",
|
||||
backupinfo: "Backup or restore your application settings",
|
||||
restore: "Restore"
|
||||
},
|
||||
theme: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue