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": "範本預覽"
}
}