snipe-it/resources/lang/cy/admin/users/table.php

39 lines
1.7 KiB
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return array(
2019-12-06 12:03:04 -08:00
'activated' => 'Gweithredol',
'allow' => 'Caniatau',
'checkedout' => 'Asedau',
'created_at' => 'Crëwyd',
'createuser' => 'Creu Defnyddiwr',
'deny' => 'Gwrthod',
'email' => 'E-bost',
'employee_num' => 'Rhif Cyflogai.',
'first_name' => 'Enw cyntaf',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
2019-12-06 12:03:04 -08:00
'id' => 'Rhif Unigryw',
'inherit' => 'Etifeddu',
'job' => 'Teitl Swydd',
'last_login' => 'Mewngofnododd Diwethaf',
'last_name' => 'Enw Olaf',
'location' => 'Lleoliad',
'lock_passwords' => 'Nid yw\'n bosib newid manylion mewngofnodi ar y system yma.',
'manager' => 'Rheolwr',
'managed_locations' => 'Lleoliadau a Reolir',
'name' => 'Enw',
'notes' => 'Nodiadau',
'password_confirm' => 'Cadarnhau\'r Cyfrinair',
'password' => 'Cyfrinair',
'phone' => 'Ffôn',
'show_current' => 'Dangos Defnyddwyr Presennol',
'show_deleted' => 'Dangos Defnyddwyr sydd wedi\'i dileu',
'title' => 'Teitl',
'to_restore_them' => 'i adfer nhw.',
2019-12-06 12:03:04 -08:00
'updateuser' => 'Diweddaru Defnyddiwr',
'username' => 'Enw defnyddiwr',
'user_deleted_text' => 'Mae\'r defnyddiwr hwn wedi\'i farcio fel un sydd wedi\'i ddileu.',
2019-12-06 12:03:04 -08:00
'username_note' => '(Wedi defnyddio ar gyfer clymu i Active Directory yn unig, nid ar gyfer mewngofnodi.)',
'cloneuser' => 'Dyblygu Defnyddiwr',
'viewusers' => 'Gweld Defnyddwyr',
);