feat(reviews): order-line reviews with merchant reply and platform moderation (add-product-reviews)
This commit is contained in:
@@ -45,6 +45,10 @@ export default {
|
||||
description: "Description",
|
||||
reviewSummary: "{rate}% positive reviews ({n} total)",
|
||||
reviewAll: "All reviews",
|
||||
reviewStar: "{n} stars",
|
||||
reviewEmpty: "No reviews yet.",
|
||||
reviewLoadFailed: "Unable to load reviews.",
|
||||
reviewImageAlt: "Review image {n}",
|
||||
reply: "Seller reply",
|
||||
expires: "Expires {date}",
|
||||
productNotFound: "Product not found",
|
||||
@@ -95,6 +99,10 @@ export default {
|
||||
description: "商品描述",
|
||||
reviewSummary: "好评率 {rate}%(共 {n} 条评价)",
|
||||
reviewAll: "全部评价",
|
||||
reviewStar: "{n} 星",
|
||||
reviewEmpty: "暂无评价。",
|
||||
reviewLoadFailed: "评价加载失败。",
|
||||
reviewImageAlt: "评价图片 {n}",
|
||||
reply: "商家回复",
|
||||
expires: "有效期至 {date}",
|
||||
productNotFound: "商品不存在",
|
||||
|
||||
@@ -7,6 +7,27 @@ export default {
|
||||
memberCenter: "Membership",
|
||||
dashboard: "Account overview",
|
||||
myOrders: "My orders",
|
||||
pendingReviews: "Pending reviews",
|
||||
reviewsTitle: "Pending reviews",
|
||||
reviewCount: "{n} items awaiting review",
|
||||
reviewOrder: "Order no.",
|
||||
reviewProduct: "Product",
|
||||
reviewSku: "SKU",
|
||||
reviewTime: "Ordered",
|
||||
reviewNow: "Review now",
|
||||
noPendingReviews: "No items awaiting review.",
|
||||
reviewLoadFailed: "Unable to load pending reviews.",
|
||||
reviewRating: "Rating",
|
||||
reviewContent: "Review",
|
||||
reviewContentHint: "Tell others what you think",
|
||||
reviewImages: "Image URLs (optional)",
|
||||
reviewImagePlaceholder: "https://example.com/photo.jpg",
|
||||
reviewAddImage: "Add image URL",
|
||||
reviewRemoveImage: "Remove",
|
||||
reviewCancel: "Cancel",
|
||||
reviewSubmit: "Submit review",
|
||||
reviewSubmitFailed: "Unable to submit review.",
|
||||
reviewSubmitSuccess: "Review submitted.",
|
||||
addresses: "Shipping addresses",
|
||||
coupons: "My coupons",
|
||||
favorites: "Favorites",
|
||||
@@ -151,6 +172,27 @@ export default {
|
||||
memberCenter: "会员中心",
|
||||
dashboard: "个人中心",
|
||||
myOrders: "我的订单",
|
||||
pendingReviews: "待评价",
|
||||
reviewsTitle: "待评价",
|
||||
reviewCount: "还有 {n} 件待评价",
|
||||
reviewOrder: "订单号",
|
||||
reviewProduct: "商品",
|
||||
reviewSku: "SKU",
|
||||
reviewTime: "下单时间",
|
||||
reviewNow: "去评价",
|
||||
noPendingReviews: "暂无待评价商品。",
|
||||
reviewLoadFailed: "待评价列表加载失败。",
|
||||
reviewRating: "评分",
|
||||
reviewContent: "评价内容",
|
||||
reviewContentHint: "分享你的使用体验",
|
||||
reviewImages: "图片 URL(选填)",
|
||||
reviewImagePlaceholder: "https://example.com/photo.jpg",
|
||||
reviewAddImage: "添加图片 URL",
|
||||
reviewRemoveImage: "删除",
|
||||
reviewCancel: "取消",
|
||||
reviewSubmit: "提交评价",
|
||||
reviewSubmitFailed: "评价提交失败。",
|
||||
reviewSubmitSuccess: "评价已提交。",
|
||||
addresses: "收货地址",
|
||||
coupons: "我的优惠券",
|
||||
favorites: "收藏/关注",
|
||||
|
||||
Reference in New Issue
Block a user