snipe-it/resources/lang/zh-CN/admin/labels/table.php

19 lines
621 B
PHP
Raw Normal View History

<?php
return [
'example_company' => '测试公司',
'example_defaultloc' => 'Building 1',
'example_category' => '测试类别',
'example_location' => 'Building 2',
'example_manufacturer' => '测试制造商',
'example_model' => '测试型号',
'example_supplier' => '测试供应商',
'labels_per_page' => '标签(Labels)',
'support_fields' => '字段',
'support_asset_tag' => '标牌(Tag)',
'support_1d_barcode' => '一维条码',
'support_2d_barcode' => '二维条码',
'support_logo' => 'Logo',
'support_title' => '名称',
];