This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,22 @@
<?php
return array(
'asset' => 'ទ្រព្យសកម្ម',
'checkin' => 'Checkin',
'create' => 'បង្កើតអាជ្ញាប័ណ្ណ',
'expiration' => 'កាលបរិច្ឆេទ​ផុតកំណត់',
'license_key' => 'លេខ​កូ​ខ​ទំនិញ',
'maintained' => 'Maintained',
'name' => 'ឈ្មោះកម្មវិធី',
'no_depreciation' => 'កុំបន្ទាបតម្លៃ',
'purchase_order' => 'លេខបញ្ជាទិញ',
'reassignable' => 'Reassignable',
'remaining_seats' => 'កៅអីដែលនៅសល់',
'seats' => 'កៅអី',
'termination_date' => 'កាលបរិច្ឆេទបញ្ចប់',
'to_email' => 'ទទួលបានអាជ្ញាប័ណ្ណពីអ៊ីម៉ែល',
'to_name' => 'មានអាជ្ញាប័ណ្ណពីឈ្មោះ',
'update' => 'ធ្វើបច្ចុប្បន្នភាពអាជ្ញាប័ណ្ណ',
'checkout_help' => 'អ្នក​ត្រូវ​តែ​ពិនិត្យ​មើល​អាជ្ញាប័ណ្ណ​ចេញ​ទៅ​ទ្រព្យ​សម្បត្តិ​ផ្នែក​រឹង​ឬ​មនុស្ស។ អ្នកអាចជ្រើសរើសទាំងពីរ ប៉ុន្តែម្ចាស់ទ្រព្យត្រូវតែផ្គូផ្គងនឹងមនុស្សដែលអ្នកកំពុងពិនិត្យមើលទ្រព្យសកម្មនោះ។'
);

View File

@ -0,0 +1,51 @@
<?php
return array(
'about_licenses_title' => 'អំពីអាជ្ញាប័ណ្ណ',
'about_licenses' => 'អាជ្ញាប័ណ្ណត្រូវបានប្រើដើម្បីតាមដានកម្មវិធី។ ពួកគេ​មាន​ចំនួន​អាសនៈ​ដែល​បាន​បញ្ជាក់​ដែល​អាច​ពិនិត្យ​ចេញ​សម្រាប់​បុគ្គល',
'checkin' => 'ពិនិត្យកៅអីអាជ្ញាប័ណ្ណ',
'checkout_history' => 'ប្រវត្តិនៃការប្រគល់អោយ',
'checkout' => 'ចំនួនអាជ្ញាប័ណ្ណដែលប្រគល់អោយ',
'edit' => 'កែសម្រួលអាជ្ញាប័ណ្ណ',
'filetype_info' => 'ប្រភេទឯកសារដែលបានអនុញ្ញាតគឺ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip និង rar ។',
'clone' => 'អាជ្ញាប័ណ្ណក្លូន',
'history_for' => 'ប្រវត្តិសម្រាប់ ',
'in_out' => 'In/Out',
'info' => 'ព័ត៌មានអាជ្ញាប័ណ្ណ',
'license_seats' => 'ចំនួនអាជ្ញាប័ណ្ណ',
'seat' => 'ចំនួន',
'seats' => 'កៅអី',
'software_licenses' => 'អាជ្ញាប័ណ្ណកម្មវិធី',
'user' => 'អ្នក​ប្រើ',
'view' => 'មើលអាជ្ញាប័ណ្ណ',
'delete_disabled' => 'អាជ្ញាបណ្ណនេះមិនអាចត្រូវបានលុបនៅឡើយទេ ដោយសារកៅអីមួយចំនួននៅតែត្រូវបានប្រគល់អោយអ្នកប្រើប្រាស់',
'bulk' =>
[
'checkin_all' => [
'button' => 'Checkin All Seats',
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
'log_msg' => 'Checked in via bulk license checkout in license GUI',
],
'checkout_all' => [
'button' => 'Checkout All Seats',
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
'error_no_seats' => 'There are no remaining seats left for this license.',
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
'log_msg' => 'Checked out via bulk license checkout in license GUI',
],
],
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
'below_threshold_short' => 'This item is below the minimum required quantity.',
);

View File

