snipe-it/resources/lang/uk/admin/categories/message.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

27 lines
1.5 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_models' => 'Наразі ця категорія пов\'язана хоча б з однією моделлю і не може бути видалена. Будь ласка, оновіть вашу модель, щоб більше не посилатись на цю категорію та повторіть спробу. ',
'assoc_items' => 'Ця категорія пов\'язана хоча б з одним :asset_type і не може бути видалена. Будь ласка, оновіть ваш :asset_type щоб більше не посилатися на цю категорію і спробуйте ще раз. ',
'create' => array(
'error' => 'Категорія не була створена, будь ласка, спробуйте ще раз.',
'success' => 'Category created successfully.'
),
'update' => array(
'error' => 'Category was not updated, please try again',
'success' => 'Категорія успішно оновлена.',
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
'confirm' => 'Ви впевнені що бажаєте видалити цю категорію?',
'error' => 'There was an issue deleting the category. Please try again.',
'success' => 'Категорія успішно видалена.'
)
);