Fix missing translations key (#133)

* translation: add simplified & traditional chinese

* Fix missing translations

* fix chinese translations
This commit is contained in:
wengtad
2021-01-31 03:32:40 +08:00
committed by GitHub
parent 874bea7fa4
commit 9b41990ea9
22 changed files with 434 additions and 153 deletions

View File

@@ -77,8 +77,8 @@ export default {
computed: {
switchLabel() {
if (this.fullBackup) {
return "Full Backup";
} else return "Partial Backup";
return this.$t("settings.backup.full-backup");
} else return this.$t("settings.backup.partial-backup");
},
},
methods: {