ajout app
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'Khetha inkampani',
|
||||
'about_companies' => 'Mayelana nezinkampani',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
20
SNIPE-IT/resources/lang/zu-ZA/admin/companies/message.php
Normal file
20
SNIPE-IT/resources/lang/zu-ZA/admin/companies/message.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Inkampani ayikho.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'Le nkampani okwamanje ihlotshaniswa okungenani oyisibonelo esisodwa futhi ayikwazi ukususwa. Sicela ubuyekeze amamodeli akho ukuthi angasaphinde abhekisele kule nkampani futhi uzame futhi.',
|
||||
'create' => [
|
||||
'error' => 'Inkampani ayidalwanga, sicela uzame futhi.',
|
||||
'success' => 'Inkampani idalwe ngempumelelo.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Inkampani ayizange ibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'Inkampani ibuyekezwe ngempumelelo.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le nkampani?',
|
||||
'error' => 'Kube nenkinga yokususa inkampani. Ngicela uzame futhi.',
|
||||
'success' => 'INkampani isuliwe ngempumelelo.',
|
||||
],
|
||||
];
|
11
SNIPE-IT/resources/lang/zu-ZA/admin/companies/table.php
Normal file
11
SNIPE-IT/resources/lang/zu-ZA/admin/companies/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Izinkampani',
|
||||
'create' => 'Dala iNkampani',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'Inkampani',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'Buyekeza Inkampani',
|
||||
'name' => 'Igama Lenkampani',
|
||||
'id' => 'ID',
|
||||
);
|
Reference in New Issue
Block a user