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": "Formát výstupu",
"supportedPlatforms": "Podporované platformy"
}
},
"templatePreview": {
"base64": {
"decodeError": "Dekódování selhalo: Obsah není platný formát Base64",
"decodedContent": "Dekódovaný obsah",
"originalContent": "Původní obsah (Base64)"
},
"failed": "Náhled selhal",
"loading": "Načítání...",
"preview": "Náhled",
"title": "Náhled šablony"
}
}