3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-12 08:35:48 +00:00
Files
snipe-it/resources/lang/ar/admin/groups/table.php

10 lines
145 B
PHP

<?php
return array(
'id' => 'الرقم',
'name' => 'الإسم',
'users' => 'عدد المستخدمين',
);