mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +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-title>{{ lang.backup }}</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<p>Backup or restore your application settings</p>
|
<p>{{ lang.backupinfo }}</p>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<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-btn rounded @click="registryRestore">{{ lang.restore }}</v-btn>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
|
@ -54,6 +54,7 @@ module.exports = {
|
||||||
general: {
|
general: {
|
||||||
language: "Language",
|
language: "Language",
|
||||||
backup: "Backup",
|
backup: "Backup",
|
||||||
|
backupinfo: "Backup or restore your application settings",
|
||||||
restore: "Restore"
|
restore: "Restore"
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|
|
@ -53,6 +53,7 @@ pages: {
|
||||||
general: {
|
general: {
|
||||||
language: "Idioma",
|
language: "Idioma",
|
||||||
backup: "Copia de seguridad",
|
backup: "Copia de seguridad",
|
||||||
|
backupinfo: "Haz una copia de seguridad de tus ajustes o restáuralos",
|
||||||
restore: "Restaurar"
|
restore: "Restaurar"
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|
Loading…
Reference in a new issue