|
|
|
@ -205,10 +205,10 @@ export async function cleanupFilesDialog() {
|
|
|
|
input: 'radio',
|
|
|
|
input: 'radio',
|
|
|
|
inputValue: 'all',
|
|
|
|
inputValue: 'all',
|
|
|
|
text: i18n.t('Do you want to move the original file and/or any generated files to trash?'),
|
|
|
|
text: i18n.t('Do you want to move the original file and/or any generated files to trash?'),
|
|
|
|
confirmButtonText: i18n.t('Trash selected file(s)'),
|
|
|
|
confirmButtonText: i18n.t('Trash'),
|
|
|
|
confirmButtonColor: '#d33',
|
|
|
|
confirmButtonColor: '#d33',
|
|
|
|
showCancelButton: true,
|
|
|
|
showCancelButton: true,
|
|
|
|
cancelButtonText: i18n.t('Do not delete'),
|
|
|
|
cancelButtonText: i18n.t('Cancel'),
|
|
|
|
focusCancel: true,
|
|
|
|
focusCancel: true,
|
|
|
|
customClass: { input: 'swal2-losslesscut-radio' },
|
|
|
|
customClass: { input: 'swal2-losslesscut-radio' },
|
|
|
|
inputOptions: {
|
|
|
|
inputOptions: {
|
|
|
|
|