"1st, 2nd and 3rd track":"1st, 2nd and 3rd track",
"A mismatch was detected in at least one file. You may proceed, but the resulting file might not be playable.":"A mismatch was detected in at least one file. You may proceed, but the resulting file might not be playable.",
"A segment may result in an unexpectedly long output file length after exporting, because your video file doesn't have any keyframes near the start time of the segment you're trying to cut.":"A segment may result in an unexpectedly long output file length after exporting, because your video file doesn't have any keyframes near the start time of the segment you're trying to cut.",
"Abort":"Abort",
"About LosslessCut":"About LosslessCut",
"Accurate time but could leave an empty portion at the beginning of the video. Equiv to":"Accurate time but could leave an empty portion at the beginning of the video. Equiv to",
@ -260,6 +261,7 @@
"Export mode for {{segments}} segments":"Export mode for {{segments}} segments",
"Export options":"Export options",
"Export options are not shown. You can enable export options by clicking the icon right next to the export button.":"Export options are not shown. You can enable export options by clicking the icon right next to the export button.",
"Export options screen is disabled, and you will not see any important notices or warnings.":"Export options screen is disabled, and you will not see any important notices or warnings.",
"Export options will be shown before exporting.":"Export options will be shown before exporting.",
"Export options will not be shown before exporting.":"Export options will not be shown before exporting.",
{!exportConfirmEnabled&&(<FaExclamationTrianglestyle={{color: dangerColor,marginLeft:'.4em'}}title={t('Export options screen is disabled, and you will not see any important notices or warnings.')}/>)}
// if estimated actual output length of segment is more than 1.5 times the intended segment duration, then we consider it problematic and warn the user about it.
exportMode: effectiveExportMode==='segments_to_chapters'?{text: i18n.t('Segments to chapters mode is active, this means that the file will not be cut. Instead chapters will be created from the segments.')}:undefined,
generic.push({warning: true,text: t('There is a known issue in FFmpeg with cutting FLAC files. The file will be re-encoded, which is still lossless, but the export may be slower.')});
}
if(areWeCutting&&outputPlaybackRate!==1){
generic.push({warning: true,text: t('Adjusting the output FPS and cutting at the same time will cause incorrect cuts. Consider instead doing it in two separate steps.')});
generic.push({text: t('There is a known issue in FFmpeg with cutting FLAC files. The file will be re-encoded, which is still lossless, but the export may be slower.')});
}
if(outputPlaybackRate!==1){
generic.push({warning: true,text: t('Adjusting the output FPS and cutting at the same time will cause incorrect cuts. Consider instead doing it in two separate steps.')});
generic.push({warning: true,text: t('A segment may result in an unexpectedly long output file length after exporting, because your video file doesn\'t have any keyframes near the start time of the segment you\'re trying to cut.'),url: troubleshootingUrl});