mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
19 lines
474 B
PHP
Executable file
19 lines
474 B
PHP
Executable file
<?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',
|
||
);
|