<?php
return array(
'id' => 'ID',
'name' => '部門名稱',
'manager' => '主管',
'location' => '位置',
'create' => '新增部門',
'update' => '更新部門',
);