snipe-it/resources/lang/mn/admin/groups/titles.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

17 lines
801 B
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 [
'about_groups_title' => 'Бүлгүүдийн тухай',
'about_groups' => 'Бүлгүүд нь хэрэглэгчийн зөвшөөрлүүдийг ерөнхийд нь тодорхойлоход ашиглагддаг.',
'group_management' => 'Группын удирдлага',
'create' => 'Шинэ бүлэг үүсгэх',
'update' => 'Бүлгийг засварлах',
'group_name' => 'Группын нэр',
'group_admin' => 'Групп админ',
'allow' => 'Зөвшөөрнө үү',
'deny' => 'Дене',
'permission' => 'Permission',
'grant' => 'Grant',
'no_permissions' => 'This group has no permissions.'
];