feat: add pinned post functionality

This commit is contained in:
codytseng
2025-10-12 21:39:16 +08:00
parent 9c554da2da
commit d131026af9
31 changed files with 563 additions and 56 deletions

View File

@@ -452,6 +452,17 @@ export default {
Connect: 'Conectar',
'Set up your wallet to send and receive sats!':
'Configure a sua carteira para enviar e receber sats!',
'Set up': 'Configurar'
'Set up': 'Configurar',
Pinned: 'Fixado',
Unpin: 'Desafixar',
Unpinning: 'Desafixando',
'Pinning...': 'Fixando...',
'Pinned!': 'Fixado!',
'Failed to pin: {{error}}': 'Falha ao fixar: {{error}}',
'Unpinning...': 'Desafixando...',
'Unpinned!': 'Desafixado!',
'Failed to unpin: {{error}}': 'Falha ao desafixar: {{error}}',
'Unpin from profile': 'Desafixar do perfil',
'Pin to profile': 'Fixar no perfil'
}
}