多语言

This commit is contained in:
czz
2025-07-30 16:48:48 +08:00
parent 92b6896176
commit 300e3b31f6
96 changed files with 3741 additions and 2710 deletions

View File

@@ -49,7 +49,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
alignment: Alignment.center,
children: [
Text(
'用户注册',
'用户注册'.tr,
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
@@ -191,7 +191,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
.normal_text_size,
letterSpacing: 0,
),
hintText: '请输入密码',
hintText: '请输入密码'.tr,
hintStyle: TextStyle(
fontFamily:
'Readex Pro',
@@ -387,7 +387,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
.normal_text_size,
letterSpacing: 0,
),
hintText: '请确认密码',
hintText: '请确认密码'.tr,
hintStyle: TextStyle(
fontFamily:
'Readex Pro',
@@ -680,7 +680,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
.normal_text_size,
letterSpacing: 0,
),
hintText: '请输入验证码',
hintText: '请输入验证码'.tr,
hintStyle: TextStyle(
fontFamily: 'Readex Pro',
color: Color(0xFF929699),
@@ -786,7 +786,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
.countdown
.value ==
0
? '获取验证码'
? '获取验证码'.tr
: '${countdownController.countdown.value}' +
''.tr,
style: TextStyle(