trypost/lang/ja/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
2.1 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' => 'スケジュールを始めるには、少なくとも 1 つのソーシャルアカウントを連携してください。後からいつでも追加できます。',
'must_connect' => '続けるには、少なくとも 1 つのネットワークを接続してください。',
],
];