snipe-it/resources/lang/iu/admin/categories/message.php

26 lines
1,007 B
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return [
2019-12-06 12:03:04 -08:00
'does_not_exist' => 'Category does not exist.',
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
'create' => [
2019-12-06 12:03:04 -08:00
'error' => 'Category was not created, please try again.',
'success' => 'Category created successfully.',
],
2019-12-06 12:03:04 -08:00
'update' => [
2019-12-06 12:03:04 -08:00
'error' => 'Category was not updated, please try again',
'success' => 'Category updated successfully.',
],
2019-12-06 12:03:04 -08:00
'delete' => [
2019-12-06 12:03:04 -08:00
'confirm' => 'Are you sure you wish to delete this category?',
'error' => 'There was an issue deleting the category. Please try again.',
'success' => 'The category was deleted successfully.',
],
2019-12-06 12:03:04 -08:00
];