ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/mi-NZ/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/mi-NZ/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'Kua oti te roopu!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'Kei te hiahiatia te mara ingoa',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'He pai te waihanga o te roopu.',
|
||||
'update' => 'Kua pai te whakahoutanga o te roopu.',
|
||||
'delete' => 'Kua mukua te roopu.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kei te hiahia koe ki te muku i tenei roopu?',
|
||||
'create' => 'He raruraru kei te hanga i te rōpū. Tena ngana ano.',
|
||||
'update' => 'He raruraru kei te whakahou i te rōpū. Tena ngana ano.',
|
||||
'delete' => 'He raru kei te whakakore i te rōpū. Tena ngana ano.',
|
||||
),
|
||||
|
||||
);
|
9
SNIPE-IT/resources/lang/mi-NZ/admin/groups/table.php
Normal file
9
SNIPE-IT/resources/lang/mi-NZ/admin/groups/table.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'Tuhinga',
|
||||
'name' => 'Ingoa',
|
||||
'users' => '# o Kaiwhakamahi',
|
||||
|
||||
);
|
16
SNIPE-IT/resources/lang/mi-NZ/admin/groups/titles.php
Normal file
16
SNIPE-IT/resources/lang/mi-NZ/admin/groups/titles.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'Mō Ngā Rōpū',
|
||||
'about_groups' => 'Ka whakamahia nga röpü ki te whakawhäiti i nga whakaaetanga kaiwhakamahi.',
|
||||
'group_management' => 'Whakahaere Rōpū',
|
||||
'create' => 'Waihanga Rōpū Hou',
|
||||
'update' => 'Whakatika Rōpū',
|
||||
'group_name' => 'Ingoa Rōpū',
|
||||
'group_admin' => 'Kaiwhakahaere Rōpū',
|
||||
'allow' => 'Tukua',
|
||||
'deny' => 'Whakaae',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
Reference in New Issue
Block a user