* 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
7.3 KiB
PHP
146 lines
7.3 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 など、複数のプラットフォームへの投稿を 1 か所からスケジュールできます。',
|
|
],
|
|
'media' => [
|
|
'title' => 'リッチメディア',
|
|
'description' => '画像、カルーセル、ストーリー、リールを公開できます。各プラットフォームに最適な形式が自動で適用されます。',
|
|
],
|
|
'video' => [
|
|
'title' => '動画の公開',
|
|
'description' => '動画を一度アップロードすれば、TikTok、YouTube ショート、Instagram リール、Facebook リールに公開できます。',
|
|
],
|
|
'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 のメールアドレスを公開するか、email スコープを許可してから、もう一度お試しください。',
|
|
|
|
'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' => 'すべてのソーシャルカレンダーを 1 か所に',
|
|
'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' => 'ホームへ',
|
|
],
|
|
|
|
];
|