ok
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'Tungkol sa Depresasyon ng Asset',
|
||||
'about_depreciations' => 'Pwede kang mag-set up ng depresasyon para mai-depreciate ang mga asset basi sa straight-line depreciation.',
|
||||
'asset_depreciations' => 'Ang Depresasyon ng Asset',
|
||||
'create' => 'Magsagawa ng Depresasyon',
|
||||
'depreciation_name' => 'Ang Pangalan ng Depresasyon',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'Ang Bilang ng mga Buwan',
|
||||
'update' => 'I-update ang Depresasyon',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'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' => 'Ang klase ng depresasyon ay hindi umiiral.',
|
||||
'assoc_users' => 'Ang depresasyong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga modelo at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Ang klase ng depresasyon ay hindi naisagawa, mangayring subukang muli. :(',
|
||||
'success' => 'Ang klase ng depresayon ang matagumpay na nai-likha. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Ang klase ng depresasyon ay hindi nai-update, mangayring subukang muli',
|
||||
'success' => 'Ang klase ng depresayon ang matagumpay na nai-update.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Sigurado kaba na gusto mong i-delete ang klase ng depresasyong ito?',
|
||||
'error' => 'Mayroong isyu sa pag-delete ng kalse ng depresasyon. Mangayring subukang muli.',
|
||||
'success' => 'Ang klase ng depresayon ang matagumpay na nai-delete.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'Ang ID',
|
||||
'months' => 'Mga Buwan',
|
||||
'term' => 'Ang Termino',
|
||||
'title' => 'Ang Pangalan ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
Reference in New Issue
Block a user