@ -0,0 +1,54 @@
<?php
return array(
'does_not_exist' => 'អាជ្ញាប័ណ្ណមិនមានទេ ឬអ្នកមិនមានសិទ្ធិមើលវា។',
'user_does_not_exist' => 'អ្នកប្រើប្រាស់មិនមានទេ។',
'asset_does_not_exist' => 'ទ្រព្យសកម្មដែលអ្នកកំពុងព្យាយាមភ្ជាប់ជាមួយអាជ្ញាប័ណ្ណនេះមិនមានទេ។',
'owner_doesnt_match_asset' => 'ទ្រព្យសកម្មដែលអ្នកកំពុងព្យាយាមភ្ជាប់ជាមួយអាជ្ញាប័ណ្ណនេះគឺជាកម្មសិទ្ធិរបស់នរណាម្នាក់ក្រៅពីបុគ្គលដែលបានជ្រើសរើសនៅក្នុងបញ្ជីទម្លាក់ចុះ។',
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
'select_asset_or_person' => 'អ្នកត្រូវតែជ្រើសរើសទ្រព្យសកម្ម ឬអ្នកប្រើប្រាស់ ប៉ុន្តែមិនមែនទាំងពីរទេ។',
'not_found' => 'រកមិនឃើញអាជ្ញាប័ណ្ណទេ។',
'seats_available' => ': seat_count កៅអីមាន',
'create' => array(
'error' => 'អាជ្ញាប័ណ្ណមិនត្រូវបានបង្កើតទេ សូមព្យាយាមម្តងទៀត។',
'success' => 'អាជ្ញាប័ណ្ណត្រូវបានបង្កើតដោយជោគជ័យ។'
),
'deletefile' => array(
'error' => 'ឯកសារមិនត្រូវបានលុបទេ។ សូម​ព្យាយាម​ម្តង​ទៀត។',
'success' => 'ឯកសារត្រូវបានលុបដោយជោគជ័យ។',
),
'upload' => array(
'error' => 'ឯកសារ (ច្រើន) មិនត្រូវបានផ្ទុកឡើងទេ។ សូម​ព្យាយាម​ម្តង​ទៀត។',
'success' => 'ឯកសារ (ច្រើន) ដែលបានបង្ហោះដោយជោគជ័យ។',
'nofiles' => 'អ្នកមិនបានជ្រើសរើសឯកសារណាមួយសម្រាប់ផ្ទុកឡើង ឬឯកសារដែលអ្នកកំពុងព្យាយាមផ្ទុកឡើងមានទំហំធំពេក',
'invalidfiles' => 'ឯកសារមួយ ឬច្រើនរបស់អ្នកមានទំហំធំពេក ឬជាប្រភេទឯកសារដែលមិនត្រូវបានអនុញ្ញាត។ ប្រភេទឯកសារដែលបានអនុញ្ញាតគឺ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, និង lic ។',
),
'update' => array(
'error' => 'អាជ្ញាប័ណ្ណមិនត្រូវបានធ្វើបច្ចុប្បន្នភាពទេ សូមព្យាយាមម្តងទៀត',
'success' => 'បានធ្វើបច្ចុប្បន្នភាពអាជ្ញាប័ណ្ណដោយជោគជ័យ។'
),
'delete' => array(
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបអាជ្ញាប័ណ្ណនេះទេ?',
'error' => 'មានបញ្ហាក្នុងការលុបអាជ្ញាប័ណ្ណ។ សូម​ព្យាយាម​ម្តង​ទៀត។',
'success' => 'អាជ្ញាប័ណ្ណត្រូវបានលុបដោយជោគជ័យ។'
),
'checkout' => array(
'error' => 'There was an issue checking out the license. Please try again.',
'success' => 'The license was checked out successfully',
'not_enough_seats' => 'Not enough license seats available for checkout',
),
'checkin' => array(
'error' => 'There was an issue checking in the license. Please try again.',
'success' => 'The license was checked in successfully'
),
);

View File

@ -0,0 +1,17 @@
<?php
return array(
'assigned_to' => 'Assigned To',
'checkout' => 'In/Out',
'id' => 'លេខសម្គាល់',
'license_email' => 'License Email',
'license_name' => 'Licensed To',
'purchase_date' => 'កាលបរិច្ឆេទទិញ',
'purchased' => 'Purchased',
'seats' => 'កៅអី',
'hardware' => 'Hardware',
'serial' => 'Serial',
'title' => 'អាជ្ញាប័ណ្ណ',
);