25 lines
902 B
PHP
Raw Normal View History

2025-04-07 18:57:59 +08:00
<?php
return [
'Title' => '策略标题',
'Desc' => '策略说明',
'Status' => '状态',
'Status 1' => '不退款',
'Set status to 1' => '设为不退款',
'Status 3' => '开始前退',
'Set status to 3' => '设为开始前退',
'Status 5' => '随时退',
'Set status to 5' => '设为随时退',
'Status 7' => '前12小时退',
'Set status to 7' => '设为前12小时退',
'Status 9' => '前24小时退',
'Set status to 9' => '设为前24小时退',
'Status 11' => '前48小时退',
'Set status to 11' => '设为前48小时退',
'Refund_scale_json' => '额外参数',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
2025-04-07 18:57:59 +08:00
];