mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
22 lines
1 KiB
PHP
22 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'not_found' => 'Ukulondoloza Impahla owawuyifunayo akutholakalanga!',
|
|
'delete' => [
|
|
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lokhu kulungiswa kwempahla?',
|
|
'error' => 'Kube nenkinga yokususa ukugcinwa kwefa. Ngicela uzame futhi.',
|
|
'success' => 'Ukugcinwa kwempahla kususiwe ngempumelelo.',
|
|
],
|
|
'create' => [
|
|
'error' => 'Ukugcinwa kwefa akuzange kudalwe, sicela uzame futhi.',
|
|
'success' => 'Ukugcinwa Kwempahla kudalwe ngempumelelo.',
|
|
],
|
|
'edit' => [
|
|
'error' => 'Ukugcinwa kwe-Asset akuhlelekile, sicela uzame futhi.',
|
|
'success' => 'Ukugcinwa Kwempahla kuhlelwe ngempumelelo.',
|
|
],
|
|
'asset_maintenance_incomplete' => 'Akuqediwe Nokho',
|
|
'warranty' => 'Iwaranti',
|
|
'not_warranty' => 'Akuyona iwaranti',
|
|
];
|