设备连接汉化调整
This commit is contained in:
parent
190a66bb68
commit
265430053a
@ -83,7 +83,7 @@
|
|||||||
"Cancel Reserve":"取消报名",
|
"Cancel Reserve":"取消报名",
|
||||||
"Smart Trainer":"骑行台",
|
"Smart Trainer":"骑行台",
|
||||||
"CONNECT":"连接",
|
"CONNECT":"连接",
|
||||||
"CLOSE":"断开连接",
|
"CLOSE":"关闭",
|
||||||
"PAIR":"配对",
|
"PAIR":"配对",
|
||||||
"Searching...":"搜索中...",
|
"Searching...":"搜索中...",
|
||||||
"CHANGE":"更换设备",
|
"CHANGE":"更换设备",
|
||||||
@ -252,7 +252,8 @@
|
|||||||
"Near":"附近",
|
"Near":"附近",
|
||||||
"Trend":"热门",
|
"Trend":"热门",
|
||||||
"Go to the official website to download?":"去powerfun.com下载Powerfun Workouts?",
|
"Go to the official website to download?":"去powerfun.com下载Powerfun Workouts?",
|
||||||
"Workouts not installed":"Powerfun Workouts 未安装"
|
"Workouts not installed":"Powerfun Workouts 未安装",
|
||||||
|
"DISCONNECT":"断开连接",
|
||||||
},
|
},
|
||||||
"en":
|
"en":
|
||||||
{
|
{
|
||||||
@ -498,6 +499,7 @@
|
|||||||
"Near":"Near",
|
"Near":"Near",
|
||||||
"Trend":"Trend",
|
"Trend":"Trend",
|
||||||
"Go to the official website to download?":"Go to the official website to download?",
|
"Go to the official website to download?":"Go to the official website to download?",
|
||||||
"Workouts not installed":"Workouts not installed"
|
"Workouts not installed":"Workouts not installed",
|
||||||
|
"DISCONNECT":"DISCONNECT",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -247,11 +247,11 @@ public class ConnectDeviceModal : PFUIPanel
|
|||||||
var nontrainer = firstDevice.DeviceInfo.Sensor != SensorType.Trainer && SensorType != SensorType.Trainer && firstDevice.DeviceInfo.State == DeviceState.Connected;
|
var nontrainer = firstDevice.DeviceInfo.Sensor != SensorType.Trainer && SensorType != SensorType.Trainer && firstDevice.DeviceInfo.State == DeviceState.Connected;
|
||||||
if(trainer || nontrainer)
|
if(trainer || nontrainer)
|
||||||
{
|
{
|
||||||
connectBtnText.text = "DISCONNECT";
|
connectBtnText.text = App.GetLocalString("DISCONNECT");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
connectBtnText.text = "CONNECT";
|
connectBtnText.text = App.GetLocalString("CONNECT");
|
||||||
}
|
}
|
||||||
//connectBtn.text.text = "DISCOUNECT";
|
//connectBtn.text.text = "DISCOUNECT";
|
||||||
noDevice.text = firstDevice.DeviceInfo.Name;
|
noDevice.text = firstDevice.DeviceInfo.Name;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user