snipe-it/resources/lang/bg-BG/admin/locations/message.php
snipe dd458dfa7f Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-08-15 12:21:06 +01:00

30 lines
1.9 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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
'assigned_assets' => 'Изписани Активи',
'current_location' => 'Текущо местоположение',
'create' => array(
'error' => 'Местоположението не е създадено. Моля, опитайте отново.',
'success' => 'Местоположението е създадено.'
),
'update' => array(
'error' => 'Местоположението не е обновено. Моля, опитайте отново',
'success' => 'Местоположението е обновено.'
),
'delete' => array(
'confirm' => 'Сигурни ли сте, че искате да изтриете това местоположение?',
'error' => 'Възникна проблем при изтриване на местоположението. Моля, опитайте отново.',
'success' => 'Местоположението е изтрито.'
)
);