mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -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
20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about' => 'Về tình trạng nhãn',
|
|
'archived' => 'Đã lưu trữ',
|
|
'create' => 'Tạo tình trạng nhãn',
|
|
'color' => 'Màu đồ thị',
|
|
'default_label' => 'Nhãn mặc định',
|
|
'default_label_help' => 'Điều này được sử dụng để đảm bảo thông dụng nhất của tình trạng nhãn xuất hiện ở phía trên hộp chọn khi tạo/chỉnh sửa tài sản.',
|
|
'deployable' => 'Cho phép cấp phát',
|
|
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
|
|
'name' => 'Tên tình trạng',
|
|
'pending' => 'Đang chờ',
|
|
'status_type' => 'Loại tình trạng',
|
|
'show_in_nav' => 'Hiển thị trong trình đơn bên cạnh',
|
|
'title' => 'Nhãn tình trạng',
|
|
'undeployable' => 'Không cho phép cấp phát',
|
|
'update' => 'Cập nhật tình trạng nhãn',
|
|
];
|