snipe-it/resources/lang/zh-CN/admin/asset_maintenances/general.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

17 lines
621 B
PHP

<?php
return [
'asset_maintenances' => '资产维护',
'edit' => '编辑资产维护信息',
'delete' => '删除资产维护信息',
'view' => '查看资产维护详细信息',
'repair' => '维修',
'maintenance' => '维护',
'upgrade' => '升级',
'calibration' => '校准',
'software_support' => '软件支持',
'hardware_support' => '硬件支持',
'configuration_change' => '配置更改',
'pat_test' => 'PAT Test',
];