ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View 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' => '用户邮编'
]
];