多语言
This commit is contained in:
parent
270af95a24
commit
ad884b0055
@ -11,10 +11,10 @@ private let Back_Height = 700
|
|||||||
|
|
||||||
class CCDeviceOperationListView: UIView,UITableViewDelegate, UITableViewDataSource {
|
class CCDeviceOperationListView: UIView,UITableViewDelegate, UITableViewDataSource {
|
||||||
|
|
||||||
var dataArray: [[String:String]]=[["iconImageName":"device_vr","name":"雷鸟Air2","tipsImageName":"vr_1","tips":"左右按键同时按一次"],
|
var dataArray: [[String:String]]=[["iconImageName":"device_vr","name":NSLocalizedString("雷鸟Air2", comment: ""),"tipsImageName":"vr_1","tips":NSLocalizedString("左右按键同时按一次", comment: "")],
|
||||||
["iconImageName":"device_vr","name":"雷鸟Air Pro","tipsImageName":"vr_2","tips":"右侧拨轮下按3s"],
|
["iconImageName":"device_vr","name":NSLocalizedString("雷鸟Air Pro", comment: ""),"tipsImageName":"vr_2","tips":NSLocalizedString("右侧拨轮下按3s", comment: "")],
|
||||||
["iconImageName":"device_vr","name":"Xreal Alr2","tipsImageName":"vr_3","tips":"右侧中间键长按3s"],
|
["iconImageName":"device_vr","name":"Xreal Alr2","tipsImageName":"vr_3","tips":NSLocalizedString("右侧中间键长按3s", comment: "")],
|
||||||
["iconImageName":"device_vr","name":"Rokid max","tipsImageName":"vr_4","tips":"右侧亮度循环按键\n长按 3s 切换 HSBS\n长按 7s 切换 FSBS"]]
|
["iconImageName":"device_vr","name":"Rokid max","tipsImageName":"vr_4","tips":NSLocalizedString("右侧亮度循环按键", comment: "")]]
|
||||||
|
|
||||||
let TopCellId = "CCDeviceOperationListCell"
|
let TopCellId = "CCDeviceOperationListCell"
|
||||||
|
|
||||||
|
|||||||
@ -107,3 +107,11 @@
|
|||||||
"支付中..." = "Paying...";
|
"支付中..." = "Paying...";
|
||||||
|
|
||||||
"displayvc_desc" = "displayvc_desc_en";
|
"displayvc_desc" = "displayvc_desc_en";
|
||||||
|
|
||||||
|
|
||||||
|
"雷鸟Air2" = "Thunderbird Air2";
|
||||||
|
"左右按键同时按一次" = "Press both buttons once";
|
||||||
|
"雷鸟Air Pro" = "Thunderbird Air Pro";
|
||||||
|
"右侧拨轮下按3s" = "Press right dial 3s";
|
||||||
|
"右侧中间键长按3s" = "Hold right middle 3s";
|
||||||
|
"右侧亮度循环按键" ="Right brightness cycle Hold 3s for HSBS, 7s for FSBS";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user