feat: add support for commenting and reacting on external content

This commit is contained in:
codytseng
2025-11-15 16:26:19 +08:00
parent 5ba5c26fcd
commit 0bb62dd3fb
76 changed files with 1635 additions and 639 deletions

View File

@@ -517,7 +517,8 @@ export default {
'Sending...': 'กำลังส่ง...',
'Send Request': 'ส่งคำขอ',
'You can get an invite code from a relay member.': 'คุณสามารถรับรหัสเชิญจากสมาชิกรีเลย์',
'Enter the invite code you received from a relay member.': 'ป้อนรหัสเชิญที่คุณได้รับจากสมาชิกรีเลย์',
'Enter the invite code you received from a relay member.':
'ป้อนรหัสเชิญที่คุณได้รับจากสมาชิกรีเลย์',
'Get Invite Code': 'รับรหัสเชิญ',
'Share this invite code with others to invite them to join this relay.':
'แชร์รหัสเชิญนี้กับผู้อื่นเพื่อเชิญพวกเขาเข้าร่วมรีเลย์นี้',
@@ -531,6 +532,15 @@ export default {
'Failed to get invite code': 'ไม่สามารถรับรหัสเชิญ',
'Invite code copied to clipboard': 'คัดลอกรหัสเชิญไปยังคลิปบอร์ดแล้ว',
'Favicon URL': 'URL ไอคอน',
'Filter out onion relays': 'กรองรีเลย์ onion'
'Filter out onion relays': 'กรองรีเลย์ onion',
'Click to load X post': 'คลิกเพื่อโหลดโพสต์ X',
'View Nostr comments': 'ดูความคิดเห็น Nostr',
'Search for notes': 'ค้นหาโน้ต',
'Search for hashtag': 'ค้นหาแฮชแท็ก',
'Go to note': 'ไปที่โน้ต',
'Go to relay': 'ไปที่รีเลย์',
'View discussions about this': 'ดูการสนทนาเกี่ยวกับเนื้อหานี้',
'Open link': 'เปิดลิงก์',
'View Nostr discussions': 'ดูการสนทนา Nostr'
}
}