trypost/lang/ko/onboarding.php
Paulo Castellano b4f61be6ef
Welcome: pre-subscription funnel and member subscription-required screen (#243)
* 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>
2026-08-06 11:34:50 -03:00

55 lines
2.5 KiB
PHP

<?php
declare(strict_types=1);
return [
'title' => 'TryPost에 오신 것을 환영합니다',
'description' => '회원님이나 비즈니스를 가장 잘 설명하는 항목을 알려주시면 맞춤형 경험을 제공해 드립니다.',
'continue' => '계속',
'personas' => [
'creator' => '콘텐츠 크리에이터',
'freelancer' => '프리랜서',
'developer' => '개발자',
'startup' => '스타트업',
'agency' => '에이전시',
'small_business' => '소상공인',
'marketer' => '마케터',
'online_store' => '온라인 스토어',
'other' => '기타',
],
'goals_title' => 'TryPost로 이루려는 목표는 무엇인가요?',
'goals_description' => '해당되는 항목을 모두 선택하면 TryPost를 맞춤 설정해 드립니다.',
'goals' => [
'save_time' => '한 번에 여러 곳에 게시하여 시간 절약',
'ai_content' => 'TryPost AI로 게시물 생성',
'use_mcp' => 'Claude, ChatGPT 또는 Cursor에서 게시물 작성',
'plan_calendar' => '캘린더에서 게시물 계획',
'stay_on_brand' => '모든 게시물을 브랜드에 맞게 유지',
'grow_audience' => '팔로워와 참여 늘리기',
'drive_sales' => '더 많은 트래픽과 판매 유도',
'manage_clients' => '여러 브랜드 또는 클라이언트 관리',
'just_exploring' => '지금은 둘러보는 중',
'other' => '다른 것',
],
'referral_source_title' => '저희를 어떻게 알게 되셨나요?',
'referral_source_description' => '사람들이 TryPost를 어떻게 발견하는지 파악하는 데 도움이 됩니다.',
'referral_source' => [
'google' => 'Google 또는 검색',
'x' => 'X (Twitter)',
'linkedin' => 'LinkedIn',
'youtube' => 'YouTube',
'tiktok' => 'TikTok',
'instagram' => 'Instagram 또는 Threads',
'reddit' => 'Reddit',
'product_hunt' => 'Product Hunt',
'ai_assistant' => 'AI 어시스턴트 (ChatGPT, Claude 등)',
'friend' => '친구 또는 동료',
'blog' => '블로그, 뉴스레터 또는 기사',
'other' => '기타',
],
'connect' => [
'title' => '첫 네트워크 연결',
'description' => '예약을 시작하려면 소셜 계정을 하나 이상 연결하세요. 언제든지 추가할 수 있습니다.',
'must_connect' => '계속하려면 네트워크를 하나 이상 연결하세요.',
],
];