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": "Kimeneti Formátum",
"supportedPlatforms": "Támogatott Platformok"
}
},
"templatePreview": {
"base64": {
"decodeError": "Dekódolás sikertelen: A tartalom nem érvényes Base64 formátum",
"decodedContent": "Dekódolt Tartalom",
"originalContent": "Eredeti Tartalom (Base64)"
},
"failed": "Az előnézet nem sikerült",
"loading": "Betöltés...",
"preview": "Előnézet",
"title": "Sablon Előnézet"
}
}