mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
13 lines
454 B
PHP
13 lines
454 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'About manufacturers',
|
|
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
|
|
'asset_manufacturers' => 'تولید کنندگان دارایی',
|
|
'create' => 'ایجاد سازنده',
|
|
'id' => 'شناسه',
|
|
'name' => 'نام تولیدکننده',
|
|
'update' => 'به روز رسانی تولیدکننده',
|
|
|
|
);
|