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

25 lines
814 B
PHP

<?php
return [
'Id' => '服饰ID',
'Name' => '名称',
'Category' => '分类',
'Category top' => '上装',
'Category bottom' => '下装',
'Category dress' => '连衣裙/连体服',
'Gender' => '适用性别',
'Gender male' => '男',
'Gender female' => '女',
'Gender unisex' => '通用',
'Image_url' => '服饰图片(展示+试衣API用)',
'Is_free' => '是否免费',
'Price_gold' => '金币价格(收费时)',
'Is_vip_only' => '是否仅VIP可见/可用',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1' => '设为上架',
'Status 0' => '下架',
'Set status to 0' => '设为下架',
'Weigh' => '排序'
];