snipe-it/resources/lang/cy/admin/users/table.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

39 lines
1.6 KiB
PHP

<?php
return [
'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' => 'Dewiswch grwp i asseinio i\'r defnyddiwr, cofiwch bod y defnyddiwr yn etifeddu hawliau\'r grwp.',
'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.',
'updateuser' => 'Diweddaru Defnyddiwr',
'username' => 'Enw defnyddiwr',
'user_deleted_text' => 'Mae\'r defnyddiwr hwn wedi\'i farcio fel un sydd wedi\'i ddileu.',
'username_note' => '(Wedi defnyddio ar gyfer clymu i Active Directory yn unig, nid ar gyfer mewngofnodi.)',
'cloneuser' => 'Dyblygu Defnyddiwr',
'viewusers' => 'Gweld Defnyddwyr',
];