snipe-it/resources/lang/zu/admin/licenses/form.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

23 lines
939 B
PHP

<?php
return array(
'asset' => 'Impahla',
'checkin' => 'Ngena',
'create' => 'Dala ilayisensi',
'expiration' => 'Usuku lokuphelelwa isikhathi',
'license_key' => 'Ukhiye Womkhiqizo',
'maintained' => 'Kugcinwe',
'name' => 'Igama leSofthiwe',
'no_depreciation' => 'Ungagcini',
'purchase_order' => 'Inombolo Yokuthenga Yokuthenga',
'reassignable' => 'Iphinde isenqatshelwe',
'remaining_seats' => 'Izihlalo ezihlala',
'seats' => 'Izihlalo',
'termination_date' => 'Usuku lokuphela',
'to_email' => 'Ilayisensi ye-imeyili',
'to_name' => 'Ilayisensi Yegama',
'update' => 'Buyekeza i-License',
'checkout_help' => 'Kumele uhlole ilayisense ku-hardware yefa noma umuntu. Ungakhetha kokubili, kodwa umnikazi wefa kufanele afane nomuntu ohlola ifa lakho.'
);