s
This commit is contained in:
@@ -5,7 +5,93 @@
|
||||
"logout": "Logout",
|
||||
"loginRegister": "Login / Sign up",
|
||||
"explore": "Explore →",
|
||||
"toggleMenu": "Toggle menu"
|
||||
"toggleMenu": "Toggle menu",
|
||||
"profile": "Profile",
|
||||
"accountMenu": "Account menu",
|
||||
"course": "Course",
|
||||
"ebook": "Ebook",
|
||||
"app": "App",
|
||||
"community": "Community",
|
||||
"vipMember": "VIP member",
|
||||
"standardMember": "Standard member"
|
||||
},
|
||||
"profile": {
|
||||
"eyebrow": "Account Center",
|
||||
"title": "Profile",
|
||||
"description": "Manage your login state, VIP access, and digital nomad product entry points in one place. Course, ebook, app, tools, and community all continue from this account status.",
|
||||
"signedOutBadge": "Login required",
|
||||
"signedOutTitle": "Log in to view your profile",
|
||||
"signedOutDescription": "After logging in or signing up, you can view VIP status, course access, and continue to community, ebook, app, and tools from the account center.",
|
||||
"loginCta": "Login / Sign up",
|
||||
"homeCta": "Back to home",
|
||||
"loggedIn": "Logged in",
|
||||
"vipActive": "VIP active",
|
||||
"vipInactive": "VIP inactive",
|
||||
"expiry": "Access expires",
|
||||
"lifetime": "Long-term",
|
||||
"notVip": "Not active",
|
||||
"accountId": "Account email",
|
||||
"loginStatus": "Login status",
|
||||
"normal": "Normal",
|
||||
"vipStatus": "VIP status",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"vipExpiry": "VIP expiry",
|
||||
"refresh": "Refresh account status",
|
||||
"refreshing": "Refreshing...",
|
||||
"logout": "Log out",
|
||||
"accessEyebrow": "Core access",
|
||||
"accessTitle": "Continue your digital nomad workflow",
|
||||
"workflowEyebrow": "Resources and settings",
|
||||
"workflowTitle": "Common entry points",
|
||||
"tags": {
|
||||
"active": "Open",
|
||||
"apply": "Apply",
|
||||
"unlocked": "Unlocked",
|
||||
"trial": "Trial",
|
||||
"ready": "Ready",
|
||||
"download": "Download",
|
||||
"start": "Start",
|
||||
"open": "Open",
|
||||
"curated": "Curated",
|
||||
"policy": "Policy"
|
||||
},
|
||||
"actions": {
|
||||
"community": {
|
||||
"title": "VIP Community",
|
||||
"description": "Enter the member community and resources hub, connected with private groups, content access, and future services."
|
||||
},
|
||||
"course": {
|
||||
"title": "Digital Nomad Bootcamp",
|
||||
"description": "Continue course modules. VIP users unlock member lessons automatically, while standard users can start with previews."
|
||||
},
|
||||
"ebook": {
|
||||
"title": "Ebook",
|
||||
"description": "Read digital nomad playbooks covering geo-arbitrage, automation leverage, and overseas operations."
|
||||
},
|
||||
"app": {
|
||||
"title": "Mobile App",
|
||||
"description": "Download the mobile entry point. Account, resources, and community updates will continue to connect here."
|
||||
}
|
||||
},
|
||||
"workflow": {
|
||||
"roadmap": {
|
||||
"title": "7-Day Learning Path",
|
||||
"description": "Continue through mindset, skills, income, tools, compliance, and launch planning."
|
||||
},
|
||||
"tools": {
|
||||
"title": "Tools",
|
||||
"description": "Browse remote work, overseas growth, payment, cloud service, and automation tool stacks."
|
||||
},
|
||||
"resources": {
|
||||
"title": "Resource Navigation",
|
||||
"description": "Return to curated books, products, and resources to keep building your knowledge base."
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy and Account Notes",
|
||||
"description": "Review data, login, and privacy policy details for your account."
|
||||
}
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
"roadmap": "Learning Path",
|
||||
|
||||
@@ -5,7 +5,93 @@
|
||||
"logout": "退出",
|
||||
"loginRegister": "登录 / 注册",
|
||||
"explore": "开始探索 →",
|
||||
"toggleMenu": "切换菜单"
|
||||
"toggleMenu": "切换菜单",
|
||||
"profile": "个人资料",
|
||||
"accountMenu": "账户菜单",
|
||||
"course": "课程",
|
||||
"ebook": "电子书",
|
||||
"app": "App",
|
||||
"community": "社区",
|
||||
"vipMember": "VIP 会员",
|
||||
"standardMember": "普通用户"
|
||||
},
|
||||
"profile": {
|
||||
"eyebrow": "账户中心",
|
||||
"title": "个人资料",
|
||||
"description": "这里统一管理你的登录状态、VIP 权益和数字游民功能入口。课程、电子书、App、工具和社区都会从这个账户状态继续串联。",
|
||||
"signedOutBadge": "需要登录",
|
||||
"signedOutTitle": "登录后查看个人资料",
|
||||
"signedOutDescription": "登录或注册后,可以查看 VIP 状态、课程解锁状态,并从账户中心继续访问社区、电子书、App 和工具。",
|
||||
"loginCta": "登录 / 注册",
|
||||
"homeCta": "返回首页",
|
||||
"loggedIn": "已登录",
|
||||
"vipActive": "VIP 已开通",
|
||||
"vipInactive": "未开通 VIP",
|
||||
"expiry": "权益到期",
|
||||
"lifetime": "长期有效",
|
||||
"notVip": "未开通",
|
||||
"accountId": "账户邮箱",
|
||||
"loginStatus": "登录状态",
|
||||
"normal": "正常",
|
||||
"vipStatus": "VIP 状态",
|
||||
"enabled": "已启用",
|
||||
"disabled": "未启用",
|
||||
"vipExpiry": "VIP 到期",
|
||||
"refresh": "刷新账户状态",
|
||||
"refreshing": "刷新中...",
|
||||
"logout": "退出登录",
|
||||
"accessEyebrow": "核心功能",
|
||||
"accessTitle": "继续你的数字游民工作流",
|
||||
"workflowEyebrow": "资源与设置",
|
||||
"workflowTitle": "常用入口",
|
||||
"tags": {
|
||||
"active": "可进入",
|
||||
"apply": "申请/加入",
|
||||
"unlocked": "已解锁",
|
||||
"trial": "可试看",
|
||||
"ready": "可阅读",
|
||||
"download": "下载",
|
||||
"start": "开始",
|
||||
"open": "打开",
|
||||
"curated": "精选",
|
||||
"policy": "设置"
|
||||
},
|
||||
"actions": {
|
||||
"community": {
|
||||
"title": "VIP 社区",
|
||||
"description": "进入异度星球和会员资源区,承接私域、内容权益和后续服务。"
|
||||
},
|
||||
"course": {
|
||||
"title": "数字游民实战课",
|
||||
"description": "继续学习课程模块。VIP 用户自动解锁会员课程,普通用户可先试看。"
|
||||
},
|
||||
"ebook": {
|
||||
"title": "电子书",
|
||||
"description": "阅读数字游民方法论、地理套利、自动化杠杆和出海实战内容。"
|
||||
},
|
||||
"app": {
|
||||
"title": "移动端 App",
|
||||
"description": "下载移动端入口,后续账户、资源和社区动态会统一接入。"
|
||||
}
|
||||
},
|
||||
"workflow": {
|
||||
"roadmap": {
|
||||
"title": "7 天学习路径",
|
||||
"description": "从认知、技能、收入、工具、合规到出发,按路径继续学习。"
|
||||
},
|
||||
"tools": {
|
||||
"title": "工具推荐",
|
||||
"description": "查看远程工作、出海、支付、云服务和自动化工具集合。"
|
||||
},
|
||||
"resources": {
|
||||
"title": "资源导航",
|
||||
"description": "快速回到精选书籍、产品和资料区,继续补齐你的资源库。"
|
||||
},
|
||||
"privacy": {
|
||||
"title": "隐私与账户说明",
|
||||
"description": "查看数据、登录和隐私政策,了解账户相关说明。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
"roadmap": "学习路径",
|
||||
|
||||
Reference in New Issue
Block a user