Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-07 19:05:01 -03:00
committed by GitHub
parent 7c81713964
commit da2475b1e5
8 changed files with 121 additions and 23 deletions

View File

@@ -71,6 +71,7 @@ const ptbr = {
tiktok : {
follow : () => ` seguiu o canal`,
likes : (likes) => `mandou <strong><i class="fa-solid fa-heart"></i> <em class="likecount" style="font-style: normal;">${likes}</em> likes</strong>`,
sub : ({ months }) => ` se inscreveu por <i class="fa-solid fa-star"></i> <strong>${months || 1 } ${(months && months > 1) ? 'meses' : 'mês'}</strong>`,
gift : ({ gift, count, coins }) => ` doou <strong>${gift} x${count}</strong> (🪙 <strong>${coins} ${(coins && coins > 1) ? 'moedas' : 'moeda'})</strong>`,