|
@@ -102,7 +102,7 @@ class BFRecordScreenCameraManager : BFRecordScreenBaseManager{
|
|
|
|
|
|
override func resetEnv(){
|
|
|
guard let camera = camera else {
|
|
|
- cShowHUB(superView: nil, msg: "摄像头开启失败!")
|
|
|
+ cShowHUB(superView: nil, msg: "option_fail_camera".BFLocale)
|
|
|
return
|
|
|
}
|
|
|
cameraProgressV?.recordItem = recordItem
|
|
@@ -156,7 +156,7 @@ class BFRecordScreenCameraManager : BFRecordScreenBaseManager{
|
|
|
|
|
|
override func startRecord(){
|
|
|
guard let movieWrite = movieWrite else {
|
|
|
- cShowHUB(superView: nil, msg: "录制启动失败")
|
|
|
+ cShowHUB(superView: nil, msg: "option_fail_record".BFLocale)
|
|
|
return
|
|
|
}
|
|
|
|
|
@@ -222,7 +222,7 @@ class BFRecordScreenCameraManager : BFRecordScreenBaseManager{
|
|
|
}else{
|
|
|
// 录制失败后恢复原样
|
|
|
wself.revertLast()
|
|
|
- cShowHUB(superView: nil, msg: "录制失败,未能生成文件")
|
|
|
+ cShowHUB(superView: nil, msg: "option_fail_file".BFLocale)
|
|
|
wself.recordEndCallBack?(false, nil)
|
|
|
|
|
|
}
|