* Rename pre-subscription onboarding funnel to Welcome. Move the ICP steps to /welcome, drop the social-connect checkout gate, hold unpaid members on a subscription-required screen, and keep legacy /onboarding URLs working until the post-subscription checklist lands. Closes #237 Co-authored-by: Cursor <cursoragent@cursor.com> * Drop legacy /onboarding ICP URL aliases. Unfinished users re-enter Welcome via EnsureAccountReady on next login; /onboarding stays free for the post-subscription checklist. Co-authored-by: Cursor <cursoragent@cursor.com> * Simplify Welcome PostHog event names. Use welcome.persona/goals/referral and drop the unused checkout case — begin checkout stays on the frontend as checkout.started / begin_checkout. Co-authored-by: Cursor <cursoragent@cursor.com> * Slim welcome goal options to match the #204 set. Drop team_collaboration, automate_api, and track_performance so the goals step stays at nine choices. Co-authored-by: Cursor <cursoragent@cursor.com> * Split Welcome AI goals into TryPost AI and MCP assistants. Rewrite ai_content for in-app generation and add use_mcp so Claude/ChatGPT/Cursor intent is captured separately across locales. Co-authored-by: Cursor <cursoragent@cursor.com> * Harden Welcome goals gate and drop dead checkout UI. Treat removed goal values as incomplete so mid-funnel users re-select, remove the unused canCheckout branch, and fix the pt-BR welcome progress label. Co-authored-by: Cursor <cursoragent@cursor.com> * Add password visibility toggle to the login form. Match the register eye control so users can reveal their password while signing in. Co-authored-by: Cursor <cursoragent@cursor.com> * Point the sidebar community link to Discord. Replace the X stay-updated entry with Join Discord and the trypost.it/discord invite. Co-authored-by: Cursor <cursoragent@cursor.com> * Rename the sidebar Discord link to Discord community. Softer label that matches the other support nav items. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix broken Turkish Discord community translation. An unescaped apostrophe left a parse error in lang/tr/sidebar.php. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
146 lines
5.6 KiB
PHP
146 lines
5.6 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Authentication Language Lines
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| The following language lines are used during authentication for various
|
||
| messages that we need to display to the user. You are free to modify
|
||
| these language lines according to your application's requirements.
|
||
|
|
||
*/
|
||
|
||
'failed' => '这些凭据与我们的记录不匹配。',
|
||
'password' => '提供的密码不正确。',
|
||
'throttle' => '登录尝试次数过多,请在 :seconds 秒后重试。',
|
||
|
||
'flash' => [
|
||
'welcome' => '欢迎使用 TryPost!',
|
||
'welcome_trial' => '欢迎使用 TryPost!你的试用已开始。',
|
||
],
|
||
|
||
'legal' => '继续即表示你同意我们的<a href="https://trypost.it/terms" target="_blank">服务条款</a>和<a href="https://trypost.it/privacy" target="_blank">隐私政策</a>。',
|
||
|
||
'slides' => [
|
||
'calendar' => [
|
||
'title' => '可视化日历',
|
||
'description' => '通过直观的拖放日历,跨所有社交账号规划和安排你的内容。',
|
||
],
|
||
'scheduling' => [
|
||
'title' => '智能排期',
|
||
'description' => '在一个地方向 LinkedIn、X、Instagram、TikTok、YouTube 等平台安排发帖。',
|
||
],
|
||
'media' => [
|
||
'title' => '丰富媒体',
|
||
'description' => '发布图片、轮播、快拍和 Reels。每个平台都会自动获得合适的格式。',
|
||
],
|
||
'video' => [
|
||
'title' => '视频发布',
|
||
'description' => '一次上传视频,即可发布到 TikTok、YouTube Shorts、Instagram Reels 和 Facebook Reels。',
|
||
],
|
||
'team' => [
|
||
'title' => '团队工作区',
|
||
'description' => '邀请团队成员、分配角色,并在独立的工作区中管理多个品牌。',
|
||
],
|
||
'signatures' => [
|
||
'title' => '签名',
|
||
'description' => '保存可复用的签名(话题标签、链接、落款),一键附加到帖子中。',
|
||
],
|
||
],
|
||
|
||
'or_continue_with' => '或使用以下方式继续',
|
||
'or_continue_with_email' => '或使用邮箱继续',
|
||
'google_login' => '使用 Google 登录',
|
||
'google_signup' => '使用 Google 注册',
|
||
'github_login' => '使用 GitHub 登录',
|
||
'github_signup' => '使用 GitHub 注册',
|
||
'github_email_unavailable' => '无法从 GitHub 获取你的邮箱。请将你的 GitHub 邮箱设为公开,或授予邮箱权限后重试。',
|
||
|
||
'signup_success' => [
|
||
'page_title' => '欢迎',
|
||
'title' => '正在设置你的账户',
|
||
'description' => '这通常只需几秒钟…',
|
||
],
|
||
|
||
'login' => [
|
||
'title' => '登录你的账户',
|
||
'description' => '请在下方输入你的邮箱和密码以登录',
|
||
'page_title' => '登录',
|
||
'email' => '邮箱地址',
|
||
'password' => '密码',
|
||
'show_password' => '显示密码',
|
||
'hide_password' => '隐藏密码',
|
||
'forgot_password' => '忘记密码?',
|
||
'remember_me' => '记住我',
|
||
'submit' => '登录',
|
||
'no_account' => '还没有账户?',
|
||
'sign_up' => '注册',
|
||
],
|
||
|
||
'register' => [
|
||
'title' => '你的整个社交日历,尽在一处',
|
||
'description' => '创建账户,开始在每个平台上安排发帖。',
|
||
'page_title' => '注册',
|
||
'signup_with_email' => '使用邮箱注册',
|
||
'name' => '姓名',
|
||
'name_placeholder' => '全名',
|
||
'email' => '邮箱地址',
|
||
'password' => '密码',
|
||
'show_password' => '显示密码',
|
||
'hide_password' => '隐藏密码',
|
||
'submit' => '创建账户',
|
||
'has_account' => '已经有账户了?',
|
||
'log_in' => '登录',
|
||
],
|
||
|
||
'forgot_password' => [
|
||
'title' => '忘记密码',
|
||
'description' => '输入你的邮箱以接收密码重置链接',
|
||
'page_title' => '忘记密码',
|
||
'email' => '邮箱地址',
|
||
'submit' => '发送密码重置链接',
|
||
'return_to' => '或者,返回',
|
||
'log_in' => '登录',
|
||
],
|
||
|
||
'reset_password' => [
|
||
'title' => '重置密码',
|
||
'description' => '请在下方输入你的新密码',
|
||
'page_title' => '重置密码',
|
||
'email' => '邮箱',
|
||
'password' => '密码',
|
||
'confirm_password' => '确认密码',
|
||
'confirm_placeholder' => '确认密码',
|
||
'submit' => '重置密码',
|
||
],
|
||
|
||
'verify_email' => [
|
||
'title' => '验证邮箱',
|
||
'description' => '请点击我们刚刚发送到你邮箱的链接以验证你的邮箱地址。',
|
||
'page_title' => '邮箱验证',
|
||
'link_sent' => '新的验证链接已发送至你注册时填写的邮箱地址。',
|
||
'resend' => '重新发送验证邮件',
|
||
'log_out' => '退出登录',
|
||
],
|
||
|
||
'accept_invite' => [
|
||
'page_title' => '接受邀请',
|
||
'title' => '你收到了一份邀请!',
|
||
'description' => '你被邀请加入 :workspace 工作区。',
|
||
'workspace' => '工作区',
|
||
'your_role' => '你的角色',
|
||
'email' => '邮箱',
|
||
'accept' => '接受邀请',
|
||
'decline' => '拒绝邀请',
|
||
'login_prompt' => '登录或创建账户以接受此邀请。',
|
||
'log_in' => '登录',
|
||
'create_account' => '创建账户',
|
||
'expired_title' => '此邀请已失效',
|
||
'expired_description' => '该邀请对应的工作区已被删除。如仍需访问,请向账户所有者索取新邀请。',
|
||
'expired_action' => '返回首页',
|
||
],
|
||
|
||
];
|