diff --git a/app/codec/samplebuffer.cpp b/app/codec/samplebuffer.cpp index df00e0f7f..1753e80c1 100644 --- a/app/codec/samplebuffer.cpp +++ b/app/codec/samplebuffer.cpp @@ -208,12 +208,12 @@ void SampleBuffer::transform_volume_for_sample_on_channel(int sample_index, int data_[channel][sample_index] *= volume; } -void SampleBuffer::fill(const float &f) +void SampleBuffer::silence() { - fill(f, 0, sample_count_per_channel_); + silence(0, sample_count_per_channel_); } -void SampleBuffer::fill(const float &f, int start_sample, int end_sample) +void SampleBuffer::silence(int start_sample, int end_sample) { if (!is_allocated()) { qWarning() << "Tried to fill an unallocated sample buffer"; @@ -221,9 +221,7 @@ void SampleBuffer::fill(const float &f, int start_sample, int end_sample) } for (int i=0;ifill(0); + block_range_buffer->silence(); NodeValueTable merged_table; @@ -284,7 +284,7 @@ NodeValueTable RenderProcessor::GenerateBlockTable(const Track *track, const Tim if (qIsNull(speed_value)) { // Just silence, don't think there's any other practical application of 0 speed audio - samples_from_this_block->fill(0); + samples_from_this_block->silence(); } else if (!qFuzzyCompare(speed_value, 1.0)) { // Multiply time samples_from_this_block->speed(speed_value); diff --git a/app/ts/zh_CN.ts b/app/ts/zh_CN.ts index e42e1ca16..c2d7f58f7 100755 --- a/app/ts/zh_CN.ts +++ b/app/ts/zh_CN.ts @@ -6,37 +6,37 @@ %1 Hz - + %1 Hz Mono - 单声道 + 单声道 Stereo - 立体声 + 立体声 2.1 - + 2.1 5.1 - + 5.1 7.1 - + 7.1 Unknown (0x%1) - 未知 (0x%1) + 未知 (0x%1) @@ -44,26 +44,26 @@ Error loading settings - 加载设置时出错 + 加载设置时出错 Failed to load application settings. This session will use defaults. %1 - 无法加载应用程序设置,此会话将使用默认设置。 + 无法加载应用程序设置,此会话将使用默认设置。 %1 Error saving settings - 保存设置时出错 + 保存设置时出错 Failed to save application settings. The application may lack write permissions to this location. - 无法保存应用程序设置。应用程序可能没有对此位置的写入权限。 + 无法保存应用程序设置。应用程序可能没有对此位置的写入权限。 @@ -71,22 +71,22 @@ %1 FPS - + %1 FPS %1 Hz - + %1 Hz Filename: %1 - 文件名:%1 + 文件名:%1 This footage is not valid for use - 此素材不能用 + 此素材不能用 @@ -94,27 +94,27 @@ Don't ask me again - 不再询问 + 不再询问 No Active Sequence - 没有活动序列 + 没有活动序列 No sequence is currently open. Would you like to create one? - 没有打开的序列。您要创建一个序列吗? + 没有打开的序列。您要创建一个序列吗? Automatically Detect Parameters From Footage - 自动检测素材参数 + 自动检测素材参数 Set Parameters Manually - 手动设置参数 + 手动设置参数 @@ -122,7 +122,7 @@ Move Item - 移动项 + 移动项 @@ -130,12 +130,12 @@ Error pasting nodes - 粘贴节点时出错 + 粘贴节点时出错 Failed to paste nodes: %1 - 无法粘贴节点:%1 + 无法粘贴节点:%1 @@ -143,7 +143,7 @@ None - + @@ -151,7 +151,7 @@ %1... - + %1... @@ -159,32 +159,32 @@ Save Preset - 保存预设 + 保存预设 Set preset name: - 设置预设名称: + 设置预设名称: Invalid preset name - 无效的预设名称 + 无效的预设名称 You must enter a preset name - 您必须输入预设名称 + 您必须输入预设名称 Preset exists - 预设存在 + 预设存在 A preset with this name already exists. Would you like to replace it? - 存在具有此名称的预设。您要替换它吗? + 存在具有此名称的预设。您要替换它吗? @@ -192,17 +192,17 @@ Enter custom ratio (e.g. "4:3", "16/9", etc.): - 输入自定义比率 (例如“4:3”、“16/9”,等): + 输入自定义比率 (例如“4:3”、“16/9”,等): Invalid custom ratio - 无效的自定义比率 + 无效的自定义比率 Failed to parse "%1" into an aspect ratio. Please format a rational fraction with a ':' or a '/' separator. - + 无法将“%1”解析为宽高比,请使用‘:’或‘/’分隔符组成的有理分式。 @@ -210,7 +210,7 @@ Rename Item - 重命名项 + 重命名项 @@ -218,7 +218,7 @@ %1 FPS - + %1 FPS @@ -226,22 +226,22 @@ %1: Audio - %2 Channels, %3Hz - %1:音频 - %2 声道,%3Hz + %1:音频 - %2 声道,%3Hz %1: Unknown - %1:未知 + %1:未知 %1: Image - %2x%3 - %1:图像 - %2x%3 + %1:图像 - %2x%3 %1: Video - %2x%3 - %1:视频 - %2x%3 + %1:视频 - %2x%3 @@ -253,7 +253,11 @@ In: %2 Out: %3 Length: %4 - + %1 + +入: %2 +出: %3 +长度: %4 @@ -261,32 +265,32 @@ Length: %4 Empty - 空白 + 空白 Bars - 彩条 + 彩条 Solid - 纯色 + 纯色 Title - 标题 + 标题 Tone - 音调 + 音调 Unknown - 未知 + 未知 @@ -294,62 +298,62 @@ Length: %4 8-bit - 8 位 + 8 位 16-bit Integer - 16 位整数 + 16 位整型 Half-Float (16-bit) - + 半精度浮点型(16位) Full-Float (32-bit) - + 全精度浮点型(32位) Unknown (0x%1) - 未知 (0x%1) + 未知 (0x%1) %1 FPS - + %1 FPS Square Pixels (%1) - 正方形像素 (%1) + 正方形像素 (%1) NTSC Standard (%1) - + NTSC 标准 (%1) NTSC Widescreen (%1) - + NTSC 宽屏 (%1) PAL Standard (%1) - + PAL 标准 (%1) PAL Widescreen (%1) - + PAL 宽屏 (%1) HD Anamorphic 1080 (%1) - + HD 变形 1080 (%1) @@ -357,37 +361,37 @@ Length: %4 Show this help text - 显示此帮助文本 + 显示此帮助文本 Show application version - 显示应用程序版本 + 显示应用程序版本 Start in full-screen mode - 以全屏模式启动 + 以全屏模式启动 Export only (No GUI) - 仅导出 (无 GUI) + 仅导出 (无 GUI) Override language with file - + 使用文件覆盖语言 qm-file - + qm文件 Project to open on startup - 在启动时打开的项目 + 在启动时打开的项目 @@ -395,17 +399,17 @@ Length: %4 About %1 - 关于 %1 + 关于 %1 Olive is a non-linear video editor. This software is free and protected by the GNU GPL. - Olive 是免费的非线性视频编辑器。此应用程序基于 GNU 通用公共许可证(GNU GPL)条款发布。 + Olive 是免费的非线性视频编辑器。此应用程序基于 GNU 通用公共许可证(GNU GPL)条款发布。 Olive Team is obliged to inform users that Olive source code is available for download from its website. - Olive 团队有义务告知用户可以从官网下载 Olive 的源码。翻译者已尝试用通俗易明的方式进行翻译,希望大家使用愉快。请支持自由开源软件,谢谢。 + Olive 团队有义务告知用户可以从官网下载 Olive 的源码。翻译者已尝试用通俗易明的方式进行翻译,希望大家使用愉快。请支持自由开源软件,谢谢。 @@ -413,7 +417,7 @@ Length: %4 Search for action... - 操作搜索... + 操作搜索... @@ -421,17 +425,17 @@ Length: %4 Audio Input - 音频输入 + 音频输入 Audio - 音频 + 音频 Import an audio footage stream. - + 导入音频素材流。 @@ -439,7 +443,7 @@ Length: %4 Audio Monitor - 音频监视器 + 音频监视器 @@ -447,22 +451,22 @@ Length: %4 Length - 长度 + 长度 Media In - + 媒体输入 Enabled - 已启用 + 已启用 Speed - 速度 + 速度 @@ -470,52 +474,52 @@ Length: %4 Blur - 模糊 + 模糊 Blurs an image. - 使图像变模糊。 + 使图像变模糊。 Input - 输入 + 输入 Method - + 方法 Box - + 盒式 Gaussian - 高斯 + 高斯 Radius - 半径 + 半径 Horizontal - 水平 + 水平 Vertical - 垂直 + 垂直 Repeat Edge Pixels - 重复边缘像素 + 重复边缘像素 @@ -523,17 +527,17 @@ Length: %4 Clip - 剪辑 + 片段 A time-based node that represents a media source. - + 基于时间的节点,表示一段媒体源。 Buffer - 缓冲区 + 缓冲区 @@ -541,7 +545,7 @@ Length: %4 Select Color - 选择颜色 + 选择颜色 @@ -549,37 +553,37 @@ Length: %4 Color Management - 色彩管理 + 颜色管理 Input: - 输入: + 输入: Color Space: - 色彩空间: + 颜色空间: Display: - + 显示: View: - + 视图: Look: - + 风格: (None) - (无) + (无) @@ -587,17 +591,17 @@ Length: %4 Red - 红色 + 红色 Green - 绿色 + 绿色 Blue - 蓝色 + 蓝色 @@ -605,22 +609,22 @@ Length: %4 Preview - 预览 + 预览 Input - 输入 + 输入 Reference - + 参考 Display - + 显示 @@ -628,7 +632,7 @@ Length: %4 Conforming Audio %1:%2 - + 确认音频 %1:%2 @@ -636,255 +640,255 @@ Length: %4 Import error - 导入出错 + 导入出错 Nothing to import - 没有可导出的内容 + 没有可导出的内容 Importing... - 正在导入... + 正在导入... Import footage... - 导入素材... + 导入素材... Failed to import footage - 无法导入素材 + 无法导入素材 Failed to find active Project panel - 找不到活动项目面板 + 找不到活动项目面板 No Active Project - 没有活动项目 + 没有活动项目 No project is currently open to set the properties for - + 当前没有用于设置属性的已打开项目 Failed to create new folder - 无法创建新文件夹 + 无法创建新文件夹 Failed to find active project - 找不到活动项目 + 找不到活动项目 New Folder - 新建文件夹 + 新建文件夹 Failed to create new sequence - 无法创建新序列 + 无法创建新序列 Possible image sequence detected - 检测到可能的图像序列 + 检测到可能的图像序列 The file '%1' looks like it might be part of an image sequence. Would you like to import it as such? - 文件“%1”可能是图像序列的一部分。您要如此导入它吗? + 文件“%1”可能是图像序列的一部分。您要如此导入它吗? You must specify a project file to export - 您必须指定要导出的项目文件 + 您必须指定要导出的项目文件 Specified project does not exist - 指定的项目不存在 + 指定的项目不存在 Project contains no sequences, nothing to export - 项目不包含任何序列,没有可导出的内容 + 项目不包含任何序列,没有可导出的内容 This project has multiple sequences. Which do you wish to export? - 此项目有多个序列。您要导出哪一个? + 此项目有多个序列。您要导出哪一个? Enter number (or %1 to cancel): - + 输入数字 (或%1来取消): Invalid sequence number - + 无效序列数字 Export succeeded - 导出成功 + 导出成功 Export failed: %1 - 导出失败:%1 + 导出失败:%1 Project failed to load: %1 - 项目无法加载:%1 + 项目无法加载:%1 Failed to open startup file - 无法打开启动文件 + 无法打开启动文件 The project "%1" doesn't exist. A new project will be started instead. - + 项目“%1”不存在。将打开一个新建项目。 Missing OpenTimelineIO Libraries - 缺失 OpenTimelineIO 库 + 缺失 OpenTimelineIO 库 This build was compiled without OpenTimelineIO and therefore cannot open OpenTimelineIO files. - + 本构建未使用 OpenTimelineIO 编译,所以无法打开 OpenTimelineIO 文件。 Save Project - 保存项目 + 保存项目 Error - 错误 + 错误 This Sequence is empty. There is nothing to export. - 此序列是空的。没有可导出的内容。 + 此序列是空的。没有可导出的内容。 No valid sequence detected. Make sure a sequence is loaded and it has a connected Viewer node. - 未检测到有效的序列。 + 未检测到有效的序列。 请确保序列已加载并连接到查看器节点。 Olive Project - Olive 项目 + Olive 项目 OpenTimelineIO - OpenTimelineIO + OpenTimelineIO Save Project As - 另存项目为 + 另存项目为 Load Project - 加载项目 + 加载项目 Label Node - + 标签节点 Set node label - 设置节点标签 + 设置节点标签 Sequence %1 - 序列 %1 + 序列 %1 Cannot open recent project - 无法打开最近项目 + 无法打开最近项目 The project "%1" doesn't exist. Would you like to remove this file from the recent list? - 项目“%1”不存在。您要从最近列表移除此文件吗? + 项目“%1”不存在。您要从最近列表移除此文件吗? Unsaved Changes - 未保存的更改 + 未保存的更改 The project '%1' has unsaved changes. Would you like to save them? - 项目“%1”有未保存的更改。您要保存吗? + 项目“%1”有未保存的更改。您要保存吗? Save - 保存 + 保存 Save All - 全部保存 + 全部保存 Don't Save - 不保存 + 不保存 Don't Save All - 全部不保存 + 全部不保存 Failed to cache sequence - 无法缓存序列 + 无法缓存序列 No active viewer found with this sequence. - + 没有找到此序列的活动查看器。 Open Project - 打开项目 + 打开项目 @@ -892,57 +896,57 @@ Make sure a sequence is loaded and it has a connected Viewer node. Olive - Olive + Olive We're sorry, Olive has crashed. Please help us fix it by sending an error report. - 抱歉,Olive 崩溃了。请发送错误报告帮助我们修复它。 + 抱歉,Olive 崩溃了。请发送错误报告帮助我们修复它。 Describe what you were doing in as much detail as possible. If you can, provide steps to reproduce this crash. - 尽可能详细地描述您正在进行地操作。 如果可以,请您提供能重现此崩溃的步骤。 + 尽可能详细地描述您正在进行的操作。 如果可以,请您提供能重现此崩溃的步骤。 Crash Report: - 崩溃报告: + 崩溃报告: Send Error Report - 发送错误报告 + 发送错误报告 Don't Send - 不发送 + 不发送 Waiting for crash report to be generated... - 正在等待崩溃报告生成... + 正在等待崩溃报告生成... Upload Failed - 上传失败 + 上传失败 Failed to send error report. Please try again later. - 无法发送错误报告。请稍后重试。 + 无法发送错误报告。请稍后重试。 No Crash Summary - 没有崩溃摘要 + 没有崩溃摘要 Are you sure you want to send an error report with no crash summary? - 确定要发送没有崩溃摘要的错误报告? + 确定要发送没有崩溃摘要的错误报告? @@ -950,12 +954,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Cross Dissolve - 淡入淡出 + 交叉溶解 Smoothly transition between two clips. - 两个剪辑之间平滑转场。 + 两个片段之间平滑转场。 @@ -963,7 +967,7 @@ Make sure a sequence is loaded and it has a connected Viewer node. Curve Editor - 曲线编辑器 + 曲线编辑器 @@ -972,7 +976,7 @@ Make sure a sequence is loaded and it has a connected Viewer node. Zoom to Fit 适屏缩放 - 缩放到合适大小 + 缩放到合适大小 @@ -980,17 +984,17 @@ Make sure a sequence is loaded and it has a connected Viewer node. Linear - 线性 + 线性 Bezier - 贝塞尔曲线 + 贝塞尔曲线 Hold - 保留 + 保留 @@ -998,13 +1002,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Dip To Color - 颜色拾取 - + 浸入颜色 Transition between clips by dipping to a color. - + 通过浸入颜色在两个片段之间转场。 @@ -1012,54 +1015,54 @@ Make sure a sequence is loaded and it has a connected Viewer node. Disk Cache: %1 - 磁盘缓存:%1 + 磁盘缓存:%1 Disk Cache Settings - 磁盘缓存设置 + 磁盘缓存设置 Maximum Disk Cache: - 最大磁盘缓存: + 最大磁盘缓存: %1 GB - + %1 GB Clear Disk Cache - 清除磁盘缓存 + 清除磁盘缓存 Automatically clear disk cache on close - 关闭时自动清除磁盘缓存 + 关闭时自动清除磁盘缓存 Are you sure you want to clear the disk cache in '%1'? - 您确定要清除“%1”中的磁盘缓存? + 您确定要清除“%1”中的磁盘缓存? Disk Cache Cleared - 磁盘缓存已清除 + 磁盘缓存已清除 Disk cache failed to fully clear. You may have to delete the cache files manually. - 磁盘缓存无法完全清除。您可能需要手动删除缓存文件。 + 磁盘缓存无法完全清除。您可能需要手动删除缓存文件。 Disk Cache Partially Cleared - 磁盘缓存已部分清除 + 磁盘缓存已部分清除 @@ -1068,27 +1071,27 @@ Make sure a sequence is loaded and it has a connected Viewer node. Disk Cache Error - 磁盘缓存错误 + 磁盘缓存错误 Unable to set custom application disk cache. Using default instead. - 无法设置自定义应用程序磁盘缓存。使用默认设置。 + 无法设置自定义应用程序磁盘缓存。使用默认设置。 Disk Cache - 磁盘缓存 + 磁盘缓存 You've chosen to change the default disk cache location. This will invalidate your current cache. Would you like to continue? - 您已选择更改默认磁盘缓存位置。这将使当前缓存无效。您要继续吗? + 您已选择更改默认磁盘缓存位置。这将使当前缓存无效。您要继续吗? Failed to open disk cache at "%1". Try a different folder. - 无法打开位于 "%1" 的磁盘缓存。请尝试其他文件夹。 + 无法打开位于 "%1" 的磁盘缓存。请尝试其他文件夹。 @@ -1096,12 +1099,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Elapsed: %1 - 经过:%1 + 经过:%1 Remaining: %1 - 剩余:%1 + 剩余:%1 @@ -1109,27 +1112,27 @@ Make sure a sequence is loaded and it has a connected Viewer node. Advanced - 高级 + 高级 Pixel - 像素 + 像素 Pixel Format: - 像素格式: + 像素格式: Performance - 性能 + 性能 Threads: - 线程: + 线程: @@ -1137,22 +1140,22 @@ Make sure a sequence is loaded and it has a connected Viewer node. Codec: - 编解码器: + 编解码器: Sample Rate: - 采样率: + 采样率: Channel Layout: - 通道布局: + 通道布局: Format: - 格式: + 格式: @@ -1160,62 +1163,62 @@ Make sure a sequence is loaded and it has a connected Viewer node. DNxHD - + DNxHD H.264 - + H.264 H.265 - + H.265 OpenEXR - + OpenEXR PNG - + PNG ProRes - + ProRes TIFF - + TIFF MP2 - + MP2 MP3 - + MP3 AAC - + AAC PCM (Uncompressed) - + PCM (Uncompressed) Unknown - 未知 + 未知 @@ -1223,133 +1226,133 @@ Make sure a sequence is loaded and it has a connected Viewer node. Filename: - 文件名: + 文件名: Browse for exported file filename - 浏览已导出的文件名 + 浏览已导出的文件名 Preset: - 预设: + 预设: Same As Source - High Quality - 与源相同 - 高质量 + 与源相同 - 高质量 Same As Source - Medium Quality - 与源相同 - 中等质量 + 与源相同 - 中等质量 Same As Source - Low Quality - 与源相同 - 低质量 + 与源相同 - 低质量 Range: - 范围: + 范围: Entire Sequence - 整个序列 + 整个序列 In to Out - 已选择的时间段 + 入点至出点 Format: - 格式: + 格式: Export Video - 导出视频 + 导出视频 Export Audio - 导出音频 + 导出音频 Video - 视频 + 视频 Audio - 音频 + 音频 Export - 导出 + 导出 Preview - 预览 + 预览 Invalid parameters - 无效的参数 + 无效的参数 Both video and audio are disabled. There's nothing to export. - 视频和音频都已禁用。没有可导出的内容。 + 视频和音频都已禁用。没有可导出的内容。 Invalid filename - 预览 + 无效文件名 The filename must contain the extension "%1". Would you like to append it automatically? - 文件名必须包含扩展名“%1”。您要自动附加扩展名吗? + 文件名必须包含扩展名“%1”。您要自动附加扩展名吗? Failed to create output directory - 无法创建输出目录 + 无法创建输出目录 The intended output directory doesn't exist and Olive couldn't create it. Please choose a different filename. - + 指定的输出目录不存在且 Olive 无法创建它。请选择一个其他的文件名。 Confirm Overwrite - 确认覆盖 + 确认覆盖 The file "%1" already exists. Do you want to overwrite it? - 文件“%1”已存在。您要覆盖它吗? + 文件“%1”已存在。您要覆盖它吗? Invalid Parameters - 无效的参数 + 无效的参数 Width and height must be multiples of 2. - 宽度和高度必须是2的倍数。 + 宽度和高度必须是2的倍数。 @@ -1357,42 +1360,42 @@ Make sure a sequence is loaded and it has a connected Viewer node. DNxHD - + DNxHD Matroska Video - + Matroska Video MPEG-4 Video - + MPEG-4 Video OpenEXR - + OpenEXR PNG - + PNG TIFF - + TIFF QuickTime - + QuickTime Unknown - 未知 + 未知 @@ -1400,22 +1403,22 @@ Make sure a sequence is loaded and it has a connected Viewer node. Exporting "%1" - 正在导出 "%1" + 正在导出 "%1" Failed to create encoder - + 无法创建编码器 Failed to open file - 无法打开文件 + 无法打开文件 Failed to overwrite "%1". Export has been saved as "%2" instead. - + 无法覆盖“%1”。导出将被保存为“%2”。 @@ -1424,77 +1427,77 @@ Make sure a sequence is loaded and it has a connected Viewer node. Basic Would "基本" / "基本的" be more appropriate? - 基本设置 + 基本设置 Width: - 宽度: + 宽度: Height: - 高度: + 高度: Maintain Aspect Ratio: - 保持长宽比: + 保持宽高比: Scaling Method: - 缩放方式: + 缩放方式: Fit - 适合 + 适合 Stretch - 拉伸 + 拉伸 Crop - 裁剪 + 裁剪 Frame Rate: - 帧率: + 帧率: Pixel Aspect Ratio: - 像素长宽比: + 像素宽高比: Interlacing: - 交错: + 交错: Quality: - 质量: + 质量: Codec - 编解码器 + 编解码器 Codec: - 编解码器: + 编解码器: Advanced - 高级 + 高级 @@ -1502,12 +1505,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. %1 dB - + %1 dB %1% - + %1% @@ -1515,17 +1518,17 @@ Make sure a sequence is loaded and it has a connected Viewer node. "%1" Properties - "%1" 属性 + "%1" 属性 Name: - 名称: + 名称: Tracks: - 轨道: + 轨道: @@ -1533,37 +1536,37 @@ Make sure a sequence is loaded and it has a connected Viewer node. Footage - 素材 + 素材 Filename - 文件名 + 文件名 Actions - 操作 + 操作 Browse - 浏览 + 浏览 Relink Footage - 重新链接素材 + 重新链接素材 Relink "%1" - 重新链接 "%1" + 重新链接 "%1" All Files - 全部文件 + 全部文件 @@ -1571,7 +1574,7 @@ Make sure a sequence is loaded and it has a connected Viewer node. Footage Viewer - 素材查看器 + 素材查看器 @@ -1579,12 +1582,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Gap - 空隙 + 空隙 A time-based node that represents an empty space. - + 基于时间的节点,表示一段空白空间。 @@ -1592,17 +1595,17 @@ Make sure a sequence is loaded and it has a connected Viewer node. Target Bit Rate (Mbps): - 目标码率 (Mbps): + 目标码率 (Mbps): Maximum Bit Rate (Mbps): - 最大码率 (Mbps): + 最大码率 (Mbps): Two-Pass - + Two-Pass @@ -1610,12 +1613,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Target File Size (MB): - 目标文件大小 (MB): + 目标文件大小 (MB): Two-Pass - + Two-Pass @@ -1623,22 +1626,22 @@ Make sure a sequence is loaded and it has a connected Viewer node. Compression Method: - 压缩方式: + 压缩方式: Constant Rate Factor - + 恒定速率因子(CRF) Target Bit Rate - 目标码率 + 目标码率 Target File Size - 目标文件大小 + 目标文件大小 @@ -1646,7 +1649,7 @@ Make sure a sequence is loaded and it has a connected Viewer node. Image Sequence: - 图像序列: + 图像序列: @@ -1654,17 +1657,17 @@ Make sure a sequence is loaded and it has a connected Viewer node. None (Progressive) - 无 (渐进) + 无 (渐进) Top-Field First - 顶场优先 + 上场优先 Bottom-Field First - 底场优先 + 下场优先 @@ -1672,32 +1675,32 @@ Make sure a sequence is loaded and it has a connected Viewer node. Keyframe Properties - 关键帧属性 + 关键帧属性 In: - + 入: Out: - + 出: Linear - 线性 + 线性 Hold - 保留 + 保留 Bezier - 贝塞尔曲线 + 贝塞尔曲线 @@ -1705,22 +1708,22 @@ Make sure a sequence is loaded and it has a connected Viewer node. Linear - 线性 + 线性 Bezier - 贝塞尔曲线 + 贝塞尔曲线 Hold - 保留 + 保留 P&roperties - 属性(&R) + 属性(&R) @@ -1728,17 +1731,17 @@ Make sure a sequence is loaded and it has a connected Viewer node. Failed to load OpenTimelineIO from file "%1" - 无法从文件 "%1" 加载 OpenTimelineIO + 无法从文件 "%1" 加载 OpenTimelineIO Unknown OpenTimelineIO root element - 未知的 OpenTimelineIO 根元素 + 未知的 OpenTimelineIO 根元素 Failed to load clip - 无法加载剪辑 + 无法加载片段 @@ -1746,397 +1749,397 @@ Make sure a sequence is loaded and it has a connected Viewer node. &Save '%1' - 保存 '%1'(&S) + 保存 '%1'(&S) Save '%1' &As - 另存 '%1' 为(&A) + 另存 '%1' 为(&A) Close '%1' - 关闭 '%1' + 关闭 '%1' Close All Except '%1' - + 除‘%1’外关闭所有 &Save Project - 保存项目(&S) + 保存项目(&S) Save Project &As - 另存项目为(&A) + 另存项目为(&A) Close Project - 关闭项目 + 关闭项目 Close All Except Current Project - + 除当前项目外关闭所有 (None) - (无) + (无) &File - 文件(&F) + 文件(&F) &New - 新建(&N) + 新建(&N) &Open Project - 打开项目(&O) + 打开项目(&O) Open &Recent - 打开最近(&R) + 打开最近(&R) &Clear Recent List - 清除最近列表(&C) + 清除最近列表(&C) Sa&ve All Projects - 保存所有项目(&V) + 保存所有项目(&V) &Import... - 导入(&I)... + 导入(&I)... &Export - 导出(&E) + 导出(&E) &Media... - 媒体(&M)... + 媒体(&M)... &Project Properties... - 项目属性(&P)... + 项目属性(&P)... Close All Projects - 关闭所有项目 + 关闭所有项目 E&xit - 退出(&X) + 退出(&X) &Edit - 编辑(&E) + 编辑(&E) Insert - 插入 + 插入 Overwrite - 覆盖 + 覆盖 Select &All - 全选(&A) + 全选(&A) Deselect All - 取消全选 + 取消全选 Ripple to In Point - + 波纹删除至入点 Ripple to Out Point - + 波纹删除至出点 Edit to In Point - + 剪辑至入点 Edit to Out Point - + 剪辑至出点 Delete In/Out Point - 删除入点/出点 + 删除入点/出点 Ripple Delete In/Out Point - 波纹删除入点/出点 + 波纹删除入点/出点 Set/Edit Marker - 设置/编辑标记 + 设置/编辑标记 &View - 视图(&V) + 视图(&V) Zoom In - 放大 + 放大 Zoom Out - 缩小 + 缩小 Increase Track Height - 增加轨道高度 + 增加轨道高度 Decrease Track Height - 降低轨道高度 + 降低轨道高度 Toggle Show All - 轨道全部显示 + 轨道全部显示 Full Screen - 全屏 + 全屏 Full Screen Viewer - 全屏预览 + 全屏查看器 &Playback - 回放(&P) + 回放(&P) Go to Start - 回到起始帧 + 回到起始帧 Previous Frame - 前一帧 + 前一帧 Play/Pause - 播放/暂停 + 播放/暂停 Play In to Out - 播放已标记的区域 + 播放入点至出点 Next Frame - 后一帧 + 后一帧 Go to End - 转到结束帧 + 转到结束帧 Go to Previous Cut - 转到前一切点 + 转到前一切点 Go to Next Cut - 转到后一切点 + 转到后一切点 Go to In Point - 转到入点 + 转到入点 Go to Out Point - 转到出点 + 转到出点 Shuttle Left - 向左播放 + 向左播放 Shuttle Stop - 停止播放 + 停止播放 Shuttle Right - 向右播放 + 向右播放 Loop - 循环 + 循环 &Sequence - 序列(&S) + 序列(&S) Cache Entire Sequence - 缓存整个序列 + 缓存整个序列 Cache Sequence In/Out - + 缓存序列入点/出点 Maximize Panel - 最大化面板 + 最大化面板 Lock Panels - 锁定面板 + 锁定面板 Reset to Default Layout - 重置为默认布局 + 重置为默认布局 &Tools - 工具(&T) + 工具(&T) Pointer Tool - 选择/移动/默认 + 指针工具 Edit Tool - 编辑工具 + 编辑工具 Ripple Tool - 波纹工具 + 波纹工具 Rolling Tool - 滚动工具 + 滚动工具 Razor Tool - 刀片工具 + 刀片工具 Slip Tool - 滑移工具 + 滑移工具 Slide Tool - 滑动工具 + 滑动工具 Hand Tool - + 手形工具 Zoom Tool - 缩放工具 + 缩放工具 Transition Tool - 转场工具 + 转场工具 Enable Snapping - 启用吸附 + 启用吸附 Preferences - 首选项 + 首选项 &Help - 帮助(&H) + 帮助(&H) A&ction Search - 操作搜索(&C) + 操作搜索(&C) Send &Feedback... - 发送反馈(&F)... + 发送反馈(&F)... &About... - 关于(&A)... + 关于(&A)... @@ -2144,12 +2147,12 @@ Make sure a sequence is loaded and it has a connected Viewer node. Welcome to %1 %2 - 欢迎使用 %1 %2 + 欢迎使用 %1 %2 Running %1 background tasks - 正在运行 %1 后台任务 + 正在运行 %1 后台任务 @@ -2157,14 +2160,14 @@ Make sure a sequence is loaded and it has a connected Viewer node. Driver Warning - 驱动程序警告 + 驱动程序警告 Olive has detected your system is using the Nouveau graphics driver. This driver is known to have stability and performance issues with Olive. It is highly recommended you install the proprietary NVIDIA driver before continuing to use Olive. - Olive 检测到您的系统正在使用 Nouveau 图形驱动程序。 + Olive 检测到您的系统正在使用 Nouveau 图形驱动程序。 此驱动程序用于 Olive 会有稳定性和性能问题。强烈建议您在继续使用 Olive 之前安装 NVIDIA 专有驱动程序。 @@ -2174,42 +2177,42 @@ This driver is known to have stability and performance issues with Olive. It is Color Space - 颜色空间 + 颜色空间 No color manager connected - + 没有已连接的颜色管理器 Display - + 显示 View - 视图 + 视图 Look - + 风格 (None) - (无) + (无) OpenColorIO Error - OpenColorIO 错误 + OpenColorIO 错误 Failed to set color configuration: %1 - 无法设置颜色配置:%1 + 无法设置颜色配置:%1 @@ -2217,12 +2220,12 @@ This driver is known to have stability and performance issues with Olive. It is Display - + 显示 Reference - + 参考 @@ -2230,48 +2233,48 @@ This driver is known to have stability and performance issues with Olive. It is Math - + 数学 Perform a mathematical operation between two values. - + 在两个值之间进行数学运算。 Method - + 方法 Value - + Add - + Subtract - + Multiply - + Divide - + Power - + @@ -2279,42 +2282,42 @@ This driver is known to have stability and performance issues with Olive. It is Orthographic Matrix - 正交矩阵 + 正交矩阵 Ortho - 正交 + 正交 Generate an orthographic matrix using position, rotation, and scale. - + 使用位置、旋转和缩放生成正交矩阵。 Position - 位置 + 位置 Rotation - 旋转 + 旋转 Scale - 缩放 + 缩放 Uniform Scale - 统一缩放的大小 + 统一缩放 Anchor Point - 锚点 + 锚点 @@ -2322,7 +2325,7 @@ This driver is known to have stability and performance issues with Olive. It is Footage - 素材 + 素材 @@ -2330,127 +2333,127 @@ This driver is known to have stability and performance issues with Olive. It is &Project - 项目(&P) + 项目(&P) &Sequence - 序列(&S) + 序列(&S) &Folder - 文件夹(&F) + 文件夹(&F) Cu&t - 剪切(&T) + 剪切(&T) Cop&y - 复制(&Y) + 复制(&Y) &Paste - 粘帖(&P) + 粘帖(&P) Paste Insert - 粘贴插入 + 粘贴插入 Duplicate - 复制 + 复制 Delete - 删除 + 删除 Ripple Delete - 波纹删除 + 波纹删除 Split - 切断 + 切断 Set In Point - 设置入点 + 设置入点 Set Out Point - 设置出点 + 设置出点 Reset In Point - 重置入点 + 重置入点 Reset Out Point - 重置出点 + 重置出点 Clear In/Out Point - 清除入点/出点 + 清除入点/出点 Add Default Transition - 添加默认转场效果 + 添加默认转场效果 Link/Unlink - 链接/取消链接 + 链接/取消链接 Enable/Disable - 启用/禁用 + 启用/禁用 Nest - 嵌套 + 嵌套 Frames - + Drop Frame - 丢帧 + 丢帧 Non-Drop Frame - 不丢帧 + 不丢帧 Milliseconds - 毫秒 + 毫秒 Seconds - + @@ -2458,22 +2461,22 @@ This driver is known to have stability and performance issues with Olive. It is Merge - 合并 + 合并 Merge two textures together. - 合并两个纹理到一起。 + 合并两个纹理到一起。 Base - + 底色 Blend - 混合 + 混合 @@ -2481,57 +2484,57 @@ This driver is known to have stability and performance issues with Olive. It is Input - 输入 + 输入 Output - 输出 + 输出 General - 常规 + 常规 Math - + 数学 Color - 颜色 + 颜色 Filter - + 滤镜 Timeline - 时间线 + 时间线 Generator - + 生成器 Channel - 通道 + 通道 Transition - 转场 + 转场 Uncategorized - 未分类 + 未分类 @@ -2539,7 +2542,7 @@ This driver is known to have stability and performance issues with Olive. It is Input - 输入 + 输入 @@ -2547,7 +2550,7 @@ This driver is known to have stability and performance issues with Olive. It is Output - 输出 + 输出 @@ -2555,7 +2558,7 @@ This driver is known to have stability and performance issues with Olive. It is Node Editor - 节点编辑器 + 节点编辑器 @@ -2563,92 +2566,92 @@ This driver is known to have stability and performance issues with Olive. It is Value - + None - + Integer - 整数 + 整数 Float - 浮点数 + 浮点数 Rational - 有理数 + 有理数 Boolean - 布尔值 + 布尔值 Color - 颜色 + 颜色 Matrix - 矩阵 + 矩阵 Text - 文字 + 文字 Font - 字体 + 字体 File - 文件 + 文件 Texture - 纹理 + 纹理 Samples - + 采样 Footage - 素材 + 素材 Vector 2D - 矢量 2D + 矢量 2D Vector 3D - 矢量 3D + 矢量 3D Vector 4D - 矢量 4D + 矢量 4D Unknown - 未知 + 未知 @@ -2656,12 +2659,12 @@ This driver is known to have stability and performance issues with Olive. It is + - + + %1 elements - + %1 个元素 @@ -2669,17 +2672,17 @@ This driver is known to have stability and performance issues with Olive. It is Connected to - 已连接到 + 已连接到 Nothing - + 无内容 Disconnect - 断开连接 + 断开连接 @@ -2687,7 +2690,7 @@ This driver is known to have stability and performance issues with Olive. It is %1 (%2) - + %1 (%2) @@ -2695,7 +2698,7 @@ This driver is known to have stability and performance issues with Olive. It is %1: - + %1: @@ -2703,12 +2706,12 @@ This driver is known to have stability and performance issues with Olive. It is Warning - 警告 + 警告 Are you sure you want to disable keyframing on this value? This will clear all existing keyframes. - + 您确定要禁用当前值上的关键帧?这会清除所有已存在的关键帧。 @@ -2716,7 +2719,7 @@ This driver is known to have stability and performance issues with Olive. It is Table View - 表格视图 + 表格视图 @@ -2724,37 +2727,37 @@ This driver is known to have stability and performance issues with Olive. It is Type - 类型 + 类型 Source - + R/X - + R/X G/Y - + G/Y B/Z - + B/Z A/W - + A/W (unknown) - (未知) + (未知) @@ -2762,7 +2765,7 @@ This driver is known to have stability and performance issues with Olive. It is Nodes - 节点 + 节点 @@ -2770,62 +2773,62 @@ This driver is known to have stability and performance issues with Olive. It is Label - + 标签 Auto-Position - + 自动定位 Smooth Edges - 平滑边缘 + 平滑边缘 Filter - + 滤镜 Show All - 全部显示 + 全部显示 Show Selected Blocks Only - + 仅显示选中的方块 Direction - 方向 + 方向 Top to Bottom - 从上到下 + 从上到下 Bottom to Top - 从下到上 + 从下到上 Left to Right - 从左到右 + 从左到右 Right to Left - 从右到左 + 从右到左 Add - 添加 + 添加 @@ -2834,17 +2837,17 @@ This driver is known to have stability and performance issues with Olive. It is Pan - 左右平衡/平移 + 音频平移 Adjust the stereo panning of an audio source. - + 调整音频源的立体声平移。 Samples - + 采样 @@ -2852,7 +2855,7 @@ This driver is known to have stability and performance issues with Olive. It is %1: %2 - + %1: %2 @@ -2860,17 +2863,17 @@ This driver is known to have stability and performance issues with Olive. It is Parameter Editor - 参数编辑器 + 参数编辑器 (none) - (无) + (无) (multiple) - (多个) + (多个) @@ -2878,12 +2881,12 @@ This driver is known to have stability and performance issues with Olive. It is Browse - 浏览 + 浏览 Browse for path - + 浏览路径 @@ -2891,17 +2894,17 @@ This driver is known to have stability and performance issues with Olive. It is Set Custom Pixel Aspect Ratio - 设置自定义像素长宽比 + 设置自定义像素宽高比 Custom... - 自定义... + 自定义... Custom (%1) - 自定义 (%1) + 自定义 (%1) @@ -2909,7 +2912,7 @@ This driver is known to have stability and performance issues with Olive. It is Pixel Sampler - + 像素采样器 @@ -2917,12 +2920,12 @@ This driver is known to have stability and performance issues with Olive. It is Color - 颜色 + 颜色 <html><font color='#FF8080'>R: %1</font><br><font color='#80FF80'>G: %2</font><br><font color='#8080FF'>B: %3</font><br>A: %4</html> - + <html><font color='#FF8080'>R: %1</font><br><font color='#80FF80'>G: %2</font><br><font color='#8080FF'>B: %3</font><br>A: %4</html> @@ -2930,22 +2933,22 @@ This driver is known to have stability and performance issues with Olive. It is Polygon - 多边形 + 多边形 Generate a 2D polygon of any amount of points. - + 生成任意点数量的2D多边形。 Points - + Color - 颜色 + 颜色 @@ -2953,7 +2956,7 @@ This driver is known to have stability and performance issues with Olive. It is Pre-caching %1:%2 - 正在预缓存 %1:%2 + 正在预缓存 %1:%2 @@ -2961,12 +2964,12 @@ This driver is known to have stability and performance issues with Olive. It is Theme - 主题 + 主题 Node Color Scheme - 节点配色方案 + 节点配色方案 @@ -2974,47 +2977,47 @@ This driver is known to have stability and performance issues with Olive. It is Output Device: - 输出设备: + 输出设备: Input Device: - 输入设备: + 输入设备: Sample Rate: - 采样率: + 采样率: Audio Recording: - 音频录制: + 音频录制: Mono - 单声道 + 单声道 Stereo - 立体声 + 立体声 Refresh Devices - 刷新设备 + 刷新设备 Please wait... - 请等待... + 请等待... Default - 默认 + 默认 @@ -3022,142 +3025,142 @@ This driver is known to have stability and performance issues with Olive. It is Behavior - 行为 + 行为 General - 常规 + 常规 Enable hover focus - 启用悬停聚焦 + 启用悬停聚焦 Panels will be considered focused when the mouse cursor is over them without having to click them. - + 面板会在鼠标指针悬停在上方时获取焦点,而无需点击。 Scroll wheel zooms by default instead of scrolling - 滚轮默认缩放而不是滚动 + 滚轮默认缩放而不是滚动 Holding CTRL while using Olive toggles this setting - + 使用 Olive 时按住 CTRL 来切换此设置 Audio - 音频 + 音频 Enable audio scrubbing - + 启用音频清理 Timeline - 时间线 + 时间线 Auto-Seek to Imported Clips - 自动寻找并导入剪辑 + 自动寻找并导入片段 Edit Tool Also Seeks - + 编辑工具并寻找 Edit Tool Selects Links - + 编辑工具选择链接 Enable Drag Files to Timeline - 启用拖放文件到时间线 + 启用拖放文件到时间线 Invert Timeline Scroll Axes - 反转时间线滚动轴 + 反转时间线滚动轴 Hold ALT on any UI element to switch scrolling axes - + 在任意 UI 元素上按住 ALT 来切换滚动轴 Seek Also Selects - + 查找并选择 Seek to the End of Pastes - + 查找至最后粘帖 Selecting Also Seeks - 选择并查找 + 选择并查找 Playback - 回放 + 回放 Ask For Name When Setting Marker - 设置标记时询问名称 + 设置标记时询问名称 Automatically rewind at the end of a sequence - + 序列结束时自动倒带 Project - 项目 + 项目 Drop Files on Media to Replace - 拖放文件到媒体进行替换 + 拖放文件到媒体进行替换 Nodes - 节点 + 节点 Add Default Effects to New Clips - 添加默认效果到新的剪辑 + 添加默认效果到新的片段 Auto-Scale By Default - 默认情况下自动缩放 + 默认情况下自动缩放 Splitting Clips Copies Dependencies - + 切断片段副本依赖 Multiple clips can share the same nodes. Disable this to automatically share node dependencies among clips when copying or splitting them. - + 多个片段可以共享相同节点。禁用此项来在复制或切断片段时在其中共享节点依赖。 @@ -3165,37 +3168,37 @@ This driver is known to have stability and performance issues with Olive. It is Preferences - 首选项 + 首选项 General - 常规 + 常规 Appearance - 外观 + 外观 Behavior - 行为 + 行为 Disk - 磁盘 + 磁盘 Audio - 音频 + 音频 Keyboard - 键盘 + 键盘 @@ -3203,48 +3206,48 @@ This driver is known to have stability and performance issues with Olive. It is Disk Management - 磁盘管理 + 磁盘管理 Disk Cache Location: - 磁盘缓存位置: + 磁盘缓存位置: Disk Cache Settings - 磁盘缓存设置 + 磁盘缓存设置 Cache Behavior - 缓存行为 + 缓存行为 Cache Ahead: - 向前缓存: + 向前缓存: %1 seconds - %1 秒 + %1 秒 Cache Behind: - 向后缓存: + 向后缓存: Disk Cache - 磁盘缓存 + 磁盘缓存 Failed to set disk cache location. Access was denied. - 无法设置磁盘缓存位置。访问被拒绝。 + 无法设置磁盘缓存位置。访问被拒绝。 @@ -3252,47 +3255,47 @@ This driver is known to have stability and performance issues with Olive. It is Language: - 语言: + 语言: Auto-Scroll Method: - 自动滚动模式: + 自动滚动模式: None - + Page Scrolling - 页面滚动 + 页面滚动 Smooth Scrolling - 平滑滚动 + 平滑滚动 Rectified Waveforms: - + 整流波形: Default Still Image Length: - 默认静态图像长度: + 默认静态图像长度: %1 seconds - %1 秒 + %1 秒 %1 (%2) - + %1 (%2) @@ -3300,83 +3303,83 @@ This driver is known to have stability and performance issues with Olive. It is Search for action or shortcut - 搜索操作或者快捷键 + 搜索操作或者快捷键 Action - 操作 + 操作 Shortcut - 快捷键 + 快捷键 Import - 输入 + 输入 Export - 导出 + 导出 Reset Selected - 重新选择 + 重新选择 Reset All - 全部重设 + 全部重置 Confirm Reset All Shortcuts - 确认重置所有快捷键 + 确认重置所有快捷键 Are you sure you wish to reset all keyboard shortcuts to their defaults? - 您确定要将所有键盘快捷键重置为默认值吗? + 您确定要将所有键盘快捷键重置为默认值吗? Import Keyboard Shortcuts - 导入键盘快捷键配置 + 导入键盘快捷键配置 Error saving shortcuts - 保存键盘快捷键是发生错误 + 保存键盘快捷键时发生错误 Failed to open file for reading - 无法读取文件 + 无法读取文件 Export Keyboard Shortcuts - 导出键盘快捷键 + 导出键盘快捷键 Export Shortcuts - 导出快捷键 + 导出快捷键 Shortcuts exported successfully - 快捷键导出成功 + 快捷键导出成功 Failed to open file for writing - 无法打开文件进行写入 + 无法打开文件进行写入 @@ -3384,7 +3387,7 @@ This driver is known to have stability and performance issues with Olive. It is Cancel - 取消 + 取消 @@ -3393,7 +3396,7 @@ This driver is known to have stability and performance issues with Olive. It is (untitled) - (未命名) + (未命名) @@ -3401,67 +3404,67 @@ This driver is known to have stability and performance issues with Olive. It is &New - 新建(&N) + 新建(&N) &Import... - 输入(&I)... + 输入(&I)... &Project Properties... - 项目属性(&P)... + 项目属性(&P)... Open in New Tab - + 在新标签页中打开 Open in New Window - 在新窗口中打开 + 在新窗口中打开 Reveal in Explorer - 在资源管理器中显示 + 在资源管理器中显示 Reveal in Finder - 在 Finder 中显示 + 在 Finder 中显示 Reveal in File Manager - 在文件管理器中显示 + 在文件管理器中显示 Pre-Cache - 预缓存 + 预缓存 No sequences exist in project - 项目中不存在序列 + 项目中不存在序列 For "%1" - + 对于 "%1" P&roperties - 属性(&R) + 属性(&R) Confirm Footage Deletion - 确认删除素材 + 确认删除素材 @@ -3469,17 +3472,20 @@ This driver is known to have stability and performance issues with Olive. It is %2 What would you like to do with these clips? - + 素材 "%1" 已在以下序列中使用: + +%2 +您相对这些片段做什么? Offline Footage - 离线素材 + 离线素材 Delete Clips - 删除剪辑 + 删除片段 @@ -3487,7 +3493,7 @@ What would you like to do with these clips? Go to parent folder - 转到上级文件夹 + 转到上级文件夹 @@ -3495,12 +3501,12 @@ What would you like to do with these clips? Import Error - 导入出错 + 导入出错 The following files failed to import. Olive likely does not support their formats. - 下列文件无法导入。Olive 可能不支持这些文件格式。 + 下列文件无法导入。Olive 可能不支持这些文件格式。 @@ -3508,7 +3514,7 @@ What would you like to do with these clips? Importing %1 files - 正在导入 %1 文件 + 正在导入 %1 文件 @@ -3516,7 +3522,7 @@ What would you like to do with these clips? Loading '%1' - 正在加载 '%1' + 正在加载 '%1' @@ -3524,18 +3530,18 @@ What would you like to do with these clips? This project is newer than this version of Olive and cannot be opened. - + 这个项目版本高于比当前 Olive 版本,无法读取。 This project is from a version of Olive that is no longer supported in this version. - + 这个项目来自当前版本已不支持的 Olive 版本。 Failed to read file "%1" for reading. - 无法读取文件 "%1"。 + 无法读取文件 "%1"。 @@ -3543,17 +3549,17 @@ What would you like to do with these clips? Folder - 文件夹 + 文件夹 Project - 项目 + 项目 (none) - (无) + (无) @@ -3561,38 +3567,38 @@ What would you like to do with these clips? Project Properties for '%1' - '%1' 的项目属性 + '%1' 的项目属性 OpenColorIO Configuration: - OpenColorIO 配置: + OpenColorIO 配置: (default) - (默认) + (默认) Default Input Color Space: - 默认输入颜色空间: + 默认输入颜色空间: Browse - 浏览 + 浏览 Color Management 色彩管理 - 颜色管理 + 颜色管理 Use Default Location - 使用默认位置 + 使用默认位置 @@ -3602,12 +3608,12 @@ What would you like to do with these clips? Use Custom Location: - 使用默认位置: + 使用默认位置: Disk Cache Settings - 磁盘缓存设置 + 磁盘缓存设置 @@ -3618,32 +3624,32 @@ What would you like to do with these clips? Disk Cache - 磁盘缓存 + 磁盘缓存 OpenColorIO Config Error - OpenColorIO 配置错误 + OpenColorIO 配置错误 Failed to set OpenColorIO configuration: %1 - 无法设置 OpenColorIO 配置: %1 + 无法设置 OpenColorIO 配置:%1 Invalid path - 无效的路径 + 无效的路径 The cache path is invalid. Please check it and try again. - 缓存路径无效。请检查后重试。 + 缓存路径无效。请检查后重试。 Browse for OpenColorIO configuration - + 浏览 OpenColorIO 配置 @@ -3651,22 +3657,22 @@ What would you like to do with these clips? Saving '%1' - 正在保存 '%1' + 正在保存 '%1' Failed to write XML data - 无法写入 XML 数据 + 无法写入 XML 数据 Failed to overwrite "%1". Project has been saved as "%2" instead. - 无法覆盖 "%1"。项目已保存为 "%2"。 + 无法覆盖 "%1"。项目已保存为 "%2"。 Failed to open temporary file "%1" for writing. - 无法打开临时文件 "%1" 进行写入。 + 无法打开临时文件 "%1" 进行写入。 @@ -3674,47 +3680,47 @@ What would you like to do with these clips? New... - 新建... + 新建... Open Project - 打开项目 + 打开项目 Save Project - 保存项目 + 保存项目 Undo - 撤销 + 撤销 Redo - 重做 + 重做 Search media, markers, etc. - 搜索媒体、标记,等。 + 搜索媒体、标记等。 Switch to Tree View - 切换到树视图 + 切换到树视图 Switch to List View - 切换到列表视图 + 切换到列表视图 Switch to Icon View - 切换到图标视图 + 切换到图标视图 @@ -3722,23 +3728,23 @@ What would you like to do with these clips? Name - 名称 + 名称 Duration - 持续时间 + 持续时间 Rate 帧率 - 速率 + 速率 Move Items - 移动项 + 移动项 @@ -3746,13 +3752,13 @@ What would you like to do with these clips? Waiting for workers to finish... - + 正在等待工作器完成... Renderer 渲染器 - + 渲染器 @@ -3760,92 +3766,92 @@ What would you like to do with these clips? B - + B Bold - 粗体 + 粗体 I - + I Italic - 斜体 + 斜体 U - + U Underline - 下划线 + 下划线 S - + S Strikethrough - 删除线 + 删除线 Font Family - 字体系列 + 字体系列 Font Size - 字体大小 + 字体大小 L - + L Left Align - 左对齐 + 左对齐 C - + C Center Align - 居中对齐 + 居中对齐 R - + R Right Align - 右对齐 + 右对齐 J - + J Justify Align - 两端对齐 + 两端对齐 @@ -3853,17 +3859,17 @@ What would you like to do with these clips? Exporting project to OpenTimelineIO - 正在导出项目到 OpenTimelineIO + 正在导出项目到 OpenTimelineIO Project contains no sequences to export. - + 项目不包含可导出的序列。 Failed to serialize sequence "%1" - + 序列化序列 "%1" 失败 @@ -3871,17 +3877,17 @@ What would you like to do with these clips? Waveform - 波形 + 波形 Histogram - 直方图 + 直方图 Scope - 范围 + 范围 @@ -3889,27 +3895,27 @@ What would you like to do with these clips? Name: - 名称: + 名称: New Sequence - 新建序列 + 新建序列 Editing "%1" - 正在编辑 "%1" + 正在编辑 "%1" Error editing Sequence - 编辑序列时出错 + 编辑序列时出错 Please enter a name for this Sequence. - 请输入此序列名称. + 请输入此序列名称. @@ -3917,72 +3923,72 @@ What would you like to do with these clips? Video - 视频 + 视频 Width: - 宽度: + 宽度: Height: - 高度: + 高度: Frame Rate: - 帧率: + 帧率: Pixel Aspect Ratio: - 像素长宽比: + 像素宽高比: Interlacing: - 交错: + 交错: Audio - 音频 + 音频 Sample Rate: - 采样率: + 采样率: Channels: - 声道: + 声道: Preview - 预览 + 预览 Resolution: - 分辨率: + 分辨率: Quality: - 质量: + 质量: Save Preset - 保存预设 + 保存预设 (%1x%2) - + (%1x%2) @@ -3990,77 +3996,77 @@ What would you like to do with these clips? Preset - 预设 + 预设 My Presets - 我的预设 + 我的预设 4K UHD - 4K UHD + 4K UHD 1080p - 1080p + 1080p 720p - 720p + 720p NTSC - NTSC + NTSC PAL - PAL + PAL %1 23.976 FPS - + %1 23.976 FPS %1 25 FPS - + %1 25 FPS %1 29.97 FPS - + %1 29.97 FPS %1 50 FPS - + %1 50 FPS %1 59.94 FPS - + %1 59.94 FPS %1 Standard - + %1 标准 %1 Widescreen - + %1 宽屏 Delete Preset - 删除预设 + 删除预设 @@ -4068,7 +4074,7 @@ What would you like to do with these clips? Sequence Viewer - 序列查看器 + 序列查看器 @@ -4076,12 +4082,12 @@ What would you like to do with these clips? Invalid Value - 无效的值 + 无效的值 The entered value is not valid for this field. - + 输入的值在在这个字段无效。 @@ -4089,17 +4095,17 @@ What would you like to do with these clips? Solid - 纯色 + 纯色 Generate a solid color. - 生成纯色。 + 生成纯色。 Color - 颜色 + 颜色 @@ -4107,7 +4113,7 @@ What would you like to do with these clips? (none) - (无) + (无) @@ -4115,37 +4121,37 @@ What would you like to do with these clips? Stroke - + 笔画 Creates a stroke outline around an image. - + 围绕图像创建一个笔画轮廓。 Input - 输入 + 输入 Color - 颜色 + 颜色 Radius - 半径 + 半径 Opacity - 不透明度 + 不透明度 Inner - + 内部 @@ -4153,12 +4159,12 @@ What would you like to do with these clips? Task - 任务 + 任务 Unknown error - 未知错误 + 未知错误 @@ -4166,7 +4172,7 @@ What would you like to do with these clips? Task Failed - 任务失败 + 任务失败 @@ -4174,7 +4180,7 @@ What would you like to do with these clips? Task Manager - 任务管理器 + 任务管理器 @@ -4182,7 +4188,7 @@ What would you like to do with these clips? Error: %1 - 错误:%1 + 错误:%1 @@ -4190,53 +4196,53 @@ What would you like to do with these clips? Sample Text - 文字样本 + 文字样本 Text - 文字 + 文字 Generate rich text. - + 生成富文本。 Font - 字体 + 字体 Font Size - 字体大小 + 字体大小 Color - 颜色 + 颜色 Vertical Align - 垂直对齐 + 垂直对齐 Top - 顶部 + 顶部 Center - 居中 + 居中 Bottom - 底下 + 底部 @@ -4244,7 +4250,7 @@ What would you like to do with these clips? (none) - (无) + (无) @@ -4252,12 +4258,12 @@ What would you like to do with these clips? Set Marker - 设置标记 + 设置标记 Marker name: - 标记名称: + 标记名称: @@ -4265,12 +4271,12 @@ What would you like to do with these clips? Time - 时间 + 时间 Generates the time (in seconds) at this frame - + 在这一帧生成时间 (以秒为单位) @@ -4278,7 +4284,7 @@ What would you like to do with these clips? Timeline - 时间线 + 时间线 @@ -4287,12 +4293,12 @@ What would you like to do with these clips? Properties - 属性 + 属性 Use Audio Time Units - 使用音频时间单位 + 使用音频时间单位 @@ -4300,7 +4306,7 @@ What would you like to do with these clips? Tools - 工具 + 工具 @@ -4308,67 +4314,67 @@ What would you like to do with these clips? Pointer Tool - 选择/移动/默认 + 指针工具 Edit Tool - 编辑工具 + 编辑工具 Ripple Tool - 波纹工具 + 波纹工具 Rolling Tool - 滚动工具 + 滚动工具 Razor Tool - 刀片工具 + 刀片工具 Slip Tool - 滑移工具 + 滑移工具 Slide Tool - 滑动工具 + 滑动工具 Hand Tool - + 手形工具 Zoom Tool - 缩放工具 + 缩放工具 Transition Tool - 转场工具 + 转场工具 Record Tool - + 录制工具 Add Tool - 添加工具 + 添加工具 Toggle Snapping - 切换吸附 + 切换吸附 @@ -4376,42 +4382,42 @@ What would you like to do with these clips? Track - 轨道 + 轨道 Node for representing and processing a single array of Blocks sorted by time. Also represents the end of a Sequence. - + 代表并处理单组方块节点,以时间排序,也代表序列的结尾。 Blocks - + 方块 Muted - 已静音 + 已静音 Video %1 - 视频 %1 + 视频 %1 Audio %1 - 音频 %1 + 音频 %1 Subtitle %1 - 字幕 %1 + 字幕 %1 Track %1 - 轨道 %1 + 轨道 %1 @@ -4419,12 +4425,12 @@ What would you like to do with these clips? M - + M L - + L @@ -4432,32 +4438,32 @@ What would you like to do with these clips? From - + To - + Curve - 曲线 + 曲线 Linear - 线性 + 线性 Exponential - 指数 + 指数 Logarithmic - 对数 + 对数 @@ -4465,62 +4471,62 @@ What would you like to do with these clips? Trigonometry - 三角函数 + 三角函数 Perform a trigonometry operation on a value. - 对一个值进行三角函数运算。 + 对一个值进行三角函数运算。 Sine - 正弦 + 正弦 Cosine - 余弦 + 余弦 Tangent - 正切 + 正切 Inverse Sine - 反正弦 + 反正弦 Inverse Cosine - 反余弦 + 反余弦 Inverse Tangent - 反正切 + 反正切 Hyperbolic Sine - 双曲正弦 + 双曲正弦 Hyperbolic Cosine - 双曲余弦 + 双曲余弦 Hyperbolic Tangent - 双曲正切 + 双曲正切 Method - + 方法 @@ -4528,12 +4534,12 @@ What would you like to do with these clips? Full - + 完全 1/%1 - + 1/%1 @@ -4541,17 +4547,17 @@ What would you like to do with these clips? Video Input - 视频输入 + 视频输入 Video - 视频 + 视频 Import a video footage stream. - + 导入视频素材流。 @@ -4559,57 +4565,57 @@ What would you like to do with these clips? Pixel Aspect: - + 像素宽高比: Interlacing: - 交错: + 交错: Color Space: - 颜色空间: + 颜色空间: Default (%1) - 默认 (%1) + 默认 (%1) Premultiplied Alpha - + 预乘 Alpha Image Sequence - 图像序列 + 图像序列 Start Index: - 起始索引: + 起始索引: End Index: - 结束索引: + 结束索引: Frame Rate: - 帧率: + 帧率: Invalid Configuration - 无效的配置 + 无效的配置 Image sequence end index must be a value higher than the start index. - 图像序列结束索引必须是比起始索引大的值。 + 图像序列结束索引必须是比起始索引大的值。 @@ -4617,37 +4623,37 @@ What would you like to do with these clips? Viewer - 查看器 + 查看器 Interface between a Viewer panel and the node system. - + 查看器面板与节点系统之间的接口。 Texture - 纹理 + 纹理 Samples - + 采样 Video Tracks - 视频轨道 + 视频轨道 Audio Tracks - 音频轨道 + 音频轨道 Subtitle Tracks - 字幕轨道 + 字幕轨道 @@ -4655,7 +4661,7 @@ What would you like to do with these clips? Viewer - 查看器 + 查看器 @@ -4663,98 +4669,98 @@ What would you like to do with these clips? Error - 错误 + 错误 No in or out points are set to cache. - 未设置要缓存的入点或出点 + 未设置要缓存的入点或出点。 Safe Margins - + 安全边距 Zoom - 缩放 + 缩放 Fit - 适合 + 适合 %1% - + %1% Full Screen - 全屏 + 全屏 Screen %1: %2x%3 - 放映 %1: %2x%3 + 屏幕 %1:%2x%3 Deinterlace - 取消隔行扫描 + 去交错 Scopes - 范围 + 范围 Cache - 缓存 + 缓存 Auto-Cache - 自动缓存 + 自动缓存 Pause Auto-Cache During Playback - 在回放过程中暂停自动缓存 + 在回放过程中暂停自动缓存 Cache Entire Sequence - 缓存整个序列 + 缓存整个序列 Cache Sequence In/Out - + 缓存序列入点至出点 Off - 关闭 + 关闭 On - 开启 + 开启 Custom Aspect - + 自定义宽高比 Show Audio Waveform - 显示音频波形 + 显示音频波形 @@ -4763,17 +4769,17 @@ What would you like to do with these clips? Volume - 音量 + 音量 Adjusts the volume of an audio source. - + 调整音频源的音量。 Samples - + 采样