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!"
}
}

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

@@ -0,0 +1,25 @@
{
"pack": "ManyBot Stickers",
"author": "ManyBot",
"help": "Convierte imágenes/videos en stickers.",
"helpMedia": "Responde o adjunta una imagen/video con",
"helpSession": "O inicia una sesión multi-media con",
"helpCreate": "para procesar todo de una vez.",
"error": {
"tooLarge": "No se pudo reducir el sticker debajo de 900KB.",
"generic": "Error al crear sticker. Intenta con otro archivo."
},
"session": {
"noneActive": "No hay sesión de sticker activa.",
"stopped": "Sesión de sticker finalizada.",
"noMedia": "No se ha recolectado ningún medio aún.",
"generating": "Creando stickers...",
"generatingOne": "Creando sticker...",
"alreadyOpen": "Sesión ya abierta.",
"waitExpire": "Espera a que expire o usa",
"expired": "Sesión expirada.",
"expiredEnd": "para iniciar una nueva.",
"started": "Sesión de sticker iniciada por",
"success": "¡Todos los stickers creados!"
}
}

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

@@ -0,0 +1,25 @@
{
"pack": "ManyBot Stickers",
"author": "ManyBot",
"help": "Converte imagens/vídeos em figurinhas.",
"helpMedia": "Responda ou anexe uma imagem/vídeo com",
"helpSession": "Ou inicie uma sessão multi-mídia com",
"helpCreate": "para processar tudo de uma vez.",
"error": {
"tooLarge": "Não foi possível reduzir figurinha abaixo de 900KB.",
"generic": "Falha ao criar figurinha. Tente outro arquivo."
},
"session": {
"noneActive": "Nenhuma sessão de figurinha ativa.",
"stopped": "Sessão de figurinha encerrada.",
"noMedia": "Nenhuma mídia coletada ainda.",
"generating": "Criando figurinhas...",
"generatingOne": "Criando figurinha...",
"alreadyOpen": "Sessão já aberta.",
"waitExpire": "Aguarde expirar ou use",
"expired": "Sessão expirada.",
"expiredEnd": "para iniciar uma nova.",
"started": "Sessão de figurinha iniciada por",
"success": "Todas as figurinhas criadas!"
}
}