trypost/lang/en/analytics.php
Paulo Castellano cc8f6625a1 feat(channels): Discord post-level engagement metrics
Add per-post Discord metrics (server member count, thread replies as comments,
and reaction counts) read live with the bot token via GET message + guild
with_counts, wired into PostMetricsFetcher. Redesign the shared post metrics
row: monochrome line icons for member/comment counts vs clean reaction pills,
so audience stats read distinctly from reactions. Applies to Telegram too.
2026-06-16 17:05:13 -03:00

55 lines
2 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',
'custom_reaction' => 'Custom',
'engagement' => 'Engagement',
'favourites' => 'Favourites',
'followers' => 'Followers',
'following' => 'Following',
'impressions' => 'Impressions',
'interactions' => 'Interactions',
'likes' => 'Likes',
'members' => 'Members',
'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' => 'Subscribers',
'subscribers_gained' => 'Subscribers Gained',
'subscribers_lost' => 'Subscribers Lost',
'total_likes' => 'Total Likes',
'video_views' => 'Video Views',
'videos' => 'Videos',
'views' => 'Views',
],
];