www.lightcourse.com/app/home/lang/zh-cn/memberevaluate.lang.php

50 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$lang['member_evaluation_order_notexists'] = '订单信息错误';
$lang['member_evaluation_eval_type_1'] = '宝贝与描述相符';
$lang['member_evaluation_eval_type_2'] = '平台的服务态度';
$lang['member_evaluation_eval_type_3'] = '平台的发货速度';
$lang['member_evaluation_explain'] = '解释';
$lang['member_evaluation_toevaluategoods'] = '对商品进行评价';
$lang['member_evaluation_modtoanonymous'] = '匿名评价';
/**
* 买家评价
*/
$lang['member_evaluation_evaluat_success'] = '评价成功';
$lang['member_evaluation_order_desc'] = '订单详情';
$lang['member_evaluation_my_evaluation'] = '我的评价';
$lang['member_evaluation_rule_3'] = '评价信息最多填写250字请您根据本次交易给予真实、客观地评价您的评价将是其他会员的参考。';
$lang['member_evaluation_rule_4'] = '动态评分默认为“5分”您可以根据本次交易情况给予商家评分<span class="orange"> 一旦提交后不能修改。</span>';
//add_image
$lang['return_space'] = '返&nbsp;回';
$lang['merchandise_carry_share_order'] = '对商品进行晒单';
$lang['picture_upload_request'] = '图片上传要求';
$lang['picture_format_description'] = ' 请使用jpg\jpeg\png等格式、单张大小不超过1M的图片最多可发布5张晒图上传后的图片也将被保存在个人主页相册中以便其它使用。';
$lang['evaluation_information'] = '评价信息';
$lang['commodity_information'] = '商品信息';
$lang['commodity_rating'] = '商品评分';
$lang['comment_details'] = '评价详情';
$lang['upload_share_pictures'] = '上传晒单图片';
$lang['remove'] = '移除';
$lang['image_upload'] = '图片上传';
$lang['confirm_submission'] = '确定提交';
$lang['company_name'] = '公司名称';
//evaluation_add
$lang['operating_hints'] = '操作提示';
$lang['evaluate_purchased_goods'] = '对购买过的商品评价';
$lang['shop_service_score'] = '对该店此次服务的评分';
//index
$lang['my_printout'] = '我要晒单';
$lang['print_picture'] = '晒图图片';
//controller
$lang['evaluation_completed_will_obtained'] = '评价完成将获得';
$lang['experience_value'] = '经验值。”';
$lang['goods_have_been_posted'] = '该商品已经发表过晒单';
$lang['goods_were_posted'] = '发表了商品晒单';
$lang['trade_reviews_orders'] = '交易评价/晒单';
return $lang;