snipe-it/resources/lang/fa/admin/manufacturers/table.php

13 lines
454 B
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
2016-06-02 19:01:09 -07:00
'asset_manufacturers' => 'تولید کنندگان دارایی',
'create' => 'ایجاد سازنده',
'id' => 'شناسه',
'name' => 'نام تولیدکننده',
'update' => 'به روز رسانی تولیدکننده',
2016-05-16 21:54:13 -07:00
);