first commit

This commit is contained in:
synt-xerror
2026-04-14 21:15:05 -03:00
commit eecef0be88
44 changed files with 1372 additions and 0 deletions

25
figurinha/locale/en.json Normal file
View File

@@ -0,0 +1,25 @@
{
"pack": "ManyBot Stickers",
"author": "ManyBot",
"help": "Convert images/videos to stickers.",
"helpMedia": "Reply to or attach an image/video with",
"helpSession": "Or start a multi-media session with",
"helpCreate": "to process all at once.",
"error": {
"tooLarge": "Could not reduce sticker below 900KB.",
"generic": "Failed to create sticker. Try another file."
},
"session": {
"noneActive": "No active sticker session.",
"stopped": "Sticker session ended.",
"noMedia": "No media collected yet.",
"generating": "Creating stickers...",
"generatingOne": "Creating sticker...",
"alreadyOpen": "Session already open.",
"waitExpire": "Wait for it to expire or use",
"expired": "Session expired.",
"expiredEnd": "to start a new one.",
"started": "Sticker session started by",
"success": "All stickers created!"
}
}