Localized various strings.

Confirm title, corresponding messages, welcome, and media type dropdown.
This commit is contained in:
sir-wilhelm
2025-12-28 10:36:17 -06:00
parent b2c2b625e3
commit 462021225f
14 changed files with 34 additions and 26 deletions
+3 -3
View File
@@ -369,7 +369,7 @@ export default {
confirmMessage += ' The file on the server will be unaffected.'
}
const { value } = await Dialog.confirm({
title: 'Confirm',
title: this.$strings.HeaderConfirm,
message: confirmMessage
})
if (value) {
@@ -395,7 +395,7 @@ export default {
confirmMessage += ' The file on the server will be unaffected.'
}
const { value } = await Dialog.confirm({
title: 'Confirm',
title: this.$strings.HeaderConfirm,
message: confirmMessage
})
if (value) {
@@ -412,7 +412,7 @@ export default {
confirmMessage += ' The files on the server and your progress will be unaffected.'
}
const { value } = await Dialog.confirm({
title: 'Confirm',
title: this.$strings.HeaderConfirm,
message: confirmMessage
})
if (value) {