snipe-it/resources/lang/ru/admin/models/message.php
snipe d1ce1b6f18 Updated language strings from CrowdIn
Signed-off-by: snipe <snipe@snipe.net>
2023-08-15 13:21:35 +01:00

47 lines
2.6 KiB
PHP
Raw 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 array(
'does_not_exist' => 'Модель не существует.',
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
'no_association_fix' => 'Это странно и ужасно сломает вещи. Отредактируйте этот актив сейчас, чтобы назначить ему модель.',
'assoc_users' => 'Данная модель связана с одним или несколькими активами, и не может быть удалена. Удалите либо измените связанные активы. ',
'create' => array(
'error' => 'Модель не была создана, повторите еще раз.',
'success' => 'Модель успешно создана.',
'duplicate_set' => 'Модель с таким именем, производителем и номером уже существует.',
),
'update' => array(
'error' => 'Невозможно обновить Модель, повторите еще раз',
'success' => 'Модель успешно обновлена.',
),
'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить данную модель актива?',
'error' => 'При удалении модели возникла ошибка. Повторите еще раз.',
'success' => 'Модель успешно удалена.'
),
'restore' => array(
'error' => 'Модель не была восстановлена, повторите попытку',
'success' => 'Модель успешно восстановлена.'
),
'bulkedit' => array(
'error' => 'Никаких изменений нет, поэтому ничего не обновлено.',
'success' => 'Модель успешно обновлена. |:model_count моделей успешно обновлено.',
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
),
'bulkdelete' => array(
'error' => 'Ни одна модель не выбрана, поэтому нечего удалить.',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => 'Удалено : success_count моделей(ль), однако: fail_count моделей не удалены, потому что они всё ещё имеют связанные с ними активы.'
),
);