Skip to content

Commit

Permalink
Create general.php
Browse files Browse the repository at this point in the history
  • Loading branch information
laraketai authored May 27, 2017
1 parent a1ef811 commit f576a47
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 f576a47

Please sign in to comment.