mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
50eb257cec
Signed-off-by: snipe <snipe@snipe.net>
41 lines
1.9 KiB
PHP
41 lines
1.9 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'activated' => 'Active',
|
|
'allow' => 'អនុញ្ញាត',
|
|
'checkedout' => 'ទ្រព្យសកម្ម',
|
|
'created_at' => 'Created',
|
|
'createuser' => 'Create User',
|
|
'deny' => 'បដិសេធ',
|
|
'email' => 'Email',
|
|
'employee_num' => 'Employee No.',
|
|
'first_name' => 'នាមខ្លួន',
|
|
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
|
'id' => 'Id',
|
|
'inherit' => 'Inherit',
|
|
'job' => 'Job Title',
|
|
'last_login' => 'ការចូលចុងក្រោយ',
|
|
'last_name' => 'នាមត្រកូល',
|
|
'location' => 'ទីតាំង',
|
|
'lock_passwords' => 'Login details cannot be changed on this installation.',
|
|
'manager' => 'អ្នកគ្រប់គ្រង',
|
|
'managed_locations' => 'Managed Locations',
|
|
'name' => 'ឈ្មោះ',
|
|
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
|
'notes' => 'កំណត់ចំណាំ',
|
|
'password_confirm' => 'Confirm Password',
|
|
'password' => 'Password',
|
|
'phone' => 'Phone',
|
|
'show_current' => 'Show Current Users',
|
|
'show_deleted' => 'Show Deleted Users',
|
|
'title' => 'ចំណងជើង',
|
|
'to_restore_them' => 'to restore them.',
|
|
'total_assets_cost' => "Total Assets Cost",
|
|
'updateuser' => 'Update User',
|
|
'username' => 'Username',
|
|
'user_deleted_text' => 'This user has been marked as deleted.',
|
|
'username_note' => '(This is used for Active Directory binding only, not for login.)',
|
|
'cloneuser' => 'ក្លូន អ្នកប្រើប្រាស់',
|
|
'viewusers' => 'View Users',
|
|
);
|