ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
return [
'about_asset_depreciations' => 'អំពីការរំលោះទ្រព្យសកម្ម',
'about_depreciations' => 'អ្នកអាចកំណត់ការរំលោះទ្រព្យសកម្ម ដើម្បីរំលោះទ្រព្យសកម្មដោយផ្អែកលើការរំលោះបន្ទាត់ត្រង់។',
'asset_depreciations' => 'ការរំលោះទ្រព្យសកម្ម',
'create' => 'បង្កើតការរំលោះ',
'depreciation_name' => 'ឈ្មោះរំលោះ',
'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'ចំនួនខែ',
'update' => 'ធ្វើបច្ចុប្បន្នភាពការរំលោះ',
'depreciation_min' => 'តម្លៃអប្បបរមាបន្ទាប់ពីការរំលោះ',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];

View File

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'ថ្នាក់រំលោះមិនមានទេ។',
'assoc_users' => 'ការរំលោះនេះបច្ចុប្បន្នត្រូវបានភ្ជាប់ជាមួយគំរូមួយ ឬច្រើន ហើយមិនអាចលុបបានទេ។ សូម​លុប​ម៉ូដែល ហើយ​ព្យាយាម​លុប​ម្ដង​ទៀត។ ',
'create' => array(
'error' => 'ថ្នាក់រំលោះមិនត្រូវបានបង្កើតទេ សូមព្យាយាមម្តងទៀត។ :(',
'success' => 'ថ្នាក់រំលោះបានបង្កើតដោយជោគជ័យ។ :)'
),
'update' => array(
'error' => 'ថ្នាក់រំលោះមិនត្រូវបានធ្វើបច្ចុប្បន្នភាពទេ សូមព្យាយាមម្តងទៀត',
'success' => 'ថ្នាក់រំលោះបានធ្វើបច្ចុប្បន្នភាពដោយជោគជ័យ។'
),
'delete' => array(
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបថ្នាក់រំលោះនេះទេ?',
'error' => 'មាន​បញ្ហា​ក្នុង​ការ​លុប​ថ្នាក់​រំលោះ។ សូម​ព្យាយាម​ម្តង​ទៀត។',
'success' => 'ថ្នាក់រំលោះត្រូវបានលុបដោយជោគជ័យ។'
)
);

View File

@ -0,0 +1,11 @@
<?php
return [
'id' => 'លេខសម្គាល់',
'months' => 'ខែ',
'term' => 'រយៈពេល',
'title' => 'ឈ្មោះ ',
'depreciation_min' => 'Floor Value',
];