feat(divination): 重构手动起卦教程,支持三硬币交互选择

This commit is contained in:
qzl
2026-04-07 18:41:08 +08:00
parent f904286ba7
commit f394df9362
29 changed files with 873 additions and 326 deletions
+41 -5
View File
@@ -80,11 +80,15 @@
"signBad": "Inauspicious",
"language": "Language",
"settingsTitle": "Settings",
"settingsSectionGeneral": "General",
"settingsSectionGeneral": "Preferences",
"settingsSectionQuickAccess": "Primary Menu",
"settingsSectionAccount": "Account",
"settingsSectionPrivacy": "Privacy",
"settingsSectionNotification": "Notifications",
"settingsInterfaceLanguage": "Interface Language",
"settingsAiLanguage": "AI Response Language",
"settingsNotificationAllow": "Allow Notifications",
"settingsNotificationVibration": "Allow Vibration",
"settingsSectionAbout": "About",
"settingsGeneralTitle": "General Settings",
"settingsGeneralSubtitle": "Language: {currentLanguage}. Other fields are reserved to match profiles.settings.",
@@ -166,14 +170,14 @@
}
}
},
"settingsCoinCenterDescription": "Payment is not connected yet. The UI now shows packages and the recharge entry.",
"settingsCoinCenterDescription": "",
"settingsCoinRechargeSection": "Recharge Packages",
"settingsCoinPackBasic": "Starter Pack",
"settingsCoinPackPopular": "Popular Pack",
"settingsCoinPackPremium": "Premium Pack",
"settingsCoinPackPopularBadge": "Popular",
"settingsPurchaseButton": "Pay Now",
"settingsPurchasePending": "Payment is not connected yet",
"settingsPurchasePending": "",
"settingsCoinAmount": "{amount} credits",
"@settingsCoinAmount": {
"placeholders": {
@@ -226,7 +230,9 @@
"divinationMethodTipManual": "Manual: Prepare three identical coins.",
"divinationMethodTipRecommend": "Manual casting provides higher accuracy.",
"divinationManualGuideTitle": "Manual Casting Tutorial",
"divinationManualGuideInstruction": "Prepare three identical coins and cast six times following the guide.",
"divinationManualGuideStep1": "Left: Pattern side. Right: Inscription side. Prepare three identical coins or similar tokens.",
"divinationManualGuideStep2": "Hold the coins in both hands, think about your question, then toss them onto a table. Record how many inscription sides and pattern sides appear.",
"divinationManualGuideStep3": "Record each result by whether the inscription side or pattern side faces up. Repeat 6 times, recording from bottom to top.",
"divinationIAcknowledge": "I Understand",
"divinationClose": "Close",
"divinationModify": "Modify",
@@ -287,6 +293,7 @@
"transitionPreparing": "Deriving...",
"transitionDeriving": "Analyzing...",
"transitionDone": "Complete\nTap to view",
"iChingTitle": "I Ching",
"processingCardQianTitle": "Qian • The Creative",
"processingCardQianQuote": "The movement of Heaven is full of power; thus the noble one makes himself strong and tireless.",
"processingCardDuiTitle": "Dui • The Joyous",
@@ -321,6 +328,7 @@
"manualYaoInstruction": "Tap to view casting method and coin combination guide",
"manualYaoTipTitle": "Tip",
"manualYaoTipContent": "Select from bottom to top, not top to bottom.\n\nCast three coins together, select once each time, six times total.",
"manualCoinSelectHint": "Tap coins to flip between inscription and pattern. Record your casting result.",
"autoScreenTitle": "Auto Casting",
"autoSelectTime": "Select time",
"autoCoinDivination": "Coin Casting",
@@ -365,5 +373,33 @@
"cancel": "Cancel",
"autoSelectTime": "Select Time",
"coinFaceGuideTitle": "Coin Face Guide",
"coinFaceGuideDescription": "字 = side with inscription\n花 = side with pattern"
"coinFaceGuideDescription": "Left: Pattern side. Right: Inscription side.",
"settingsInviteTitle": "My Invitation",
"settingsInviteSubtitle": "Invite friends, earn rewards together",
"settingsInviteMyCode": "My Invite Code",
"settingsInviteCopySuccess": "Invite code copied",
"settingsInviteCopied": "Copied",
"settingsInviteCopy": "Copy",
"settingsInviteStats": "Invited: {count} friend(s)",
"@settingsInviteStats": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"settingsInviteBindCode": "Bind Invite Code",
"settingsInviteBindHint": "Enter your friend's invite code",
"settingsInviteBindPlaceholder": "6-digit code",
"settingsInviteBindButton": "Bind",
"settingsInviteBindSuccess": "Invite code bound successfully",
"settingsInviteBindFailed": "Failed to bind invite code",
"settingsInviteGenerateTitle": "Generate My Invite Code",
"settingsInviteGenerateButton": "Generate My Invite Code",
"settingsInviteGenerateSuccess": "Invite code generated",
"settingsInviteEmptyTitle": "Invite Friends, Earn Rewards",
"settingsInviteEmptyDescription": "Each friend who registers using your invite code gives you bonus credits",
"settingsInviteInputLabel": "Enter invite code (optional)",
"settingsInviteInputHint": "Enter code to bind your inviter",
"settingsInviteInvalidCode": "Please enter a valid 6-character invite code"
}