26 lines
887 B
JSON
26 lines
887 B
JSON
{
|
|
"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!"
|
|
}
|
|
}
|