mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
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
39 lines
1.7 KiB
PHP
39 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated' => 'Gníomhach',
|
|
'allow' => 'Ceadaigh',
|
|
'checkedout' => 'Sócmhainní',
|
|
'created_at' => 'Cruthaithe',
|
|
'createuser' => 'Cruthaigh Úsáideoir',
|
|
'deny' => 'Diúltaigh',
|
|
'email' => 'Ríomhphost',
|
|
'employee_num' => 'Uimhir an Fhostaí',
|
|
'first_name' => 'Ainm',
|
|
'groupnotes' => 'Roghnaigh grúpa chun an t-úsáideoir a shannadh, cuimhnigh go nglacann úsáideoir ceadanna an ghrúpa a sannfar iad.',
|
|
'id' => 'Id',
|
|
'inherit' => 'Inherit',
|
|
'job' => 'Teideal an phoist',
|
|
'last_login' => 'Logáil isteach deireanach',
|
|
'last_name' => 'Ainm deiridh',
|
|
'location' => 'Suíomh',
|
|
'lock_passwords' => 'Ní féidir sonraí logála a athrú ar an suiteáil seo.',
|
|
'manager' => 'Bainisteoir',
|
|
'managed_locations' => 'Láithreáin bhainistithe',
|
|
'name' => 'Ainm',
|
|
'notes' => 'Nótaí',
|
|
'password_confirm' => 'Deimhnigh Pasfhocal',
|
|
'password' => 'Pasfhocal',
|
|
'phone' => 'Fón',
|
|
'show_current' => 'Taispeáin Úsáideoirí Reatha',
|
|
'show_deleted' => 'Taispeáin Úsáideoirí Scriosta',
|
|
'title' => 'Teideal',
|
|
'to_restore_them' => 'iad a chur ar ais.',
|
|
'updateuser' => 'Nuashonraigh Úsáideoir',
|
|
'username' => 'Ainm Úsáideora',
|
|
'user_deleted_text' => 'Marcáladh an t-úsáideoir seo mar a scriosadh é.',
|
|
'username_note' => '(Úsáidtear é seo le haghaidh Eolaire Gníomhach a cheanglaíonn ach amháin, gan logáil isteach.)',
|
|
'cloneuser' => 'Úsáideoir Clón',
|
|
'viewusers' => 'Féach ar Úsáideoirí',
|
|
];
|