ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/cy-GB/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/cy-GB/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'Grwp yn bodoli yn barod!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'Mae angen llenwi\'r maes enw',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'Wedi llwyddo i creu\'r grwp.',
|
||||
'update' => 'Wedi llwyddo i diweddaru\'r grwp.',
|
||||
'delete' => 'Wedi llwyddo i dileu\'r grwp.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r grwp yma?',
|
||||
'create' => 'Roedd problem wrth ceisio creu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
'update' => 'Roedd problem wrth ceisio diweddaru\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
'delete' => 'Roedd problem wrth ceisio dileu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
),
|
||||
|
||||
);
|
9
SNIPE-IT/resources/lang/cy-GB/admin/groups/table.php
Normal file
9
SNIPE-IT/resources/lang/cy-GB/admin/groups/table.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'Rhif Unigryw',
|
||||
'name' => 'Enw',
|
||||
'users' => '# o defnyddwyr',
|
||||
|
||||
);
|
16
SNIPE-IT/resources/lang/cy-GB/admin/groups/titles.php
Normal file
16
SNIPE-IT/resources/lang/cy-GB/admin/groups/titles.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'Amdan Grwpiau',
|
||||
'about_groups' => 'Defnyddir grwpiau i gosod hawliau defnyddwyr.',
|
||||
'group_management' => 'Rheoli Grwpiau',
|
||||
'create' => 'Creu Grwp Newydd',
|
||||
'update' => 'Addasu Grwp',
|
||||
'group_name' => 'Enw Grwp',
|
||||
'group_admin' => 'Gweinyddwr Grwp',
|
||||
'allow' => 'Caniatau',
|
||||
'deny' => 'Gwrthod',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Caniatau',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
Reference in New Issue
Block a user