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.
61 lines
1.7 KiB
PHP
61 lines
1.7 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'workspaces' => 'ワークスペース',
|
|
'select_workspace' => 'ワークスペースを選択',
|
|
'create_workspace' => 'ワークスペースを作成',
|
|
'create_post' => '投稿を作成',
|
|
'profile' => 'プロフィール',
|
|
'log_out' => 'ログアウト',
|
|
|
|
'workspace' => 'ワークスペース: :name',
|
|
'workspace_select' => 'ワークスペース: 選択',
|
|
|
|
'theme' => 'テーマ: :name',
|
|
'theme_light' => 'ライト',
|
|
'theme_dark' => 'ダーク',
|
|
'theme_system' => 'システム',
|
|
|
|
'language' => '言語: :name',
|
|
'language_select' => '言語: 選択',
|
|
|
|
'groups' => [
|
|
'posts' => '投稿',
|
|
'workspace' => 'ワークスペース',
|
|
'others' => 'その他',
|
|
],
|
|
|
|
'analytics' => 'アナリティクス',
|
|
'automations' => 'オートメーション',
|
|
'settings' => '設定',
|
|
|
|
'posts' => [
|
|
'calendar' => 'カレンダー',
|
|
'all' => 'すべて',
|
|
'scheduled' => '予約済み',
|
|
'posted' => '公開済み',
|
|
'drafts' => '下書き',
|
|
],
|
|
|
|
'workspace' => [
|
|
'connections' => '接続',
|
|
'signatures' => '署名',
|
|
'labels' => 'ラベル',
|
|
'assets' => 'アセット',
|
|
'api_keys' => 'API キー',
|
|
],
|
|
|
|
'notifications' => '通知',
|
|
'mark_all_read' => 'すべて既読にする',
|
|
'mark_as_read' => '既読にする',
|
|
'archive_all' => 'すべてアーカイブ',
|
|
'no_notifications' => '通知はありません',
|
|
|
|
'support' => [
|
|
'docs' => 'ドキュメント',
|
|
'referral' => '30% の紹介報酬を獲得',
|
|
'stay_updated' => '最新情報を受け取る',
|
|
],
|
|
];
|