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": "فرمت خروجی",
"supportedPlatforms": "پلتفرم‌های پشتیبانی شده"
}
},
"templatePreview": {
"base64": {
"decodeError": "خطا در رمزگشایی: محتوا فرمت Base64 معتبر نیست",
"decodedContent": "محتوای رمزگشایی شده",
"originalContent": "محتوای اصلی (Base64)"
},
"failed": "پیش‌نمایش ناموفق بود",
"loading": "در حال بارگذاری...",
"preview": "پیش‌نمایش",
"title": "پیش‌نمایش الگو"
}
}