snipe-it/resources/lang/km-KH/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' => 'ទ្រព្យសកម្ម',
'city' => 'ទីក្រុង',
'contact' => 'Contact Name',
'country' => 'ប្រទេស',
'create' => 'Create Supplier',
'email' => 'Email',
'fax' => 'Fax',
'id' => 'លេខសម្គាល់',
'licenses' => 'អាជ្ញាប័ណ្ណ',
'name' => 'Supplier Name',
'notes' => 'កំណត់ចំណាំ',
'phone' => 'Phone',
'state' => 'រដ្ឋ',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'view' => 'View Supplier',
'view_assets_for' => 'View Assets for',
'zip' => 'Postal Code',
);