snipe-it/resources/lang/ml-IN/admin/suppliers/table.php

28 lines
1.1 KiB
PHP
Raw Normal View History

<?php
return array(
'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
'address' => 'Supplier Address',
'assets' => 'Assets',
'city' => 'പട്ടണം',
'contact' => 'Contact Name',
'country' => 'രാജ്യം',
'create' => 'Create Supplier',
'email' => 'Email',
'fax' => 'Fax',
'id' => 'ഐഡി',
'licenses' => 'Licenses',
'name' => 'Supplier Name',
'notes' => 'Notes',
'phone' => 'Phone',
'state' => 'സംസ്ഥാനം',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'url' => 'URL',
'view' => 'View Supplier',
'view_assets_for' => 'View Assets for',
'zip' => 'സിപ് / പോസ്റ്റൽ കോഡ്',
);