snipe-it/resources/lang/ml-IN/admin/suppliers/table.php
snipe 8ca4c51186 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-24 15:29:39 +00:00

27 lines
1.1 KiB
PHP

<?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',
'view' => 'View Supplier',
'view_assets_for' => 'View Assets for',
'zip' => 'സിപ് / പോസ്റ്റൽ കോഡ്',
);