feat(reviews): order-line reviews with merchant reply and platform moderation (add-product-reviews)

This commit is contained in:
Chengdong Zhang
2026-09-24 16:38:05 +08:00
parent 473d19d089
commit c532f87b03
34 changed files with 2055 additions and 36 deletions
+8
View File
@@ -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: "商品不存在",