Add russian translation (#1460)

This commit is contained in:
stashenko 2019-02-03 01:07:58 +03:00 committed by Dane Everitt
parent f448927df6
commit 7b4e69b5d2
16 changed files with 993 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Предыдущий',
'next' => 'Следующий &raquo;',
];