Ai_GirlFriend/xunifriend_RaeeC/application/admin/lang/zh-cn/gifts.php
2026-01-31 19:15:41 +08:00

18 lines
499 B
PHP

<?php
return [
'Name' => '礼物名称',
'Title' => '标题',
'Price' => '礼物价格',
'Intimacy_value' => '亲密度',
'Image' => '图片',
'Weigh' => '权重',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 0' => '下架',
'Set status to 0'=> '设为下架',
'Createtime' => '创建时间',
'Updatetime' => '更新时间'
];