feat(protocol): Add template preview functionality with localization support

This commit is contained in:
web
2025-08-14 09:55:13 -07:00
parent f190c68eb0
commit 0448d213a3
38 changed files with 522 additions and 92 deletions
+11
View File
@@ -117,5 +117,16 @@
"outputFormat": "Định dạng Đầu ra",
"supportedPlatforms": "Nền tảng Hỗ trợ"
}
},
"templatePreview": {
"base64": {
"decodeError": "Giải mã không thành công: Nội dung không phải định dạng Base64 hợp lệ",
"decodedContent": "Nội dung đã giải mã",
"originalContent": "Nội dung gốc (Base64)"
},
"failed": "Xem trước không thành công",
"loading": "Đang tải...",
"preview": "Xem trước",
"title": "Xem trước mẫu"
}
}