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

This commit is contained in:
web
2025-08-14 09:55:13 -07:00
committed by speakeloudest
parent e4979a5de8
commit d17d77353f
38 changed files with 522 additions and 92 deletions
+11
View File
@@ -117,5 +117,16 @@
"outputFormat": "รูปแบบผลลัพธ์",
"supportedPlatforms": "แพลตฟอร์มที่รองรับ"
}
},
"templatePreview": {
"base64": {
"decodeError": "การถอดรหัสล้มเหลว: เนื้อหาไม่ใช่รูปแบบ Base64 ที่ถูกต้อง",
"decodedContent": "เนื้อหาที่ถอดรหัสแล้ว",
"originalContent": "เนื้อหาต้นฉบับ (Base64)"
},
"failed": "การดูตัวอย่างล้มเหลว",
"loading": "กำลังโหลด...",
"preview": "ดูตัวอย่าง",
"title": "ตัวอย่างแม่แบบ"
}
}