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,29 @@
<?php
return array(
'does_not_exist' => 'Indawo ayikho.',
'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.',
'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.',
'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(
'error' => 'Indawo ayidalwanga, sicela uzame futhi.',
'success' => 'Indawo idalwe ngempumelelo.'
),
'update' => array(
'error' => 'Indawo ayizange ibuyekezwe, sicela uzame futhi',
'success' => 'Indawo ibuyekezwe ngempumelelo.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?',
'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.',
'success' => 'Indawo isusiwe ngempumelelo.'
)
);

View File

@ -0,0 +1,42 @@
<?php
return [
'about_locations_title' => 'Mayelana Nezindawo',
'about_locations' => 'Izindawo zisetshenziselwa ukulandelela ulwazi lendawo kubasebenzisi, amafa, nezinye izinto',
'assets_rtd' => 'Amafa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Amafa anikezwe',
'id' => 'ID',
'city' => 'Idolobha',
'state' => 'Isimo',
'country' => 'Izwe',
'create' => 'Dala indawo',
'update' => 'Buyekeza Indawo',
'print_assigned' => 'Print Assigned',
'print_all_assigned' => 'Print All Assigned',
'name' => 'Igama lendawo',
'address' => 'Ikheli',
'address2' => 'Address Line 2',
'zip' => 'I-Postal Code',
'locations' => 'Izindawo',
'parent' => 'Umzali',
'currency' => 'Imali Yendawo',
'ldap_ou' => 'Usesho lwe-LDAP OU',
'user_name' => 'User Name',
'department' => 'UMnyango',
'location' => 'Indawo',
'asset_tag' => 'Assets Tag',
'asset_name' => 'Igama',
'asset_category' => 'Isigaba',
'asset_manufacturer' => 'Umkhiqizi',
'asset_model' => 'Isibonelo',
'asset_serial' => 'Serial',
'asset_location' => 'Indawo',
'asset_checked_out' => 'Ikhishiwe',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'Usuku:',
'phone' => 'Location Phone',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];