ok
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '从 :name 返回的数目无效。应为 :expected ,却为 :actual 。',
|
||||
'invalid_return_type' => '从 :name 返回的类型无效。应为 :expected ,却为 :actual 。',
|
||||
'invalid_return_value' => '从 :name 返回的值无效。应为 :expected ,却为 :actual 。',
|
||||
|
||||
'does_not_exist' => '标签不存在',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?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' => '名称',
|
||||
|
||||
];
|
Reference in New Issue
Block a user