mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
23 lines
999 B
PHP
23 lines
999 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_assets_title' => 'Mayelana namafa',
|
|
'about_assets_text' => 'Amafa yizinto ezilandelwa inombolo ye-série noma i-tag tag. Bavame ukuba izinto eziphakeme kakhulu lapho behlonza izinto ezithile.',
|
|
'archived' => 'I-Archived',
|
|
'asset' => 'Impahla',
|
|
'bulk_checkout' => 'Checkout Assets',
|
|
'checkin' => 'I-Checkin Asset',
|
|
'checkout' => 'I-Asset ye-Checkout',
|
|
'clone' => 'Clone Asset',
|
|
'deployable' => 'Iyasebenza',
|
|
'deleted' => 'This asset has been deleted.',
|
|
'edit' => 'Hlela Impahla',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'Iyadingeka',
|
|
'requested' => 'Kuceliwe',
|
|
'restore' => 'Buyisela imali',
|
|
'pending' => 'Kulindile',
|
|
'undeployable' => 'Awuvumelekile',
|
|
'view' => 'Buka Impahla',
|
|
);
|