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.1 KiB
PHP
55 lines
2.1 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' => '조회수',
|
|
],
|
|
];
|