snipe-it/resources/lang/tr/admin/departments/table.php

12 lines
326 B
PHP
Raw Normal View History

2017-07-07 13:14:51 -07:00
<?php
return array(
'id' => 'ID',
2017-08-25 07:32:57 -07:00
'name' => 'Bölüm Adı',
'manager' => 'Yönetici',
'location' => 'Konum',
'create' => 'Bölüm Oluştur',
'update' => 'Bölümü Güncelle',
2017-07-07 13:14:51 -07:00
);