This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -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.',
];

View 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.',
],
];

View 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',
);