1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/public/locales/en/translation.json

482 lines
40 KiB
JSON
Raw Normal View History

{
2021-03-28 19:15:24 +02:00
"Confirm quit": "Confirm quit",
"Are you sure you want to quit?": "Are you sure you want to quit?",
"File": "File",
"Open": "Open",
"Close": "Close",
2021-08-28 17:06:53 +02:00
"Close batch": "Close batch",
2021-08-28 09:51:54 +02:00
"Import project (LLC)...": "Import project (LLC)...",
"Export project (LLC)...": "Export project (LLC)...",
2021-03-28 19:15:24 +02:00
"Import project": "Import project",
2021-08-28 09:51:54 +02:00
"LosslessCut (CSV)": "LosslessCut (CSV)",
2021-03-28 19:15:24 +02:00
"EDL (MPlayer)": "EDL (MPlayer)",
"Text chapters / YouTube": "Text chapters / YouTube",
"DaVinci Resolve / Final Cut Pro XML": "DaVinci Resolve / Final Cut Pro XML",
"CUE sheet file": "CUE sheet file",
"PotPlayer Bookmarks (.pbf)": "PotPlayer Bookmarks (.pbf)",
"Export project": "Export project",
"Timestamps (CSV)": "Timestamps (CSV)",
2022-01-16 08:32:04 +01:00
"Frame numbers (CSV)": "Frame numbers (CSV)",
2021-03-28 19:15:24 +02:00
"Timestamps (TSV/TXT)": "Timestamps (TSV/TXT)",
"Start times as YouTube Chapters": "Start times as YouTube Chapters",
"Convert to supported format": "Convert to supported format",
"Fix incorrect duration": "Fix incorrect duration",
"Settings": "Settings",
"Exit": "Exit",
"Edit": "Edit",
2021-08-13 18:20:59 +02:00
"Undo": "Undo",
"Redo": "Redo",
"Cut": "Cut",
"Copy": "Copy",
"Paste": "Paste",
"Select All": "Select All",
2021-03-28 19:15:24 +02:00
"Segments": "Segments",
"Clear all segments": "Clear all segments",
"Reorder segments by start time": "Reorder segments by start time",
"Create num segments": "Create num segments",
"Create fixed duration segments": "Create fixed duration segments",
2021-08-28 09:51:54 +02:00
"Invert all segments on timeline": "Invert all segments on timeline",
2021-03-28 19:15:24 +02:00
"Tracks": "Tracks",
"Extract all tracks": "Extract all tracks",
"Edit tracks / metadata tags": "Edit tracks / metadata tags",
"View": "View",
2021-08-13 18:20:59 +02:00
"Toggle Full Screen": "Toggle Full Screen",
2021-03-28 19:15:24 +02:00
"Window": "Window",
2021-08-13 18:20:59 +02:00
"Minimize": "Minimize",
2021-03-28 19:15:24 +02:00
"Tools": "Tools",
"Merge files": "Merge files",
"Batch convert to supported format": "Batch convert to supported format",
"Set custom start offset/timecode": "Set custom start offset/timecode",
2021-08-13 18:20:59 +02:00
"Toggle Developer Tools": "Toggle Developer Tools",
"Help": "Help",
2021-03-28 19:15:24 +02:00
"Help and shortcuts": "Help and shortcuts",
"About": "About",
2022-01-16 08:32:04 +01:00
"Licenses": "Licenses",
2021-03-28 19:15:24 +02:00
"Learn More": "Learn More",
"Report an error": "Report an error",
"New version!": "New version!",
"Download {{version}}": "Download {{version}}",
2020-05-03 16:45:38 +02:00
"Key frames will show on the timeline. You need to zoom in to view them": "Key frames will show on the timeline. You need to zoom in to view them",
2021-08-28 09:51:54 +02:00
"Output file name will not be sanitized, and any special characters will be preserved. This may cause the export to fail and can cause other funny issues. Use at your own risk!": "Output file name will not be sanitized, and any special characters will be preserved. This may cause the export to fail and can cause other funny issues. Use at your own risk!",
"Make sure you have no overlapping segments.": "Make sure you have no overlapping segments.",
"Invalid JSON": "Invalid JSON",
"Segment tags": "Segment tags",
"View and edit segment tags in JSON5 format:": "View and edit segment tags in JSON5 format:",
2020-05-03 16:45:38 +02:00
"Unable to save project file": "Unable to save project file",
2021-03-28 19:14:57 +02:00
"Lossless rotation might not work with this file format. You may try changing to MP4": "Lossless rotation might not work with this file format. You may try changing to MP4",
2020-05-03 16:45:38 +02:00
"You have no write access to the directory of this file, please select a custom working dir": "You have no write access to the directory of this file, please select a custom working dir",
"Merging": "Merging",
"Files merged!": "Files merged!",
"Failed to merge files. Make sure they are all of the exact same codecs": "Failed to merge files. Make sure they are all of the exact same codecs",
"Keyframe cut enabled": "Keyframe cut enabled",
"Will now cut at the nearest keyframe before the desired start cutpoint. This is recommended for most files.": "Will now cut at the nearest keyframe before the desired start cutpoint. This is recommended for most files.",
"Keyframe cut disabled": "Keyframe cut disabled",
"Will now cut at the exact position, but may leave an empty portion at the beginning of the file. You may have to set the cutpoint a few frames before the next keyframe to achieve a precise cut": "Will now cut at the exact position, but may leave an empty portion at the beginning of the file. You may have to set the cutpoint a few frames before the next keyframe to achieve a precise cut",
2021-02-17 21:54:02 +01:00
"Advanced view has been enabled. You will now also see non-essential buttons and functions": "Advanced view has been enabled. You will now also see non-essential buttons and functions",
"Advanced view disabled. You will now see only the most essential buttons and functions": "Advanced view disabled. You will now see only the most essential buttons and functions",
2021-08-28 09:51:54 +02:00
"Loading subtitle": "Loading subtitle",
2020-05-03 16:45:38 +02:00
"File not natively supported. Preview may have no audio or low quality. The final export will however be lossless with audio. You may convert it from the menu for a better preview with audio.": "File not natively supported. Preview may have no audio or low quality. The final export will however be lossless with audio. You may convert it from the menu for a better preview with audio.",
2021-08-13 18:20:59 +02:00
"Loaded existing preview file: {{ fileName }}": "Loaded existing preview file: {{ fileName }}",
2022-01-16 08:32:04 +01:00
"Converting to supported format": "Converting to supported format",
2020-05-03 16:45:38 +02:00
"Unable to playback this file. Try to convert to supported format from the menu": "Unable to playback this file. Try to convert to supported format from the menu",
2021-02-17 21:54:02 +01:00
"Are you sure you want to close the current file?": "Are you sure you want to close the current file?",
2021-08-28 17:06:53 +02:00
"Are you sure you want to close the loaded batch of files?": "Are you sure you want to close the loaded batch of files?",
2021-02-17 21:54:02 +01:00
"Cleaning up": "Cleaning up",
2022-01-16 08:32:04 +01:00
"Unable to delete file: {{message}}": "Unable to delete file: {{message}}",
2020-11-25 22:17:18 +01:00
"No tracks selected for export": "No tracks selected for export",
2020-05-03 16:45:38 +02:00
"Exporting": "Exporting",
2021-08-28 09:51:54 +02:00
"Done! Note: cutpoints may be inaccurate. Make sure you test the output files in your desired player/editor before you delete the source. If output does not look right, see the HELP page.": "Done! Note: cutpoints may be inaccurate. Make sure you test the output files in your desired player/editor before you delete the source. If output does not look right, see the HELP page.",
2020-05-03 16:45:38 +02:00
"There is a known issue with cutting iPhone HEVC videos. The output file may not work in all players.": "There is a known issue with cutting iPhone HEVC videos. The output file may not work in all players.",
"Unprocessable streams were exported as separate files.": "Unprocessable streams were exported as separate files.",
2021-02-17 21:54:02 +01:00
"Start time must be before end time": "Start time must be before end time",
"No segments to export": "No segments to export",
2020-05-03 16:45:38 +02:00
"Screenshot captured to:": "Screenshot captured to:",
"Failed to capture frame": "Failed to capture frame",
2021-02-17 21:54:02 +01:00
"Unable to change playback rate right now": "Unable to change playback rate right now",
2020-05-03 16:45:38 +02:00
"Playback rate:": "Playback rate:",
2020-11-22 19:39:19 +01:00
"No segment to split. Please move cursor over the segment you want to split": "No segment to split. Please move cursor over the segment you want to split",
"No valid segments found": "No valid segments found",
2020-05-03 16:45:38 +02:00
"Loading file": "Loading file",
"The audio track is not supported. You can convert to a supported format from the menu": "The audio track is not supported. You can convert to a supported format from the menu",
2021-08-28 09:51:54 +02:00
"Failed to load segments": "Failed to load segments",
2020-11-25 22:17:18 +01:00
"This file does not have a valid duration. This may cause issues. You can try to fix the file's duration from the File menu": "This file does not have a valid duration. This may cause issues. You can try to fix the file's duration from the File menu",
2021-03-28 19:14:57 +02:00
"Extracting track": "Extracting track",
"Track has been extracted": "Track has been extracted",
"Failed to extract track": "Failed to extract track",
2020-05-03 16:45:38 +02:00
"Extracting all streams": "Extracting all streams",
"All streams have been extracted as separate files": "All streams have been extracted as separate files",
"Failed to extract all streams": "Failed to extract all streams",
2021-08-28 09:51:54 +02:00
"The media you tried to open does not exist": "The media you tried to open does not exist",
2021-02-17 21:54:02 +01:00
"You do not have permission to access this file": "You do not have permission to access this file",
2020-11-22 19:39:19 +01:00
"You need to open a media file first": "You need to open a media file first",
2021-08-28 09:51:54 +02:00
"Open the file instead of the current one": "Open the file instead of the current one",
"Load segments from the new file, but keep the current media": "Load segments from the new file, but keep the current media",
"Include all tracks from the new file": "Include all tracks from the new file",
"Unsupported file": "Unsupported file",
"Failed to open file": "Failed to open file",
2020-05-03 16:45:38 +02:00
"Failed to convert file. Try a different conversion": "Failed to convert file. Try a different conversion",
2022-01-16 08:32:04 +01:00
"Seek to timecode": "Seek to timecode",
"Set custom start time offset": "Set custom start time offset",
"Instead of video apparently starting at 0, you can offset by a specified value. This only applies to the preview inside LosslessCut and does not modify the file in any way. (Useful for viewing/cutting videos according to timecodes)": "Instead of video apparently starting at 0, you can offset by a specified value. This only applies to the preview inside LosslessCut and does not modify the file in any way. (Useful for viewing/cutting videos according to timecodes)",
2021-02-17 21:54:02 +01:00
"Failed to export project": "Failed to export project",
2020-05-03 16:45:38 +02:00
"Select files to batch convert to supported format": "Select files to batch convert to supported format",
"Batch converting to supported format": "Batch converting to supported format",
"Aborted": "Aborted",
"Failed to convert files:": "Failed to convert files:",
"Failed to batch convert to supported format": "Failed to batch convert to supported format",
2020-11-25 22:17:18 +01:00
"Fixing file duration": "Fixing file duration",
"Duration has been fixed": "Duration has been fixed",
"Failed to fix file duration": "Failed to fix file duration",
2020-05-03 16:45:38 +02:00
"Output format": "Output format",
"Format": "Format",
"(detected)": "(detected)",
"Common formats:": "Common formats:",
"All formats:": "All formats:",
"Capture frame format": "Capture frame format",
"Extract": "Extract",
"Discard": "Discard",
2021-02-17 21:54:02 +01:00
"Timeline trackpad/wheel sensitivity": "Timeline trackpad/wheel sensitivity",
"Timeline keyboard seek speed": "Timeline keyboard seek speed",
"Timeline keyboard seek acceleration": "Timeline keyboard seek acceleration",
2020-05-03 16:45:38 +02:00
"Rotation preview": "Rotation preview",
2021-08-28 17:06:53 +02:00
"Batch file list": "Batch file list",
2020-05-03 16:45:38 +02:00
"Show sidebar": "Show sidebar",
2022-01-16 08:32:04 +01:00
"Remove": "Remove",
2021-02-17 21:54:02 +01:00
"Copy to clipboard": "Copy to clipboard",
2020-11-25 22:17:18 +01:00
"Working dir set": "Working dir set",
"Working dir unset": "Working dir unset",
"Export": "Export",
"Export selection": "Export selection",
"Export {{ num }} segments": "Export {{ num }} segments",
"Export+merge": "Export+merge",
"Cut mode is:": "Cut mode is:",
"Keyframe cut": "Keyframe cut",
"Normal cut": "Normal cut",
"Merge cuts": "Merge cuts",
2021-02-17 21:54:02 +01:00
"Auto merge segments to one file after export": "Auto merge segments to one file after export",
"Merge & Separate": "Merge & Separate",
"Auto merge segments to one file after export, but keep segments too": "Auto merge segments to one file after export, but keep segments too",
2020-11-25 22:17:18 +01:00
"Separate files": "Separate files",
2021-02-17 21:54:02 +01:00
"Export to separate files": "Export to separate files",
2020-11-25 22:17:18 +01:00
"Yes": "Yes",
"No": "No",
2021-02-17 21:54:02 +01:00
"This template will result in invalid file names": "This template will result in invalid file names",
"Resulting segment file names": "Resulting segment file names",
"Output name(s):": "Output name(s):",
"Preview": "Preview",
2021-08-28 09:51:54 +02:00
"Whether or not to sanitize output file names (sanitizing removes special characters)": "Whether or not to sanitize output file names (sanitizing removes special characters)",
"Sanitize": "Sanitize",
"No sanitize": "No sanitize",
2021-02-17 21:54:02 +01:00
"Reset": "Reset",
2021-03-29 17:11:08 +02:00
"There is an error in the file name template:": "There is an error in the file name template:",
"Variables": "Variables",
2021-02-17 21:54:02 +01:00
"Toggle advanced view": "Toggle advanced view",
2021-08-28 09:51:54 +02:00
"Subtitle": "Subtitle",
2021-02-17 21:54:02 +01:00
"Show export options screen before exporting?": "Show export options screen before exporting?",
"Default": "Default",
"Done": "Done",
2021-08-28 09:51:54 +02:00
"Mute preview? (will not affect output)": "Mute preview? (will not affect output)",
2020-11-22 19:39:19 +01:00
"Fastest: Low playback speed (no audio)": "Fastest: Low playback speed (no audio)",
"Fastest: Low playback speed": "Fastest: Low playback speed",
2021-08-28 09:51:54 +02:00
"Fastest: Low playback speed (audio remux), likely to fail": "Fastest: Low playback speed (audio remux), likely to fail",
2020-11-22 19:39:19 +01:00
"Fast: Full quality remux (no audio), likely to fail": "Fast: Full quality remux (no audio), likely to fail",
"Fast: Full quality remux, likely to fail": "Fast: Full quality remux, likely to fail",
2022-01-16 08:32:04 +01:00
"Fast: Remux video, encode audio (fails if unsupported video codec)": "Fast: Remux video, encode audio (fails if unsupported video codec)",
2020-11-22 19:39:19 +01:00
"Slow: Low quality encode (no audio)": "Slow: Low quality encode (no audio)",
"Slow: Low quality encode": "Slow: Low quality encode",
"Slowest: High quality encode": "Slowest: High quality encode",
"These options will let you convert files to a format that is supported by the player. You can try different options and see which works with your file. Note that the conversion is for preview only. When you run an export, the output will still be lossless with full quality": "These options will let you convert files to a format that is supported by the player. You can try different options and see which works with your file. Note that the conversion is for preview only. When you run an export, the output will still be lossless with full quality",
2021-08-28 09:51:54 +02:00
"Use this for all files until LosslessCut is restarted?": "Use this for all files until LosslessCut is restarted?",
2020-11-22 19:39:19 +01:00
"YouTube video description\n00:00 Intro\n00:01 Chapter 2\n00:00:02.123 Chapter 3": "YouTube video description\n00:00 Intro\n00:01 Chapter 2\n00:00:02.123 Chapter 3",
"Import text chapters / YouTube": "Import text chapters / YouTube",
"Paste or type a YouTube chapters description or textual chapter description": "Paste or type a YouTube chapters description or textual chapter description",
"Please input a valid format.": "Please input a valid format.",
"Where do you want to save output files?": "Where do you want to save output files?",
"Where do you want to save output files? Make sure there is enough free space in this folder": "Where do you want to save output files? Make sure there is enough free space in this folder",
"Select output folder": "Select output folder",
"You opened a new file. What do you want to do?": "You opened a new file. What do you want to do?",
2021-08-28 09:51:54 +02:00
"You need to choose something!": "You need to choose something!",
2021-02-17 21:54:02 +01:00
"You ran out of space": "You ran out of space",
2020-11-22 19:39:19 +01:00
"This file has embedded chapters. Do you want to import the chapters as cut-segments?": "This file has embedded chapters. Do you want to import the chapters as cut-segments?",
"Ignore chapters": "Ignore chapters",
"Import chapters": "Import chapters",
"Divide timeline into a number of equal length segments": "Divide timeline into a number of equal length segments",
"Please input a valid number of segments": "Please input a valid number of segments",
"Divide timeline into a number of segments with the specified length": "Divide timeline into a number of segments with the specified length",
"Please input a valid duration. Example: {{example}}": "Please input a valid duration. Example: {{example}}",
2021-02-17 21:54:02 +01:00
"Add metadata": "Add metadata",
"Enter metadata key": "Enter metadata key",
"Invalid character(s) found in key": "Invalid character(s) found in key",
"Please confirm that you want to extract all tracks as separate files": "Please confirm that you want to extract all tracks as separate files",
"Do you want to move the original file and/or any generated files to trash?": "Do you want to move the original file and/or any generated files to trash?",
"Trash auto-generated files": "Trash auto-generated files",
2021-08-28 09:51:54 +02:00
"Trash project LLC file": "Trash project LLC file",
2021-08-13 18:20:59 +02:00
"Trash original source file": "Trash original source file",
"Don't show dialog again until restarting app": "Don't show dialog again until restarting app",
"Cleanup files?": "Cleanup files?",
"Confirm": "Confirm",
"Cancel": "Cancel",
2021-02-17 21:54:02 +01:00
"Unable to export this file": "Unable to export this file",
"OK": "OK",
"Report": "Report",
2021-03-28 19:14:57 +02:00
"YouTube Chapters": "YouTube Chapters",
"Copy to YouTube description/comment:": "Copy to YouTube description/comment:",
2021-02-17 21:54:02 +01:00
"Label current segment": "Label current segment",
"Max length": "Max length",
2021-08-13 18:20:59 +02:00
"Merge!": "Merge!",
2021-08-28 09:51:54 +02:00
"Merge/concatenate files": "Merge/concatenate files",
2021-08-28 17:06:53 +02:00
"Batch files": "Batch files",
"Multiple files": "Multiple files",
"Do you want to merge/concatenate the files or load them for batch processing?": "Do you want to merge/concatenate the files or load them for batch processing?",
2021-08-13 18:20:59 +02:00
"Please select files to be merged": "Please select files to be merged",
"Please select files to be merged. The files need to be of the exact same format and codecs": "Please select files to be merged. The files need to be of the exact same format and codecs",
2021-08-28 17:06:53 +02:00
"More than one file must be selected": "More than one file must be selected",
2021-03-29 17:11:08 +02:00
"Try one of the following before exporting again:": "Try one of the following before exporting again:",
"Change output <1>Format</1> from <3>MP4</3> to <5>MOV</5>": "Change output <1>Format</1> from <3>MP4</3> to <5>MOV</5>",
"Select a different output <1>Format</1> (<3>matroska</3> and <5>mp4</5> support most codecs)": "Select a different output <1>Format</1> (<3>matroska</3> and <5>mp4</5> support most codecs)",
"Disable unnecessary <1>Tracks</1>": "Disable unnecessary <1>Tracks</1>",
"Try both <1>Normal cut</1> and <3>Keyframe cut</3>": "Try both <1>Normal cut</1> and <3>Keyframe cut</3>",
"Set a different <1>Working directory</1>": "Set a different <1>Working directory</1>",
"Try with a <1>Different file</1>": "Try with a <1>Different file</1>",
"See <1>Help</1>": "See <1>Help</1>",
"If nothing helps, you can send an <1>Error report</1>": "If nothing helps, you can send an <1>Error report</1>",
2020-05-03 16:45:38 +02:00
"No rows found": "No rows found",
"One or more rows does not have 3 columns": "One or more rows does not have 3 columns",
"Invalid start or end value. Must contain a number of seconds": "Invalid start or end value. Must contain a number of seconds",
2021-03-28 19:14:57 +02:00
"Invalid EDL data found": "Invalid EDL data found",
2021-08-28 09:51:54 +02:00
"CSV files": "CSV files",
"XML files": "XML files",
"CUE files": "CUE files",
"PBF files": "PBF files",
"MPlayer EDL": "MPlayer EDL",
"LosslessCut project": "LosslessCut project",
"TXT files": "TXT files",
2021-03-29 17:11:08 +02:00
"Something went wrong": "Something went wrong",
"Report error": "Report error",
2021-02-17 21:54:02 +01:00
"Preserve all MOV/MP4 metadata tags (e.g. EXIF, GPS position etc.) from source file? Note that some players have trouble playing back files where all metadata is preserved, like iTunes and other Apple software": "Preserve all MOV/MP4 metadata tags (e.g. EXIF, GPS position etc.) from source file? Note that some players have trouble playing back files where all metadata is preserved, like iTunes and other Apple software",
"Enable this to allow faster playback of the resulting file. This may cause processing to take a little longer": "Enable this to allow faster playback of the resulting file. This may cause processing to take a little longer",
2020-11-25 22:17:18 +01:00
"Defaults to same format as input file. You can losslessly change the file format (container) of the file with this option. Not all formats support all codecs. Matroska/MP4/MOV support the most common codecs. Sometimes it's even impossible to export to the same output format as input.": "Defaults to same format as input file. You can losslessly change the file format (container) of the file with this option. Not all formats support all codecs. Matroska/MP4/MOV support the most common codecs. Sometimes it's even impossible to export to the same output format as input.",
"With \"keyframe cut\", we will cut at the nearest keyframe before the desired start cutpoint. This is recommended for most files. With \"Normal cut\" you may have to manually set the cutpoint a few frames before the next keyframe to achieve a precise cut": "With \"keyframe cut\", we will cut at the nearest keyframe before the desired start cutpoint. This is recommended for most files. With \"Normal cut\" you may have to manually set the cutpoint a few frames before the next keyframe to achieve a precise cut",
"Not all formats support all track types, and LosslessCut is unable to properly cut some track types, so you may have to sacrifice some tracks by disabling them in order to get correct result.": "Not all formats support all track types, and LosslessCut is unable to properly cut some track types, so you may have to sacrifice some tracks by disabling them in order to get correct result.",
2021-02-17 21:54:02 +01:00
"When merging, do you want to create chapters in the merged file, according to the cut segments? NOTE: This may dramatically increase processing time": "When merging, do you want to create chapters in the merged file, according to the cut segments? NOTE: This may dramatically increase processing time",
"When merging, do you want to preserve metadata from your original file? NOTE: This may dramatically increase processing time": "When merging, do you want to preserve metadata from your original file? NOTE: This may dramatically increase processing time",
"You can customize the file name of the output segment(s) using special variables.": "You can customize the file name of the output segment(s) using special variables.",
2020-11-25 22:17:18 +01:00
"Shift timestamps to make them non-negative. Also note that this affects only leading negative timestamps, and not non-monotonic negative timestamps.": "Shift timestamps to make them non-negative. Also note that this affects only leading negative timestamps, and not non-monotonic negative timestamps.",
"Shift timestamps so that the first timestamp is 0. (LosslessCut default)": "Shift timestamps so that the first timestamp is 0. (LosslessCut default)",
"Enables shifting when required by the target format.": "Enables shifting when required by the target format.",
"Disables shifting of timestamp.": "Disables shifting of timestamp.",
2021-02-17 21:54:02 +01:00
"Export options": "Export options",
"Merge {{segments}} cut segments to one file?": "Merge {{segments}} cut segments to one file?",
2020-11-25 22:17:18 +01:00
"Output container format:": "Output container format:",
"Save output to path:": "Save output to path:",
"Advanced options": "Advanced options",
2021-02-17 21:54:02 +01:00
"Create chapters from merged segments? (slow)": "Create chapters from merged segments? (slow)",
"Preserve original metadata when merging? (slow)": "Preserve original metadata when merging? (slow)",
"Depending on your specific file/player, you may have to try different options for best results.": "Depending on your specific file/player, you may have to try different options for best results.",
2020-11-25 22:17:18 +01:00
"Cut mode:": "Cut mode:",
2021-02-17 21:54:02 +01:00
"Note: Keyframe cut is recommended for most common files": "Note: Keyframe cut is recommended for most common files",
"Enable MOV Faststart?": "Enable MOV Faststart?",
"For the ipod format, it is recommended to activate this option": "For the ipod format, it is recommended to activate this option",
2020-11-25 22:17:18 +01:00
"Preserve all MP4/MOV metadata?": "Preserve all MP4/MOV metadata?",
2021-02-17 21:54:02 +01:00
"For the ipod format, it is recommended to deactivate this option": "For the ipod format, it is recommended to deactivate this option",
2020-11-25 22:17:18 +01:00
"Shift timestamps (avoid_negative_ts)": "Shift timestamps (avoid_negative_ts)",
2021-02-17 21:54:02 +01:00
"Show this page before exporting?": "Show this page before exporting?",
2020-11-25 22:26:11 +01:00
"Input has <1>{{numStreamsTotal}}</1> tracks - <3>Keeping <1>{{numStreamsToCopy}}</1> tracks</3>": "Input has <1>{{numStreamsTotal}}</1> tracks - <3>Keeping <1>{{numStreamsToCopy}}</1> tracks</3>",
2020-05-03 16:45:38 +02:00
"Less than 2 frames found": "Less than 2 frames found",
"Failed to find next keyframe": "Failed to find next keyframe",
"We are on the last frame": "We are on the last frame",
"Failed to find any prev frame": "Failed to find any prev frame",
"We are on the first frame": "We are on the first frame",
"Failed to find any prev keyframe": "Failed to find any prev keyframe",
"We are on the first keyframe": "We are on the first keyframe",
2020-05-17 08:34:24 +02:00
"Common problems": "Common problems",
"Lossless cutting is not an exact science. For some codecs and files it just works. For others you may need to trial and error depending on the codec, keyframes etc to get the best cut.": "Lossless cutting is not an exact science. For some codecs and files it just works. For others you may need to trial and error depending on the codec, keyframes etc to get the best cut.",
"For more help and issues, please go to:": "For more help and issues, please go to:",
2020-05-03 16:45:38 +02:00
"Keyboard & mouse shortcuts": "Keyboard & mouse shortcuts",
"Show/hide help screen": "Show/hide help screen",
"Playback": "Playback",
"Play/pause": "Play/pause",
"Slow down playback": "Slow down playback",
"Speed up playback": "Speed up playback",
2022-01-16 08:32:04 +01:00
"Slow down playback more": "Slow down playback more",
"Speed up playback more": "Speed up playback more",
2020-05-03 16:45:38 +02:00
"Seeking": "Seeking",
"Step backward 1 frame": "Step backward 1 frame",
"Step forward 1 frame": "Step forward 1 frame",
"Seek to previous keyframe": "Seek to previous keyframe",
"Seek to next keyframe": "Seek to next keyframe",
"Seek backward 1 sec": "Seek backward 1 sec",
"Seek forward 1 sec": "Seek forward 1 sec",
"Seek backward 1% of timeline at current zoom": "Seek backward 1% of timeline at current zoom",
"Seek forward 1% of timeline at current zoom": "Seek forward 1% of timeline at current zoom",
2021-02-17 21:54:02 +01:00
"Jump to cut start": "Jump to cut start",
2020-05-03 16:45:38 +02:00
"Jump to cut end": "Jump to cut end",
"Segments and cut points": "Segments and cut points",
"Mark in / cut start point for current segment": "Mark in / cut start point for current segment",
"Mark out / cut end point for current segment": "Mark out / cut end point for current segment",
"Add cut segment": "Add cut segment",
"Remove current segment": "Remove current segment",
"Select previous segment": "Select previous segment",
"Select next segment": "Select next segment",
2020-11-22 19:39:19 +01:00
"Split segment at cursor": "Split segment at cursor",
2020-05-03 16:45:38 +02:00
"Timeline/zoom operations": "Timeline/zoom operations",
"Toggle zoom between 1x and a calculated comfortable zoom level": "Toggle zoom between 1x and a calculated comfortable zoom level",
"Zoom in timeline": "Zoom in timeline",
"Zoom out timeline": "Zoom out timeline",
"Mouse scroll/wheel up/down": "Mouse scroll/wheel up/down",
"Zoom in/out timeline": "Zoom in/out timeline",
"Mouse scroll/wheel left/right": "Mouse scroll/wheel left/right",
"Pan timeline": "Pan timeline",
2021-02-17 21:54:02 +01:00
"Other operations": "Other operations",
"Change rotation": "Change rotation",
2020-05-03 16:45:38 +02:00
"Output actions": "Output actions",
"Export segment(s)": "Export segment(s)",
"Capture snapshot": "Capture snapshot",
"Delete source file": "Delete source file",
2021-08-28 17:06:53 +02:00
"Previous file": "Previous file",
"Next file": "Next file",
2020-05-03 16:45:38 +02:00
"Hover mouse over buttons in the main interface to see which function they have": "Hover mouse over buttons in the main interface to see which function they have",
"Last ffmpeg commands": "Last ffmpeg commands",
"The last executed ffmpeg commands will show up here after you run operations. You can copy them to clipboard and modify them to your needs before running on your command line.": "The last executed ffmpeg commands will show up here after you run operations. You can copy them to clipboard and modify them to your needs before running on your command line.",
2020-11-25 22:26:11 +01:00
"<0>Note:</0> Keyframe cut and Merge cuts buttons have been moved to the export panel (press Export to see it.)": "<0>Note:</0> Keyframe cut and Merge cuts buttons have been moved to the export panel (press Export to see it.)",
2021-03-29 17:11:08 +02:00
"Try to set the <1>start-</1>cutpoint a <3>few frames before or after</3> the nearest keyframe (may also solve audio sync issues)": "Try to set the <1>start-</1>cutpoint a <3>few frames before or after</3> the nearest keyframe (may also solve audio sync issues)",
"Try to enable the <1>Experimental Flag</1> in Settings": "Try to enable the <1>Experimental Flag</1> in Settings",
2021-02-17 21:54:02 +01:00
"Unable to save your preferences. Try to disable any anti-virus": "Unable to save your preferences. Try to disable any anti-virus",
2020-05-03 16:45:38 +02:00
"When you export, selected segments on the timeline will be REMOVED - the surrounding areas will be KEPT": "When you export, selected segments on the timeline will be REMOVED - the surrounding areas will be KEPT",
"When you export, selected segments on the timeline will be KEPT - the surrounding areas will be REMOVED.": "When you export, selected segments on the timeline will be KEPT - the surrounding areas will be REMOVED.",
"Discard selected segments": "Discard selected segments",
"Keep selected segments": "Keep selected segments",
"Zoom": "Zoom",
2021-02-17 21:54:02 +01:00
"DROP FILE(S)": "DROP FILE(S)",
2021-03-29 17:11:08 +02:00
"to show advanced view": "to show advanced view",
"to show simple view": "to show simple view",
"Press <1>H</1> for help": "Press <1>H</1> for help",
"<0></0> <2></2> or <4>I</4> <6>O</6> to set cutpoints": "<0></0> <2></2> or <4>I</4> <6>O</6> to set cutpoints",
2020-05-03 16:45:38 +02:00
"Send problem report": "Send problem report",
2021-03-29 17:11:08 +02:00
"Please send an email to <1>losslesscut@yankee.no</1> where you describe what you were doing.": "Please send an email to <1>losslesscut@yankee.no</1> where you describe what you were doing.",
"Please create an issue at <1>https://github.com/mifi/lossless-cut/issues</1> where you describe what you were doing.": "Please create an issue at <1>https://github.com/mifi/lossless-cut/issues</1> where you describe what you were doing.",
"Include the following text:": "Include the following text:",
2020-05-03 16:45:38 +02:00
"Set output rotation. Current: ": "Set output rotation. Current: ",
"Don't modify": "Don't modify",
2021-02-17 21:54:02 +01:00
"Close file and clean up": "Close file and clean up",
2020-05-03 16:45:38 +02:00
"Capture frame": "Capture frame",
2021-03-28 19:14:57 +02:00
"Add segment": "Add segment",
"Label segment": "Label segment",
"Remove segment": "Remove segment",
"Change segment order": "Change segment order",
"Increase segment order": "Increase segment order",
"Decrease segment order": "Decrease segment order",
"Include ONLY this segment in export": "Include ONLY this segment in export",
"Exclude this segment from export": "Exclude this segment from export",
"Include this segment in export": "Include this segment in export",
"Include all segments in export": "Include all segments in export",
"Exclude all segments from export": "Exclude all segments from export",
2021-02-17 21:54:02 +01:00
"Duration": "Duration",
2020-05-03 16:45:38 +02:00
"Segments to export:": "Segments to export:",
"No segments to export.": "No segments to export.",
"Change order of segment": "Change order of segment",
"Invalid number entered": "Invalid number entered",
"Segments total:": "Segments total:",
"Close sidebar": "Close sidebar",
2021-03-29 17:11:08 +02:00
"<0>{{durationMsFormatted}}</0> ms, <2>{{frameCount}}</2> frames": "<0>{{durationMsFormatted}}</0> ms, <2>{{frameCount}}</2> frames",
2022-01-16 08:32:04 +01:00
"Frame counts": "Frame counts",
"Millisecond fractions": "Millisecond fractions",
"Frame fractions": "Frame fractions",
2020-05-03 16:45:38 +02:00
"System language": "System language",
"Working directory": "Working directory",
2022-01-16 08:32:04 +01:00
"This is where working files and exported files are stored.": "This is where working files and exported files are stored.",
2020-05-03 16:45:38 +02:00
"Custom working directory": "Custom working directory",
"Same directory as input file": "Same directory as input file",
2021-03-28 19:14:57 +02:00
"Set file modification date/time of output files to:": "Set file modification date/time of output files to:",
"Source file's time": "Source file's time",
"Current time": "Current time",
2020-05-03 16:45:38 +02:00
"Keyframe cut mode": "Keyframe cut mode",
2021-03-29 17:11:08 +02:00
"Cut at the nearest keyframe (not accurate time.) Equiv to": "Cut at the nearest keyframe (not accurate time.) Equiv to",
"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",
2020-05-03 16:45:38 +02:00
"Choose cutting mode: Remove or keep selected segments from video when exporting?": "Choose cutting mode: Remove or keep selected segments from video when exporting?",
"Keep": "Keep",
"The video inside segments will be kept, while the video outside will be discarded.": "The video inside segments will be kept, while the video outside will be discarded.",
"The video inside segments will be discarded, while the video surrounding them will be kept.": "The video inside segments will be discarded, while the video surrounding them will be kept.",
"Extract unprocessable tracks to separate files or discard them?": "Extract unprocessable tracks to separate files or discard them?",
"(data tracks such as GoPro GPS, telemetry etc. are not copied over by default because ffmpeg cannot cut them, thus they will cause the media duration to stay the same after cutting video/audio)": "(data tracks such as GoPro GPS, telemetry etc. are not copied over by default because ffmpeg cannot cut them, thus they will cause the media duration to stay the same after cutting video/audio)",
2020-11-22 19:39:19 +01:00
"Enable experimental ffmpeg features flag?": "Enable experimental ffmpeg features flag?",
"Experimental flag": "Experimental flag",
2020-05-03 16:45:38 +02:00
"Auto save project file?": "Auto save project file?",
2022-01-16 08:32:04 +01:00
"The project will be stored alongside the input file as a project LLC file": "The project will be stored alongside the input file as a project LLC file",
2020-05-03 16:45:38 +02:00
"Auto save project": "Auto save project",
"Snapshot capture format": "Snapshot capture format",
"In timecode show": "In timecode show",
2021-02-17 21:54:02 +01:00
"Change value": "Change value",
2020-05-03 16:45:38 +02:00
"Invert timeline trackpad/wheel direction?": "Invert timeline trackpad/wheel direction?",
"Invert direction": "Invert direction",
"Ask for confirmation when closing app or file?": "Ask for confirmation when closing app or file?",
"Ask before closing": "Ask before closing",
2020-11-22 19:39:19 +01:00
"Ask about importing chapters from opened file?": "Ask about importing chapters from opened file?",
"Ask about chapters": "Ask about chapters",
2021-02-17 21:54:02 +01:00
"Auto load timecode from file as an offset in the timeline?": "Auto load timecode from file as an offset in the timeline?",
"Auto load timecode": "Auto load timecode",
2022-01-16 08:32:04 +01:00
"Try to automatically convert to supported format when opening unsupported file?": "Try to automatically convert to supported format when opening unsupported file?",
"Auto convert to supported format": "Auto convert to supported format",
2021-02-17 21:54:02 +01:00
"Hide informational notifications?": "Hide informational notifications?",
"Check to hide notifications": "Check to hide notifications",
2020-11-22 19:39:19 +01:00
"Ask about what to do when opening a new file when another file is already already open?": "Ask about what to do when opening a new file when another file is already already open?",
"Ask on file open": "Ask on file open",
2020-05-03 16:45:38 +02:00
"Current setting": "Current setting",
2021-08-13 18:20:59 +02:00
"This dialog can be used to concatenate files in series, e.g. one after the other:\n[file1][file2][file3]\nIt can NOT be used for merging tracks in parallell (like adding an audio track to a video).\nMake sure all files are of the exact same codecs & codec parameters (fps, resolution etc).\n\nDrag and drop to change the order of your files here:": "This dialog can be used to concatenate files in series, e.g. one after the other:\n[file1][file2][file3]\nIt can NOT be used for merging tracks in parallell (like adding an audio track to a video).\nMake sure all files are of the exact same codecs & codec parameters (fps, resolution etc).\n\nDrag and drop to change the order of your files here:",
"Include all tracks?": "Include all tracks?",
"If this is checked, all audio/video/subtitle/data tracks will be included. This may not always work for all file types. If not checked, only default streams will be included.": "If this is checked, all audio/video/subtitle/data tracks will be included. This may not always work for all file types. If not checked, only default streams will be included.",
2021-02-17 21:54:02 +01:00
"Enter value": "Enter value",
2021-08-28 09:51:54 +02:00
"Track disposition": "Track disposition",
"Unchanged": "Unchanged",
2021-03-28 19:14:57 +02:00
"Click to toggle track inclusion when exporting": "Click to toggle track inclusion when exporting",
2021-02-17 21:54:02 +01:00
"Track info": "Track info",
2021-03-28 19:14:57 +02:00
"Extract this track as file": "Extract this track as file",
2021-08-28 09:51:54 +02:00
"Edit track metadata": "Edit track metadata",
"Keep all {{type}} tracks": "Keep all {{type}} tracks",
"Discard all {{type}} tracks": "Discard all {{type}} tracks",
2020-05-03 16:45:38 +02:00
"File info": "File info",
2021-08-28 09:51:54 +02:00
"Export each track as individual files": "Export each track as individual files",
2020-05-03 16:45:38 +02:00
"Keep?": "Keep?",
"Type": "Type",
"Tag": "Tag",
"Codec": "Codec",
"Frames": "Frames",
"Bitrate": "Bitrate",
2021-02-17 21:54:02 +01:00
"Lang": "Lang",
2020-05-03 16:45:38 +02:00
"Data": "Data",
2021-02-17 21:54:02 +01:00
"Click to select which tracks to keep when exporting:": "Click to select which tracks to keep when exporting:",
2022-01-16 08:32:04 +01:00
"Note: Cutting and including external tracks at the same time does not yet work. If you want to do both, it must be done as separate operations. See github issue #896.": "Note: Cutting and including external tracks at the same time does not yet work. If you want to do both, it must be done as separate operations. See github issue #896.",
2020-05-03 16:45:38 +02:00
"Include more tracks from other file": "Include more tracks from other file",
2021-02-17 21:54:02 +01:00
"Discard or extract unprocessable tracks to separate files?": "Discard or extract unprocessable tracks to separate files?",
2021-08-28 09:51:54 +02:00
"When tracks have different lengths, do you want to make the output file as long as the longest or the shortest track?": "When tracks have different lengths, do you want to make the output file as long as the longest or the shortest track?",
"Shortest": "Shortest",
"Longest": "Longest",
"Edit file metadata": "Edit file metadata",
2021-02-17 21:54:02 +01:00
"Edit track {{trackNum}} metadata": "Edit track {{trackNum}} metadata",
2020-05-03 16:45:38 +02:00
"Zoom in more to view waveform": "Zoom in more to view waveform",
"Manually input cut start point": "Manually input cut start point",
"Manually input cut end point": "Manually input cut end point",
"Show waveform": "Show waveform",
"Show thumbnails": "Show thumbnails",
"Show keyframes": "Show keyframes",
"Jump to start of video": "Jump to start of video",
"Set cut start to current position": "Set cut start to current position",
"Seek previous keyframe": "Seek previous keyframe",
"One frame back": "One frame back",
"One frame forward": "One frame forward",
"Seek next keyframe": "Seek next keyframe",
"Set cut end to current position": "Set cut end to current position",
"Jump to end of video": "Jump to end of video",
2021-08-13 18:20:59 +02:00
"Lock/unlock output format": "Lock/unlock output format",
2020-05-03 16:45:38 +02:00
"Discard audio? Current:": "Discard audio? Current:",
"Keep audio tracks": "Keep audio tracks",
"Discard audio tracks": "Discard audio tracks",
"Keep audio": "Keep audio",
"Discard audio": "Discard audio",
2021-08-28 09:51:54 +02:00
"Clear working directory": "Clear working directory",
"An error has occurred.": "An error has occurred.",
2022-01-16 08:32:04 +01:00
"Show": "Show",
"Unable to move file to trash. Do you want to permanently delete it?": "Unable to move file to trash. Do you want to permanently delete it?",
"Permanently delete": "Permanently delete"
2020-05-02 16:17:03 +02:00
}