ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/zh-CN/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/zh-CN/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => '请选择你要报备资产的选项。',
|
||||
'deleted_user' => '已删除用户',
|
||||
'send_reminder' => '发送提醒',
|
||||
'reminder_sent' => '提醒信息已发送',
|
||||
'acceptance_deleted' => '接受请求已删除',
|
||||
'acceptance_request' => '接受请求',
|
||||
'custom_export' => [
|
||||
'user_address' => '用户地址',
|
||||
'user_city' => '用户城市',
|
||||
'user_state' => '用户州',
|
||||
'user_country' => '用户国家',
|
||||
'user_zip' => '用户邮编'
|
||||
]
|
||||
];
|
5
SNIPE-IT/resources/lang/zh-CN/admin/reports/message.php
Normal file
5
SNIPE-IT/resources/lang/zh-CN/admin/reports/message.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => '你至少选择一个选项。'
|
||||
);
|
Reference in New Issue
Block a user