snipe-it/resources/lang/zu/admin/licenses/general.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

22 lines
973 B
PHP

<?php
return array(
'about_licenses_title' => 'Mayelana namalayisense',
'about_licenses' => 'Amalayisensi asetshenziselwa ukulandelela isofthiwe. Unenombolo ecacisiwe yezihlalo ezingahlolwa kubantu ngabanye',
'checkin' => 'Isikhundla selayisensi ye-Checkin',
'checkout_history' => 'Umlando Wokuhlola',
'checkout' => 'I-Checkout License Isihlalo',
'edit' => 'Hlela i-License',
'filetype_info' => 'Amafayela afakiwe avunyelwe yi-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ne-rar.',
'clone' => 'Ilayisensi ye-clone',
'history_for' => 'Umlando we',
'in_out' => 'In / Out',
'info' => 'Ulwazi lwelayisense',
'license_seats' => 'Izihlalo zelayisense',
'seat' => 'Isihlalo',
'seats' => 'Izihlalo',
'software_licenses' => 'Ilayisense Yezinhlelo',
'user' => 'Umsebenzisi',
'view' => 'Buka ilayisense',
);