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: "商品不存在",
|
||||
|
||||
Reference in New Issue
Block a user