snipe-it/resources/lang/mn-MN/admin/locations/message.php
snipe 5fb3cea0bb Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-06-24 11:41:20 +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 company and try again. ',
'assoc_assets' => 'Энэ байршил нь одоогоор нэгээс доошгүй активтай холбоотой бөгөөд устгах боломжгүй байна. Энэ байршлыг лавлагаа болгохоо болихын тулд өөрийн хөрөнгийг шинэчлээд дахин оролдоно уу.',
'assoc_child_loc' => 'Энэ байршил нь одоогоор хамгийн багадаа нэг хүүхдийн байрлалын эцэг эх бөгөөд устгах боломжгүй байна. Энэ байршлыг лавшруулахгүй болгохын тулд байршлаа шинэчлээд дахин оролдоно уу.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(
'error' => 'Байршалт үүсээгүй байна, дахин оролдоно уу.',
'success' => 'Байршил амжилттай болсон.'
),
'update' => array(
'error' => 'Байршил шинэчлэгдсэнгүй, дахин оролдоно уу',
'success' => 'Байршил амжилттай шинэчлэгдсэн.'
),
'delete' => array(
'confirm' => 'Та энэ байршлыг устгахыг хүсч байна уу?',
'error' => 'Байршил устгах асуудал гарлаа. Дахин оролдоно уу.',
'success' => 'Байршил амжилттай устгагдсан байна.'
)
);