Skip to content

Commit

Permalink
Merge pull request #9 from laraketai/master
Browse files Browse the repository at this point in the history
Add Russian
  • Loading branch information
24aitor authored May 27, 2017
2 parents bc7e19e + 5cdfc0c commit abe235a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Translations/ru/general.php
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' => 'Уникальные посетители на прошлой неделе',
];

0 comments on commit abe235a

Please sign in to comment.