Skip to content

Commit

Permalink
Merge pull request #2 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 a1ef811 + f576a47 commit 6385dbb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Translations/ru/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| CRUD Language Lines
|--------------------------------------------------------------------------
*/

'action' => 'Действие',
'home' => 'Главная',
'host' => 'Хост',
'method' => 'Способ',
'middleware' => 'Middleware',
'name' => 'Имя',
'routes' => 'Маршруты',
'routes_desc' => 'Просмотр маршрутов приложений',
'uri' => 'URI',
];

0 comments on commit 6385dbb

Please sign in to comment.