ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/ru-RU/admin/labels/message.php
Normal file
11
SNIPE-IT/resources/lang/ru-RU/admin/labels/message.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Неверное количество возвращено из :name. Ожидалось :expected, получено :actual.',
|
||||
'invalid_return_type' => 'Недопустимый тип возвращен из :name. Ожидалось :expected, получено :actual.',
|
||||
'invalid_return_value' => 'Неверное значение возвращено из :name. Ожидалось :expected, получено :actual.',
|
||||
|
||||
'does_not_exist' => 'Ярлык не существует',
|
||||
|
||||
];
|
Reference in New Issue
Block a user