snipe-it/resources/lang/km-KH/admin/locations/table.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

42 lines
2.3 KiB
PHP

<?php
return [
'about_locations_title' => 'ទីតាំងត្រូវបានលុបដោយជោគជ័យ។',
'about_locations' => 'ទីតាំងត្រូវបានលុបដោយជោគជ័យ។',
'assets_rtd' => 'ទ្រព្យសកម្ម', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned',
'id' => 'លេខសម្គាល់',
'city' => 'ទីក្រុង',
'state' => 'រដ្ឋ',
'country' => 'ប្រទេស',
'create' => 'Create Location',
'update' => 'Update Location',
'print_assigned' => 'Print Assigned',
'print_all_assigned' => 'Print All Assigned',
'name' => 'Location Name',
'address' => 'អាស័យដ្ឋាន',
'address2' => 'Address Line 2',
'zip' => 'Postal Code',
'locations' => 'Locations',
'parent' => 'Parent',
'currency' => 'Location Currency',
'ldap_ou' => 'LDAP Search OU',
'user_name' => 'User Name',
'department' => 'នាយកដ្ឋាន',
'location' => 'ទីតាំង',
'asset_tag' => 'Assets Tag',
'asset_name' => 'ឈ្មោះ',
'asset_category' => 'ប្រភេទ',
'asset_manufacturer' => 'ក្រុមហ៊ុនផលិត',
'asset_model' => 'គំរូ',
'asset_serial' => 'Serial',
'asset_location' => 'ទីតាំង',
'asset_checked_out' => 'Checked Out',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'កាលបរិច្ឆេទ:',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];