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.
55 lines
2.4 KiB
PHP
55 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'no_accounts' => 'アナリティクスを利用できる接続済みアカウントがありません。',
|
|
'no_accounts_match' => '一致するアカウントがありません。',
|
|
'search_account' => 'アカウントを検索…',
|
|
'select_account' => 'アナリティクスを表示するアカウントを選択してください。',
|
|
'no_data' => '利用できるアナリティクスデータがありません。',
|
|
|
|
'metrics' => [
|
|
'avg_view_duration' => '平均視聴時間(秒)',
|
|
'avg_view_percentage' => '平均視聴率',
|
|
'bookmarks' => 'ブックマーク',
|
|
'clicks' => 'クリック',
|
|
'comments' => 'コメント',
|
|
'custom_reaction' => 'カスタム',
|
|
'engagement' => 'エンゲージメント',
|
|
'favourites' => 'お気に入り',
|
|
'followers' => 'フォロワー',
|
|
'following' => 'フォロー中',
|
|
'impressions' => 'インプレッション',
|
|
'interactions' => 'インタラクション',
|
|
'likes' => 'いいね',
|
|
'members' => 'メンバー',
|
|
'minutes_watched' => '視聴時間(分)',
|
|
'organic_followers' => 'オーガニックフォロワー',
|
|
'outbound_clicks' => '外部クリック',
|
|
'page_followers' => 'ページフォロワー',
|
|
'page_reach' => 'ページリーチ',
|
|
'page_views' => 'ページビュー',
|
|
'paid_followers' => '有料フォロワー',
|
|
'pin_click_rate' => 'ピンクリック率',
|
|
'pin_clicks' => 'ピンクリック',
|
|
'posts_engagement' => '投稿エンゲージメント',
|
|
'posts_reach' => '投稿リーチ',
|
|
'quotes' => '引用',
|
|
'reach' => 'リーチ',
|
|
'reblogs' => 'リブログ',
|
|
'recent_comments' => '最近のコメント',
|
|
'recent_likes' => '最近のいいね',
|
|
'recent_shares' => '最近のシェア',
|
|
'replies' => '返信',
|
|
'reposts' => 'リポスト',
|
|
'retweets' => 'リツイート',
|
|
'saves' => '保存',
|
|
'shares' => 'シェア',
|
|
'subscribers' => '登録者',
|
|
'subscribers_gained' => '登録者の増加',
|
|
'subscribers_lost' => '登録者の減少',
|
|
'total_likes' => '総いいね数',
|
|
'video_views' => '動画再生数',
|
|
'videos' => '動画',
|
|
'views' => '再生数',
|
|
],
|
|
];
|