Update:Add missing tranlations #2217

This commit is contained in:
advplyr 2023-10-20 16:08:57 -05:00
parent 920ddf43d7
commit 5644a40a03
18 changed files with 83 additions and 8 deletions

View file

@ -843,8 +843,8 @@ export default {
},
deleteLibraryItem() {
const payload = {
message: 'This will delete the library item from the database and your file system. Are you sure?',
checkboxLabel: 'Delete from file system. Uncheck to only remove from database.',
message: this.$strings.MessageConfirmDeleteLibraryItem,
checkboxLabel: this.$strings.LabelDeleteFromFileSystemCheckbox,
yesButtonText: this.$strings.ButtonDelete,
yesButtonColor: 'error',
checkboxDefaultValue: true,