mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
13 lines
309 B
PHP
13 lines
309 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'labels_per_page' => '标签(Labels)',
|
||
|
'support_fields' => '字段',
|
||
|
'support_asset_tag' => '标牌(Tag)',
|
||
|
'support_1d_barcode' => '一维条码',
|
||
|
'support_2d_barcode' => '二维条码',
|
||
|
'support_logo' => 'Logo',
|
||
|
'support_title' => '名称',
|
||
|
|
||
|
];
|