feat: 实现用户画像、占卜历史与后端用户管理模块
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
"signBest": "上上签",
|
||||
"signGood": "中上签",
|
||||
"signNormal": "中下签",
|
||||
"signBad": "下下签",
|
||||
"language": "语言",
|
||||
"settingsTitle": "设置",
|
||||
"settingsSectionGeneral": "通用设置",
|
||||
@@ -142,6 +143,19 @@
|
||||
"settingsCancel": "取消",
|
||||
"settingsLogoutConfirmHint": "再次点击确认退出登录",
|
||||
"settingsLogoutConfirmAction": "再次点击确认退出",
|
||||
"settingsEditProfileAction": "编辑",
|
||||
"settingsEditProfileTitle": "编辑个人信息",
|
||||
"settingsAvatar": "头像",
|
||||
"settingsDisplayName": "昵称",
|
||||
"settingsDisplayNameHint": "请输入昵称",
|
||||
"settingsDisplayNameRequired": "请输入昵称后再保存",
|
||||
"settingsBio": "个人简介",
|
||||
"settingsBioHint": "一句话介绍你自己",
|
||||
"settingsAvatarPickerHint": "支持 PNG / JPG / WEBP,建议上传清晰正方形头像",
|
||||
"settingsAvatarChooseFromAlbum": "从相册选择头像",
|
||||
"settingsAvatarUploading": "上传中...",
|
||||
"settingsAvatarUploadSuccess": "头像上传成功",
|
||||
"settingsAvatarPickPermissionHint": "无法打开相册,请在系统设置中允许照片访问权限",
|
||||
"settingsLanguageSection": "界面语言",
|
||||
"settingsCoinBalanceLabel": "当前点数",
|
||||
"settingsCoinBalanceValue": "{balance} 点数",
|
||||
@@ -227,6 +241,19 @@
|
||||
"questionTypeOther": "其他",
|
||||
"toastPleaseInputQuestion": "请输入您想占卜的问题",
|
||||
"toastCoinInsufficient": "铜钱不足,无法解卦",
|
||||
"divinationCostDialogTitle": "确认开始解卦",
|
||||
"divinationCostDialogBody": "本次解卦将消耗 {cost} 点数,当前可用 {balance} 点数。是否继续?",
|
||||
"@divinationCostDialogBody": {
|
||||
"placeholders": {
|
||||
"cost": {
|
||||
"type": "int"
|
||||
},
|
||||
"balance": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"divinationCostDialogConfirm": "确认解卦",
|
||||
"toastContentCopied": "分享内容已复制",
|
||||
"toastContentCopiedWithTitle": "{title}已复制",
|
||||
"@toastContentCopiedWithTitle": {
|
||||
@@ -251,14 +278,41 @@
|
||||
"resultQuestion": "占卜问题",
|
||||
"resultAutoMethod": "自动起卦",
|
||||
"resultManualMethod": "手动起卦",
|
||||
"signTypeShangShang": "上上签",
|
||||
"signTypeZhongShang": "中上签",
|
||||
"signTypeZhongXia": "中下签",
|
||||
"signTypeXiaXia": "下下签",
|
||||
"resultCopy": "复制",
|
||||
"resultWarning": "卦象解读结果均由AI生成,仅供娱乐参考,切不可作为商业、医疗等专业领域的决策依据。理性看待卦象,自由掌握人生。",
|
||||
"transitionPreparing": "天机推演中",
|
||||
"transitionDeriving": "正在解卦",
|
||||
"transitionDone": "解卦完成\n点击查看",
|
||||
"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": "干支信息",
|
||||
"wuXingWangShuai": "五行旺衰",
|
||||
"ganZhiKongWang": "干支空亡",
|
||||
"ganZhiKongWang": "空亡信息",
|
||||
"resultPillarColumn": "四柱",
|
||||
"resultYearPillar": "年柱",
|
||||
"resultMonthPillar": "月柱",
|
||||
"resultDayPillar": "日柱",
|
||||
"resultTimePillar": "时柱",
|
||||
"resultGanZhiLabel": "干支",
|
||||
"resultKongWangLabel": "空亡",
|
||||
"manualScreenTitle": "手动起卦",
|
||||
"manualSelectTime": "选择起卦时间",
|
||||
"manualSpecifyYaoCombo": "指定铜钱字花组合",
|
||||
|
||||
Reference in New Issue
Block a user