12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php
- $lang['admin_storedeposit_storedeposit_info_1'] = '当前已缴保证金为¥';
- $lang['admin_storedeposit_storedeposit_info_2'] = ',当前审核保证金为¥';
- $lang['admin_storedeposit_record_error'] = '记录信息错误';
- $lang['admin_storedeposit_userrecord_error'] = '店主信息错误';
- $lang['admin_storedeposit_membername'] = '店主用户名';
- $lang['admin_storedeposit_changetime'] = '变更时间';
- $lang['admin_storedeposit_apptime'] = '创建时间';
- $lang['admin_storedeposit_recordstate'] = '记录状态';
- $lang['admin_storedeposit_remark'] = '备注';
- $lang['admin_storedeposit_pricetype_available'] = '已缴保证金';
- $lang['admin_storedeposit_pricetype_freeze'] = '审核保证金';
- $lang['admin_storedeposit_pricetype_payable'] = '应缴保证金';
- $lang['admin_storedeposit_price'] = '金额';
- /**
- * 提现功能公用
- */
- $lang['admin_storedeposit_loglist'] = '保证金明细';
- $lang['admin_storedeposit_adjust'] = '保证金调节';
- $lang['admin_storedeposit_cashmanage'] = '保证金审核';
- $lang['admin_storedeposit_cash_price'] = '保证金';
- $lang['admin_storedeposit_cash_shoukuanaccount'] = '详情';
- $lang['store_withdraw_cycle'] = '提现间隔周期';
- $lang['store_withdraw_cycle_tips'] = '天。提现成功后,下次申请提现的间隔周期';
- $lang['store_withdraw_min'] = '最低保证金';
- $lang['store_withdraw_min_tips'] = '元';
- $lang['store_withdraw_max'] = '店铺最大保证金';
- $lang['store_withdraw_max_tips'] = '元';
- /**
- * 提现信息编辑
- */
- $lang['admin_storedeposit_cash_edit_fail'] = '提现信息修改失败';
- /**
- * 手动修改
- */
- $lang['admin_storedeposit_artificial_membernamenull_error'] = '请输入店主用户名';
- $lang['admin_storedeposit_artificial_pricenull_error'] = '请添加金额';
- $lang['admin_storedeposit_artificial_pricedigits_error'] = '请输入数字';
- $lang['admin_storedeposit_artificial_pricemin_error'] = '金额必须大于0';
- $lang['admin_storedeposit_artificial_shortprice_error'] = '金额不足,店铺当前已缴保证金为';
- $lang['admin_storedeposit_artificial_operatetype'] = '增减类型';
- $lang['admin_storedeposit_artificial_operatetype_add'] = '增加';
- $lang['admin_storedeposit_artificial_operatetype_reduce'] = '减少';
- /**
- * 出入明细
- */
- $lang['admin_storedeposit_log_stage_cash'] = '保证金取出';
- $lang['admin_storedeposit_log_desc'] = '描述';
- $lang['admin_storedeposit_wait'] = '审核中';
- $lang['admin_storedeposit_agree'] = '已通过';
- $lang['admin_storedeposit_reject'] = '已拒绝';
- $lang['admin_storedeposit_payed'] = '已缴纳';
- $lang['admin_storedeposit_cancel'] = '已取消';
- $lang['admin_storedeposit_paying'] = '欠费中';
- $lang['admin_storedeposit_pay_state'] = '缴费状态';
- $lang['order_admin_operator'] = '系统管理员';
- return $lang;
|