更新法语语言包
This commit is contained in:
@@ -165,7 +165,7 @@ class DevicePeopleInfo extends GetView<PeopleInfoController> {
|
||||
getInfoRow(
|
||||
context,
|
||||
"设备状态".tr,
|
||||
"${data["status"]?["status"] == 1 ? "已绑定" : data["status"]?["status"] == 0 ? "已绑定" : "-"}",
|
||||
"${data["status"]?["status"] == 1 ? "已绑定".tr : data["status"]?["status"] == 0 ? "已绑定".tr : "-"}",
|
||||
),
|
||||
getInfoRow(
|
||||
context, "MAC", "${data["mac"] ?? "-"}"),
|
||||
@@ -211,7 +211,7 @@ class DevicePeopleInfo extends GetView<PeopleInfoController> {
|
||||
getInfoRow(context, "姓名".tr,
|
||||
"${person["name"] ?? "-"}"),
|
||||
getInfoRow(context, "性别".tr,
|
||||
"${person["gender"] == null ? "-" : (person["gender"] == 1 ? "男" : "女")}"),
|
||||
"${person["gender"] == null ? "-" : (person["gender"] == 1 ? "男".tr : "女".tr)}"),
|
||||
getInfoRow(context, "身高".tr,
|
||||
"${person["height"] == null ? "-" : "${person["height"]}cm"}"),
|
||||
getInfoRow(context, "体重".tr,
|
||||
|
||||
Reference in New Issue
Block a user