snipe-it/resources/lang/am/admin/companies/message.php
snipe bd0863d9c7 Added new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-09-25 10:54:46 +01:00

21 lines
833 B
PHP

<?php
return [
'does_not_exist' => 'Company does not exist.',
'deleted' => 'Deleted company',
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => [
'error' => 'Company was not created, please try again.',
'success' => 'Company created successfully.',
],
'update' => [
'error' => 'Company was not updated, please try again',
'success' => 'Company updated successfully.',
],
'delete' => [
'confirm' => 'Are you sure you wish to delete this company?',
'error' => 'There was an issue deleting the company. Please try again.',
'success' => 'The Company was deleted successfully.',
],
];