ajout app
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'Mayelana nokunciphisa kwefa',
|
||||
'about_depreciations' => 'Ungasetha ukwehla kwefa ukuze wehlise izimpahla ezisuselwe ekunciphiseni komugqa oqondile.',
|
||||
'asset_depreciations' => 'Ukuncishiswa kwempahla',
|
||||
'create' => 'Dala ukwehla',
|
||||
'depreciation_name' => 'Igama lokunciphisa',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'Inani lezinyanga',
|
||||
'update' => 'Buyekeza ukwehla kwenani',
|
||||
'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' => 'Isigaba sokunciphisa asikho.',
|
||||
'assoc_users' => 'Lokhu kwehla kwamanje kuhlotshaniswa nomfanekiso oyedwa noma ngaphezulu futhi awukwazi ukususwa. Sicela ususe amamodeli, bese uzama ukususa futhi.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Isigaba sokunciphisa asizange sidalwe, sicela uzame futhi. :(',
|
||||
'success' => 'Isigaba sokunciphisa senziwe ngempumelelo. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Isigaba sokunciphisa asizange sibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'Isigaba sokunciphisa sibuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sokunciphisa?',
|
||||
'error' => 'Kube nenkinga yokususa isigaba sokunciphisa. Ngicela uzame futhi.',
|
||||
'success' => 'Isigaba sokunciphisa sisusiwe ngempumelelo.'
|
||||
)
|
||||
|
||||
);
|
11
SNIPE-IT/resources/lang/zu-ZA/admin/depreciations/table.php
Normal file
11
SNIPE-IT/resources/lang/zu-ZA/admin/depreciations/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ID',
|
||||
'months' => 'Izinyanga',
|
||||
'term' => 'Ithemu',
|
||||
'title' => 'Igama',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
Reference in New Issue
Block a user