trypost/lang/ko/onboarding.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

41 lines
1.9 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' => 'AI로 더 빠르게 게시물 작성',
'plan_calendar' => '캘린더에서 게시물 계획',
'stay_on_brand' => '모든 게시물을 브랜드에 맞게 유지',
'grow_audience' => '팔로워와 참여 늘리기',
'drive_sales' => '더 많은 트래픽과 판매 유도',
'manage_clients' => '여러 브랜드 또는 클라이언트 관리',
'team_collaboration' => '팀과 협업',
'automate_api' => 'API, MCP 또는 코드로 게시 자동화',
'track_performance' => '게시물 성과 확인',
'just_exploring' => '지금은 둘러보는 중',
'other' => '다른 것',
],
'connect' => [
'title' => '첫 네트워크 연결',
'description' => '예약을 시작하려면 소셜 계정을 하나 이상 연결하세요. 언제든지 추가할 수 있습니다.',
'must_connect' => '계속하려면 네트워크를 하나 이상 연결하세요.',
],
];