()
| 148 | } |
| 149 | |
| 150 | export async function showOutputNotWritable() { |
| 151 | await getSwal().Swal.fire({ |
| 152 | icon: 'error', |
| 153 | text: i18n.t('You are not allowed to write the output file. This probably means that the file already exists with the wrong permissions, or you don\'t have write permissions to the output folder.'), |
| 154 | }); |
| 155 | } |
| 156 | |
| 157 | export async function showRefuseToOverwrite() { |
| 158 | await getSwal().Swal.fire({ |