@@ -93,6 +93,7 @@ mixin AppLocale {
93
93
94
94
static const String nameRequiredMessage = 'name-required-message' ;
95
95
static const String promptFormatError = 'prompt-format-error' ;
96
+ static const String modelRequiredMessage = 'model-required-message' ;
96
97
97
98
static const String writeYourIdeas = 'write-your-ideas' ;
98
99
static const String describeYourImages = 'describe-your-images' ;
@@ -274,6 +275,7 @@ mixin AppLocale {
274
275
promptUsage: '领域设定用于设置 AI 数字人的行为' ,
275
276
nameRequiredMessage: '请输入数字人名称' ,
276
277
promptFormatError: '角色设定不能超过1000字' ,
278
+ modelRequiredMessage: '请选择 AI 模型' ,
277
279
operateSuccess: '操作成功' ,
278
280
operateFailed: '操作失败' ,
279
281
confirmDelete: '确定要删除这些项目?' ,
@@ -345,14 +347,14 @@ mixin AppLocale {
345
347
signInWithApple: '使用 Apple 账号登录' ,
346
348
readAndAgree: '已阅读并同意' ,
347
349
andWord: '和' ,
348
- accountInputTips: '输入您的手机号 ' ,
350
+ accountInputTips: '输入您的手机或邮箱账号 ' ,
349
351
phoneInputTips: '输入您的手机号' ,
350
352
passwordInputTips: '输入您的密码' ,
351
353
pleaseReadAgreeProtocol: '请先阅读并同意用户协议和隐私条款' ,
352
354
signInSuccess: '登录成功' ,
353
355
signInFailed: '登录失败' ,
354
356
accountRequired: '请输入账号' ,
355
- accountFormatError: '账号格式有误\n 请输入手机号 ' ,
357
+ accountFormatError: '账号格式有误\n 请输入手机号或邮箱账号 ' ,
356
358
phoneNumberFormatError: '手机号码格式有误' ,
357
359
passwordRequired: '请输入密码' ,
358
360
passwordFormatError: '密码格式有误\n 必须为8-20位字母、数字、特殊符号组合' ,
@@ -361,7 +363,7 @@ mixin AppLocale {
361
363
verifyCode: '验证码' ,
362
364
verifyCodeInputTips: '输入验证码' ,
363
365
retryInSeconds: '秒后重试' ,
364
- verifyCodeSendSuccess: '验证码已发送至您的 ' ,
366
+ verifyCodeSendSuccess: '验证码已发送 ' ,
365
367
pleaseGetVerifyCodeFirst: '请先获取验证码' ,
366
368
verifyCodeRequired: '请输入验证码' ,
367
369
verifyCodeFormatError: '验证码格式有误' ,
@@ -463,6 +465,7 @@ mixin AppLocale {
463
465
promptUsage: 'Prompt is used to set the behavior of the AI character' ,
464
466
nameRequiredMessage: 'Please enter the name of the character' ,
465
467
promptFormatError: 'Prompt cannot exceed 1000 words' ,
468
+ modelRequiredMessage: 'Please select AI model' ,
466
469
operateSuccess: 'Success' ,
467
470
operateFailed: 'Failed' ,
468
471
confirmDelete: 'Confirm to delete?' ,
@@ -541,15 +544,16 @@ mixin AppLocale {
541
544
signInWithApple: 'Sign in with Apple' ,
542
545
readAndAgree: 'Read and agree' ,
543
546
andWord: 'and' ,
544
- accountInputTips: 'Enter your phone number' ,
547
+ accountInputTips: 'Enter your phone number or email ' ,
545
548
phoneInputTips: 'Enter your phone number' ,
546
549
passwordInputTips: 'Enter your password' ,
547
550
pleaseReadAgreeProtocol:
548
551
'Please read and agree to the user agreement and privacy policy first' ,
549
552
signInSuccess: 'Sign in success' ,
550
553
signInFailed: 'Sign in failed' ,
551
554
accountRequired: 'Please enter your account' ,
552
- accountFormatError: 'Account format error\n Please enter your phone number' ,
555
+ accountFormatError:
556
+ 'Account format error\n Please enter your phone number or email' ,
553
557
phoneNumberFormatError: 'Phone number format error' ,
554
558
passwordRequired: 'Please enter your password' ,
555
559
passwordFormatError:
@@ -559,7 +563,7 @@ mixin AppLocale {
559
563
verifyCode: 'Verify code' ,
560
564
verifyCodeInputTips: 'Enter verify code' ,
561
565
retryInSeconds: 'Retry in' ,
562
- verifyCodeSendSuccess: 'Verify code has been sent to your ' ,
566
+ verifyCodeSendSuccess: 'Verify code has been sent' ,
563
567
pleaseGetVerifyCodeFirst: 'Please get the verification code first' ,
564
568
verifyCodeRequired: 'Please enter the verification code' ,
565
569
verifyCodeFormatError: 'Verification code format error' ,
0 commit comments