更新控制页多语言
This commit is contained in:
@@ -98,7 +98,7 @@ class _SnoreViewWidgetWidgetState extends State<BreathePauseNewWidget> {
|
||||
Container(
|
||||
child: Text(
|
||||
// "呼吸暂停监测介绍。",
|
||||
"呼吸暂停监测是指用户在睡眠过程中产生的呼吸暂停的图表说明。",
|
||||
"呼吸暂停监测是指用户在睡眠过程中产生的呼吸暂停的图表说明。".tr,
|
||||
style: TextStyle(
|
||||
fontSize: 26.rpx,
|
||||
color: Colors.black,
|
||||
|
||||
@@ -128,7 +128,7 @@ class _SnoreViewWidgetWidgetState extends State<SnoreViewWidgetWidget> {
|
||||
Container(
|
||||
child: Text(
|
||||
// "打鼾监测介绍。",
|
||||
"打鼾监测是指用户在睡眠过程中打鼾频次的图表说明。",
|
||||
"打鼾监测是指用户在睡眠过程中打鼾频次的图表说明。".tr,
|
||||
style: TextStyle(
|
||||
fontSize: 26.rpx,
|
||||
color: Colors.black,
|
||||
|
||||
Reference in New Issue
Block a user