snipe-it/resources/lang/bg/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
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'activated' => 'Активен',
'allow' => 'Разрешаване',
'checkedout' => 'Активи',
'created_at' => 'Създаден',
'createuser' => 'Нов потребител',
'deny' => 'Отказ',
'email' => 'Email',
'employee_num' => 'Номер на служител',
'first_name' => 'Собствено име',
'groupnotes' => 'Изберете група на потребителя. Той ще наследи правата, присвоени на групата.',
'id' => 'ID',
'inherit' => 'Наследяване',
'job' => 'Длъжност',
'last_login' => 'Последен вход',
'last_name' => 'Фамилия',
'location' => 'Местоположение',
'lock_passwords' => 'Настройките за вход не могат да бъдат променяни в текущата инсталация.',
'manager' => 'Ръководител',
'managed_locations' => 'Управлявани места',
'name' => 'Име',
'notes' => 'Бележки',
'password_confirm' => 'Потвърждение на паролата',
'password' => 'Парола',
'phone' => 'Телефон',
'show_current' => 'Преглед на текущите потребители',
'show_deleted' => 'Преглед на изтритите потребители',
'title' => 'Титла',
'to_restore_them' => 'да ги възстановите.',
'updateuser' => 'Обновяване на потребител',
'username' => 'Потребителско име',
'user_deleted_text' => 'Потребителят бе маркиран като изтрит.',
'username_note' => '(Използва се за достъп до Active Directory, а не за вход.)',
'cloneuser' => 'Копиране на потребител',
'viewusers' => 'Преглед на потребителите',
];