ajout app
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Umkhiqizi akekho.',
|
||||
'assoc_users' => 'Lo menzi okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuba angasaphinde abhekisele kulo mkhiqizi futhi uzame futhi.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Umkhiqizi akazange adalwe, sicela uzame futhi.',
|
||||
'success' => 'Umkhiqizi wadalwa ngempumelelo.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Umkhiqizi akabuyekezwanga, sicela uzame futhi',
|
||||
'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Manufacturer was not restored, please try again',
|
||||
'success' => 'Manufacturer restored successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?',
|
||||
'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.',
|
||||
'success' => 'Umkhiqizi ususiwe ngempumelelo.'
|
||||
)
|
||||
|
||||
);
|
16
SNIPE-IT/resources/lang/zu-ZA/admin/manufacturers/table.php
Normal file
16
SNIPE-IT/resources/lang/zu-ZA/admin/manufacturers/table.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'Mayelana nabakhiqizi',
|
||||
'about_manufacturers_text' => 'Abakhiqizi yizinkampani ezidala izimpahla zakho. Ungagcina imininingwane ebalulekile yokuxhumana yokusekela mayelana nabo lapha, ezoboniswa kumakhasi wakho imininingwane yempahla.',
|
||||
'asset_manufacturers' => 'Abakhiqizi befa',
|
||||
'create' => 'Dala umkhiqizi',
|
||||
'id' => 'ID',
|
||||
'name' => 'Igama',
|
||||
'support_email' => 'Support Imeyili',
|
||||
'support_phone' => 'Ifoni yokusekela',
|
||||
'support_url' => 'I-URL yokusekela',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'Buyekeza umkhiqizi',
|
||||
|
||||
);
|
Reference in New Issue
Block a user