feat: 实现用户画像、占卜历史与后端用户管理模块
This commit is contained in:
@@ -74,9 +74,10 @@
|
||||
"categoryCareer": "Career/Study",
|
||||
"categoryLove": "Love/Marriage",
|
||||
"categoryMoney": "Wealth/Investment",
|
||||
"signBest": "Excellent",
|
||||
"signGood": "Good",
|
||||
"signNormal": "Moderate",
|
||||
"signBest": "Supremely Auspicious",
|
||||
"signGood": "Auspicious",
|
||||
"signNormal": "Cautionary",
|
||||
"signBad": "Inauspicious",
|
||||
"language": "Language",
|
||||
"settingsTitle": "Settings",
|
||||
"settingsSectionGeneral": "General",
|
||||
@@ -142,6 +143,19 @@
|
||||
"settingsCancel": "Cancel",
|
||||
"settingsLogoutConfirmHint": "Tap again to confirm logout",
|
||||
"settingsLogoutConfirmAction": "Tap again to logout",
|
||||
"settingsEditProfileAction": "Edit",
|
||||
"settingsEditProfileTitle": "Edit Profile",
|
||||
"settingsAvatar": "Avatar",
|
||||
"settingsDisplayName": "Display Name",
|
||||
"settingsDisplayNameHint": "Enter display name",
|
||||
"settingsDisplayNameRequired": "Display name is required",
|
||||
"settingsBio": "Bio",
|
||||
"settingsBioHint": "Write a short introduction",
|
||||
"settingsAvatarPickerHint": "Supports PNG / JPG / WEBP. A clear square photo works best.",
|
||||
"settingsAvatarChooseFromAlbum": "Choose from Photos",
|
||||
"settingsAvatarUploading": "Uploading...",
|
||||
"settingsAvatarUploadSuccess": "Avatar uploaded",
|
||||
"settingsAvatarPickPermissionHint": "Cannot open photo library. Please allow Photos access in system settings.",
|
||||
"settingsLanguageSection": "Interface Language",
|
||||
"settingsCoinBalanceLabel": "Current Credits",
|
||||
"settingsCoinBalanceValue": "{balance} credits",
|
||||
@@ -227,6 +241,19 @@
|
||||
"questionTypeOther": "Other",
|
||||
"toastPleaseInputQuestion": "Please enter your question",
|
||||
"toastCoinInsufficient": "Insufficient coins",
|
||||
"divinationCostDialogTitle": "Confirm divination",
|
||||
"divinationCostDialogBody": "This run costs {cost} credits. Available balance: {balance} credits. Continue?",
|
||||
"@divinationCostDialogBody": {
|
||||
"placeholders": {
|
||||
"cost": {
|
||||
"type": "int"
|
||||
},
|
||||
"balance": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"divinationCostDialogConfirm": "Start",
|
||||
"toastContentCopied": "Content copied",
|
||||
"toastContentCopiedWithTitle": "{title} copied",
|
||||
"@toastContentCopiedWithTitle": {
|
||||
@@ -251,14 +278,41 @@
|
||||
"resultQuestion": "Question",
|
||||
"resultAutoMethod": "Auto",
|
||||
"resultManualMethod": "Manual",
|
||||
"signTypeShangShang": "Supremely Auspicious",
|
||||
"signTypeZhongShang": "Auspicious",
|
||||
"signTypeZhongXia": "Cautionary",
|
||||
"signTypeXiaXia": "Inauspicious",
|
||||
"resultCopy": "Copy",
|
||||
"resultWarning": "All interpretations are AI-generated for entertainment only. Do not use them as professional advice.",
|
||||
"transitionPreparing": "Deriving...",
|
||||
"transitionDeriving": "Analyzing...",
|
||||
"transitionDone": "Complete\nTap to view",
|
||||
"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",
|
||||
"processingCardDuiQuote": "Joy grounded in integrity brings openness, harmony, and right expression.",
|
||||
"processingCardLiTitle": "Li • The Clinging Fire",
|
||||
"processingCardLiQuote": "With clear brilliance, the great one illumines all directions.",
|
||||
"processingCardZhenTitle": "Zhen • The Arousing Thunder",
|
||||
"processingCardZhenQuote": "Shock awakens the heart; composure turns fear into growth.",
|
||||
"processingCardXunTitle": "Xun • The Gentle Wind",
|
||||
"processingCardXunQuote": "Gentle penetration furthers progress and helps one meet the right people.",
|
||||
"processingCardKanTitle": "Kan • The Abysmal Water",
|
||||
"processingCardKanQuote": "In danger, sincerity and disciplined action carry one through.",
|
||||
"processingCardGenTitle": "Gen • Keeping Still Mountain",
|
||||
"processingCardGenQuote": "Stillness at the proper time keeps one centered and steady in place.",
|
||||
"processingCardKunTitle": "Kun • The Receptive Earth",
|
||||
"processingCardKunQuote": "The Earth's condition is devoted receptivity; the noble one carries all with broad virtue.",
|
||||
"ganZhiInfo": "GanZhi Info",
|
||||
"wuXingWangShuai": "WuXing Strength",
|
||||
"ganZhiKongWang": "KongWang",
|
||||
"ganZhiKongWang": "KongWang Info",
|
||||
"resultPillarColumn": "Pillar",
|
||||
"resultYearPillar": "Year",
|
||||
"resultMonthPillar": "Month",
|
||||
"resultDayPillar": "Day",
|
||||
"resultTimePillar": "Hour",
|
||||
"resultGanZhiLabel": "GanZhi",
|
||||
"resultKongWangLabel": "KongWang",
|
||||
"manualScreenTitle": "Manual Casting",
|
||||
"manualSelectTime": "Select time",
|
||||
"manualSpecifyYaoCombo": "Select coin combination",
|
||||
|
||||
Reference in New Issue
Block a user