feat: list recent supporters

This commit is contained in:
codytseng 2025-03-03 20:08:34 +08:00
parent 55bd996970
commit 94f35be93e
14 changed files with 106 additions and 13 deletions

View file

@ -1,6 +1,5 @@
export default {
translation: {
// NOTE: The translations below were generated by ChatGPT and have not yet been verified.
'Welcome! 🥳': 'Bem-vindo! 🥳',
About: 'Sobre',
'New Note': 'Nova nota',
@ -207,6 +206,9 @@ export default {
'Temporarily display this note': 'Exibir esta nota temporariamente',
buttonFollowing: 'Seguindo',
'Are you sure you want to unfollow this user?':
'Tem certeza de que deseja deixar de seguir este usuário?'
'Tem certeza de que deseja deixar de seguir este usuário?',
// NOTE: The translations below were generated by ChatGPT and have not yet been verified.
'Recent Supporters': 'Apoiadores recentes'
}
}