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

19 lines
554 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-28 21:50:00 -07:00
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
2016-03-25 01:18:05 -07: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',
'parent' => 'Parent',
'currency' => 'Location Currency',
);