generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'Стабильно', | ||
]; |