|
...
|
...
|
@@ -1599,6 +1599,12 @@ abstract class AppLocalizations { |
|
|
|
/// **'如果需要我们回复,请填写联系邮箱'**
|
|
|
|
String get ifYouWouldLikeUsToReplyPleaseProvideYourEmailAddress;
|
|
|
|
|
|
|
|
/// No description provided for @feedbackHintText.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'1.请说明问题的界面和使用场景\n2.请提供截图,以便提升解决问题效率\n3.请留下联系方式,我们尽快回复联系您'**
|
|
|
|
String get feedbackHintText;
|
|
|
|
|
|
|
|
/// No description provided for @uploadProof.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
...
|
...
|
@@ -1641,6 +1647,54 @@ abstract class AppLocalizations { |
|
|
|
/// **'退出登录'**
|
|
|
|
String get logOut;
|
|
|
|
|
|
|
|
/// No description provided for @confirmLogoutPrompt.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'确认退出登录吗?'**
|
|
|
|
String get confirmLogoutPrompt;
|
|
|
|
|
|
|
|
/// No description provided for @confirmLogout.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'确认退出'**
|
|
|
|
String get confirmLogout;
|
|
|
|
|
|
|
|
/// No description provided for @loggedOutSuccessfully.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'已退出登录'**
|
|
|
|
String get loggedOutSuccessfully;
|
|
|
|
|
|
|
|
/// No description provided for @accountDeletedSuccessfully.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'账号注销成功'**
|
|
|
|
String get accountDeletedSuccessfully;
|
|
|
|
|
|
|
|
/// No description provided for @deleteAccountWarningTitle.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'注销账号后将无法找回!请谨慎操作'**
|
|
|
|
String get deleteAccountWarningTitle;
|
|
|
|
|
|
|
|
/// No description provided for @deleteAccountWarningPrompt.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'提示:注销账号将会删除该账号内包括但不限于\n个人资料、情绪记录、统计数据等全部信息。'**
|
|
|
|
String get deleteAccountWarningPrompt;
|
|
|
|
|
|
|
|
/// No description provided for @deleteAccountWarningNote1.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'注1:你的健康数据会保存在苹果健康,我们不会删除苹果健康中的数据。'**
|
|
|
|
String get deleteAccountWarningNote1;
|
|
|
|
|
|
|
|
/// No description provided for @deleteAccountWarningNote2.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'注2:删除账号不会影响你在App Store的订阅状态,如果需要取消订阅,请在APPs Store - 头像 - 订阅中手动取消订阅。'**
|
|
|
|
String get deleteAccountWarningNote2;
|
|
|
|
|
|
|
|
/// No description provided for @confirmDeletion.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
...
|
...
|
@@ -2829,7 +2883,7 @@ abstract class AppLocalizations { |
|
|
|
/// **'双倍感知 压力减半'**
|
|
|
|
String get reportBottomSlogan;
|
|
|
|
|
|
|
|
/// No description provided for @refundExplanationTitle.
|
|
|
|
/// 退费说明
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'退费说明'**
|
|
...
|
...
|
@@ -3068,6 +3122,204 @@ abstract class AppLocalizations { |
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'插图占位'**
|
|
|
|
String get appReviewIllustrationPlaceholder;
|
|
|
|
|
|
|
|
/// No description provided for @overallStressLevelToday.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'今日的综合压力状态'**
|
|
|
|
String get overallStressLevelToday;
|
|
|
|
|
|
|
|
/// No description provided for @stressLevelsOnThatDay.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'该日压力状态'**
|
|
|
|
String get stressLevelsOnThatDay;
|
|
|
|
|
|
|
|
/// No description provided for @noPressureDataAvailableAtThisTime.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'暂无压力数据'**
|
|
|
|
String get noPressureDataAvailableAtThisTime;
|
|
|
|
|
|
|
|
/// No description provided for @membersCanViewTheCompleteData.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'会员可查看完整数据'**
|
|
|
|
String get membersCanViewTheCompleteData;
|
|
|
|
|
|
|
|
/// No description provided for @unlockNow.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'立即解锁'**
|
|
|
|
String get unlockNow;
|
|
|
|
|
|
|
|
/// No description provided for @pressureOverload.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'压力过载'**
|
|
|
|
String get pressureOverload;
|
|
|
|
|
|
|
|
/// No description provided for @beMindfulOfStress.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'注意压力'**
|
|
|
|
String get beMindfulOfStress;
|
|
|
|
|
|
|
|
/// No description provided for @statusNormal.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'状态正常'**
|
|
|
|
String get statusNormal;
|
|
|
|
|
|
|
|
/// No description provided for @inExcellentCondition.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'状态优秀'**
|
|
|
|
String get inExcellentCondition;
|
|
|
|
|
|
|
|
/// No description provided for @waitingForData.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'等待数据'**
|
|
|
|
String get waitingForData;
|
|
|
|
|
|
|
|
/// No description provided for @pressure.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'压力'**
|
|
|
|
String get pressure;
|
|
|
|
|
|
|
|
/// No description provided for @mostRecent.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'最近一次'**
|
|
|
|
String get mostRecent;
|
|
|
|
|
|
|
|
/// No description provided for @theDayBeforeYesterday.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'前天'**
|
|
|
|
String get theDayBeforeYesterday;
|
|
|
|
|
|
|
|
/// No description provided for @uploadPhotos.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'相册上传'**
|
|
|
|
String get uploadPhotos;
|
|
|
|
|
|
|
|
/// No description provided for @filming.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'拍摄'**
|
|
|
|
String get filming;
|
|
|
|
|
|
|
|
/// No description provided for @unlockTheProVersion.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'解锁专业版'**
|
|
|
|
String get unlockTheProVersion;
|
|
|
|
|
|
|
|
/// No description provided for @embarkOnAJourneyOfStressAwarenessAndWellnessSupport.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'开启压力预警与健康陪伴之旅'**
|
|
|
|
String get embarkOnAJourneyOfStressAwarenessAndWellnessSupport;
|
|
|
|
|
|
|
|
/// 分享好友邀请码文案模板
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'嘿 ❤️ 我发现了一个叫 DoubleFeel 的 App!\n它可以帮我们互相关心 — 记录压力和睡眠、查看 HRV 与身体状态、及时了解彼此的健康状况。\n快来一起使用吧 👉 https://doublefeel.cn/\n我的好友id:{inviteCode}'**
|
|
|
|
String sharePartnerCodeTemplate(String inviteCode);
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerIdNotExistTitle.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'该ID不存在'**
|
|
|
|
String get bindPartnerIdNotExistTitle;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerIdNotExistMessage.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'这个ID不存在哦,请检查后重新输入'**
|
|
|
|
String get bindPartnerIdNotExistMessage;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerDialogGotIt.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'我知道了'**
|
|
|
|
String get bindPartnerDialogGotIt;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerAddFailedTitle.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'添加失败'**
|
|
|
|
String get bindPartnerAddFailedTitle;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerAddFailedMessage.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'该用户不允许被添加好友,无法添加Ta哦'**
|
|
|
|
String get bindPartnerAddFailedMessage;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerAlreadyFriendTitle.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'对方已经是你的好友啦'**
|
|
|
|
String get bindPartnerAlreadyFriendTitle;
|
|
|
|
|
|
|
|
/// No description provided for @bindPartnerAlreadyFriendMessage.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'请不要重复添加哦'**
|
|
|
|
String get bindPartnerAlreadyFriendMessage;
|
|
|
|
|
|
|
|
/// 好友的状态标题
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'{remarkName}的状态'**
|
|
|
|
String friendStatusTitle(String remarkName);
|
|
|
|
|
|
|
|
/// No description provided for @annualMemberDiscounts.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'年度会员优惠'**
|
|
|
|
String get annualMemberDiscounts;
|
|
|
|
|
|
|
|
/// No description provided for @specialOffers.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'优惠'**
|
|
|
|
String get specialOffers;
|
|
|
|
|
|
|
|
/// No description provided for @currentPrice.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'现价'**
|
|
|
|
String get currentPrice;
|
|
|
|
|
|
|
|
/// 原价标签
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'原价{price}'**
|
|
|
|
String originalPrice(String price);
|
|
|
|
|
|
|
|
/// No description provided for @freeRedemptionOffer.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'免费兑换优惠'**
|
|
|
|
String get freeRedemptionOffer;
|
|
|
|
|
|
|
|
/// No description provided for @cellPhoneNumber.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'手机号'**
|
|
|
|
String get cellPhoneNumber;
|
|
|
|
|
|
|
|
/// No description provided for @todayOnWeeklyCalendar.
|
|
|
|
///
|
|
|
|
/// In zh, this message translates to:
|
|
|
|
/// **'今'**
|
|
|
|
String get todayOnWeeklyCalendar;
|
|
|
|
}
|
|
|
|
|
|
|
|
class _AppLocalizationsDelegate
|
...
|
...
|
|