diff options
author | Scott <[email protected]> | 2020-04-26 12:14:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-26 12:14:42 +0100 |
commit | 1f09b740f80dac1ab1e0b17519b2a7e4f3440fa4 (patch) | |
tree | c6d3102080111ee699ef6f91c3571ff611a1a882 /win/CS/HandBrakeWPF/Properties/Resources.zh.resx | |
parent | f8b3478d8b7a1c9284c4339b32ce8f7bdc5d54b3 (diff) |
Multi instance (#2791)
WinGui: Refactoring and laying the groundwork in many parts of the UI code in preparation for supporting multiple concurrent jobs running.
- Add support for multiple log files to the Activity log screen and refactor usages of ILog. Each Encode instance will now get a separate instance instead of there being one global instance.
- Retire the Mini Display Window. It's very rarely used, not very easy to even find and of limited value.
- Add the preferences code for the Simultaneous encode setting.
Locked to one instance for now. This will allow us to test with users that existing functionality still works fine.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.zh.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.zh.resx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx index 9421fc87b..189616dbe 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx @@ -706,11 +706,6 @@ Foreign Audio Preferred, else First - 如果存在外语轨道,则会将其烧 <data name="Queue_AlreadyEncodingSolution" xml:space="preserve"> <value>请停止当前编码。如果问题依然存在,请重启HandBrake。</value> </data> - <data name="MiniViewModel_EncodeStatusChanged_StatusLabel" xml:space="preserve"> - <value>编码中: Pass {0}/{1}, {2:00.00}% -FPS: {3:000.0}, 平均FPS: {4:000.0} -剩余时间: {5}, 已用时间: {6:d\:hh\:mm\:ss}</value> - </data> <data name="StaticPreviewView_Title" xml:space="preserve"> <value>预览 ({0}% 实际大小)</value> </data> @@ -1156,7 +1151,7 @@ FPS: {3:000.0}, 平均FPS: {4:000.0} <data name="OptionsView_ShowStatusInTitleBar" xml:space="preserve"> <value>在应用程序标题栏中显示编码进度。</value> </data> - <data name="Options_30DayLogClear" xml:space="preserve"> + <data name="Options_7DayLogClear" xml:space="preserve"> <value>清理30天前的日志文件</value> </data> <data name="Options_About" xml:space="preserve"> |