mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'about_locations_title' => 'About Locations',
|
||
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
|
||
'assets_rtd' => 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||
'assets_checkedout' => 'دارایی واگذار شده
|
||
',
|
||
'id' => 'شناسه',
|
||
'city' => 'شهر',
|
||
'state' => 'استان',
|
||
'country' => 'كشور',
|
||
'create' => 'ساخت مکان',
|
||
'update' => 'به روز رسانی منطقه مکانی',
|
||
'name' => 'نام منطقه مکانی',
|
||
'address' => 'آدرس',
|
||
'zip' => 'کد پستی',
|
||
'locations' => 'مکانها',
|
||
'parent' => 'مجموعه پدر',
|
||
'currency' => 'مکان ارز',
|
||
'ldap_ou' => 'LDAP Search OU',
|
||
);
|