mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -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.9 KiB
PHP
39 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated' => 'Active',
|
|
'allow' => 'Дозволити',
|
|
'checkedout' => 'Активи',
|
|
'created_at' => 'Створено',
|
|
'createuser' => 'Створити користувача',
|
|
'deny' => 'Заборонити',
|
|
'email' => 'Email',
|
|
'employee_num' => '№ співробітника',
|
|
'first_name' => 'Ім\'я',
|
|
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
|
|
'id' => 'Id',
|
|
'inherit' => 'Успадкувати',
|
|
'job' => 'Посада',
|
|
'last_login' => 'Останній вхід',
|
|
'last_name' => 'Прізвище',
|
|
'location' => 'Розташування',
|
|
'lock_passwords' => 'Login details cannot be changed on this installation.',
|
|
'manager' => 'Керівник',
|
|
'managed_locations' => 'Managed Locations',
|
|
'name' => 'Назва',
|
|
'notes' => 'Нотатки',
|
|
'password_confirm' => 'Підтвердьте пароль',
|
|
'password' => 'Пароль',
|
|
'phone' => 'Номер телефону',
|
|
'show_current' => 'Показати поточних користувачів',
|
|
'show_deleted' => 'Показати видалених користувачів',
|
|
'title' => 'Назва',
|
|
'to_restore_them' => 'щоб відновити їх.',
|
|
'updateuser' => 'Оновити користувача',
|
|
'username' => 'Ім\'я кристувача',
|
|
'user_deleted_text' => 'Цього користувача було позначено видаленим.',
|
|
'username_note' => '(This is used for Active Directory binding only, not for login.)',
|
|
'cloneuser' => 'Клонувати користувача',
|
|
'viewusers' => 'Переглянути користувачів',
|
|
];
|