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' => 'Tīpako Kamupene',
'about_companies' => 'Mō Kamupene',
'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' => 'Kāore te Kamupene i te tīariari.',
'deleted' => 'Deleted company',
'assoc_users' => 'Kei te hono tenei kamupene ki te tauira kotahi, kaore e taea te muku. Tena koa whakahou i o tauira kia kaua e tohutohutia tenei kamupene ka ngana ano.',
'create' => [
'error' => 'Kāore i hangaia te Kamupene, tēnā whakamātau anō.',
'success' => 'I angitu te Kamupene.',
],
'update' => [
'error' => 'Kāore te Kamupene i whakahoutia, tēnā whakamātau anō',
'success' => 'Kua angitu te Kamupene.',
],
'delete' => [
'confirm' => 'Kei te hiahia koe ki te muku i tenei kamupene?',
'error' => 'He raru kei te whakakore i te kamupene. Tena ngana ano.',
'success' => 'I mukua te Kamupene.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return array(
'companies' => 'Kamupene',
'create' => 'Waihanga Kamupene',
'email' => 'Company Email',
'title' => 'Kamupene',
'phone' => 'Company Phone',
'update' => 'Whakahou Kamupene',
'name' => 'Ingoa Kamupene',
'id' => 'ID',
);