mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
416 B
PHP
12 lines
416 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenances' => 'Ama-Maintenances aseMpahla',
|
||
|
'edit' => 'Hlela Ukugcinwa Kwempahla',
|
||
|
'delete' => 'Susa Ukugcinwa Kwempahla',
|
||
|
'view' => 'Buka Imininingwane Yokugcinwa Kwempahla',
|
||
|
'repair' => 'Lungisa',
|
||
|
'maintenance' => 'Isondlo',
|
||
|
'upgrade' => 'Thuthukisa'
|
||
|
];
|