app_en.arb 60.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
{
  "@@locale": "en",
  "appName": "Double Feel",
  "confirm": "Confirm",
  "cancel": "Cancel",
  "continueButton": "Continue",
  "loading": "Loading...",
  "success": "Success",
  "error": "Error",
  "loginTitle": "Login",
  "username": "Username",
  "password": "Password",
  "loginBtn": "Sign In",
  "usernameEmptyHint": "Username cannot be empty",
  "passwordEmptyHint": "Password cannot be empty",
  "homeTitle": "Home",
  "tabToday": "Today",
  "tabTrend": "Trends",
  "tabFriends": "Friends",
  "tabMy": "Me",
  "switchLanguage": "Switch Language",
  "mainlandChinaServices": "Mainland China Services",
  "internationalServices": "International Services",
  "mainlandChinaServicesDescription": "For users mainly in Mainland China. Health, account, and friend data is stored in Mainland China.",
  "internationalServicesDescription": "For users mainly outside Mainland China. Health, account, and friend data is stored internationally.",
  "serviceRegionCannotBeChanged": "Service region cannot be changed after account creation.",
  "settings": "Settings",
  "onboardingIntroTitle": "DoubleFeel is a health companion app built for Apple Watch",
  "onboardingIntroBody": "<em>Understand yourself better</em>, and let people who care about you <em>notice when you need support.</em>",
  "onboardingStateQuestion": "Which happens to you often?",
  "onboardingStateStressAnxiety": "Often stressed or anxious",
  "onboardingStateTired": "Feel tired easily",
  "onboardingStatePoorRest": "Wake up feeling tired",
  "onboardingStateNeedStimulants": "Rely on stimulants to stay alert",
  "onboardingStateNone": "None of the above",
  "onboardingStressGoalQuestion": "What do you want from stress tracking?",
  "onboardingStressGoalSource": "Understand stress sources",
  "onboardingStressGoalReminder": "Get stress reminders",
  "onboardingStressGoalLovedOnes": "Share stress with loved ones",
  "onboardingStressGoalRelax": "Feel calmer",
  "onboardingStressGoalBodyTalk": "Understand my body",
  "onboardingReliefQuestion": "What helps you relieve stress?",
  "onboardingReliefSleep": "Better sleep",
  "onboardingReliefCare": "Care from loved ones",
  "onboardingReliefExercise": "Exercise more",
  "onboardingReliefSun": "More sunlight",
  "onboardingReliefWater": "Drink more water",
  "onboardingReliefMeditation": "Meditation",
  "onboardingKeyDataTitle": "",
  "onboardingKeyDataSubtitle": "Your body has a hidden signal that can help you:",
  "onboardingKeyDataStress": "Track stress",
  "onboardingKeyDataFatigue": "Avoid burnout",
  "onboardingKeyDataRecovery": "Balance recovery",
  "onboardingKeyDataHabits": "Build healthier habits",
  "onboardingKeyDataLovedOnes": "Let loved ones care for you sooner",
  "onboardingTellMeWhatItIs": "Tell me what it is!",
  "onboardingHrvTitle": "It’s called HRV",
  "onboardingHrvSubtitle": "HRV helps reflect your stress, recovery, and overall wellness",
  "onboardingHrvDescription": "Heart Rate Variability (HRV) measures tiny changes between heartbeats and reflects how your body responds to stress.",
  "onboardingTellMeMore": "Tell me more",
  "onboardingResearchTitle": "Studies show that HRV changes are closely related to how our body and mind feel",
  "onboardingResearchFatigue": "Feeling tired",
  "onboardingResearchEnergy": "Feeling great",
  "onboardingResearchHrvDown": "HRV",
  "onboardingResearchHrvUp": "HRV",
  "onboardingHealthPermissionTitle": "Allow Health Access",
  "onboardingHealthPermissionBody": "DoubleFeel uses health data to track stress and wellness.",
  "onboardingHealthPermissionPrivacy": "Your health raw data stays private and is never uploaded.",
  "onboardingNotificationTitle": "Turn on notifications",
  "onboardingNotificationSubtitle": "",
  "onboardingNotificationBody": "Get notified when your body shows unusual stress or fatigue signals.",
  "onboardingMemberTitle": "Get Annual Membership Offer",
  "onboardingMemberBody": "Start your stress tracking and wellness journey, and never miss caring moments.",
  "onboardingMemberAllOptions": "View all purchase options",
  "healthCompanionIsNowAvailable": "Wellness Companion Activated",
  "youCanNowViewEachOtherSHrvStressLevelsAndSleepPatternsAndReachOutToCheckInWhenTheOtherPersonSeemsTired": "You can now track HRV, stress, and sleep changes, and share alerts with loved ones.",
  "bindPartnerTitle": "Add a Loved One\nFollow your health",
  "bindPartnerMyId": "My ID",
  "bindPartnerShareMyCode": "Share My ID",
  "bindPartnerOr": "or",
  "bindPartnerContactId": "Loved One’s ID",
  "bindPartnerInputHint": "Enter here",
  "bindPartnerSkip": "Maybe Later",
  "onboardingResearchStress": "Stressed",
  "onboardingResearchRelaxed": "Relaxed",
  "onboardingResearchSick": "Feeling sick Unwell",
  "onboardingResearchHealthy": "Recovering well",
  "onboardingResearchPoorSleep": "Poor Sleep",
  "onboardingResearchGoodSleep": "Well rested",
  "loginSlogan": "Start your journey of stress insights and caring connection.",
  "loginWithPhone": "Sign in with Phone",
  "loginWithApple": "Sign in with Apple",
  "loginLastUsed": "Last used",
  "loginAgreementPrefix": "By tapping, you agree to ",
  "loginTerms": "Terms",
  "loginAgreementAnd": " & ",
  "loginPrivacy": "Policy",
  "phoneLoginHello": "Hello~",
  "phoneLoginWelcome": "Welcome to Double Feel",
  "phoneLoginPhoneHint": "Enter phone number",
  "phoneLoginSendCode": "Send Code",
  "phoneLoginSending": "Sending",
  "phoneLoginSentCountdown": "Sent ({countdown}s)",
  "phoneLoginResend": "Resend",
  "phoneLoginCodeHint": "Enter verification code",
  "phoneLoginAutoRegisterHint": "Unregistered numbers will be registered automatically",
  "phoneLoginLoggingIn": "Signing in...",
  "loginAgreeToTermsToast": "Please read and agree to the Terms of Service and Privacy Policy first",
  "phoneLoginInvalidPhone": "Invalid phone number",
  "phoneLoginCodeSentSuccess": "Code sent",
  "phoneLoginInvalidCode": "Invalid verification code",
  "todayHealthDataAuthTitle": "Syncing Health Data",
  "todayHealthDataAuthDescription": "DoubleFeel needs access to your Apple Health data to provide stress insights, Live Stress tracking, and health recommendations.\nIf you haven’t granted access, please allow permissions below. If you have already granted access, syncing your health data may take a few minutes. Please try again later.",
  "todayHealthDataAuthAction": "Continue",
  "measureYourHrvNow": "How to take a measurement",
  "todayBottomSheetGotIt": "Got it",
  "todayFaqTitle": "FAQ",
  "todayFaqSectionTitle": "DoubleFeel FAQ",
  "todayFaqLinkNoData": "What if the app or watch face has no data?",
  "todayFaqLinkHrvRealtimeUpdate": "How can HRV data update in real time?",
  "todayFaqLinkWatchNoStatusNotification": "Why can't my watch receive status notifications?",
  "todayFaqLinkWatchNoStatusAndInteractionNotification": "Why can't my watch receive status and interaction notifications?",
  "todayFaqLinkWatchFaceDataDelay": "Why is watch face data delayed or not updating?",
  "todayFaqLinkWatchFaceBlackScreen": "Why does the watch face turn black?",
  "todayStressStatusTitle": "Overall stress status",
  "todayHrvPrincipleTitle": "How HRV is measured",
  "todayRealtimeStressTitle": "How Live Stress works",
  "todayStressStatusOverload": "Overload",
  "todayStressStatusCaution": "Elevated",
  "todayStressStatusNormal": "Normal",
  "todayStressStatusExcellent": "Excellent",
  "todayStressStatusInsufficientData": "Insufficient data",
  "todayStressStatusOverloadDescription": "Your current HRV is much lower than your long-term average, which may indicate fatigue, high stress, or insufficient recovery. Rest is recommended.",
  "todayStressStatusCautionDescription": "Your current HRV is below the normal range, and your body may be accumulating stress. Pay attention to rest and recovery.",
  "todayStressStatusNormalDescription": "Your current body state is within your normal fluctuation range.",
  "todayStressStatusExcellentDescription": "Your current HRV is higher than your recent average, indicating better recovery and overall state.",
  "todayStressStatusInsufficientDataDescription": "There is not enough available data to accurately assess your stress state yet.",
  "todayHrvMeasurementIntro": "Apple Watch measures HRV automatically every 2–5 hours. If you’d like to take a manual measurement, follow these steps:",
  "todayHrvMeasurementStep1": "1. Wear your Apple Watch, sit down, and stay relaxed.",
  "todayHrvMeasurementStep2": "2. Open the “Mindfulness” app on your Apple Watch and start a “Breathe” session.",
  "todayHrvMeasurementStep3": "3. Keep your breathing steady and wait for 1–3 minutes.",
  "todayHrvMeasurementStep4": "4. After the breathing session ends, lock your Apple Watch and unlock your iPhone once.",
  "todayHrvMeasurementStep5": "5. Wait about one minute. DoubleFeel will receive and display your data.",
  "todayHrvMeasurementHint": "Tip: Your data comes from Apple Watch. There may be a delay after measurement, or the data may not sync immediately. If this happens, please try measuring again and wait for the data to sync.",
  "todayHrvMeasurementWarning": "Note: Health permissions must be enabled, and Low Power Mode must be turned off.",
  "todayStressStatusWhatTitle": "What is Overall Stress Status?",
  "todayStressStatusWhatDescription1": "DoubleFeel combines your HRV (heart rate variability), resting heart rate, and body-state changes from the past 30 days to assess your overall stress level.",
  "todayStressStatusWhatDescription2": "Because HRV fluctuates with emotions, exercise, sleep, and fatigue, a single reading has limited value. We recommend focusing on your overall stress status across the day, which is more stable and useful. It helps you understand your body state and helps close contacts notice changes in time.",
  "todayStressStatusWhyHrvTitle": "Why use HRV (heart rate variability)?",
  "todayStressStatusWhyHrvDescription": "HRV is an important metric for measuring body stress and recovery capacity.",
  "todayStressStatusUsually": "In general:",
  "todayStressStatusHrvHigher": "· Higher HRV usually means better recovery",
  "todayStressStatusHrvLower": "· Lower HRV may indicate fatigue, stress, or insufficient sleep",
  "todayStressStatusHrvChangesFast": "· HRV changes quickly, making it useful for short-term body-state changes.",
  "todayStressStatusAppWatchDifferenceTitle": "How are stress statuses on the phone app and Apple Watch different?",
  "todayStressStatusAppWatchDifferenceApp": "The phone app home page shows the day's overall stress status, combining HRV, resting heart rate, and overall trends.",
  "todayStressStatusAppWatchDifferenceWatch": "Apple Watch shows the most recent Live Stress status, which is better for quickly checking your current body changes.",
  "todayStressStatusWaitingDataTitle": "Why does Waiting for data appear?",
  "todayStressStatusWaitingDataDescription1": "Waiting for data means the current amount of collected data is not enough to generate a reliable stress assessment.",
  "todayStressStatusWaitingDataDescription2": "Please keep wearing your Apple Watch and wait for the system to collect data automatically.",
  "todayStressStatusWaitingDataReasonsIntro": "Possible reasons include:",
  "todayStressStatusWaitingDataReason1": "1. Not enough HRV samples",
  "todayStressStatusWaitingDataReason2": "2. Missing resting heart rate data",
  "todayStressStatusWaitingDataReason3": "3. Apple Watch has not been worn long enough",
  "todayStressStatusWaitingDataReason4": "4. Apple Health permissions are not enabled",
  "todayHrvPrincipleHowMeasureTitle": "How does DoubleFeel measure stress status?",
  "todayHrvPrincipleHowMeasureDescription1": "When you wear Apple Watch normally, the system automatically collects your heart rate data and syncs it to Apple Health.",
  "todayHrvPrincipleHowMeasureDescription2": "DoubleFeel calculates HRV (heart rate variability) indicators based on this data to assess your body stress and recovery state.",
  "todayHrvPrincipleHowMeasureDescription3": "HRV is sensitive to stress, fatigue, sleep, emotions, and recovery, so it helps us notice body-state changes earlier.",
  "todayHrvPrincipleHowMeasureDescription4": "To make results more accurate, DoubleFeel compares your current HRV state with your own 30-day average instead of comparing it directly with other people.",
  "todayRealtimeStressWhatTitle": "What is Live Stress?",
  "todayRealtimeStressWhatDescription1": "Live Stress is a body stress indicator dynamically generated by DoubleFeel based on your current HRV, heart rate state, and changes in your personal history.",
  "todayRealtimeStressWhatDescription2": "A higher stress value means your body state is deviating more from your usual baseline and may reflect fatigue, insufficient recovery, or high stress.",
  "todayRealtimeStressWhatDescription3": "It helps you notice body changes faster and adjust rest, exercise, and daily rhythm in time.",
  "todayRealtimeStressDivisionTitle": "How is Live Stress Scored?",
  "todayRealtimeStressDivisionIntro": "Live stress is displayed as a percentage:",
  "todayRealtimeStressExcellentRange": "Excellent: 1%-20%",
  "todayRealtimeStressNormalRange": "Normal: 21%-60%",
  "todayRealtimeStressCautionRange": "Elevated: 61%-80%",
  "todayRealtimeStressOverloadRange": "Overload: 81%-100%",
  "todayRealtimeStressExcellentDescription": "Your body is in a good recovery state and feels more relaxed.",
  "todayRealtimeStressNormalDescription": "Your body is within a normal fluctuation range.",
  "todayRealtimeStressCautionDescription": "Your body may be accumulating stress. Consider taking breaks and recovering.",
  "todayRealtimeStressOverloadDescription": "Your body may be under significant stress. Consider reducing your workload and prioritizing sleep and recovery.",
  "todayRealtimeStressDivisionBaseline": "These ranges are adjusted based on your personal baseline and activity patterns. Results are not directly comparable between different users.",
  "todayRealtimeStressDivisionAwake": "Live Stress mainly reflects changes in your body’s stress level while you are awake.",
  "todayRealtimeStressLowBetterTitle": "Is lower Live Stress always better?",
  "todayRealtimeStressLowBetterNo": "Not necessarily.",
  "todayRealtimeStressLowBetterType": "Body stress can be normal or abnormal.",
  "todayRealtimeStressLowBetterExample": "For example, real-time stress rising briefly during or after exercise is a normal recovery response. It can also rise temporarily during focused work or emotional excitement, which are normal body adjustments.",
  "todayRealtimeStressLowBetterHighStress": "But if stress remains high while resting, sitting for a long time, or after poor sleep, it may indicate physical fatigue, mental stress, insufficient sleep recovery, incomplete exercise recovery, too much caffeine, alcohol, stimulants, or possible discomfort.",
  "todayRealtimeStressLowBetterTrend": "DoubleFeel focuses more on your long-term trend than on a single fluctuation.",
  "todayRealtimeStressScenarioTitle": "When should HRV and Live Stress be used?",
  "todayRealtimeStressScenarioHrvDefault": "With Apple Watch default settings, HRV updates every 2-5 hours.",
  "todayRealtimeStressScenarioRegionLimit": "In some regions, Apple Watch breathing features may be limited, which can affect HRV update frequency. Turning on breathing features may also consume more battery.",
  "todayRealtimeStressScenarioIntro": "To address the long interval between HRV updates, DoubleFeel designed Live Stress:",
  "todayRealtimeStressScenarioUpdateEvery6Min": "· Live Stress updates every 6 minutes (Friend status updates rely on Apple Health sync and may experience brief delays due to system mechanisms. If your friend uses DoubleFeel frequently, their health status will be updated more promptly)",
  "todayRealtimeStressScenarioTimely": "· It can reflect body-state changes more promptly",
  "todayRealtimeStressScenarioConsistentTrend": "· In most cases, the Live Stress trend is consistent with the HRV trend",
  "todayRealtimeStressScenarioSummary": "This lets users see long-term HRV trends while also using Live Stress as a short-term body-state reference.",
  "todayFaqNoDataTitle": "What if the app or watch face has no data?",
  "todayFaqNoDataDescription1": "1. Confirm that Apple Watch is on watchOS 10.0 or above and iPhone is on iOS 14 or above. You can check system versions in About.",
  "todayFaqNoDataDescription2": "2. Confirm all permissions are enabled: iPhone Health > Sharing > Apps > DoubleFeel > Turn On All Permissions.",
  "todayFaqNoDataDescription3": "3. Confirm the device is not in Low Power Mode, low battery, or worn too loosely, as these can affect data collection.",
  "todayFaqContactPrefix": "If everything above is correct, you can ",
  "todayFaqContactAction": "contact us",
  "todayFaqContactSuffix": ".",
  "todayFaqWatchNoNotificationTitle": "Watch cannot receive status notifications?",
  "todayFaqWatchNoNotificationDescription1": "Apple Watch and iPhone notifications have priority rules: when your iPhone is unlocked and the screen is on, notifications only appear on the phone and will not appear on the watch.",
  "todayFaqWatchNoNotificationDescription2": "If stress data displays and updates normally but your watch does not receive notifications, try the following:",
  "todayFaqWatchNoNotificationCheckPhoneNotification": "1. Check whether iPhone notifications are enabled (Settings > DoubleFeel > Notifications).",
  "todayFaqWatchNoNotificationCheckPhoneBackgroundRefresh": "2. Check whether iPhone Background App Refresh is enabled (Settings > DoubleFeel > Background App Refresh).",
  "todayFaqWatchNoNotificationCheckWatchBackgroundRefresh": "3. Check whether Apple Watch Background App Refresh is enabled (Settings > General > Background App Refresh, and make sure DoubleFeel is enabled).",
  "todayFaqWatchNoNotificationCheckModes": "4. Make sure Low Power, Focus, Do Not Disturb, Theater, Sleep, and similar modes are off.",
  "todayFaqWatchNoNotificationReinstall": "5. Reinstall DoubleFeel and restart Apple Watch and iPhone.",
  "todayFaqWatchFaceDelayTitle": "Watch face data not updating or delayed?",
  "todayFaqWatchFaceDelayDescription1": "Due to Apple system limits, all watch faces, third-party or official, may have delays from a few minutes to half an hour. Developers cannot control the refresh frequency.",
  "todayFaqWatchFaceDelayIfOverOneHour": "If the phone data refreshes but the watch face still has not updated after more than 1 hour:",
  "todayFaqWatchFaceDelayOpenWatchApp": "Manually open DoubleFeel on Apple Watch and wait about 1 minute.",
  "todayFaqWatchFaceDelayIfStill": "If it still does not update:",
  "todayFaqWatchFaceDelayRestartApp": "Close the DoubleFeel background process and restart it.",
  "todayFaqWatchFaceDelayCheckIntro": "If it still does not work, check:",
  "todayFaqWatchFaceDelayCheckData": "· Whether both phone and watch apps can show HRV data normally.",
  "todayFaqWatchFaceDelayCheckPhoneHealth": "· Make sure all permissions are enabled on iPhone: iOS Settings > Privacy & Security > Health > DoubleFeel.",
  "todayFaqWatchFaceDelayCheckWatchHealth": "· Make sure all permissions are enabled on Apple Watch: Settings > Health > Data Sources & Access > DoubleFeel.",
  "todayFaqWatchFaceDelayCheckBackgroundRefresh": "· Confirm DoubleFeel is enabled in Apple Watch > Settings > General > Background App Refresh.",
  "todayFaqWatchFaceDelayRestartWatch": "· If it still does not refresh automatically, restart Apple Watch. Long runtimes or high background usage may cause watch face updates to pause.",
  "todayFaqWatchFaceBlackScreenTitle": "Watch face turns black?",
  "todayFaqWatchFaceBlackScreenDescription": "If the custom interactive watch face turns black after being added and only shows time and date, long-press the watch face, tap Edit, swipe left to Complications, choose DoubleFeel, and add each component again as needed.",
  "today": "Today",
  "yesterday": "Yesterday",
  "backToToday": "Back to Today",
  "redeemOffer": "Claim Offer",
  "allPlans": "All Plans",
  "clickToAddTheHrvThemedWatchFace": "Add HRV Watch Face",
  "stayOnTopOfYourHealthFluctuations": "Track your body changes",
  "addACloseContact": "Add a Loved One",
  "oneMorePersonLookingOutForYourHealth": "Follow your health",
  "addAFriend": "Add",
  "averageHrvForTheDay": "Avg. Hrv",
  "restingHeartRate": "RHR",
  "todaySHrvTrend": "HRV Trend",
  "more": "More",
  "noDataAvailableForToday": "No data available for today",
  "realTimePressure": "Live Stress",
  "accountInformation": "Account Information",
  "help": "Help",
  "changeNickname": "Edit Name",
  "pleaseEnterANickname": "Please enter a nickname",
  "feedbackLog": "Feedback Log",
  "noFeedbackRecordsYet": "No feedback records yet",
  "feedbackDetails": "Feedback Details",
  "reportAnIssue": "Report an Issue",
  "contactInformation": "Contact Information",
  "submit": "Submit",
  "questionsAndFeedback": "Questions and Feedback",
  "ifYouWouldLikeUsToReplyPleaseProvideYourEmailAddress": "If you would like us to reply, please provide your email address",
  "feedbackHintText": "1. Please describe the screen and scenario where the issue occurred\n2. Please provide screenshots to help us resolve the issue more efficiently\n3. Please leave your contact information so we can get back to you as soon as possible",
  "uploadProof": "Upload Proof",
  "frequentlyAskedQuestions": "Frequently Asked Questions",
  "areYouSureYouWantToDeleteYourAccount": "Are you sure you want to delete your account?",
  "accountSettings": "Account Settings",
  "appleAccount": "Apple Account",
  "googleAccount": "Google Account",
  "securityEmail": "Email",
  "addSecurityEmail": "Add an email",
  "securityEmailDescription": "Adding an email address makes it easier to recover your account. For your account security, please use an email address you own.",
  "securityEmailHint": "Email address",
  "confirmYourEmail": "Confirm your email",
  "enterCodeSentTo": "Enter the code sent to \n{email}",
  "@enterCodeSentTo": {
    "placeholders": {
      "email": {}
    }
  },
  "emailVerificationHelp": "If you don't see the email, check other places it might be, like your junk, spam, social, or other folders",
  "verificationCode": "Verification code",
  "resend": "Re-send",
  "resendWithSeconds": "Re-send({seconds})",
  "@resendWithSeconds": {
    "placeholders": {
      "seconds": {
        "type": "int"
      }
    }
  },
  "invalidEmailFormat": "Invalid email format",
  "deleteAccount": "Delete Account",
  "mobilePhoneNumber": "Mobile phone number",
  "logOut": "Logged Out",
  "confirmLogoutPrompt": "Are you sure you want to log out?",
  "confirmLogout": "Yes, I’m sure",
  "loggedOutSuccessfully": "Logged out successfully",
  "accountDeletedSuccessfully": "Account deleted successfully",
  "deleteAccountWarningTitle": "Account deletion cannot be undone. Please proceed carefully.",
  "deleteAccountWarningPrompt": "1. Deleting your account will permanently remove all your data, including health records, statistics, and account information.",
  "deleteAccountWarningNote1": "2. To protect your privacy, we cannot recover deleted accounts or data.",
  "deleteAccountWarningNote2": "3. If you have an active subscription through the App Store, please cancel it in App Store → Subscriptions before deleting your account.",
  "confirmDeletion": "Delete Account",
  "iLlThinkAboutItSomeMore": "Keep My Account",
  "sleep": "Sleep",
  "viewSleepReport": "View Details",
  "duration": "Duration",
  "quality": "Quality",
  "averageHeartRate": "Avg HR",
  "fitness": "Fitness",
  "viewFitnessReport": "View Details",
  "event": "Move",
  "exercise": "Exercise",
  "standing": "Stand",
  "dailyActions": "Actions",
  "trendHrvHeartRate": "HRV & HR",
  "trendActivityBurn": "Activity",
  "trendSleepReport": "Sleep",
  "reportPeriodDay": "D",
  "reportPeriodWeek": "W",
  "reportPeriodMonth": "M",
  "reportPeriodYear": "Y",
  "reportDateYear": "{year}",
  "reportDateMonth": "Month {month}",
  "reportDateMonthDay": "{month}/{day}",
  "reportDateYearMonthDay": "{month}/{day}/{year}",
  "reportDatePickerTitle": "Select Date",
  "reportDatePickerConfirm": "Confirm",
  "reportDatePickerYearOption": "{year}",
  "reportDatePickerMonthOption": "{month}",
  "reportDatePickerDayOption": "{day}",
  "reportWaitingForData": "Waiting for Data",
  "sleepDailyAwaitingData": "Awaiting Data",
  "reportWaitingForOtherData": "Waiting for their data",
  "reportNoData": "No data",
  "reportNoDataToday": "No data for today",
  "reportUnitDay": "days",
  "reportUnitHour": "hr",
  "reportUnitMinute": "min",
  "reportUnitScore": "pts",
  "reportUnitKcal": "kcal",
  "reportWeekdayMonday": "Mon",
  "reportWeekdayTuesday": "Tue",
  "reportWeekdayWednesday": "Wed",
  "reportWeekdayThursday": "Thu",
  "reportWeekdayFriday": "Fri",
  "reportWeekdaySaturday": "Sat",
  "reportWeekdaySunday": "Sun",
  "reportDateWithWeekday": "{date}, {weekday}",
  "reportOtherPossessiveTitle": "Their {title}",
  "reportOtherTitle": "{title}",
  "reportTrend": "Trends",
  "reportExampleTitle": "{title} (Example)",
  "hrvStressExcellent": "Excellent",
  "hrvStressNormal": "Normal",
  "hrvStressAttention": "Elevated",
  "hrvStressOverload": "Overload",
  "sleepQualityGreat": "Great Sleep",
  "sleepQualityGood": "Good Sleep",
  "sleepQualityPoor": "Poor Sleep",
  "sleepOtherQualityGreat": "They Slept Great",
  "sleepOtherQualityGood": "They Slept Well",
  "sleepOtherQualityPoor": "They Slept Poorly",
  "sleepQualityExcellent": "Great",
  "sleepQualityNormal": "Good",
  "sleepQualityAttention": "Poor",
  "hrvDailyStressTrend": "Daily Stress Trend",
  "hrvMonthlyStressTrend": "Monthly Stress Trend",
  "hrvMoreRelaxed": "More Relaxed",
  "hrvMoreStressed": "More Stressed",
  "hrvTrendLowStress": "Low Stress",
  "hrvTrendHighStress": "High Stress",
  "hrvTrendAwaitingData": "Awaiting Data",
  "hrvTrendDayValue": "{count}",
  "hrvTrendDayUnit": "d",
  "hrvTrendComparedLastWeekUnavailable": "vs last week -",
  "hrvTrendSameAsLastWeek": "Same as last week",
  "hrvTrendMoreDaysThanLastWeek": "+{count}d vs last week",
  "@hrvTrendMoreDaysThanLastWeek": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvTrendFewerDaysThanLastWeek": "-{count}d vs last week",
  "@hrvTrendFewerDaysThanLastWeek": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvTrendComparedLastMonthUnavailable": "vs last month -",
  "hrvTrendSameAsLastMonth": "Same as last month",
  "hrvTrendMoreDaysThanLastMonth": "+{count}d vs last month",
  "@hrvTrendMoreDaysThanLastMonth": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvTrendFewerDaysThanLastMonth": "-{count}d vs last month",
  "@hrvTrendFewerDaysThanLastMonth": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvTrendWeekdayMonday": "M",
  "hrvTrendWeekdayTuesday": "T",
  "hrvTrendWeekdayWednesday": "W",
  "hrvTrendWeekdayThursday": "T",
  "hrvTrendWeekdayFriday": "F",
  "hrvTrendWeekdaySaturday": "S",
  "hrvTrendWeekdaySunday": "S",
  "hrvYearTooltipMonthJanuary": "Jan",
  "hrvYearTooltipMonthFebruary": "Feb",
  "hrvYearTooltipMonthMarch": "Mar",
  "hrvYearTooltipMonthApril": "Apr",
  "hrvYearTooltipMonthMay": "May",
  "hrvYearTooltipMonthJune": "Jun",
  "hrvYearTooltipMonthJuly": "Jul",
  "hrvYearTooltipMonthAugust": "Aug",
  "hrvYearTooltipMonthSeptember": "Sep",
  "hrvYearTooltipMonthOctober": "Oct",
  "hrvYearTooltipMonthNovember": "Nov",
  "hrvYearTooltipMonthDecember": "Dec",
  "hrvYearTooltipStressDays": "{count} Stress Days",
  "@hrvYearTooltipStressDays": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvYearTooltipRelaxedDays": "{count} Relaxed Days",
  "@hrvYearTooltipRelaxedDays": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvYearMostStressed": "Most Stressed",
  "hrvYearMostRelaxed": "Most Relaxed",
  "hrvDistributionDayUnit": "d",
  "hrvDistributionDayValue": "{count} d",
  "@hrvDistributionDayValue": {
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "hrvDistributionAwaitingData": "Awaiting Data",
  "hrvStressDistribution": "Stress Distribution",
  "hrvDailyStressDistribution": "Daily Stress Distribution",
  "hrvRelaxedAxisLabel": "Relaxed",
  "hrvStressedAxisLabel": "Stressed",
  "hrvEmptyMonthPlaceholder": "-",
  "hrvEmptyMonthDayPlaceholder": "-·-",
  "hrvValidDays": "HRV Days Recorded",
  "hrvLowest": "Lowest HRV",
  "hrvHighest": "Highest HRV",
  "hrvMostStressed": "Most Stressed",
  "hrvLeastStressed": "Least stressed",
  "hrvMostRelaxed": "Most Relaxed",
  "hrvComparedLastWeekUnavailable": "Compared with last week: -",
  "hrvSameAsLastWeek": "Same as last week",
  "hrvMoreDaysThanLastWeek": "{count} more days than last week",
  "hrvFewerDaysThanLastWeek": "{count} fewer days than last week",
  "hrvComparedLastMonthUnavailable": "Compared with last month: -",
  "hrvSameAsLastMonth": "Same as last month",
  "hrvMoreDaysThanLastMonth": "{count} more days than last month",
  "hrvFewerDaysThanLastMonth": "{count} fewer days than last month",
  "hrvUnlockNow": "Unlock",
  "hrvTrendTitle": "HRV Trend",
  "hrvPeriodAverage": "This {period} average",
  "hrvComparedPreviousPeriod": "vs previous {period}",
  "hrvPeriodTrendChart": "HRV {period} Trend Chart",
  "activityTotalBurn": "Total Activity Burn",
  "activityWeeklySelfTitle": "Move",
  "activityWeeklyOtherTitle": "Their Calories",
  "activityWeeklyExerciseTitle": "Exercise",
  "activityWeeklyStandTitle": "Stand",
  "activityWeeklyMoveRings": "Activity Rings",
  "activityWeeklyExerciseRings": "Workout Rings",
  "activityWeeklyStandRings": "Stand Rings",
  "activityWeeklyUnitDay": "d",
  "activityWeeklyWeekdayMonday": "M",
  "activityWeeklyWeekdayTuesday": "T",
  "activityWeeklyWeekdayWednesday": "W",
  "activityWeeklyWeekdayThursday": "T",
  "activityWeeklyWeekdayFriday": "F",
  "activityWeeklyWeekdaySaturday": "S",
  "activityWeeklyWeekdaySunday": "S",
  "activityExerciseTotalDuration": "Total Exercise Time",
  "activityStandTotalDuration": "Total Stand Time",
  "activityPerfectRings": "Perfect Rings",
  "activityCloseMoveRing": "Move Ring Closed",
  "activityCloseExerciseRing": "Exercise Ring Closed",
  "activityCloseStandRing": "Stand Ring Closed",
  "activityCalorieTrend": "Calories Burn Trend",
  "activityKcalDailyAverage": "kcal/Daily Avg",
  "activityTrendAwaitingData": "Awaiting Data",
  "activityTrendAverage": "Avg",
  "activityTrendGoal": "Goal",
  "activityTrendTooltipDate": "{month} {day} · {weekday}",
  "@activityTrendTooltipDate": {
    "placeholders": {
      "month": {
        "type": "String"
      },
      "day": {
        "type": "int"
      },
      "weekday": {
        "type": "String"
      }
    }
  },
  "activityComparedLastWeek": "34% less than last week",
  "activityComparedLastMonth": "34% less than last month",
  "activityComparedUnavailable": "vs last week -",
  "activityComparedLastMonthUnavailable": "vs last month -",
  "activitySameAsLastWeek": "0% vs last week",
  "activityMoreThanLastWeek": "+{percent}% vs last week",
  "activityLessThanLastWeek": "-{percent}% vs last week",
  "activitySameAsLastMonth": "0% vs last month",
  "activityMoreThanLastMonth": "+{percent}% vs last month",
  "activityLessThanLastMonth": "-{percent}% vs last month",
  "activityTrendTitle": "Activity Burn Trend",
  "activityPeriodTotalBurn": "This {period} total burn",
  "activityDailyAverageBurn": "Daily average burn",
  "activityPeriodTrendChart": "Activity Burn {period} Trend Chart",
  "activityMove": "Move",
  "activityExercise": "Exercise",
  "activityStand": "Stand",
  "activityUnitMinute": "m",
  "activityUnitHour": "h",
  "activityHeartRateZone": "Heart Rate Zones",
  "activityRealtimeHeartRate": "Real-time Heart Rate",
  "sleepDurationTitle": "Sleep Duration",
  "sleepQualityTitle": "Sleep Quality",
  "sleepDailyDurationTitle": "Duration",
  "sleepDailyQualityTitle": "Quality",
  "sleepDailyQualityScore": "{score}/100",
  "@sleepDailyQualityScore": {
    "placeholders": {
      "score": {
        "type": "int"
      }
    }
  },
  "sleepDailyUnitHour": "h",
  "sleepDailyUnitMinute": "m",
  "sleepPeriodUnitHour": "h",
  "sleepPeriodUnitMinute": "m",
  "sleepHeartRateTitle": "Sleep Heart Rate",
  "sleepLongest": "Longest Sleep",
  "sleepShortest": "Shortest Sleep",
  "sleepBestQuality": "Best Quality",
  "sleepWorstQuality": "Lowest Quality",
  "sleepBedtime": "Bedtime",
  "sleepEarliestBedtime": "Earliest",
  "sleepLatestBedtime": "Latest",
  "sleepAverageDuration": "Average Duration",
  "sleepAverageQuality": "Average Quality",
  "sleepPreviousWeek": "last week",
  "sleepPreviousMonth": "last month",
  "sleepComparedPercent": "{value}% vs {period}",
  "sleepPeriodComparisonUnavailable": "vs {period} -",
  "@sleepPeriodComparisonUnavailable": {
    "placeholders": {
      "period": {
        "type": "String"
      }
    }
  },
  "sleepScoreOutOf100": "{score}/100",
  "@sleepScoreOutOf100": {
    "placeholders": {
      "score": {
        "type": "int"
      }
    }
  },
  "sleepPeriodAwaitingData": "Awaiting Data",
  "sleepDurationValue": "{hours}h {minutes}m",
  "sleepQualityScore": "{level}: {score} pts",
  "sleepFellAsleepAt": "{time} Asleep",
  "sleepTooltipDate": "{date} · {weekday}",
  "@sleepTooltipDate": {
    "placeholders": {
      "date": {
        "type": "String"
      },
      "weekday": {
        "type": "String"
      }
    }
  },
  "sleepAverage": "Average",
  "sleepPeriodAvgDurationTitle": "Avg Duration",
  "sleepPeriodAvgQualityTitle": "Avg Quality",
  "sleepPeriodAverageLegend": "Avg",
  "sleepTarget": "Goal",
  "sleepHighest": "Highest",
  "sleepLowest": "Lowest",
  "sleepTrendTitle": "Sleep Report Trend",
  "sleepPeriodAverageDuration": "This {period} average sleep",
  "sleepDeepSleepRatio": "Deep sleep ratio",
  "sleepDurationPeriodTrendChart": "Sleep Duration {period} Trend Chart",
  "sleepEmptyDateWithWeekday": "-·-",
  "sleepQualityDescription": "DoubleFeel calculates your daily sleep quality score based on sleep duration, sleep stages, deep sleep, heart rate during the night, and HRV changes.\nThis score helps you better understand your body’s recovery and sleep performance.",
  "sleepQualityAttentionRange": "<60",
  "sleepQualityNormalRange": "60–85",
  "sleepQualityExcellentRange": ">85",
  "friendsAddCloseContactDescription": "Add a loved one to follow your health",
  "friendsLimitReached": "You can add up to 10 friends",
  "friendsAddCloseContact": "Add Loved One",
  "friendsAddCloseContactWithCount": "Add Loved One ({count}/{max})",
  "friendsMe": "Me",
  "friendsRemarkedDisplayName": "{remark} ({name})",
  "friendsRemarkSuffix": " ({remark})",
  "friendsUnknownFriend": "Unknown friend",
  "friendsUpdatedAt": "Updated at {time}",
  "friendsRealtimeStressUpdatedAt": "Live Stress Last Updated at {time}",
  "friendsHrvUpdatedAt": "HRV Last Updated at {time}",
  "friendsStepCount": "{count} steps",
  "friendsStressAttention": "Stress alert",
  "friendsWaitingForData": "No Data Yet",
  "friendsSleepQuality": "Sleep Quality",
  "friendsTodaySteps": "Steps today",
  "friendsActiveCalories": "Active Calories",
  "friendsSleepQualityExcellent": "Slept Great",
  "friendsSleepQualityNormal": "Slept Well",
  "friendsSleepQualityAttention": "Slept Poorly",
  "friendsRemove": "Remove",
  "friendsEditRemark": "Edit Note",
  "friendsShowOnWatchFace": "Show on Watch",
  "friendsShownOnWatchFace": "Shown on Watch",
  "friendsSelect": "Choose a Loved One",
  "friendsSelectAndSync": "Select and sync to Watch",
  "friendsBack": "Back",
  "friendsTrendTitle": "{name}'s Trends",
  "friendsAddAction": "Add",
  "friendsEnterId": "Enter ID",
  "friendsPromptGotIt": "Got it",
  "friendsPromptIdNotFoundTitle": "ID not found",
  "friendsPromptAlreadyFriendTitle": "Already a close contact",
  "friendsPromptSelfIdTitle": "You can't add yourself",
  "friendsPromptIdNotFoundMessage": "This ID doesn't exist. Check it and try again.",
  "friendsPromptAlreadyFriendMessage": "You're already close contacts.",
  "friendsPromptSelfIdMessage": "Enter your close contact's ID.",
  "friendsEditRemarkTitle": "Edit Note",
  "friendsEditRemarkHint": "Enter a note",
  "friendsSave": "Save",
  "friendsDeleteConfirmTitle": "Remove this friend?",
  "friendsDeleteConfirmMessage": "You’ll no longer receive their wellness updates after removal.",
  "friendsDeleteConfirmAction": "Remove",
  "privacySettingsTitle": "Privacy Settings",
  "privacySettingsDisableAddById": "Block Friend Requests",
  "privacySettingsShowRealtimeStress": "Show Live Stress",
  "premiumActivatedTitle": "Congratulations! You’re now a DoubleFeel Pro member.",
  "premiumActivatedDescription": "You can now monitor stress, sleep, and HRV in real time, build healthier habits, and share health updates with close contacts so the people who matter can stay informed.",
  "premiumActivatedContinue": "Continue",
  "purchaseHeroTitle": "Unlock Pro, Care Better",
  "purchaseBenefitsTitle": "Unlock All Pro Benefits",
  "purchaseUnlockNow": "Next",
  "purchaseRestore": "Restore",
  "purchaseTermsOfService": "Terms of Service",
  "purchasePrivacyPolicy": "Privacy Policy",
  "purchaseLifetimePlan": "Lifetime",
  "purchaseLifetimeSubtitle": "Lifetime access with free updates",
  "purchaseSpecialOffer": "Special Offer",
  "purchaseAnnualPlan": "Annual",
  "purchaseAnnualSubtitle": "Only ¥6.5 per month",
  "purchaseAnnualDiscount": "20% Off",
  "purchaseCurrencySymbol": "¥",
  "purchaseProductInfoUnavailable": "Product information is unavailable. Please try again later.",
  "purchaseOrderInfoUnavailable": "Order information is unavailable. Please try again later.",
  "purchaseMonthlyUnitPrice": "Only {unitPrice}/month",
  "purchaseApplePaymentInvalidOrder": "Invalid UUID format.",
  "purchaseApplePaymentProductNotFound": "Failed to find product by product ID.",
  "purchaseApplePaymentCancelled": "The user cancelled the payment.",
  "purchaseApplePaymentVerificationFailed": "Payment verification failed.",
  "purchaseApplePaymentFailed": "Unknown error.",
  "purchaseBenefitRealtimeStress": "Live Stress Monitoring",
  "purchaseBenefitStressTrends": "Daily / Monthly / Yearly HRV Trends",
  "purchaseBenefitActivityTrends": "Daily / Monthly / Yearly Activity Trends",
  "purchaseBenefitSleepReports": "Daily / Monthly / Yearly Sleep Reports",
  "purchaseBenefitHealthSync": "Real-Time Health Data Sync",
  "purchaseBenefitContactNotifications": "Real-Time Health Updates to Loved Ones",
  "purchaseBenefitCustomWatchFace": "Exclusive Custom Watch Faces",
  "purchaseBenefitSleepAnalysis": "Sleep analysis",
  "purchaseBenefitFutureFeatures": "More Pro Benefits Coming Soon",
  "purchaseNotesTitle": "Instructions",
  "purchaseNoteSubscription": "After you confirm and pay, the subscription will renew automatically through your iTunes account. Your Apple account will be charged within 24 hours before the current period ends, and the subscription will renew for another period. To cancel, turn off auto-renewal in your iTunes/Apple ID subscription settings at least 24 hours before the current period ends.\n\nDoubleFeel Pro is a virtual product. Purchases are non-refundable except through the App Store refund process. Tap ",
  "purchaseLinkLearnMore": "Learn More",
  "purchaseNoteRestore": "If your purchase does not take effect, tap Restore Purchases.",
  "purchaseNoteContact": "If you have any other questions, ",
  "purchaseLinkContactUs": "Contact Us",
  "reportBottomSlogan": "Double the Awareness, Half the Stress",
  "refundExplanationTitle": "Refund Information",
  "refundAppStoreReviewTitle": "Refunds are reviewed by the App Store",
  "refundAppStoreReviewDescription": "All subscriptions and virtual products are purchased through the official App Store payment system. DoubleFeel cannot directly process payments or refunds.",
  "refundAppleRulesIntroduction": "Under Apple's platform rules:",
  "refundAppleCollectsPayments": "  · All payments are collected by the App Store",
  "refundAppleReviewsRequests": "  · All refund requests are reviewed by Apple",
  "refundDeveloperCannotSubmit": "  · Developers cannot submit requests for users",
  "refundDeveloperCannotIntervene": "  · Developers cannot influence Apple's decision",
  "refundAppStoreFinalDecision": "Your refund request will therefore be decided by the App Store.",
  "refundMayBeRejectedTitle": "The App Store may reject a refund",
  "refundNoUnconditionalRefunds": "Apple's refund policy does not provide unconditional refunds in every situation.",
  "refundAppleTermsDescription": "By using the App Store, you agree to Apple's terms of service and refund rules. https://www.apple.com/legal/internet-services/itunes/",
  "refundAppleReviewsCircumstances": "Apple reviews the order, account history, and actual usage when deciding whether to approve a refund.",
  "refundRejectionReasonsTitle": "Why might a refund be rejected?",
  "refundRejectionReasonsIntroduction": "The App Store may reject a request for reasons including, but not limited to:",
  "refundReasonPurchaseTooOld": "  · Too much time has passed since purchase",
  "refundReasonFrequentRequests": "  · Frequent requests from the same account",
  "refundReasonAbnormalHistory": "  · A history of unusual refund activity",
  "refundReasonInsufficient": "  · An insufficient refund reason",
  "refundReasonLongTermUse": "  · Extended normal use of membership features",
  "refundReasonPriceChange": "  · Promotions, discounts, or price changes",
  "refundReasonNoReceipt": "  · No valid order receipt can be provided",
  "refundOfficialDecision": "The App Store's final decision applies.",
  "refundRejectedNextStepsTitle": "What if my request is rejected?",
  "refundTryAgain": "If your refund request is rejected, you can try submitting it to the App Store again.",
  "refundFinalReview": "If it is rejected again, the App Store has completed its final review. Neither DoubleFeel nor Apple Support can change the result.",
  "refundNoAlternativeChannel": "DoubleFeel cannot process refund requests outside the App Store system.",
  "refundMembershipCancellation": "After a successful refund, your DoubleFeel Pro benefits will also be canceled.",
  "refundHelpTitle": "Need help?",
  "refundHelpDescription": "If you have questions about refunds or experience payment errors, duplicate charges, or a missing order, contact DoubleFeel Support and we will do our best to assist.",
  "refundFaqTitle": "DoubleFeel FAQs",
  "appReviewPromptTitle": "Enjoying DoubleFeel?",
  "appReviewPromptMessage": "We'd love to know if DoubleFeel is helping you better understand your stress and sleep. 💜",
  "appReviewPromptLikeActionEmoji": "😍",
  "appReviewPromptLikeAction": "Love it",
  "appReviewPromptFeedbackAction": "Not Really",
  "appReviewFeedbackTitle": "Sorry DoubleFeel Didn't Meet Your Expectations",
  "appReviewFeedbackMessage": "Tell us what happened and how we can improve. Your feedback helps make DoubleFeel better for everyone. 💜",
  "appReviewFeedbackSendAction": "Send Feedback",
  "appReviewFeedbackLaterAction": "Maybe Later",
  "appReviewIllustrationPlaceholder": "Illustration Placeholder",
  "overallStressLevelToday": "here's your overall stress status",
  "stressLevelsOnThatDay": "Their Stress Levels on That Day",
  "stressLevelsToday": "Their Stress Status Today",
  "noPressureDataAvailableAtThisTime": "No pressure data available at this time",
  "membersCanViewTheCompleteData": "Unlock Pro to view",
  "unlockNow": "Unlock",
  "pressureOverload": "Overload",
  "beMindfulOfStress": "Elevated",
  "statusNormal": "Normal",
  "inExcellentCondition": "Excellent",
  "waitingForData": "Waiting for Data",
  "pressure": "Pressure",
  "mostRecent": "Latest Reading",
  "theDayBeforeYesterday": "The day before yesterday",
  "uploadPhotos": "Choose from Library",
  "filming": "Take Photo",
  "unlockTheProVersion": "Unlock Pro",
  "embarkOnAJourneyOfStressAwarenessAndWellnessSupport": "Begin Your Stress Alerts & Health Journey",
  "sharePartnerCodeTemplate": "My friend ID: {inviteCode}. Hey❤! Come and use DoubleFeel with me! It helps us care for each other—track stress and sleep, view HRV and body status, and stay updated on each other's health in real-time. Come join me 👉 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",
  "@sharePartnerCodeTemplate": {
    "description": "Share partner code template",
    "placeholders": {
      "inviteCode": {
        "type": "String"
      }
    }
  },
  "bindPartnerIdNotExistTitle": "User not found",
  "bindPartnerIdNotExistMessage": "This user ID doesn’t exist. Please check and try again.",
  "bindPartnerDialogGotIt": "Got it",
  "bindPartnerAddFailedTitle": "Unable to add friend",
  "bindPartnerAddFailedMessage": "This user doesn’t allow friend requests.",
  "bindPartnerAlreadyFriendTitle": "You’re already friends",
  "bindPartnerAlreadyFriendMessage": "No need to add them again",
  "friendStatusTitle": "{remarkName}'s Status",
  "@friendStatusTitle": {
    "description": "Friend status title",
    "placeholders": {
      "remarkName": {
        "type": "String"
      }
    }
  },
  "annualMemberDiscounts": "Annual Membership Offer",
  "specialOffers": "OFF",
  "currentPrice": "Now",
  "originalPrice": "{price}/y",
  "@originalPrice": {
    "description": "Original price label",
    "placeholders": {
      "price": {
        "type": "String"
      }
    }
  },
  "freeRedemptionOffer": "Claim now",
  "cellPhoneNumber": "Cell phone number",
  "todayOnWeeklyCalendar": "today",
  "hrvTrendForThatDay": "Avg. Hrv",
  "todaySAverageHrv": "Avg. Hrv Today",
  "helpNoDataReason1": "1. Ensure your Apple Watch is on watchOS 10.0+ and iPhone is on iOS 14+. The system version can be checked in [Settings] -> [General] -> [About].",
  "helpNoDataReason2": "2. Confirm if all permissions are enabled: iPhone [Health] -> [Sharing] -> [Apps] -> [DoubleFeel] -> [Turn On All].",
  "helpNoDataReason3": "3. Confirm if devices are in power-saving mode, low battery status, or if the watch is not worn snugly, as these conditions affect watch data collection.",
  "helpNoDataReasonFooter": "If all checks are correct and the issue persists, you can submit the problem in [Feedback] -> [Contact Us]. We will reply as soon as possible.",
  "noHealthDataNeedHelp": "Need help?",
  "noHealthDataRefresh": "Refresh",
  "noHealthDataHeadingTitle": "No Heart Rate Data Available",
  "noHealthDataHeadingBody": "DoubleFeel is unable to retrieve your HRV data from Apple Health. Please follow the instructions to grant permissions, then tap 'Refresh' in the top right to continue.",
  "noHealthDataError1Title": "Error 1: Apple Watch Data Unavailable",
  "noHealthDataError1Body": "It looks like you haven't used your Apple Watch in the past 12 months. If you just started using it and have enabled all data permissions, this message might still appear. Please continue to wear your Apple Watch to allow data collection, or add HRV data manually on the homepage.",
  "noHealthDataError2Title": "Error 2: Health Data Access Unauthorized",
  "noHealthDataError2Body": "DoubleFeel requires access to Apple Health data to provide stress stats, alerts, and recommendations. If not authorized, some features may not work properly.\n\nRest assured, all health data is only stored locally and will not be uploaded.\n\nTo enable permissions, follow the prompt and select Allow All -> Health -> DoubleFeel in iOS Settings.",
  "noHealthDataError3Title": "Error 3: System Issue",
  "noHealthDataError3Body": "Based on user feedback, we found two reasons why HRV or heart rate data might be missing:\n\n1. Apple Watch not connected\n    · If your Apple Watch has not been worn for a long time, heart rate data may not be collected.\n    · Please check iOS Health App -> 'My Watch' to confirm if recent heart rate data was recorded while wearing the Apple Watch.\n    · If not, please try wearing your Apple Watch for data collection and turn on the heart rate feature supported by Apple.\n\n2. Heart rate or HRV data missing in the past 30 days\n    · Open iOS Health App -> Browse -> 'Heart Rate' or 'HRV' -> 'No Data Found' to confirm if it's missing.\n    · If data is missing, please wear the watch again, restart your iPhone and Apple Watch, then open DoubleFeel again.",
  "noHealthDataGoToSettings": "Enable Now",
  "watchThemeDefaultTheme": "Default Theme",
  "watchThemeNoWatchTitle": "Apple Watch Not Found",
  "watchThemeNoWatchMessage": "Pair an Apple Watch and try again",
  "watchThemeOk": "OK",
  "watchThemeSelectFriend": "Select Friend",
  "watchThemeSelectAndSync": "Select and Sync to Watch",
  "watchThemeCustomTheme": "Custom Themes",
  "watchThemeCustomDescription": "Turn your emotions into a watch face that's uniquely yours. ⭐",
  "watchThemeCreateTheme": "Create a Theme",
  "watchThemeOfficialTheme": "Official Themes",
  "watchThemeRenameStatus": "Rename Status",
  "watchThemeEnterNickname": "Enter a name",
  "watchThemeSave": "Save",
  "watchThemeContentUnavailable": "This content is unavailable. Try another one.",
  "watchThemeDialPreview": "Watch Preview",
  "watchThemeSwitchFriend": "Switch Friend",
  "watchThemeStatusPreview": "Status Preview",
  "watchThemeAddWatchFace": "Add to Watch",
  "watchThemeInUse": "In Use",
  "watchThemeUseNow": "Use Now",
  "watchThemeSyncIntro": "Open the DoubleFeel app on your Apple Watch, then tap Next below.",
  "watchThemeSyncWaiting": "Keep the Watch app open while syncing",
  "watchThemeSyncComplete": "Sync Complete",
  "watchThemeSyncFailed": "Sync Failed",
  "watchThemeNext": "Next",
  "watchThemeSyncingProgress": "Syncing {progress}%",
  "@watchThemeSyncingProgress": {
    "placeholders": {
      "progress": {
        "type": "int"
      }
    }
  },
  "watchThemePreview": "Watch Themes",
  "watchThemeDelete": "Delete",
  "watchThemePageTitle": "Watch Themes",
  "watchThemeImagesOnly": "Images only",
  "watchThemeName": "Theme Name",
  "watchThemeNameMaxLength": "Up to 10 characters",
  "watchThemeSubmissionAgreement": "I have read and agree to the User Submission Agreement",
  "watchThemeSubmissionAgreementPrefix": "I have read and agree to the User ",
  "watchThemeSubmissionAgreementLink": "Submission Agreement",
  "watchThemeSaving": "Saving",
  "watchThemeSaveTheme": "Save Theme",
  "watchThemeExcellent": "Excellent",
  "watchThemeNormal": "Normal",
  "watchThemeSlightStressful": "Elevated",
  "watchThemeStressful": "Overload",
  "watchThemeCropImage": "Crop Watch Face Image",
  "watchThemeImageProcessFailed": "Image processing failed. Please try again",
  "watchThemeAbandonEdit": "Discard Changes",
  "watchThemeAbandonMessage": "Your changes won't be saved if you close this page. Discard them?",
  "watchThemeContinueEditing": "Continue Editing",
  "watchThemeImageUploadFailed": "Image upload failed. Please try again",
  "watchThemeImageDownloadFailed": "Failed to download theme images: {error}",
  "@watchThemeImageDownloadFailed": {
    "description": "Toast shown when watch theme images fail to download",
    "placeholders": {
      "error": {
        "type": "String"
      }
    }
  },
  "watchThemeCreateFailed": "Failed to create watch face. Please try again",
  "watchThemeDeleteTheme": "Delete Theme",
  "watchThemeDeleteMessage": "Deleted themes cannot be restored. Delete this theme?",
  "watchThemeCancel": "Cancel",
  "watchThemeDeleteFailed": "Failed to delete theme",
  "watchThemeDeleted": "Theme deleted",
  "watchThemeIncomplete": "Theme information is incomplete",
  "watchThemeApplyFailed": "Failed to apply theme",
  "watchThemeWatchSyncFailed": "Watch face sync failed",
  "watchThemeWatchNotPaired": "Watch not paired",
  "watchThemeWatchDataUnavailable": "Watch data is unavailable",
  "watchThemeWatchAppNotInstalled": "Watch app is not installed",
  "watchThemePurchaseChannel": "Watch Face Themes",
  "watchThemeCardSubtitle": "Customize your watch theme ⭐",
  "feedbackMaxImagesLimit": "Up to {count} images or videos can be uploaded",
  "@feedbackMaxImagesLimit": {
    "description": "Feedback upload images/videos limit hint",
    "placeholders": {
      "count": {
        "type": "int"
      }
    }
  },
  "feedbackSelectImageError": "Unable to select images, please try again later",
  "feedbackEmptyContentHint": "Please enter questions and feedback",
  "feedbackInvalidEmail": "Invalid email format, please enter again",
  "feedbackSubmitSuccessTitle": "Feedback submitted successfully",
  "feedbackSubmitSuccessMessage": "Thank you for your feedback. If further communication is needed, we will contact you via the email address you left as soon as possible. Please keep an eye on your inbox.",
  "feedbackSubmitSuccessConfirm": "OK",
  "frequentMovement": "Frequent movement",
  "latestHrvTipExcellentAboveBaseline": "Your HRV is above your usual level. Your body appears relaxed and your stress state looks good. Keep your current rhythm.",
  "latestHrvTipExcellentBelowBaseline": "Your HRV is in an excellent range, but slightly lower than usual. Keep a regular routine and make time for recovery.",
  "latestHrvTipNormalAboveBaseline": "Your HRV is within the normal range and your current stress state is stable. Keep maintaining healthy rest habits.",
  "latestHrvTipNormalBelowBaseline": "Your HRV is within the normal range, but below your usual level. Consider relaxing and resting appropriately.",
  "latestHrvTipAttentionAboveBaseline": "Your HRV is on the low side. Consider relaxing, keeping regular rest, and paying attention to nutrition and recovery.",
  "latestHrvTipAttentionBelowBaseline": "Your HRV is clearly below your usual level. Recent stress may be elevated, so try to rest and adjust your state.",
  "latestHrvTipOverloadAboveBaseline": "Your HRV is at a relatively low level. Your body may be under higher stress. If this is after exercise, a lower HRV can be normal. Rest and recover in time.",
  "latestHrvTipOverloadBelowBaseline": "Your HRV is clearly below your usual level. Your body may be under high stress. If this is after exercise, a lower HRV can be normal. Reduce exertion, rest in time, and support sleep recovery.",
  "healthLocalNotificationSleepDuration": "{hours}h {minutes}m",
  "@healthLocalNotificationSleepDuration": {
    "description": "Sleep duration text in local notifications",
    "placeholders": {
      "hours": {
        "type": "int"
      },
      "minutes": {
        "type": "int"
      }
    }
  },
  "healthLocalNotificationSleepTitle": "Sleep: {duration} · {state}",
  "@healthLocalNotificationSleepTitle": {
    "description": "Local notification title after sleep analysis completes",
    "placeholders": {
      "duration": {
        "type": "String"
      },
      "state": {
        "type": "String"
      }
    }
  },
  "healthLocalNotificationSleepContent": "Today's sleep report is ready. Tap to view your detailed sleep data.",
  "healthLocalNotificationHrvTitle": "HRV {hrv}ms · {state} · {time}",
  "@healthLocalNotificationHrvTitle": {
    "description": "Local notification title for new HRV data",
    "placeholders": {
      "hrv": {
        "type": "int"
      },
      "state": {
        "type": "String"
      },
      "time": {
        "type": "String"
      }
    }
  },
  "healthLocalNotificationRealtimeStressTitle": "{state} · {startTime}-{endTime}",
  "@healthLocalNotificationRealtimeStressTitle": {
    "description": "Local notification title for 60-minute realtime stress summary",
    "placeholders": {
      "state": {
        "type": "String"
      },
      "startTime": {
        "type": "String"
      },
      "endTime": {
        "type": "String"
      }
    }
  },
  "healthLocalNotificationRealtimeStressExcellentContent": "Your realtime stress stayed low over the past 60 minutes. You seem relaxed overall. Keep your current rhythm.",
  "healthLocalNotificationRealtimeStressNormalContent": "Your stress state was stable over the past 60 minutes. Your current rhythm looks normal.",
  "healthLocalNotificationRealtimeStressAttentionContent": "Your stress was elevated over the past 60 minutes. Consider relaxing and making time for rest and recovery. Elevated stress during workouts is normal.",
  "healthLocalNotificationRealtimeStressOverloadContent": "You stayed in a high-stress state over the past 60 minutes. Reduce exertion and prioritize rest and sleep. Elevated stress during workouts is normal.",
  "turnOnNotifications": "Turn on Notifications",
  "stayUpToDateOnChangesInYourOwnAndYourFriendsHealth": "Stay up to date on changes in your own and your friends' health",
  "refreshComplete": "Refresh Complete",
  "originalPricePerYear": "Was: {price}/year",
  "@originalPricePerYear": {
    "description": "Original price per year label",
    "placeholders": {
      "price": {
        "type": "String"
      }
    }
  },
  "continueWithEmail": "Continue with email",
  "continueWithGoogle": "Continue with Google",
  "emailLoginEmailHint": "Your email",
  "emailLoginYourPassword": "Your password",
  "yourAccountWasSignedOutDueToAnotherDeviceLoginOrTokenExpirationPleaseLogInAgainToContinue": "Your account was signed out due to another device login or token expiration. Please log in again to continue.",
  "contactUs": "Contact us",
  "pleaseDescribeTheProblemClearlyAndIncludeScreenRecordingsIfPossible": "Please describe the problem clearly and include screen recordings if possible.",
  "sendUsYourUserIdAsItWillHelpUsIdentifyTheProblemFaster": "Send us your User ID as it will help us identify the problem faster.",
  "setAPassword": "Set a Password",
  "setAPasswordToSignInWithYourEmail": "Set a password to sign in with your email.",
  "settingsSaved": "Settings saved",
  "leave": "Leave",
  "setPassword": "Set Password",
  "setAPasswordToAddThisEmailSuccessfullyLeavingNowWillCancelThisSetup": "Set a password to add this email successfully. Leaving now will cancel this setup.",
  "setupIncomplete": "Setup Incomplete",
  "enterYourPassword": "Enter your password",
  "confirmNewPassword": "Confirm new password",
  "passwordMustBeAtLeast6CharactersAndInclude1NumberAnd1UppercaseLetter": "Password must be at least 6 characters and include 1 number and 1 uppercase letter.",
  "forgotPassword": "Forgot password?",
  "enterYourEmailAndPassword": "Enter your email and password",
  "newPassword": "New password",
  "weVeSentACodeTo": "We’ve sent a code to",
  "didnTGetItCheckYourSpamFolderOrTryAgain": ". Didn’t get it? Check your spam folder or try again.",
  "checkYourEmail": "Check your email",
  "code": "Code",
  "resetPassword": "Reset password",
  "havingTroubleContactUs": "Having trouble? Contact us",
  "sendEmail": "Send Email",
  "thisEmailIsNotRegisteredPleaseCheckAndTryAgain": "This email is not registered. Please check and try again.",
  "youLlReceiveACodeViaEmailToResetYourPassword": "You'll receive a code via email to reset your password.",
  "codeFromEmail": "Code from email",
  "sendResetEmail": "Send reset email",
  "invalidCode": "Invalid code",
  "paswordHasBeenChanged": "Pasword has been changed",
  "copiedSuccessfully": "Copied successfully",
  "enjoyAllPremiumBenefits": "Enjoy All Premium Benefits",
  "membershipManagement": "Membership",
  "membershipTypes": "Plan",
  "validUntil": "Valid until",
  "manageSubscriptions": "Manage Subscription",
  "membershipValidUntilDate": "Membership Valid Until {date}",
  "@membershipValidUntilDate": {
    "placeholders": {
      "date": {
        "type": "String"
      }
    }
  },
  "monthlyMembership": "Monthly",
  "quarterlyMembership": "Quarterly",
  "annualMembership": "Annual",
  "lifetimeMembership": "Lifetime",
  "verifyYourPassword": "Verify your password",
  "reEnterYourDoublefeelPasswordToContinue": "Re-enter your DoubleFeel password to continue.",
  "changeEmail": "Change Email",
  "yourCurrentEmailIs": "Your current email is",
  "whatWouldYouLikeToUpdateItTo": ". What would you like to update it to?",
  "successChanged": "Success changed",
  "verifyEmailFailed": "Verify email failed",
  "aResetEmailHasBeenSent": "A reset email has been sent",
  "enterPassword": "Enter password",
  "changePassword": "Change Password",
  "currentPassword": "Current password",
  "enterYourCurrentPasswordHere": "Enter your current password here",
  "enterYourNewPassword": "Enter your new password",
  "confirmYourNewPassword": "Confirm your new password",
  "yourPasswordNeedsToHaveAMinimumOf6CharactersAndContainAtLeast1NumberAnd1UppercaseCharacter": "Your password needs to have a minimum of 6 characters and contain at least 1 number and 1 uppercase character",
  "weHaveSentACodeTo": "We’ve sent a code to {email}.\nDidn’t get it? Check your spam folder or try again.",
  "@weHaveSentACodeTo": {
    "placeholders": {
      "email": {
        "type": "String"
      }
    }
  },
  "updatePassword": "Update password",
  "invalidPasswordFormat": "Invalid Password format",
  "newPasswordDoesNotMatch": "New password doesn't match",
  "cannotUseCurrentPassword": "You can't use the current password",
  "thisEmailIsAlreadyLinkedToAnotherAccountPleaseUseADifferentEmail": "This email is already linked to another account. Please use a different email.",
  "loggedOutTokenInvalid": "Logged Out",
  "logInOrSignUp": "Log In or Sign Up",
  "signOut": "Sign Out",
  "noInternetConnectionPleaseCheckYourInternetConnection": "No internet connection. Please check your internet connection."
}