-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from laraketai/master
Add Russian
- Loading branch information
Showing
1 changed file
with
32 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,32 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Statistics Language Lines | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
|
||
'home' => 'Главная', | ||
'name' => 'Наименование', | ||
'browser' => 'Браузер', | ||
'actions' => 'Действия', | ||
'views' => 'Просмотры', | ||
'os' => 'Операционная система', | ||
'url' => 'URL', | ||
'unique_visitors' => 'Уникальные посетители', | ||
'sessions' => 'Сеансы', | ||
'views_last_week' => 'Просмотров на прошлой неделе', | ||
'statistics' => 'Статистика', | ||
'restart' => 'Рестарт', | ||
'clear_all' => 'Удалить все статистические данные?', | ||
'statistics_restarted' => 'Статистика была перезапущена!', | ||
'statistics_desc' => 'Здесь вы можете узнать о статистике сайта', | ||
'most_used_browsers' => 'Наиболее часто используемые браузеры', | ||
'most_used_browser' => 'Наиболее часто используемый браузер', | ||
'most_visited_pages' => 'Самые посещаемые страницы', | ||
'most_used_os' => 'Наиболее используемая ОС', | ||
'most_used_language' => 'Наиболее часто используемый язык', | ||
'unique_visitors_last_week' => 'Уникальные посетители на прошлой неделе', | ||
]; |