3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-07 08:58:51 +00:00
Files
snipe-it/resources/lang/ko-KR/admin/groups/table.php
2023-12-19 17:23:16 +00:00

10 lines
128 B
PHP

<?php
return array(
'id' => '아이디',
'name' => '이름',
'users' => '사용자 # 명',
);