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: 'Połącz',
'Set up your wallet to send and receive sats!':
'Skonfiguruj swój portfel, aby wysyłać i odbierać satsy!',
'Set up': 'Skonfiguruj'
'Set up': 'Skonfiguruj',
Pinned: 'Przypięte',
Unpin: 'Odpiń',
Unpinning: 'Odpinanie',
'Pinning...': 'Przypinanie...',
'Pinned!': 'Przypięte!',
'Failed to pin: {{error}}': 'Nie udało się przypiąć: {{error}}',
'Unpinning...': 'Odpinanie...',
'Unpinned!': 'Odpięte!',
'Failed to unpin: {{error}}': 'Nie udało się przypiąć: {{error}}',
'Unpin from profile': 'Odpiń z profilu',
'Pin to profile': 'Przypnij do profilu'
}
}