更新法语语言包
This commit is contained in:
@@ -166,7 +166,7 @@ class _DeviceComponentWidgetState extends State<DeviceComponentWidget> {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"${device['bind'] == true ? "已被绑定" : "可绑定"}",
|
||||
"${device['bind'] == true ? "已被绑定".tr : "可绑定".tr}",
|
||||
style: TextStyle(
|
||||
fontSize: 26.rpx,
|
||||
color: device['bind'] == true
|
||||
|
||||
Reference in New Issue
Block a user