snipe-it/resources/lang/bg/admin/departments/message.php
snipe 014eab3abc Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2023-01-09 11:09:26 -08:00

23 lines
1.4 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' => 'Департаментът не съществува.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.',
'create' => array(
'error' => 'Отделът не е създаден, моля, опитайте отново.',
'success' => 'Отделът е създаден успешно.'
),
'update' => array(
'error' => 'Отделът не е актуализиран, моля, опитайте отново',
'success' => 'Отделът се актуализира успешно.'
),
'delete' => array(
'confirm' => 'Наистина ли искате да изтриете този отдел?',
'error' => 'Имаше проблем с изтриването на отдела. Моля, опитайте отново.',
'success' => 'Отделът бе изтрит успешно.'
)
);