|
@@ -765,7 +765,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
view.addSubview(subtitleEditView)
|
|
|
|
|
|
if !SWNetRequest.isNetReachabled() {
|
|
|
- cShowHUB(superView: view, msg: "网络不佳,字幕可能无法生成")
|
|
|
+ cShowHUB(superView: view, msg: "network_tips_subtitles".BFLocale)
|
|
|
}
|
|
|
if PQENVUtil.shared.channel == "Development" {
|
|
|
view.addSubview(neoNuiDebugLabel)
|
|
@@ -1889,7 +1889,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
func periodicTimeObserver(item: AVPlayerItem?, time: CMTime) {
|
|
|
|
|
|
|