From ad884b00552758c73f5bccd4b2b43db270536459 Mon Sep 17 00:00:00 2001 From: bluesea <307723040@qq.com> Date: Mon, 8 Apr 2024 09:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/DeviceOperation/CCDeviceOperationListView.swift | 8 ++++---- SwiftProject/SwiftProject/en.lproj/Localizable.strings | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/SwiftProject/SwiftProject/Project/View/DeviceOperation/CCDeviceOperationListView.swift b/SwiftProject/SwiftProject/Project/View/DeviceOperation/CCDeviceOperationListView.swift index c1725ab..f27b306 100644 --- a/SwiftProject/SwiftProject/Project/View/DeviceOperation/CCDeviceOperationListView.swift +++ b/SwiftProject/SwiftProject/Project/View/DeviceOperation/CCDeviceOperationListView.swift @@ -11,10 +11,10 @@ private let Back_Height = 700 class CCDeviceOperationListView: UIView,UITableViewDelegate, UITableViewDataSource { - var dataArray: [[String:String]]=[["iconImageName":"device_vr","name":"雷鸟Air2","tipsImageName":"vr_1","tips":"左右按键同时按一次"], - ["iconImageName":"device_vr","name":"雷鸟Air Pro","tipsImageName":"vr_2","tips":"右侧拨轮下按3s"], - ["iconImageName":"device_vr","name":"Xreal Alr2","tipsImageName":"vr_3","tips":"右侧中间键长按3s"], - ["iconImageName":"device_vr","name":"Rokid max","tipsImageName":"vr_4","tips":"右侧亮度循环按键\n长按 3s 切换 HSBS\n长按 7s 切换 FSBS"]] + var dataArray: [[String:String]]=[["iconImageName":"device_vr","name":NSLocalizedString("雷鸟Air2", comment: ""),"tipsImageName":"vr_1","tips":NSLocalizedString("左右按键同时按一次", comment: "")], + ["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":NSLocalizedString("右侧中间键长按3s", comment: "")], + ["iconImageName":"device_vr","name":"Rokid max","tipsImageName":"vr_4","tips":NSLocalizedString("右侧亮度循环按键", comment: "")]] let TopCellId = "CCDeviceOperationListCell" diff --git a/SwiftProject/SwiftProject/en.lproj/Localizable.strings b/SwiftProject/SwiftProject/en.lproj/Localizable.strings index f0d2abc..f13c764 100644 --- a/SwiftProject/SwiftProject/en.lproj/Localizable.strings +++ b/SwiftProject/SwiftProject/en.lproj/Localizable.strings @@ -107,3 +107,11 @@ "支付中..." = "Paying..."; "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";