3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-20 12:18:17 +00:00
Files
snipe-it/resources/lang/ru-RU/admin/reports/message.php
2026-08-03 11:23:35 +01:00

17 lines
854 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 [
'about_templates' => 'О сохраненных шаблонах',
'saving_templates_description' => 'Выберите нужные параметры, затем введите название шаблона в поле выше и нажмите кнопку «Сохранить шаблон». В раскрывающемся списке выберите ранее сохраненный шаблон.',
'create' => [
'success' => 'Шаблон успешно сохранен',
],
'update' => [
'success' => 'Шаблон успешно обновлен',
],
'delete' => [
'success' => 'Шаблон удален',
'no_delete_permission' => 'Шаблона не существует или у вас нет разрешения на его удаление.',
],
];