mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
19 lines
474 B
PHP
19 lines
474 B
PHP
|
<?php
|
|||
|
|
|||
|
return array(
|
|||
|
'assets_rtd' => 'Assets RTD',
|
|||
|
'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',
|
|||
|
);
|