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
18 lines
1.2 KiB
PHP
18 lines
1.2 KiB
PHP
<?php
|
||
|
||
return [
|
||
'about_kits_title' => '关于预定义工具包',
|
||
'about_kits_text' => '预定义工具包让您可以快速向用户签出一系列项目(资产、许可证等)。当您的入职流程在许多用户之间是一致的,并且所有用户都会收到相同的项目时,这将会很有帮助。',
|
||
'checkout' => '签出工具 ',
|
||
'create_success' => '工具包成功创建。',
|
||
'create' => '创建预定义工具包',
|
||
'update' => '更新预定义工具包',
|
||
'delete_success' => '工具包被成功删除。',
|
||
'update_success' => '工具包被成功更新。',
|
||
'none_models' => '没有足够的可用资产供 :model 签出,需要 :qty 。 ',
|
||
'none_licenses' => '没有足够的可用坐席可供签出 :license。 需要 :qty。 ',
|
||
'none_consumables' => '没有足够的:consumable可用来签出,需要 :qty 。 ',
|
||
'none_accessory' => '没有足够的 :accessory 可用来签出,需要 :qty。 ',
|
||
|
||
];
|