Skip to content

Commit

Permalink
Merge pull request #82 from RChutchev/1.x
Browse files Browse the repository at this point in the history
Add Russian language
  • Loading branch information
bezhanSalleh authored Nov 12, 2024
2 parents d076058 + 44c4e43 commit d3c63f2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions resources/lang/ru/widgets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php

return [
/**
* Dashboard Page
*/
'navigation_label' => 'Google Analytics',
'title' => 'Панель Google Analytics',

/**
* Widget Heading/Labels
*/
'page_views' => 'Просмотры страниц',
'visitors' => 'Уникальные пользователи',
'sessions' => 'Сессии',
'sessions_duration' => 'Средняя продолжительность сессий',
'sessions_by_country' => 'Сессий по странам',
'sessions_by_device' => 'Сессии по устройствам',
'top_referrers' => 'Топ источников',
'most_visited_pages' => 'Наиболее посещаемые страницы',
'one_day_active_users' => 'Активные пользователи (1 день)',
'seven_day_active_users' => 'Активные пользователи (7 дней)',
'fourteen_day_active_users' => 'Активные пользователи (14 дней)',
'twenty_eight_day_active_users' => 'Активные пользователи (28 дней)',

/**
* Filter Labels
*/
'T' => 'Сегодня',
'Y' => 'Вчера',
'TW' => 'Эта неделя',
'LW' => 'Прошлая неделя',
'LM' => 'Прошлый месяц',
'TM' => 'Этот месяц',
'TY' => 'Этот год',
'LSD' => 'Прошлые 7 дней',
'LTD' => 'Прошлые 30 дней',
'FD' => '5 дней',
'TD' => '10 дней',
'FFD' => '15 дней',

/**
* Trajectory Label Descriptions
*/
'trending_up' => 'Рост',
'trending_down' => 'Спад',
'steady' => 'Стабильно',
];

0 comments on commit d3c63f2

Please sign in to comment.