"Some extra tracks have been discarded. You can change this option before merging.":"Some extra tracks have been discarded. You can change this option before merging.",
"Something went wrong":"Something went wrong",
"Sort items":"Sort items",
"Source file no longer exists or is not accessible. Please check that it is still in its original location and that you have permission to access it.":"Source file no longer exists or is not accessible. Please check that it is still in its original location and that you have permission to access it.",
"Source file's time minus segment end cut time":"Source file's time minus segment end cut time",
"Source file's time plus segment start cut time":"Source file's time plus segment start cut time",
@ -82,6 +82,17 @@ export async function havePermissionToReadFile(filePath: string) {
returntrue;
}
exportconstmakeSourceFileAccessError=()=>newUserFacingError(i18n.t('Source file no longer exists or is not accessible. Please check that it is still in its original location and that you have permission to access it.'));