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 18:38:40 +00:00
|
|
|
|
<?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' => 'すべての場所へ一度に投稿して時間を節約する',
|
2026-08-06 14:34:50 +00:00
|
|
|
|
'ai_content' => 'TryPost AI で投稿を生成する',
|
|
|
|
|
|
'use_mcp' => 'Claude・ChatGPT・Cursor から投稿を作成する',
|
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 18:38:40 +00:00
|
|
|
|
'plan_calendar' => 'カレンダーで投稿を計画する',
|
|
|
|
|
|
'stay_on_brand' => 'すべての投稿をブランドに沿ったものにする',
|
|
|
|
|
|
'grow_audience' => 'オーディエンスとエンゲージメントを増やす',
|
|
|
|
|
|
'drive_sales' => 'トラフィックと売上を増やす',
|
|
|
|
|
|
'manage_clients' => '複数のブランドやクライアントを管理する',
|
|
|
|
|
|
'just_exploring' => '今はまだ様子を見ている',
|
|
|
|
|
|
'other' => 'その他',
|
|
|
|
|
|
],
|
2026-07-18 19:07:11 +00:00
|
|
|
|
'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' => 'その他',
|
|
|
|
|
|
],
|
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 18:38:40 +00:00
|
|
|
|
'connect' => [
|
|
|
|
|
|
'title' => '最初のネットワークを接続',
|
|
|
|
|
|
'description' => 'スケジュールを始めるには、少なくとも 1 つのソーシャルアカウントを連携してください。後からいつでも追加できます。',
|
|
|
|
|
|
'must_connect' => '続けるには、少なくとも 1 つのネットワークを接続してください。',
|
|
|
|
|
|
],
|
|
|
|
|
|
];
|