trypost/lang/en/analytics.php

52 lines
1.9 KiB
PHP

<?php
return [
'no_accounts' => 'No connected accounts with analytics.',
'no_accounts_match' => 'No accounts match.',
'search_account' => 'Search account…',
'select_account' => 'Select an account to view analytics.',
'no_data' => 'No analytics data available.',
'metrics' => [
'avg_view_duration' => 'Avg. View Duration (s)',
'avg_view_percentage' => 'Avg. View Percentage',
'bookmarks' => 'Bookmarks',
'clicks' => 'Clicks',
'comments' => 'Comments',
'engagement' => 'Engagement',
'favourites' => 'Favourites',
'followers' => 'Followers',
'following' => 'Following',
'impressions' => 'Impressions',
'interactions' => 'Interactions',
'likes' => 'Likes',
'minutes_watched' => 'Minutes Watched',
'organic_followers' => 'Organic Followers',
'outbound_clicks' => 'Outbound Clicks',
'page_followers' => 'Page Followers',
'page_reach' => 'Page Reach',
'page_views' => 'Page Views',
'paid_followers' => 'Paid Followers',
'pin_click_rate' => 'Pin Click Rate',
'pin_clicks' => 'Pin Clicks',
'posts_engagement' => 'Posts Engagement',
'posts_reach' => 'Posts Reach',
'quotes' => 'Quotes',
'reach' => 'Reach',
'reblogs' => 'Reblogs',
'recent_comments' => 'Recent Comments',
'recent_likes' => 'Recent Likes',
'recent_shares' => 'Recent Shares',
'replies' => 'Replies',
'reposts' => 'Reposts',
'retweets' => 'Retweets',
'saves' => 'Saves',
'shares' => 'Shares',
'subscribers_gained' => 'Subscribers Gained',
'subscribers_lost' => 'Subscribers Lost',
'total_likes' => 'Total Likes',
'video_views' => 'Video Views',
'videos' => 'Videos',
'views' => 'Views',
],
];