Showing
5 changed files
with
5 additions
and
6 deletions
| @@ -104,7 +104,7 @@ | @@ -104,7 +104,7 @@ | ||
| 104 | "phoneLoginInvalidPhone": "Invalid phone number", | 104 | "phoneLoginInvalidPhone": "Invalid phone number", |
| 105 | "phoneLoginCodeSentSuccess": "Code sent", | 105 | "phoneLoginCodeSentSuccess": "Code sent", |
| 106 | "phoneLoginInvalidCode": "Invalid verification code", | 106 | "phoneLoginInvalidCode": "Invalid verification code", |
| 107 | - "todayHealthDataAuthTitle": "Unable to access heart rate health data", | 107 | + "todayHealthDataAuthTitle": "Fetching health data", |
| 108 | "todayHealthDataAuthDescription": "DoubleFeel needs access to your Apple Health data to provide stress reminders, real-time stress statistics, and health suggestions.\nIf you have not authorized it yet, please click below to complete the authorization; if you have authorized it, it may take a few minutes to sync a large amount of health data for the first time, please try again later.", | 108 | "todayHealthDataAuthDescription": "DoubleFeel needs access to your Apple Health data to provide stress reminders, real-time stress statistics, and health suggestions.\nIf you have not authorized it yet, please click below to complete the authorization; if you have authorized it, it may take a few minutes to sync a large amount of health data for the first time, please try again later.", |
| 109 | "todayHealthDataAuthAction": "Authorize health data access", | 109 | "todayHealthDataAuthAction": "Authorize health data access", |
| 110 | "measureYourHrvNow": "Measure your HRV now", | 110 | "measureYourHrvNow": "Measure your HRV now", |
| @@ -178,7 +178,7 @@ | @@ -178,7 +178,7 @@ | ||
| 178 | "@phoneLoginInvalidCode": { | 178 | "@phoneLoginInvalidCode": { |
| 179 | "description": "验证码格式错误 toast" | 179 | "description": "验证码格式错误 toast" |
| 180 | }, | 180 | }, |
| 181 | - "todayHealthDataAuthTitle": "无法获取心率健康数据", | 181 | + "todayHealthDataAuthTitle": "正在获取健康数据", |
| 182 | "@todayHealthDataAuthTitle": { | 182 | "@todayHealthDataAuthTitle": { |
| 183 | "description": "今日页健康数据授权卡片标题" | 183 | "description": "今日页健康数据授权卡片标题" |
| 184 | }, | 184 | }, |
| @@ -726,7 +726,7 @@ abstract class AppLocalizations { | @@ -726,7 +726,7 @@ abstract class AppLocalizations { | ||
| 726 | /// 今日页健康数据授权卡片标题 | 726 | /// 今日页健康数据授权卡片标题 |
| 727 | /// | 727 | /// |
| 728 | /// In zh, this message translates to: | 728 | /// In zh, this message translates to: |
| 729 | - /// **'无法获取心率健康数据'** | 729 | + /// **'正在获取健康数据'** |
| 730 | String get todayHealthDataAuthTitle; | 730 | String get todayHealthDataAuthTitle; |
| 731 | 731 | ||
| 732 | /// 今日页健康数据授权卡片说明 | 732 | /// 今日页健康数据授权卡片说明 |
| @@ -346,8 +346,7 @@ class AppLocalizationsEn extends AppLocalizations { | @@ -346,8 +346,7 @@ class AppLocalizationsEn extends AppLocalizations { | ||
| 346 | String get phoneLoginInvalidCode => 'Invalid verification code'; | 346 | String get phoneLoginInvalidCode => 'Invalid verification code'; |
| 347 | 347 | ||
| 348 | @override | 348 | @override |
| 349 | - String get todayHealthDataAuthTitle => | ||
| 350 | - 'Unable to access heart rate health data'; | 349 | + String get todayHealthDataAuthTitle => 'Fetching health data'; |
| 351 | 350 | ||
| 352 | @override | 351 | @override |
| 353 | String get todayHealthDataAuthDescription => | 352 | String get todayHealthDataAuthDescription => |
| @@ -330,7 +330,7 @@ class AppLocalizationsZh extends AppLocalizations { | @@ -330,7 +330,7 @@ class AppLocalizationsZh extends AppLocalizations { | ||
| 330 | String get phoneLoginInvalidCode => '验证码格式错误'; | 330 | String get phoneLoginInvalidCode => '验证码格式错误'; |
| 331 | 331 | ||
| 332 | @override | 332 | @override |
| 333 | - String get todayHealthDataAuthTitle => '无法获取心率健康数据'; | 333 | + String get todayHealthDataAuthTitle => '正在获取健康数据'; |
| 334 | 334 | ||
| 335 | @override | 335 | @override |
| 336 | String get todayHealthDataAuthDescription => | 336 | String get todayHealthDataAuthDescription => |
-
Please register or login to post a comment