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

28 lines
1.2 KiB
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_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
2016-06-02 19:01:09 -07:00
'address' => 'آدرس تأمین کننده',
'assets' => 'دارایی',
'city' => 'شهر',
'contact' => 'نام مخاطب',
'country' => 'كشور',
'create' => 'ایجاد کننده',
'email' => 'ایمیل',
'fax' => 'دورنگار',
'id' => 'شناسه',
'licenses' => 'گواهی نامه ها',
'name' => 'نام تامین کننده',
'notes' => 'یادداشت ها',
'phone' => 'تلفن',
'state' => 'وضعیت',
'suppliers' => 'تامین کننده',
'update' => 'تامین کنندگان بروز رسانی',
'url' => 'آدرس اینترنتی',
'view' => 'نمایش تأمین کننده ',
'view_assets_for' => 'نمایش دارایی برای',
'zip' => 'کد پستی',
2016-05-16 21:54:13 -07:00
);