3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Files
snipe-it/resources/lang/ru-RU/table.php
2026-08-03 11:23:35 +01:00

16 lines
558 B
PHP

<?php
return [
'actions' => 'Действия',
'action' => 'Действие',
'by' => 'Кем',
'item' => 'Предмет',
'no_matching_records' => 'Подходящие записи не найдены',
'load_error_title' => 'Could not load results',
'load_error_body' => 'The server returned an error. Please try again in a moment. If this keeps happening, check the application log.',
'load_error_http_status' => 'HTTP status',
'load_error_session_expired' => 'Your session has expired. Reloading the page.',
];