mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
930 B
PHP
21 lines
930 B
PHP
<?php
|
|
|
|
return [
|
|
'not_found' => '未找到你查询的资产维护信息!',
|
|
'delete' => [
|
|
'confirm' => ' 你确定要删除这条资产维护信息吗?',
|
|
'error' => '资产维护信息删除失败,请稍后重试',
|
|
'success' => '资产维护信息已删除'
|
|
],
|
|
'create' => [
|
|
'error' => '资产维护信息创建失败,请重试',
|
|
'success' => '资产维护信息已创建。'
|
|
],
|
|
'edit' => [
|
|
'error' => 'Asset Maintenance was not edited, please try again.',
|
|
'success' => 'Asset Maintenance edited successfully.'
|
|
],
|
|
'asset_maintenance_incomplete' => '尚未完成',
|
|
'warranty' => '有质保',
|
|
'not_warranty' => '无质保',
|
|
]; |