app_zh_Hans.arb
66.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
{
"@@locale": "zh_Hans",
"appName": "Double Feel",
"confirm": "确认",
"cancel": "取消",
"continueButton": "继续",
"loading": "加载中...",
"success": "成功",
"error": "错误",
"loginTitle": "登录",
"username": "用户名",
"password": "密码",
"loginBtn": "立即登录",
"usernameEmptyHint": "用户名不能为空",
"passwordEmptyHint": "密码不能为空",
"homeTitle": "首页",
"tabToday": "今日",
"tabTrend": "趋势",
"tabFriends": "好友",
"tabMy": "我的",
"switchLanguage": "切换语言",
"mainlandChinaServices": "中国大陆服务",
"internationalServices": "国际服务",
"mainlandChinaServicesDescription": "适用于主要使用中国大陆服务的用户,健康、账号、好友数据将存储于中国大陆。",
"internationalServicesDescription": "适用于主要使用中国大陆以外服务的用户,健康、账号、好友数据将存储于国际。",
"serviceRegionCannotBeChanged": "账号创建后,服务区域不能直接更改。",
"settings": "设置",
"onboardingIntroTitle": "DoubleFeel 是专为 Apple Watch 打造的健康陪伴app",
"onboardingIntroBody": "我们希望可以帮助你\n<em>关注自己的身心变化,也让爱你的人</em>及时发现你的<em>疲惫与需要</em>",
"onboardingStateQuestion": "请问以下哪些描述,经常发生在你身上?",
"onboardingStateStressAnxiety": "经常压力焦虑",
"onboardingStateTired": "容易感到疲惫",
"onboardingStatePoorRest": "睡醒但感觉没休息好",
"onboardingStateNeedStimulants": "需要摄入烟、酒、咖啡等刺激物保持精神",
"onboardingStateNone": "以上都没有",
"onboardingStressGoalQuestion": "关于压力,你想通过了解它,获得什么信息?",
"onboardingStressGoalSource": "理解压力来源",
"onboardingStressGoalReminder": "有压力及时被提醒",
"onboardingStressGoalLovedOnes": "让关心自己的人知道压力情况",
"onboardingStressGoalRelax": "理解压力,让自己变轻松",
"onboardingStressGoalBodyTalk": "与身体可以更好地对话",
"onboardingReliefQuestion": "以下哪种方式你认为可以缓解压力?",
"onboardingReliefSleep": "规律的睡眠",
"onboardingReliefCare": "亲近的人对自己的关心",
"onboardingReliefExercise": "多运动",
"onboardingReliefSun": "多晒太阳",
"onboardingReliefWater": "多喝水",
"onboardingReliefMeditation": "正念冥想",
"onboardingKeyDataTitle": "你知道吗?",
"onboardingKeyDataSubtitle": "每个人都有一项神奇且关键的身体数据,可以帮助我们:",
"onboardingKeyDataStress": "监测压力",
"onboardingKeyDataFatigue": "避免过劳与身体疲惫",
"onboardingKeyDataRecovery": "衡量运动恢复",
"onboardingKeyDataHabits": "养成健康生活习惯",
"onboardingKeyDataLovedOnes": "让重要的人及时关心你的状态",
"onboardingTellMeWhatItIs": "告诉我Ta是!",
"onboardingHrvTitle": "就是HRV心率变异性",
"onboardingHrvSubtitle": "它能帮助我们衡量整体的压力和健康状态",
"onboardingHrvDescription": "心率变异性(HRV, Heart Rate Variability)即心跳之间间隔时间的微小变化,反映了自主神经系统活动和身体对压力的反应能力",
"onboardingTellMeMore": "展开说说",
"onboardingResearchTitle": "诸多科学研究表明,HRV变化与我们的身心感受有密切关系",
"onboardingResearchFatigue": "身体疲惫",
"onboardingResearchEnergy": "元气满满",
"onboardingResearchHrvDown": "HRV下降",
"onboardingResearchHrvUp": "HRV上升",
"onboardingHealthPermissionTitle": "开启健康授权提醒、统计你的压力",
"onboardingHealthPermissionBody": "DoubleFeel需要连接健康穿戴设备数据,以提醒、统计压力时刻、提供建议。",
"onboardingHealthPermissionPrivacy": "请放心,你的健康数据仅储存在本地,我们不上传任何相关数据。",
"onboardingNotificationTitle": "开启通知",
"onboardingNotificationSubtitle": "及时了解身体每一次异动",
"onboardingNotificationBody": "AppleWatch数据更新后会及时提醒你,帮助你及时行动,改善压力状态",
"onboardingMemberTitle": "获得年度会员优惠",
"onboardingMemberBody": "开启压力预警与健康陪伴之旅,让爱与关心从不缺席",
"onboardingMemberAllOptions": "查看所有购买选项",
"healthCompanionIsNowAvailable": "健康陪伴已开启",
"youCanNowViewEachOtherSHrvStressLevelsAndSleepPatternsAndReachOutToCheckInWhenTheOtherPersonSeemsTired": "你们现在可以查看彼此的 HRV、压力与睡眠变化,并在对方疲惫时及时送上关心。",
"bindPartnerTitle": "添加亲密联系人\n多一个人关注你的健康",
"bindPartnerMyId": "我的ID",
"bindPartnerShareMyCode": "分享我的码",
"bindPartnerOr": "或",
"bindPartnerContactId": "亲密联系人的ID",
"bindPartnerInputHint": "请输入",
"bindPartnerSkip": "下次再说",
"onboardingResearchStress": "压力大",
"onboardingResearchRelaxed": "状态轻松",
"onboardingResearchSick": "感冒生病",
"onboardingResearchHealthy": "身体倍儿棒",
"onboardingResearchPoorSleep": "睡眠不足",
"onboardingResearchGoodSleep": "睡眠充足",
"loginSlogan": "开启压力预警与健康陪伴之旅\n让爱与关心从不缺席",
"loginWithPhone": "手机号登录/注册",
"loginWithApple": "通过Apple登录",
"loginLastUsed": "上次使用",
"loginAgreementPrefix": "点击上方即表示你同意",
"loginTerms": "用户协议",
"loginAgreementAnd": "与",
"loginPrivacy": "隐私协议",
"phoneLoginHello": "Hello~",
"phoneLoginWelcome": "欢迎来到 Double Feel",
"phoneLoginPhoneHint": "请输入手机号",
"phoneLoginSendCode": "发送验证码",
"phoneLoginSending": "发送中",
"phoneLoginSentCountdown": "已发送 {countdown}s",
"phoneLoginResend": "重新发送",
"phoneLoginCodeHint": "请输入验证码",
"phoneLoginAutoRegisterHint": "未注册的手机号验证通过后将自动注册",
"phoneLoginLoggingIn": "登录中...",
"loginAgreeToTermsToast": "请先阅读并同意《用户协议》与《隐私协议》",
"phoneLoginInvalidPhone": "手机号格式错误",
"phoneLoginCodeSentSuccess": "发送成功",
"phoneLoginInvalidCode": "验证码格式错误",
"todayHealthDataAuthTitle": "正在获取健康数据",
"todayHealthDataAuthDescription": "DoubleFeel需要访问你的Apple健康数据,以提供压力、睡眠分析和健康提醒。请完成健康数据授权。若已授权,首次同步可能需要几分钟。\n如果Apple Watch佩戴时间不足,可能暂无足够数据,请继续佩戴手表以完成数据采集。",
"todayHealthDataAuthAction": "授权访问健康数据",
"measureYourHrvNow": "立即测量HRV",
"todayBottomSheetGotIt": "我知道了",
"todayFaqTitle": "常见问题",
"todayFaqSectionTitle": "DoubleFeel 常见问题",
"todayFaqLinkNoData": "APP或表盘有没有数据怎么办?",
"todayFaqLinkHrvRealtimeUpdate": "HRV数据如何实时更新?",
"todayFaqLinkWatchNoStatusNotification": "手表为什么无法收到状态通知?",
"todayFaqLinkWatchNoStatusAndInteractionNotification": "手表为什么无法收到状态和互动通知?",
"todayFaqLinkWatchFaceDataDelay": "手表表盘数据不更新或者有延迟?",
"todayFaqLinkWatchFaceBlackScreen": "手表表盘为什么会出现黑屏?",
"todayStressStatusTitle": "综合压力状态说明",
"todayHrvPrincipleTitle": "HRV测量原理",
"todayRealtimeStressTitle": "实时压力原理",
"todayStressStatusOverload": "压力过载",
"todayStressStatusCaution": "注意压力",
"todayStressStatusNormal": "状态正常",
"todayStressStatusExcellent": "状态优秀",
"todayStressStatusInsufficientData": "数据不足",
"todayStressStatusOverloadDescription": "当前 HRV 明显低于你的长期平均水平,可能意味着身体疲劳、压力过高或恢复不足。建议及时休息。",
"todayStressStatusCautionDescription": "当前 HRV 低于正常范围,身体可能正在积累压力,需要注意作息与恢复。",
"todayStressStatusNormalDescription": "当前身体状态处于你的正常波动范围内。",
"todayStressStatusExcellentDescription": "当前 HRV 高于近期平均水平,代表身体恢复与整体状态较好。",
"todayStressStatusInsufficientDataDescription": "当前可用数据不足,暂时无法准确判断压力状态。",
"todayHrvMeasurementIntro": "AppleWatch默认每2-5小时测量一次HRV,如果你希望立即手动进行测量,可以参考以下方法:",
"todayHrvMeasurementStep1": "1、戴紧AppleWatch,坐下来,保持心境平和",
"todayHrvMeasurementStep2": "2、打开AppleWatch上的「正念」里的「呼吸」",
"todayHrvMeasurementStep3": "3、保持平稳的呼吸,等待1-3分钟",
"todayHrvMeasurementStep4": "4、完成呼吸后,锁屏一次再解锁你的iPhone",
"todayHrvMeasurementStep5": "5、等待一分钟左右,DoubleFeel会收到你的数据并展示",
"todayHrvMeasurementHint": "提示:数据源来自AppleWatch,在测量之后可能存在延迟或是数据未能同步的情况。如若出现上述情况,请重新测量并等待数据读取。",
"todayHrvMeasurementWarning": "注意:需打开健康里的权限,同时关闭省电模式。",
"todayStressStatusWhatTitle": "什么是综合压力状态?",
"todayStressStatusWhatDescription1": "DoubleFeel 会结合你过去 30 天的 HRV(心率变异性)、静息心率以及当天的身体状态变化,综合评估你的整体压力水平。",
"todayStressStatusWhatDescription2": "由于 HRV 会随着情绪、运动、睡眠和疲劳不断波动,单次数据参考意义有限,因此我们更建议关注一整天的综合压力状态,让结果更稳定、更有参考价值。综合压力不仅能帮助你了解自己的身体状态,也能让亲密联系人更及时地关注你的变化。",
"todayStressStatusWhyHrvTitle": "为什么要参考 HRV(心率变异性)?",
"todayStressStatusWhyHrvDescription": "HRV 是衡量身体压力与恢复能力的重要指标。",
"todayStressStatusUsually": "通常来说:",
"todayStressStatusHrvHigher": "· HRV 越高,代表身体恢复状态越好",
"todayStressStatusHrvLower": "· HRV 越低,可能意味着疲劳、压力或睡眠不足",
"todayStressStatusHrvChangesFast": "· HRV 变化较快,更适合观察短时间内的身体状态变化。",
"todayStressStatusAppWatchDifferenceTitle": "手机 App 与 Apple Watch 显示的压力状态有什么区别?",
"todayStressStatusAppWatchDifferenceApp": "手机 App 首页显示的是当天的综合压力状态,会综合分析 HRV、静息心率与整体趋势。",
"todayStressStatusAppWatchDifferenceWatch": "Apple Watch 显示的是最近一次的实时压力状态,更适合快速查看当前身体变化。",
"todayStressStatusWaitingDataTitle": "为什么会出现“等待数据”?",
"todayStressStatusWaitingDataDescription1": "“等待数据”代表当前采集到的数据量不足,暂时无法生成可靠的压力评估。",
"todayStressStatusWaitingDataDescription2": "请继续佩戴 Apple Watch,等待系统自动采集数据。",
"todayStressStatusWaitingDataReasonsIntro": "可能原因包括:",
"todayStressStatusWaitingDataReason1": "1. HRV 数据采样不足",
"todayStressStatusWaitingDataReason2": "2. 缺少静息心率数据",
"todayStressStatusWaitingDataReason3": "3. Apple Watch 佩戴时间较短",
"todayStressStatusWaitingDataReason4": "4. Apple Health 权限未开启",
"todayHrvPrincipleHowMeasureTitle": "DoubleFeel 如何测量压力状态?",
"todayHrvPrincipleHowMeasureDescription1": "当你正常佩戴 Apple Watch 时,系统会自动采集你的心率数据,并同步至 Apple Health。",
"todayHrvPrincipleHowMeasureDescription2": "DoubleFeel 会基于这些数据计算 HRV(心率变异性)相关指标,用于评估你的身体压力与恢复状态。",
"todayHrvPrincipleHowMeasureDescription3": "HRV 对压力、疲劳、睡眠、情绪与身体恢复都非常敏感,因此它能够帮助我们更早发现身体状态变化。",
"todayHrvPrincipleHowMeasureDescription4": "为了让结果更准确,DoubleFeel 会将你当前的 HRV 状态与过去 30 天的个人平均水平进行对比,而不是直接与其他人比较。",
"todayRealtimeStressWhatTitle": "什么是实时压力?",
"todayRealtimeStressWhatDescription1": "实时压力是 DoubleFeel 根据你当前的 HRV、心率状态与个人历史数据变化,动态生成的身体压力指标。",
"todayRealtimeStressWhatDescription2": "压力值越高,代表你的身体状态相比平时偏离越明显,可能正处于疲劳、恢复不足或高压力状态。",
"todayRealtimeStressWhatDescription3": "它能够帮助你更快发现身体变化,并及时调整休息、运动与生活节奏。",
"todayRealtimeStressDivisionTitle": "实时压力如何划分?",
"todayRealtimeStressDivisionIntro": "实时压力以百分比形式展示:",
"todayRealtimeStressExcellentRange": "状态优秀:1%~20%",
"todayRealtimeStressNormalRange": "状态正常:21%~60%",
"todayRealtimeStressCautionRange": "注意压力:61%~80%",
"todayRealtimeStressOverloadRange": "压力过载:81%~100%",
"todayRealtimeStressExcellentDescription": "身体恢复状态较好,整体较放松。",
"todayRealtimeStressNormalDescription": "身体处于正常波动范围。",
"todayRealtimeStressCautionDescription": "身体可能正在积累压力,需要适当休息与恢复。",
"todayRealtimeStressOverloadDescription": "身体压力明显偏高,建议减少负荷、注意睡眠与恢复。",
"todayRealtimeStressDivisionBaseline": "以上区间会结合你的个人基线动态调整,不同用户之间并不直接比较。",
"todayRealtimeStressDivisionAwake": "此外,实时压力主要反映清醒状态下的身体压力变化。",
"todayRealtimeStressLowBetterTitle": "实时压力越低越好吗?",
"todayRealtimeStressLowBetterNo": "并不一定。",
"todayRealtimeStressLowBetterType": "身体压力分为“正常压力”与“异常压力”。",
"todayRealtimeStressLowBetterExample": "例如:运动期间或运动后,实时压力短时间升高属于正常恢复反应;工作专注、情绪兴奋时,压力也可能暂时升高,这些都属于正常的身体调节。",
"todayRealtimeStressLowBetterHighStress": "但如果在静息、久坐或睡眠不足的情况下,压力长期偏高,则可能意味着身体疲劳、心理压力较大、睡眠恢复不足、运动恢复不充分、摄入过多咖啡因、酒精或刺激物、身体可能处于不适状态。",
"todayRealtimeStressLowBetterTrend": "DoubleFeel 更关注的是你的长期变化趋势,而不是单次波动。",
"todayRealtimeStressScenarioTitle": "HRV 与实时压力适用场景?",
"todayRealtimeStressScenarioHrvDefault": "在 Apple Watch 的默认设置下,HRV 每 2~5 小时更新一次。",
"todayRealtimeStressScenarioRegionLimit": "在部分地区,由于 Apple Watch 的呼吸功能受限,HRV 的更新频率可能会受到影响,并且开启呼吸功能后也会消耗更多电量。",
"todayRealtimeStressScenarioIntro": "为了解决 HRV 更新间隔较长的问题,DoubleFeel 设计了实时压力功能:",
"todayRealtimeStressScenarioUpdateEvery6Min": "· 实时压力每 6 分钟更新一次(好友状态更新依赖 Apple Health 同步,受系统机制影响可能存在短暂延迟。若好友经常使用DoubleFeel,健康状态会更新得更加及时)",
"todayRealtimeStressScenarioTimely": "· 可以更及时地反映身体状态变化",
"todayRealtimeStressScenarioConsistentTrend": "· 在大多数情况下,实时压力趋势与 HRV 趋势是一致的",
"todayRealtimeStressScenarioSummary": "这样用户既能获得 HRV 的长期趋势,也能通过实时压力获得短时身体状态的参考。",
"todayFaqNoDataTitle": "APP或表盘有没有数据怎么办?",
"todayFaqNoDataDescription1": "1. 确认苹果手表系统在10.0以上,手机系统在14以上,系统版本可在「关于本机」内查看。",
"todayFaqNoDataDescription2": "2. 确认是否开启所有权限:手机「健康」-「共享」-「app」-「DoubleFeel」-「打开所有权限」。",
"todayFaqNoDataDescription3": "3. 确认设备是否处于省电模式、低电量状态或手表佩戴未贴紧,以上情况会影响手表数据采集。",
"todayFaqContactPrefix": "如以上均检查无问题,可以",
"todayFaqContactAction": "联系我们",
"todayFaqContactSuffix": "。",
"todayFaqWatchNoNotificationTitle": "手表无法收到状态通知?",
"todayFaqWatchNoNotificationDescription1": "苹果手表和手机的通知展示有优先级:当手机已解锁并亮屏时,通知只会在手机端展示,不会在手表上出现。",
"todayFaqWatchNoNotificationDescription2": "若压力数据可正常显示和自动更新,但手表未收到通知,可尝试以下操作:",
"todayFaqWatchNoNotificationCheckPhoneNotification": "1. 检查手机是否打开通知(设置-DoubleFeel-通知)。",
"todayFaqWatchNoNotificationCheckPhoneBackgroundRefresh": "2. 检查手机是否打开后台App刷新(设置-DoubleFeel-后台App刷新)。",
"todayFaqWatchNoNotificationCheckWatchBackgroundRefresh": "3. 检查手表是否打开后台App刷新(设置-通用-后台App刷新,并确保DoubleFeel开启)。",
"todayFaqWatchNoNotificationCheckModes": "4. 确保未处于低电量/专注/勿扰/剧院/睡眠等模式。",
"todayFaqWatchNoNotificationReinstall": "5. 重装DoubleFeel 并重启AppleWatch与iPhone。",
"todayFaqWatchFaceDelayTitle": "手表表盘数据不更新或有延迟?",
"todayFaqWatchFaceDelayDescription1": "由于苹果系统限制,所有手表表盘(第三方或官方)都会存在几分钟至半小时的延迟,开发者无法控制刷新频率。",
"todayFaqWatchFaceDelayIfOverOneHour": "若手机数据刷新后超过1小时表盘仍未更新:",
"todayFaqWatchFaceDelayOpenWatchApp": "请在手表上手动打开DoubleFeel,等待约1分钟。",
"todayFaqWatchFaceDelayIfStill": "若仍未更新:",
"todayFaqWatchFaceDelayRestartApp": "关闭DoubleFeel后台进程并重启。",
"todayFaqWatchFaceDelayCheckIntro": "仍无效时,请检查:",
"todayFaqWatchFaceDelayCheckData": "· 手机和手表app是否可正常看到HRV数据。",
"todayFaqWatchFaceDelayCheckPhoneHealth": "· 确保手机端「iOS设置-隐私与安全性-健康-DoubleFeel」全部授权。",
"todayFaqWatchFaceDelayCheckWatchHealth": "· 确保手表端「设置-健康-数据来源、App和服务-DoubleFeel」全部授权。",
"todayFaqWatchFaceDelayCheckBackgroundRefresh": "· 确认AppleWatch-设置-通用-后台App刷新中DoubleFeel已开启。",
"todayFaqWatchFaceDelayRestartWatch": "· 若仍未自动刷新,请重启手表。长时间运行或后台占用过高可能导致表盘暂停更新。",
"todayFaqWatchFaceBlackScreenTitle": "手表表盘出现黑屏?",
"todayFaqWatchFaceBlackScreenDescription": "若添加专属互动表盘后出现黑屏(仅显示时间和日期),可长按表盘,点击「编辑」,左滑至「复杂功能」,选择 DoubleFeel,然后按需选择各组件重新添加。",
"today": "今日",
"yesterday": "昨天",
"backToToday": "回今天",
"redeemOffer": "领取优惠",
"allPlans": "全部方案",
"clickToAddTheHrvThemedWatchFace": "点击添加HRV主题表盘",
"stayOnTopOfYourHealthFluctuations": "时刻掌握自身健康波动",
"addACloseContact": "添加亲密联系人",
"oneMorePersonLookingOutForYourHealth": "多一个人关注你的健康",
"addAFriend": "加好友",
"averageHrvForTheDay": "该日平均HRV",
"restingHeartRate": "静息心率",
"todaySHrvTrend": "今日HRV趋势",
"more": "更多",
"noDataAvailableForToday": "暂无今日数据",
"realTimePressure": "实时压力",
"accountInformation": "账号信息",
"help": "帮助",
"changeNickname": "修改昵称",
"pleaseEnterANickname": "请输入昵称",
"feedbackLog": "反馈记录",
"noFeedbackRecordsYet": "暂无反馈记录",
"feedbackDetails": "反馈详情",
"reportAnIssue": "问题反馈",
"contactInformation": "联系方式",
"submit": "提交",
"questionsAndFeedback": "问题和反馈",
"ifYouWouldLikeUsToReplyPleaseProvideYourEmailAddress": "如果需要我们回复,请填写联系邮箱",
"feedbackHintText": "1.请说明问题的界面和使用场景\n2.请提供截图,以便提升解决问题效率\n3.请留下联系方式,我们尽快回复联系您",
"uploadProof": "上传凭证",
"frequentlyAskedQuestions": "常见问题",
"areYouSureYouWantToDeleteYourAccount": "确认注销账号吗?",
"accountSettings": "账号设置",
"appleAccount": "Apple Account",
"googleAccount": "Google Account",
"securityEmail": "安全邮箱",
"addSecurityEmail": "添加安全邮箱",
"securityEmailDescription": "添加安全邮箱,帮助保护你的账号。",
"securityEmailHint": "请输入邮箱地址",
"confirmYourEmail": "验证你的邮箱",
"enterCodeSentTo": "请输入发送至 {email} 的验证码",
"emailVerificationHelp": "如果没有收到邮件,请检查垃圾邮件、推广邮件或其他文件夹。",
"verificationCode": "验证码",
"resend": "重新发送",
"resendWithSeconds": "重新发送({seconds})",
"invalidEmailFormat": "邮箱格式错误",
"deleteAccount": "注销账号",
"mobilePhoneNumber": "手机号",
"logOut": "退出登录",
"confirmLogoutPrompt": "确认退出登录吗?",
"confirmLogout": "确认退出",
"loggedOutSuccessfully": "已退出登录",
"accountDeletedSuccessfully": "账号注销成功",
"deleteAccountWarningTitle": "注销账号后将无法找回!请谨慎操作",
"deleteAccountWarningPrompt": "提示:注销账号将会删除该账号内包括但不限于\n个人资料、情绪记录、统计数据等全部信息。",
"deleteAccountWarningNote1": "注1:你的健康数据会保存在苹果健康,我们不会删除苹果健康中的数据。",
"deleteAccountWarningNote2": "注2:删除账号不会影响你在App Store的订阅状态,如果需要取消订阅,请在APPs Store - 头像 - 订阅中手动取消订阅。",
"confirmDeletion": "确认注销",
"iLlThinkAboutItSomeMore": "我再想想",
"sleep": "睡眠",
"viewSleepReport": "查看睡眠报告",
"duration": "时长",
"quality": "质量",
"averageHeartRate": "平均心率",
"fitness": "健身",
"viewFitnessReport": "查看健身报告",
"event": "活动",
"exercise": "锻炼",
"standing": "站立",
"dailyActions": "每日行动",
"trendHrvHeartRate": "HRV心率",
"trendActivityBurn": "活动消耗",
"trendSleepReport": "睡眠报告",
"reportPeriodDay": "日",
"reportPeriodWeek": "周",
"reportPeriodMonth": "月",
"reportPeriodYear": "年",
"reportDateYear": "{year}年",
"reportDateMonth": "{month}月",
"reportDateMonthDay": "{month}月{day}日",
"reportDateYearMonthDay": "{year}年{month}月{day}日",
"reportDatePickerTitle": "选择时间",
"reportDatePickerConfirm": "确定",
"reportDatePickerYearOption": "{year} 年",
"reportDatePickerMonthOption": "{month} 月",
"reportDatePickerDayOption": "{day} 日",
"reportWaitingForData": "等待数据",
"sleepDailyAwaitingData": "等待数据",
"reportWaitingForOtherData": "等待Ta的数据",
"reportNoData": "暂无数据",
"reportNoDataToday": "暂无本日数据",
"reportUnitDay": "天",
"reportUnitHour": "小时",
"reportUnitMinute": "分钟",
"reportUnitScore": "分",
"reportUnitKcal": "千卡",
"reportWeekdayMonday": "一",
"reportWeekdayTuesday": "二",
"reportWeekdayWednesday": "三",
"reportWeekdayThursday": "四",
"reportWeekdayFriday": "五",
"reportWeekdaySaturday": "六",
"reportWeekdaySunday": "日",
"reportDateWithWeekday": "{date} 星期{weekday}",
"reportOtherPossessiveTitle": "Ta的{title}",
"reportOtherTitle": "Ta{title}",
"reportTrend": "趋势",
"reportExampleTitle": "{title}(示例)",
"hrvStressExcellent": "状态优秀",
"hrvStressNormal": "状态正常",
"hrvStressAttention": "注意压力",
"hrvStressOverload": "压力过载",
"sleepQualityGreat": "睡得很棒",
"sleepQualityGood": "睡得不错",
"sleepQualityPoor": "睡得差",
"sleepOtherQualityGreat": "Ta睡得很棒",
"sleepOtherQualityGood": "Ta睡得不错",
"sleepOtherQualityPoor": "Ta睡得差",
"sleepQualityExcellent": "优秀",
"sleepQualityNormal": "正常",
"sleepQualityAttention": "注意",
"hrvDailyStressTrend": "每日压力趋势",
"hrvMonthlyStressTrend": "每月压力趋势",
"hrvMoreRelaxed": "较轻松",
"hrvMoreStressed": "压力较大",
"hrvTrendLowStress": "较轻松",
"hrvTrendHighStress": "压力较大",
"hrvTrendAwaitingData": "暂无数据",
"hrvTrendDayValue": "{count}",
"hrvTrendDayUnit": "天",
"hrvTrendComparedLastWeekUnavailable": "比上周少-天",
"hrvTrendSameAsLastWeek": "与上周持平",
"hrvTrendMoreDaysThanLastWeek": "比上周多{count}天",
"hrvTrendFewerDaysThanLastWeek": "比上周少{count}天",
"hrvTrendComparedLastMonthUnavailable": "比上月少-天",
"hrvTrendSameAsLastMonth": "与上月一致",
"hrvTrendMoreDaysThanLastMonth": "比上月多{count}天",
"hrvTrendFewerDaysThanLastMonth": "比上月少{count}天",
"hrvTrendWeekdayMonday": "一",
"hrvTrendWeekdayTuesday": "二",
"hrvTrendWeekdayWednesday": "三",
"hrvTrendWeekdayThursday": "四",
"hrvTrendWeekdayFriday": "五",
"hrvTrendWeekdaySaturday": "六",
"hrvTrendWeekdaySunday": "日",
"hrvYearTooltipMonthJanuary": "1月",
"hrvYearTooltipMonthFebruary": "2月",
"hrvYearTooltipMonthMarch": "3月",
"hrvYearTooltipMonthApril": "4月",
"hrvYearTooltipMonthMay": "5月",
"hrvYearTooltipMonthJune": "6月",
"hrvYearTooltipMonthJuly": "7月",
"hrvYearTooltipMonthAugust": "8月",
"hrvYearTooltipMonthSeptember": "9月",
"hrvYearTooltipMonthOctober": "10月",
"hrvYearTooltipMonthNovember": "11月",
"hrvYearTooltipMonthDecember": "12月",
"hrvYearTooltipStressDays": "{count}天压力较大",
"hrvYearTooltipRelaxedDays": "{count}天较轻松",
"hrvYearMostStressed": "压力最大",
"hrvYearMostRelaxed": "压力最小",
"hrvDistributionDayUnit": "天",
"hrvDistributionDayValue": "{count}天",
"hrvDistributionAwaitingData": "等待数据",
"hrvStressDistribution": "压力分布",
"hrvDailyStressDistribution": "每日压力分布",
"hrvRelaxedAxisLabel": "轻松",
"hrvStressedAxisLabel": "压力大",
"hrvEmptyMonthPlaceholder": "-月",
"hrvEmptyMonthDayPlaceholder": "-·-",
"hrvValidDays": "HRV有效天数",
"hrvLowest": "最低HRV",
"hrvHighest": "最高HRV",
"hrvMostStressed": "压力最大",
"hrvLeastStressed": "压力最小",
"hrvMostRelaxed": "最轻松",
"hrvComparedLastWeekUnavailable": "比上周少-天",
"hrvSameAsLastWeek": "与上周持平",
"hrvMoreDaysThanLastWeek": "比上周多{count}天",
"hrvFewerDaysThanLastWeek": "比上周少{count}天",
"hrvComparedLastMonthUnavailable": "比上月少-天",
"hrvSameAsLastMonth": "与上月一致",
"hrvMoreDaysThanLastMonth": "比上月多{count}天",
"hrvFewerDaysThanLastMonth": "比上月少{count}天",
"hrvUnlockNow": "立即解锁",
"hrvTrendTitle": "HRV趋势",
"hrvPeriodAverage": "本{period}平均",
"hrvComparedPreviousPeriod": "较上{period}",
"hrvPeriodTrendChart": "HRV {period}趋势图",
"activityTotalBurn": "活动总消耗",
"activityWeeklySelfTitle": "活动总消耗",
"activityWeeklyOtherTitle": "Ta的活动总消耗",
"activityWeeklyExerciseTitle": "锻炼总时长",
"activityWeeklyStandTitle": "站立总时长",
"activityWeeklyMoveRings": "合上活动圆环",
"activityWeeklyExerciseRings": "合上锻炼圆环",
"activityWeeklyStandRings": "合上站立圆环",
"activityWeeklyUnitDay": "天",
"activityWeeklyWeekdayMonday": "一",
"activityWeeklyWeekdayTuesday": "二",
"activityWeeklyWeekdayWednesday": "三",
"activityWeeklyWeekdayThursday": "四",
"activityWeeklyWeekdayFriday": "五",
"activityWeeklyWeekdaySaturday": "六",
"activityWeeklyWeekdaySunday": "日",
"activityExerciseTotalDuration": "锻炼总时长",
"activityStandTotalDuration": "站立总时长",
"activityPerfectRings": "完美合环",
"activityCloseMoveRing": "合上活动圆环",
"activityCloseExerciseRing": "合上锻炼圆环",
"activityCloseStandRing": "合上站立圆环",
"activityCalorieTrend": "热量消耗趋势",
"activityKcalDailyAverage": "千卡/平均每日",
"activityTrendAwaitingData": "等待数据",
"activityTrendAverage": "平均",
"activityTrendGoal": "目标",
"activityTrendTooltipDate": "{month}{day}日 · 星期{weekday}",
"activityComparedLastWeek": "比上周少34%",
"activityComparedLastMonth": "比上月少34%",
"activityComparedUnavailable": "比上周-",
"activityComparedLastMonthUnavailable": "比上月-",
"activitySameAsLastWeek": "与上周持平",
"activityMoreThanLastWeek": "比上周多{percent}%",
"activityLessThanLastWeek": "比上周少{percent}%",
"activitySameAsLastMonth": "与上月持平",
"activityMoreThanLastMonth": "比上月多{percent}%",
"activityLessThanLastMonth": "比上月少{percent}%",
"activityTrendTitle": "活动消耗趋势",
"activityPeriodTotalBurn": "本{period}总消耗",
"activityDailyAverageBurn": "日均消耗",
"activityPeriodTrendChart": "活动消耗{period}趋势图",
"activityMove": "活动",
"activityExercise": "锻炼",
"activityStand": "站立",
"activityUnitMinute": "分钟",
"activityUnitHour": "小时",
"activityHeartRateZone": "心率区间",
"activityRealtimeHeartRate": "实时心率",
"sleepDurationTitle": "睡眠时长",
"sleepQualityTitle": "睡眠质量",
"sleepDailyDurationTitle": "时长",
"sleepDailyQualityTitle": "质量",
"sleepDailyQualityScore": "{score}/100",
"sleepDailyUnitHour": "小时",
"sleepDailyUnitMinute": "分钟",
"sleepPeriodUnitHour": "小时",
"sleepPeriodUnitMinute": "分钟",
"sleepHeartRateTitle": "睡眠时心率",
"sleepLongest": "睡眠最长",
"sleepShortest": "睡眠最短",
"sleepBestQuality": "质量最佳",
"sleepWorstQuality": "质量最差",
"sleepBedtime": "入睡时间",
"sleepEarliestBedtime": "最早入睡",
"sleepLatestBedtime": "最晚入睡",
"sleepAverageDuration": "平均时长",
"sleepAverageQuality": "平均质量",
"sleepPreviousWeek": "上周",
"sleepPreviousMonth": "上月",
"sleepComparedPercent": "比{period}{value}%",
"sleepPeriodComparisonUnavailable": "比{period}-",
"sleepScoreOutOf100": "{score}/100",
"sleepPeriodAwaitingData": "等待数据",
"sleepDurationValue": "{hours}小时{minutes}分钟",
"sleepQualityScore": "{level}:{score}分",
"sleepFellAsleepAt": "{time}入睡",
"sleepTooltipDate": "{date} · {weekday}",
"sleepAverage": "平均",
"sleepPeriodAvgDurationTitle": "平均时长",
"sleepPeriodAvgQualityTitle": "平均质量",
"sleepPeriodAverageLegend": "平均",
"sleepTarget": "目标",
"sleepHighest": "最高",
"sleepLowest": "最低",
"sleepTrendTitle": "睡眠报告趋势",
"sleepPeriodAverageDuration": "本{period}均睡眠",
"sleepDeepSleepRatio": "深睡占比",
"sleepDurationPeriodTrendChart": "睡眠时长{period}趋势图",
"sleepEmptyDateWithWeekday": "-·-",
"sleepQualityDescription": "DoubleFeel 会根据你的睡眠时长、睡眠阶段、深度睡眠与恢复状态、夜间心率与 HRV 变化等综合生成当天的睡眠质量评分。\n该评分能够帮助你更直观地了解身体恢复状态与睡眠表现。",
"sleepQualityAttentionRange": "<60分",
"sleepQualityNormalRange": "60~85分",
"sleepQualityExcellentRange": ">85分",
"friendsAddCloseContactDescription": "添加亲密联系人,多一个人关注你的健康",
"friendsLimitReached": "最多只能添加10个好友哦",
"friendsAddCloseContact": "添加亲密联系人",
"friendsAddCloseContactWithCount": "添加亲密联系人({count}/{max})",
"friendsMe": "我",
"friendsRemarkedDisplayName": "{remark}({name})",
"friendsRemarkSuffix": "({remark})",
"friendsUnknownFriend": "未知好友",
"friendsUpdatedAt": "更新于{time}",
"friendsRealtimeStressUpdatedAt": "实时压力更新于{time}",
"friendsHrvUpdatedAt": "HRV更新于{time}",
"friendsStepCount": "{count}步",
"friendsStressAttention": "注意压力",
"friendsWaitingForData": "等待数据",
"friendsSleepQuality": "睡眠质量",
"friendsTodaySteps": "今日步数",
"friendsActiveCalories": "活动卡路里",
"friendsSleepQualityExcellent": "睡得很棒",
"friendsSleepQualityNormal": "睡得不错",
"friendsSleepQualityAttention": "睡得差",
"friendsRemove": "删除Ta",
"friendsEditRemark": "修改备注",
"friendsShowOnWatchFace": "在手表显示",
"friendsShownOnWatchFace": "已在手表显示Ta",
"friendsSelect": "选择好友",
"friendsSelectAndSync": "选择并同步至手表",
"friendsBack": "返回",
"friendsTrendTitle": "{name}的趋势",
"friendsAddAction": "添加",
"friendsEnterId": "输入ID",
"friendsPromptGotIt": "我知道了",
"friendsPromptIdNotFoundTitle": "该ID不存在",
"friendsPromptAlreadyFriendTitle": "已经是亲密联系人",
"friendsPromptSelfIdTitle": "不能添加自己",
"friendsPromptIdNotFoundMessage": "这个ID不存在哦,请检查后重新输入",
"friendsPromptAlreadyFriendMessage": "你们已经是亲密联系人啦",
"friendsPromptSelfIdMessage": "请输入亲密联系人的ID",
"friendsEditRemarkTitle": "修改好友备注",
"friendsEditRemarkHint": "请输入昵称",
"friendsSave": "保存",
"friendsDeleteConfirmTitle": "确认要和{name}解除好友关系吗?",
"friendsDeleteConfirmMessage": "解除后你将无法查看对方的情绪、健康状态",
"friendsDeleteConfirmAction": "确认解除",
"privacySettingsTitle": "隐私设置",
"privacySettingsDisableAddById": "不允许通过ID添加我",
"privacySettingsShowRealtimeStress": "显示实时压力",
"premiumActivatedTitle": "恭喜你已开通 DoubleFeel Pro",
"premiumActivatedDescription": "你现在可以实时监测压力、睡眠与 HRV,养成健康生活习惯,同时把关心分享给亲密联系人,让重要的人及时了解你的状态。",
"premiumActivatedContinue": "继续",
"purchaseHeroTitle": "解锁专业版,关心更及时",
"purchaseBenefitsTitle": "畅享全部高级权益",
"purchaseUnlockNow": "立即解锁",
"purchaseRestore": "恢复",
"purchaseTermsOfService": "服务条款",
"purchasePrivacyPolicy": "隐私政策",
"purchaseLifetimePlan": "终身会员",
"purchaseLifetimeSubtitle": "终身使用,免费更新",
"purchaseSpecialOffer": "特别优惠",
"purchaseAnnualPlan": "年度会员",
"purchaseAnnualSubtitle": "每月仅¥6.5",
"purchaseAnnualDiscount": "20%优惠",
"purchaseCurrencySymbol": "¥",
"purchaseProductInfoUnavailable": "商品信息异常,请稍后重试",
"purchaseOrderInfoUnavailable": "订单信息异常,请稍后重试",
"purchaseMonthlyUnitPrice": "每月仅{unitPrice}",
"purchaseApplePaymentInvalidOrder": "UUID格式错误",
"purchaseApplePaymentProductNotFound": "productID查询商品失败",
"purchaseApplePaymentCancelled": "用户取消支付",
"purchaseApplePaymentVerificationFailed": "支付校验失败",
"purchaseApplePaymentFailed": "未知错误",
"purchaseBenefitRealtimeStress": "实时压力监测",
"purchaseBenefitStressTrends": "每周/每月/每年压力趋势",
"purchaseBenefitActivityTrends": "每周/每月/每年活动消耗趋势",
"purchaseBenefitSleepReports": "每周/每月/每年睡眠报告",
"purchaseBenefitHealthSync": "健康数据实时同步",
"purchaseBenefitContactNotifications": "健康数据实时通知亲密联系人",
"purchaseBenefitCustomWatchFace": "会员专属自定义表盘",
"purchaseBenefitSleepAnalysis": "睡眠分析",
"purchaseBenefitFutureFeatures": "未来更多高级权益免费获取",
"purchaseNotesTitle": "说明",
"purchaseNoteSubscription": "确认购买并支付后,将通过您的 iTunes 账号自动续订。苹果 iTunes 账户会在到期前24小时内扣费,扣费成功后订阅周期顺延一个订阅周期。如需取消续订,请在当前订阅周期到期前24小时以前,手动在 iTunes/Apple ID 设置管理中关闭自动续费功能。本服务由您自主选择是否取消,若您选择不取消,将为您开通下个计费周期的续费服务。\n\nDoubleFeel Pro 会员属于虚拟物品,购买后,除 App Store 渠道退款外,不支持其他形式退款。如有需要,可以点击",
"purchaseLinkLearnMore": "了解更多",
"purchaseNoteRestore": "如果购买后未生效,请点击恢复购买。",
"purchaseNoteContact": "如果有更多其他问题,请",
"purchaseLinkContactUs": "联系我们",
"reportBottomSlogan": "双倍感知 压力减半",
"refundExplanationTitle": "退费说明",
"refundAppStoreReviewTitle": "退款由 App Store 审核处理",
"refundAppStoreReviewDescription": "所有订阅与虚拟商品均通过 App Store 官方支付系统完成,DoubleFeel 无法直接处理付款或退款。",
"refundAppleRulesIntroduction": "根据 Apple 的平台规则:",
"refundAppleCollectsPayments": " · 所有付款均由 App Store 收取",
"refundAppleReviewsRequests": " · 所有退款申请也需要由 Apple 官方审核",
"refundDeveloperCannotSubmit": " · 开发者无法代替用户提交退款申请",
"refundDeveloperCannotIntervene": " · 开发者也无法干预 Apple 的审核结果",
"refundAppStoreFinalDecision": "因此,你的退款申请最终将由 App Store 官方决定。",
"refundMayBeRejectedTitle": "App Store 可能拒绝退款申请",
"refundNoUnconditionalRefunds": "根据 Apple 的退款政策,App Store 并不支持所有情况下的无条件退款。",
"refundAppleTermsDescription": "你在使用 App Store 时,已经同意 Apple 的相关服务条款与退款规则。https://www.apple.com/cn/legal/internet-services/itunes/",
"refundAppleReviewsCircumstances": "退款是否通过,将由 Apple 根据订单情况、账号记录与实际使用情况综合审核。",
"refundRejectionReasonsTitle": "哪些情况下可能被拒绝退款?",
"refundRejectionReasonsIntroduction": "App Store 可能会根据以下情况拒绝退款申请,包括但不限于:",
"refundReasonPurchaseTooOld": " · 订单距离购买时间过久",
"refundReasonFrequentRequests": " · 同一账号短时间频繁申请退款",
"refundReasonAbnormalHistory": " · 已存在异常退款记录",
"refundReasonInsufficient": " · 退款理由不充分",
"refundReasonLongTermUse": " · 已长期正常使用会员功能",
"refundReasonPriceChange": " · 因活动、折扣或价格变化申请退款",
"refundReasonNoReceipt": " · 无法提供有效订单凭证",
"refundOfficialDecision": "最终审核结果以 App Store 官方决定为准。",
"refundRejectedNextStepsTitle": "如果退款申请被拒绝怎么办?",
"refundTryAgain": "如果你的退款申请被拒绝,可以尝试再次向 App Store 提交申请。",
"refundFinalReview": "若再次被拒绝,则代表 App Store 已完成最终审核,我们与 Apple 客服均无法修改该结果。",
"refundNoAlternativeChannel": "DoubleFeel 也无法处理任何绕过 App Store 系统的退款请求。",
"refundMembershipCancellation": "退款成功后,你的 DoubleFeel Pro 会员权益也会同步取消。",
"refundHelpTitle": "如需帮助",
"refundHelpDescription": "如果你对退款规则存在疑问,或遇到支付异常、重复扣费、订单未到账等问题,可以联系 DoubleFeel 支持团队,我们会尽力协助你处理。",
"refundFaqTitle": "DoubleFeel 常见问题",
"appReviewPromptTitle": "喜欢 DoubleFeel 吗?",
"appReviewPromptMessage": "嗨~想知道 DoubleFeel 是否正在帮助你\n更了解自己的压力与睡眠状态 💜",
"appReviewPromptLikeActionEmoji": "😍",
"appReviewPromptLikeAction": "很喜欢",
"appReviewPromptFeedbackAction": "我有意见",
"appReviewFeedbackTitle": "很抱歉 DoubleFeel 没有带\n给你好的体验",
"appReviewFeedbackMessage": "愿意告诉我们遇到了什么问题吗?\n你的反馈可以帮助我们持续改进压力与健康体验 💜",
"appReviewFeedbackSendAction": "发送反馈",
"appReviewFeedbackLaterAction": "稍后再说",
"appReviewIllustrationPlaceholder": "插图占位",
"overallStressLevelToday": "今日的综合压力状态",
"stressLevelsOnThatDay": "该日压力状态",
"stressLevelsToday": "今日压力状态",
"noPressureDataAvailableAtThisTime": "暂无压力数据",
"membersCanViewTheCompleteData": "会员可查看完整数据",
"unlockNow": "立即解锁",
"pressureOverload": "压力过载",
"beMindfulOfStress": "注意压力",
"statusNormal": "状态正常",
"inExcellentCondition": "状态优秀",
"waitingForData": "等待数据",
"pressure": "压力",
"mostRecent": "最近一次",
"theDayBeforeYesterday": "前天",
"uploadPhotos": "相册上传",
"filming": "拍摄",
"unlockTheProVersion": "解锁专业版",
"embarkOnAJourneyOfStressAwarenessAndWellnessSupport": "开启压力预警与健康陪伴之旅",
"sharePartnerCodeTemplate": "我的好友码:{inviteCode}。嘿❤️来一起用 DoubleFeel吧!它可以帮我们互相关心,记录压力和睡眠、查看HRV与身体状态、及时了解彼此的健康状况。快来一起使用吧 👉 https://apps.apple.com/cn/app/doublefeel-%E5%8F%8C%E4%BA%BA%E6%83%85%E7%BB%AA%E5%85%B1%E4%BA%ABhrv%E5%8E%8B%E5%8A%9B%E6%B0%B4%E5%B9%B3%E8%87%AA%E6%B5%8B%E7%9D%A1%E7%9C%A0%E8%AE%B0%E5%BD%95/id6747254434",
"bindPartnerIdNotExistTitle": "该ID不存在",
"bindPartnerIdNotExistMessage": "这个ID不存在哦,请检查后重新输入",
"bindPartnerDialogGotIt": "我知道了",
"bindPartnerAddFailedTitle": "添加失败",
"bindPartnerAddFailedMessage": "该用户不允许被添加好友,无法添加Ta哦",
"bindPartnerAlreadyFriendTitle": "对方已经是你的好友啦",
"bindPartnerAlreadyFriendMessage": "请不要重复添加哦",
"friendStatusTitle": "{remarkName}的状态",
"annualMemberDiscounts": "年度会员优惠",
"specialOffers": "优惠",
"currentPrice": "现价",
"originalPrice": "原价{price}",
"freeRedemptionOffer": "免费兑换优惠",
"cellPhoneNumber": "手机号",
"todayOnWeeklyCalendar": "今",
"hrvTrendForThatDay": "该日HRV趋势",
"todaySAverageHrv": "今日平均HRV",
"helpNoDataReason1": "1、 确定苹果手表系统在10.0以上,手机系统在14以上,系统版本可在【关于本机】内查看。",
"helpNoDataReason2": "2、确认是否开启所有权限:手机【健康】-【共享】-【app】-【DoubleFeel】-【打开所有权限】",
"helpNoDataReason3": "3、确认设备是否处于省电模式、低电量状态或手表佩戴未贴紧,以上情况会影响手表数据采集。",
"helpNoDataReasonFooter": "如以上均检查无问题,可以在【意见反馈】-【联系我们】中提交相关问题,我们看到后会第一时间回复。",
"noHealthDataNeedHelp": "需要帮助?",
"noHealthDataRefresh": "刷新",
"noHealthDataHeadingTitle": "无心率数据可用",
"noHealthDataHeadingBody": "DoubleFeel无法从 Apple Health 获取你的 HRV 数据。请按照提示授予权限,然后点击右上角“刷新”继续。",
"noHealthDataError1Title": "错误1:Apple Watch 数据不可用",
"noHealthDataError1Body": "看起来你在过去 12 个月内没有使用 Apple Watch。如果你刚开始使用 Apple Watch 并已启用所有数据权限,这条信息可能仍会出现。请继续佩戴 Apple Watch 以允许数据采集,或在首页手动添加 HRV 数据。",
"noHealthDataError2Title": "错误 2:健康数据访问未授权",
"noHealthDataError2Body": "DoubleFeel 需要访问 Apple Health 数据的权限,以提供压力统计、提醒和建议。如果未授权,部分功能可能无法正常使用。\n\n请放心,所有健康数据仅存储在本地,不会上传。\n\n要启用权限,请按提示操作,并在 iOS 设置中选择 允许所有 → 健康 → DoubleFeel。",
"noHealthDataError3Title": "错误 3:系统问题",
"noHealthDataError3Body": "根据用户反馈,我们发现 HRV 或心率数据可能缺失的两个原因:\n\n1. Apple Watch 未连接\n · 如果你的 Apple Watch 长时间未佩戴,心率数据可能无法采集。\n · 请检查 iOS 健康 App → “我的手表”,确认最近的心率数据是否在佩戴 Apple Watch 时记录。\n · 如果没有,请尝试佩戴 Apple Watch 进行数据采集,并打开 Apple 支持的心率功能。\n\n2. 过去 30 天的心率或 HRV 数据缺失\n · 打开 iOS 健康 App → 浏览 → “心率” 或 “HRV” → “未找到数据”,确认是否缺失。\n · 如果数据缺失,请重新佩戴手表,并重启 iPhone 和 Apple Watch 后,再次打开 DoubleFeel。",
"noHealthDataGoToSettings": "前往开启",
"watchThemeDefaultTheme": "默认主题",
"watchThemeNoWatchTitle": "未找到苹果手表",
"watchThemeNoWatchMessage": "请配对苹果手表后再尝试",
"watchThemeOk": "好的",
"watchThemeSelectFriend": "选择好友",
"watchThemeSelectAndSync": "选择并同步至手表",
"watchThemeCustomTheme": "自定义主题",
"watchThemeCustomDescription": "用创意记录每一次情绪波动,打造懂你的专属表盘吧~",
"watchThemeCreateTheme": "创作主题",
"watchThemeOfficialTheme": "官方主题",
"watchThemeRenameStatus": "修改状态名称",
"watchThemeEnterNickname": "请输入昵称",
"watchThemeSave": "保存",
"watchThemeContentUnavailable": "这个内容不可用,换一个吧",
"watchThemeDialPreview": "表盘预览",
"watchThemeSwitchFriend": "切换好友",
"watchThemeStatusPreview": "状态预览",
"watchThemeAddWatchFace": "添加表盘",
"watchThemeInUse": "正在使用",
"watchThemeUseNow": "立即使用",
"watchThemeSyncIntro": "请先打开DoubleFeel手表端App,然后点击下方的“下一步”按钮",
"watchThemeSyncWaiting": "请保持打开手表App,等待同步",
"watchThemeSyncComplete": "同步完成",
"watchThemeSyncFailed": "同步失败",
"watchThemeNext": "下一步",
"watchThemeSyncingProgress": "同步中 {progress}%",
"watchThemePreview": "预览",
"watchThemeDelete": "删除",
"watchThemePageTitle": "Watch主题",
"watchThemeImagesOnly": "仅支持上传图片",
"watchThemeName": "主题名称",
"watchThemeNameMaxLength": "最多10个字符",
"watchThemeSubmissionAgreement": "我已阅读并同意用户投稿协议",
"watchThemeSubmissionAgreementPrefix": "我已阅读并同意用户",
"watchThemeSubmissionAgreementLink": "投稿协议",
"watchThemeSaving": "保存中",
"watchThemeSaveTheme": "保存主题",
"watchThemeExcellent": "状态优秀",
"watchThemeNormal": "状态正常",
"watchThemeSlightStressful": "注意压力",
"watchThemeStressful": "压力过载",
"watchThemeCropImage": "裁剪表盘图片",
"watchThemeImageProcessFailed": "图片处理失败,请重试",
"watchThemeAbandonEdit": "放弃编辑",
"watchThemeAbandonMessage": "关闭此页面后,已编辑的内容不会保留,是否放弃编辑?",
"watchThemeContinueEditing": "继续编辑",
"watchThemeImageUploadFailed": "图片上传失败,请重试",
"watchThemeImageDownloadFailed": "主题图片下载失败:{error}",
"watchThemeCreateFailed": "创建表盘失败,请重试",
"watchThemeDeleteTheme": "删除主题",
"watchThemeDeleteMessage": "主题删除后无法恢复,确认删除该主题吗?",
"watchThemeCancel": "取消",
"watchThemeDeleteFailed": "删除主题失败",
"watchThemeDeleted": "已删除主题",
"watchThemeIncomplete": "主题信息不完整",
"watchThemeApplyFailed": "应用主题失败",
"watchThemeWatchSyncFailed": "表盘同步失败",
"watchThemeWatchNotPaired": "手表未配对",
"watchThemeWatchDataUnavailable": "手表数据无法传递",
"watchThemeWatchAppNotInstalled": "Watch App 未安装",
"watchThemePurchaseChannel": "表盘主题",
"watchThemeCardSubtitle": "支持自定义创作主题哦~",
"feedbackMaxImagesLimit": "最多上传{count}个图片或视频",
"feedbackSelectImageError": "无法选择图片,请稍后重试",
"feedbackEmptyContentHint": "请输入问题和反馈",
"feedbackInvalidEmail": "邮箱格式错误,请重新输入",
"feedbackSubmitSuccessTitle": "反馈提交成功",
"feedbackSubmitSuccessMessage": "谢谢您的反馈。如需进一步沟通,我们会尽快通过您留下的邮箱地址与您联系,请留意查收邮件。",
"feedbackSubmitSuccessConfirm": "好的",
"frequentMovement": "频繁移动",
"latestHrvTipExcellentAboveBaseline": "你的 HRV 高于日常水平,身体较为放松,压力状态良好,继续保持当前节奏。",
"latestHrvTipExcellentBelowBaseline": "你的 HRV 处于优秀水平,但相比平时略低,注意保持规律作息与恢复。",
"latestHrvTipNormalAboveBaseline": "你的 HRV 处于正常范围内,当前压力状态稳定,记得继续保持健康作息。",
"latestHrvTipNormalBelowBaseline": "你的 HRV 处于正常范围,但低于平时水平,建议适当放松与休息。",
"latestHrvTipAttentionAboveBaseline": "你的 HRV 偏低,建议适当放松、规律休息,并注意饮食与恢复。",
"latestHrvTipAttentionBelowBaseline": "你的 HRV 明显低于日常水平,近期可能压力偏高,建议尽量休息与调整状态。",
"latestHrvTipOverloadAboveBaseline": "你的 HRV 处于较低水平,身体可能正在承受较高压力(刚运动完 HRV 降低则属于正常情况),建议及时休息与恢复。",
"latestHrvTipOverloadBelowBaseline": "你的 HRV 明显低于平时水平,身体可能处于高压力状态(刚运动完 HRV 降低则属于正常情况),建议减少消耗、及时休息,并保证睡眠恢复。",
"healthLocalNotificationSleepDuration": "{hours}小时{minutes}分钟",
"healthLocalNotificationSleepTitle": "睡眠时长:{duration} · {state}",
"healthLocalNotificationSleepContent": "你今天的睡眠报告已出炉,点击查看详细睡眠数据。",
"healthLocalNotificationHrvTitle": "HRV {hrv}ms · {state} · {time}",
"healthLocalNotificationRealtimeStressTitle": "{state} · {startTime}-{endTime}",
"healthLocalNotificationRealtimeStressExcellentContent": "你过去60分钟的实时压力较低,整体状态较放松,继续保持当前节奏。",
"healthLocalNotificationRealtimeStressNormalContent": "你过去60分钟的压力状态整体稳定,当前节奏正常。",
"healthLocalNotificationRealtimeStressAttentionContent": "你过去60分钟压力偏高,建议适当放松,并注意休息与恢复(运动期间升高属正常现象)。",
"healthLocalNotificationRealtimeStressOverloadContent": "你过去60分钟持续处于高压力状态,建议减少消耗,并优先保证休息与睡眠(运动期间升高属正常现象)。",
"turnOnNotifications": "开启通知",
"stayUpToDateOnChangesInYourOwnAndYourFriendsHealth": "及时了解自己和好友的健康波动",
"refreshComplete": "刷新完成",
"originalPricePerYear": "原价{price}/年",
"continueWithEmail": "使用电子邮件",
"continueWithGoogle": "使用 Google",
"emailLoginEmailHint": "请输入邮箱",
"emailLoginYourPassword": "请输入密码",
"yourAccountWasSignedOutDueToAnotherDeviceLoginOrTokenExpirationPleaseLogInAgainToContinue": "由于其他设备登录或令牌过期,您的账户已被退出登录。请重新登录以继续操作。",
"contactUs": "联系我们",
"pleaseDescribeTheProblemClearlyAndIncludeScreenRecordingsIfPossible": "请清楚地描述问题,并尽可能附上屏幕录像。",
"sendUsYourUserIdAsItWillHelpUsIdentifyTheProblemFaster": "请将您的用户 ID 发送给我们,这将有助于我们更快地查明问题所在。",
"setAPassword": "设置密码",
"setAPasswordToSignInWithYourEmail": "设置密码,以便使用您的电子邮箱登录。",
"settingsSaved": "设置已保存",
"leave": "离开",
"setPassword": "设置密码",
"setAPasswordToAddThisEmailSuccessfullyLeavingNowWillCancelThisSetup": "请设置密码以成功添加此电子邮箱。如果现在退出,将取消此设置。",
"setupIncomplete": "设置未完成",
"enterYourPassword": "请输入密码",
"confirmNewPassword": "确认新密码",
"passwordMustBeAtLeast6CharactersAndInclude1NumberAnd1UppercaseLetter": "密码必须至少包含 6 个字符,并包含 1 个数字和 1 个大写字母。",
"forgotPassword": "忘记密码了吗?",
"enterYourEmailAndPassword": "请输入您的电子邮箱和密码",
"newPassword": "新密码",
"weVeSentACodeTo": "我们已向 ",
"didnTGetItCheckYourSpamFolderOrTryAgain": ". 没收到吗?请检查您的垃圾邮件文件夹或重试一下。",
"checkYourEmail": "请查看您的电子邮件",
"code": "代码",
"resetPassword": "重置密码",
"havingTroubleContactUs": "遇到问题了吗?请联系我们",
"sendEmail": "发送电子邮件",
"thisEmailIsNotRegisteredPleaseCheckAndTryAgain": "该邮箱未注册。请检查后重试。",
"youLlReceiveACodeViaEmailToResetYourPassword": "您将通过电子邮件收到一个用于重置密码的验证码。",
"codeFromEmail": "来自电子邮件的代码",
"sendResetEmail": "发送重置邮件",
"invalidCode": "无效代码",
"paswordHasBeenChanged": "密码已更改",
"copiedSuccessfully": "复制成功",
"enjoyAllPremiumBenefits": "畅享全部高级权益",
"membershipManagement": "会员管理",
"membershipTypes": "会员类型",
"validUntil": "有效期至",
"manageSubscriptions": "管理订阅",
"membershipValidUntilDate": "有效期至 {date}",
"monthlyMembership": "月度会员",
"quarterlyMembership": "季度会员",
"annualMembership": "年度会员",
"lifetimeMembership": "终身会员",
"verifyYourPassword": "请确认您的密码",
"reEnterYourDoublefeelPasswordToContinue": "请重新输入您的 DoubleFeel 密码以继续。",
"changeEmail": "更改电子邮件地址",
"yourCurrentEmailIs": "您当前的电子邮箱是",
"whatWouldYouLikeToUpdateItTo": ". 您想将其更新为什么内容?",
"successChanged": "成功发生了变化",
"verifyEmailFailed": "邮箱验证失败",
"aResetEmailHasBeenSent": "重置邮件已发送",
"enterPassword": "输入密码",
"changePassword": "更改密码",
"currentPassword": "当前密码",
"enterYourCurrentPasswordHere": "请在此处输入您当前的密码",
"enterYourNewPassword": "请输入新密码",
"confirmYourNewPassword": "请确认您的新密码",
"yourPasswordNeedsToHaveAMinimumOf6CharactersAndContainAtLeast1NumberAnd1UppercaseCharacter": "您的密码必须至少包含 6 个字符,并包含至少 1 个数字和 1 个大写字母",
"weHaveSentACodeTo": "我们已向 {email} 发送了验证码。\n没收到?请检查垃圾邮件文件夹或重试。",
"updatePassword": "更新密码",
"@appName": {
"description": "App名称"
},
"@loginSlogan": {
"description": "登录页 slogan"
},
"@loginWithPhone": {
"description": "手机号登录按钮"
},
"@loginWithApple": {
"description": "Apple登录按钮"
},
"@loginLastUsed": {
"description": "上次使用标签"
},
"@loginAgreementPrefix": {
"description": "协议勾选前缀"
},
"@loginTerms": {
"description": "用户协议链接"
},
"@loginAgreementAnd": {
"description": "协议连接词"
},
"@loginPrivacy": {
"description": "隐私协议链接"
},
"@phoneLoginHello": {
"description": "手机号登录页打招呼"
},
"@phoneLoginWelcome": {
"description": "手机号登录页欢迎语"
},
"@phoneLoginPhoneHint": {
"description": "手机号输入框占位符"
},
"@phoneLoginSendCode": {
"description": "发送验证码按钮(首次)"
},
"@phoneLoginSending": {
"description": "发送验证码按钮(请求中)"
},
"@phoneLoginSentCountdown": {
"description": "倒计时文案",
"placeholders": {
"countdown": {
"type": "int"
}
}
},
"@phoneLoginResend": {
"description": "倒计时结束后重新发送按钮"
},
"@phoneLoginCodeHint": {
"description": "验证码输入框占位符"
},
"@phoneLoginAutoRegisterHint": {
"description": "自动注册提示"
},
"@phoneLoginLoggingIn": {
"description": "登录按钮 loading 文案"
},
"@loginAgreeToTermsToast": {
"description": "未勾选协议时的 toast"
},
"@phoneLoginInvalidPhone": {
"description": "手机号格式错误 toast"
},
"@phoneLoginCodeSentSuccess": {
"description": "验证码发送成功 toast"
},
"@phoneLoginInvalidCode": {
"description": "验证码格式错误 toast"
},
"@todayHealthDataAuthTitle": {
"description": "今日页健康数据授权卡片标题"
},
"@todayHealthDataAuthDescription": {
"description": "今日页健康数据授权卡片说明"
},
"@todayHealthDataAuthAction": {
"description": "今日页健康数据授权卡片按钮文案"
},
"@enterCodeSentTo": {
"placeholders": {
"email": {}
}
},
"@resendWithSeconds": {
"placeholders": {
"seconds": {
"type": "int"
}
}
},
"@reportDateYear": {
"placeholders": {
"year": {
"type": "int"
}
}
},
"@reportDateMonth": {
"placeholders": {
"month": {
"type": "int"
}
}
},
"@reportDateMonthDay": {
"placeholders": {
"month": {
"type": "int"
},
"day": {
"type": "int"
}
}
},
"@reportDateYearMonthDay": {
"placeholders": {
"year": {
"type": "int"
},
"month": {
"type": "int"
},
"day": {
"type": "int"
}
}
},
"@reportDatePickerYearOption": {
"placeholders": {
"year": {
"type": "int"
}
}
},
"@reportDatePickerMonthOption": {
"placeholders": {
"month": {
"type": "int"
}
}
},
"@reportDatePickerDayOption": {
"placeholders": {
"day": {
"type": "int"
}
}
},
"@reportDateWithWeekday": {
"placeholders": {
"date": {
"type": "String"
},
"weekday": {
"type": "String"
}
}
},
"@reportOtherPossessiveTitle": {
"placeholders": {
"title": {
"type": "String"
}
}
},
"@reportOtherTitle": {
"placeholders": {
"title": {
"type": "String"
}
}
},
"@reportExampleTitle": {
"placeholders": {
"title": {
"type": "String"
}
}
},
"@hrvTrendDayValue": {
"placeholders": {
"count": {
"type": "String"
}
}
},
"@hrvTrendMoreDaysThanLastWeek": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvTrendFewerDaysThanLastWeek": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvTrendMoreDaysThanLastMonth": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvTrendFewerDaysThanLastMonth": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvYearTooltipStressDays": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvYearTooltipRelaxedDays": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvDistributionDayValue": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvMoreDaysThanLastWeek": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvFewerDaysThanLastWeek": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvMoreDaysThanLastMonth": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvFewerDaysThanLastMonth": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@hrvPeriodAverage": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@hrvComparedPreviousPeriod": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@hrvPeriodTrendChart": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@activityTrendTooltipDate": {
"placeholders": {
"month": {
"type": "String"
},
"day": {
"type": "int"
},
"weekday": {
"type": "String"
}
}
},
"@activityMoreThanLastWeek": {
"placeholders": {
"percent": {
"type": "int"
}
}
},
"@activityLessThanLastWeek": {
"placeholders": {
"percent": {
"type": "int"
}
}
},
"@activityMoreThanLastMonth": {
"placeholders": {
"percent": {
"type": "int"
}
}
},
"@activityLessThanLastMonth": {
"placeholders": {
"percent": {
"type": "int"
}
}
},
"@activityPeriodTotalBurn": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@activityPeriodTrendChart": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@sleepDailyQualityScore": {
"placeholders": {
"score": {
"type": "int"
}
}
},
"@sleepPeriodComparisonUnavailable": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@sleepScoreOutOf100": {
"placeholders": {
"score": {
"type": "int"
}
}
},
"@sleepComparedPercent": {
"placeholders": {
"period": {
"type": "String"
},
"value": {
"type": "String"
}
}
},
"@sleepDurationValue": {
"placeholders": {
"hours": {
"type": "int"
},
"minutes": {
"type": "int"
}
}
},
"@sleepQualityScore": {
"placeholders": {
"level": {
"type": "String"
},
"score": {
"type": "int"
}
}
},
"@sleepTooltipDate": {
"placeholders": {
"date": {
"type": "String"
},
"weekday": {
"type": "String"
}
}
},
"@sleepFellAsleepAt": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"@sleepPeriodAverageDuration": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@sleepDurationPeriodTrendChart": {
"placeholders": {
"period": {
"type": "String"
}
}
},
"@friendsAddCloseContactWithCount": {
"placeholders": {
"count": {
"type": "int"
},
"max": {
"type": "int"
}
}
},
"@friendsRemarkedDisplayName": {
"placeholders": {
"remark": {
"type": "String"
},
"name": {
"type": "String"
}
}
},
"@friendsRemarkSuffix": {
"placeholders": {
"remark": {
"type": "String"
}
}
},
"@friendsUpdatedAt": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"@friendsRealtimeStressUpdatedAt": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"@friendsHrvUpdatedAt": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"@friendsStepCount": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"@friendsTrendTitle": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"@friendsDeleteConfirmTitle": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"@purchaseMonthlyUnitPrice": {
"placeholders": {
"unitPrice": {
"type": "String"
}
}
},
"@refundExplanationTitle": {
"description": "退费说明"
},
"@sharePartnerCodeTemplate": {
"description": "分享好友邀请码文案模板",
"placeholders": {
"inviteCode": {
"type": "String"
}
}
},
"@friendStatusTitle": {
"description": "好友的状态标题",
"placeholders": {
"remarkName": {
"type": "String"
}
}
},
"@originalPrice": {
"description": "原价标签",
"placeholders": {
"price": {
"type": "String"
}
}
},
"@watchThemeSyncingProgress": {
"placeholders": {
"progress": {
"type": "int"
}
}
},
"@watchThemeImageDownloadFailed": {
"description": "表盘主题图片下载失败提示",
"placeholders": {
"error": {
"type": "String"
}
}
},
"@feedbackMaxImagesLimit": {
"description": "反馈上传图片或视频的最大限制提示",
"placeholders": {
"count": {
"type": "int"
}
}
},
"@healthLocalNotificationSleepDuration": {
"description": "本地通知中的睡眠时长文本",
"placeholders": {
"hours": {
"type": "int"
},
"minutes": {
"type": "int"
}
}
},
"@healthLocalNotificationSleepTitle": {
"description": "睡眠计算完成后的本地通知标题",
"placeholders": {
"duration": {
"type": "String"
},
"state": {
"type": "String"
}
}
},
"@healthLocalNotificationHrvTitle": {
"description": "HRV 新数据本地通知标题",
"placeholders": {
"hrv": {
"type": "int"
},
"state": {
"type": "String"
},
"time": {
"type": "String"
}
}
},
"@healthLocalNotificationRealtimeStressTitle": {
"description": "实时压力 60 分钟总结本地通知标题",
"placeholders": {
"state": {
"type": "String"
},
"startTime": {
"type": "String"
},
"endTime": {
"type": "String"
}
}
},
"@originalPricePerYear": {
"description": "原价每年标签",
"placeholders": {
"price": {
"type": "String"
}
}
},
"@membershipValidUntilDate": {
"placeholders": {
"date": {
"type": "String"
}
}
},
"@weHaveSentACodeTo": {
"placeholders": {
"email": {
"type": "String"
}
}
},
"invalidPasswordFormat": "密码格式不正确",
"newPasswordDoesNotMatch": "新密码不一致",
"cannotUseCurrentPassword": "不能使用当前密码",
"thisEmailIsAlreadyLinkedToAnotherAccountPleaseUseADifferentEmail": "该电子邮箱已与另一个账户关联。请使用其他电子邮箱。",
"loggedOutTokenInvalid": "已退出登录",
"logInOrSignUp": "登录或注册",
"signOut": "退出",
"noInternetConnectionPleaseCheckYourInternetConnection": "无网络,请检查您的网络"
}