多语言
This commit is contained in:
@@ -40,7 +40,7 @@ class _BackMovementPageState extends State<BackMovementPage> {
|
||||
children: [
|
||||
// 中间居中的标题
|
||||
Text(
|
||||
'背部律动',
|
||||
'背部律动'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
@@ -69,7 +69,7 @@ class _BackMovementPageState extends State<BackMovementPage> {
|
||||
children: [
|
||||
SizedBox(height: 30.rpx),
|
||||
Text(
|
||||
'力度调节',
|
||||
'力度调节'.tr,
|
||||
style: TextStyle(color: Colors.grey, fontSize: 30.rpx),
|
||||
),
|
||||
SizedBox(height: 148.rpx),
|
||||
@@ -92,10 +92,10 @@ class _BackMovementPageState extends State<BackMovementPage> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text('强',
|
||||
Text('强'.tr,
|
||||
style: TextStyle(
|
||||
color: Colors.grey, fontSize: 30.rpx)),
|
||||
Text('弱',
|
||||
Text('弱'.tr,
|
||||
style: TextStyle(
|
||||
color: Colors.grey, fontSize: 30.rpx)),
|
||||
],
|
||||
@@ -153,7 +153,7 @@ class _BackMovementPageState extends State<BackMovementPage> {
|
||||
child: Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(
|
||||
'按摩定时',
|
||||
'按摩定时'.tr,
|
||||
style:
|
||||
TextStyle(color: Colors.white70, fontSize: 30.rpx),
|
||||
),
|
||||
@@ -209,7 +209,7 @@ class _BackMovementPageState extends State<BackMovementPage> {
|
||||
borderRadius: BorderRadius.circular(6),
|
||||
),
|
||||
),
|
||||
child: const Text('恢复到默认设置'),
|
||||
child: Text('恢复到默认设置'.tr),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user