snipe-it/resources/lang/ru-RU/admin/locations/message.php
snipe 6c450d1338 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2024-08-20 18:18:17 +01:00

36 lines
2.3 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' => 'Статус актива не существует.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Это месторасположение связано как минимум с одним активом и не может быть удалено. Измените ваши активы так, чтобы они не ссылались на это месторасположение и попробуйте ещё раз. ',
'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него и попробуйте снова. ',
'assigned_assets' => 'Присвоенные активы',
'current_location' => 'Текущее местоположение',
'open_map' => 'Open in :map_provider_icon Maps',
'create' => array(
'error' => 'Статус актива не был создан, попробуйте еще раз.',
'success' => 'Статус актива успешно создан.'
),
'update' => array(
'error' => 'Статус актива не был обновлен, попробуйте еще раз',
'success' => 'Статус актива успешно обновлен.'
),
'restore' => array(
'error' => 'Location was not restored, please try again',
'success' => 'Location restored successfully.'
),
'delete' => array(
'confirm' => 'Вы уверено, что хотите удалить этот статус?',
'error' => 'При удалении статуса актива произошла ошибка. Попробуйте еще раз.',
'success' => 'Статус актива успешно удален.'
)
);