all
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'Mengenai Susut Nilai Harta',
|
||||
'about_depreciations' => 'Anda boleh tetapkan susut nilai harta berdasarkan kepada penyusutan berasaskan susut nilai garisan lurus.',
|
||||
'asset_depreciations' => 'Susut Nilai Harta',
|
||||
'create' => 'Buat Susut',
|
||||
'depreciation_name' => 'Nama Susut Nilai',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'Bilangan Bulan',
|
||||
'update' => 'Kemas kini Susutnilai',
|
||||
'depreciation_min' => 'Nilai Minimum selepas Susut Nilai',
|
||||
'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.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Kelas susut nilai tidak wujud.',
|
||||
'assoc_users' => 'Susut nilai ini telah dikaitkan dengan salah satu model dan tidak boleh dihapuskan. Sila hapuskan model tersebut dan cuba semula. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kelas susut nilai gagal di cipta, sila cuba semula. :(',
|
||||
'success' => 'Kelas susut nilai berjaya dicipta. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kelas susut nilai gagal dikemaskini, sila cuba semua',
|
||||
'success' => 'Kelas susut nilai berjaya dikemaskini.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Adakah anda pasti untuk hapuskan kelas susut nilai ini?',
|
||||
'error' => 'Ada isu untuk hapuskan kelas susut nilai. Sila cuba semula.',
|
||||
'success' => 'Kelas susut nilai berjaya dihapuskan.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ID',
|
||||
'months' => 'Bulan',
|
||||
'term' => 'Terma',
|
||||
'title' => 'Nama ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
Reference in New Issue
Block a user