Files
faveo/lang/ru/table.php
2023-01-07 20:58:45 +00:00

27 lines
800 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.
|
*/
'filename' => 'ISO CODE',
'language' => 'Язык',
'Action' => 'Действие',
'status' => 'stature',
'not-active' => 'Не Активный',
'active' => 'Активный',
'hello' => 'Привет',
'enable' => 'Включен',
'disable' => 'Выключен',
];