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

22 lines
1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-08-25 07:32:57 -07:00
'about_locations_title' => 'Lokasyonlar hakkında',
'about_locations' => 'Konum bilgileri kullanıcılar, varlıklar ve diğer nesneleri izlemek için kullanılır',
'assets_rtd' => 'Varlıklar', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
2016-12-03 17:10:05 -08:00
'assets_checkedout' => 'Varlık Atandı',
'id' => 'ID',
'city' => 'Şehir',
'state' => 'Bölge',
'country' => 'Ülke',
'create' => 'Konum Oluştur',
'update' => 'Konum Güncelle',
'name' => 'Konum Adı',
'address' => 'Adres',
'zip' => 'Posta kodu',
'locations' => 'Konumlar',
2017-08-25 07:32:57 -07:00
'parent' => 'Üst',
'currency' => 'Lokasyon Para Birimi',
'ldap_ou' => 'LDAP arama OU',
2016-12-03 17:10:05 -08:00
);