feat: add support for publishing highlights
This commit is contained in:
parent
c4881e3435
commit
079a2f90ef
29 changed files with 578 additions and 171 deletions
|
|
@ -384,6 +384,7 @@ export default {
|
|||
'reacted to your note': 'تفاعل مع ملاحظتك',
|
||||
'reposted your note': 'أعاد نشر ملاحظتك',
|
||||
'zapped your note': 'زاب ملاحظتك',
|
||||
'highlighted your note': 'أبرز ملاحظتك',
|
||||
'zapped you': 'زابك',
|
||||
'Mark as read': 'تعليم كمقروء',
|
||||
Report: 'تبليغ',
|
||||
|
|
@ -583,6 +584,9 @@ export default {
|
|||
'Special Follow': 'متابعة خاصة',
|
||||
'Unfollow Special': 'إلغاء المتابعة الخاصة',
|
||||
'Personal Feeds': 'التدفقات الشخصية',
|
||||
'Relay Feeds': 'تدفقات الترحيل'
|
||||
'Relay Feeds': 'تدفقات الترحيل',
|
||||
'Create Highlight': 'إنشاء تمييز',
|
||||
'Write your thoughts about this highlight...': 'اكتب أفكارك حول هذا التمييز...',
|
||||
'Publish Highlight': 'نشر التمييز'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -393,6 +393,7 @@ export default {
|
|||
'reacted to your note': 'hat auf Ihre Notiz reagiert',
|
||||
'reposted your note': 'hat Ihre Notiz geteilt',
|
||||
'zapped your note': 'hat Ihre Notiz gezappt',
|
||||
'highlighted your note': 'hat Ihre Notiz hervorgehoben',
|
||||
'zapped you': 'hat Sie gezappt',
|
||||
'Mark as read': 'Als gelesen markieren',
|
||||
Report: 'Melden',
|
||||
|
|
@ -599,6 +600,10 @@ export default {
|
|||
'Special Follow': 'Besonders Folgen',
|
||||
'Unfollow Special': 'Besonders Entfolgen',
|
||||
'Personal Feeds': 'Persönliche Feeds',
|
||||
'Relay Feeds': 'Relay-Feeds'
|
||||
'Relay Feeds': 'Relay-Feeds',
|
||||
'Create Highlight': 'Markierung Erstellen',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Schreiben Sie Ihre Gedanken zu dieser Markierung...',
|
||||
'Publish Highlight': 'Markierung Veröffentlichen'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -383,6 +383,7 @@ export default {
|
|||
'reacted to your note': 'reacted to your note',
|
||||
'reposted your note': 'reposted your note',
|
||||
'zapped your note': 'zapped your note',
|
||||
'highlighted your note': 'highlighted your note',
|
||||
'zapped you': 'zapped you',
|
||||
'Mark as read': 'Mark as read',
|
||||
Report: 'Report',
|
||||
|
|
@ -586,6 +587,9 @@ export default {
|
|||
'Special Follow': 'Special Follow',
|
||||
'Unfollow Special': 'Unfollow Special',
|
||||
'Personal Feeds': 'Personal Feeds',
|
||||
'Relay Feeds': 'Relay Feeds'
|
||||
'Relay Feeds': 'Relay Feeds',
|
||||
'Create Highlight': 'Create Highlight',
|
||||
'Write your thoughts about this highlight...': 'Write your thoughts about this highlight...',
|
||||
'Publish Highlight': 'Publish Highlight'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -389,6 +389,7 @@ export default {
|
|||
'reacted to your note': 'reaccionó a tu nota',
|
||||
'reposted your note': 'reposteó tu nota',
|
||||
'zapped your note': 'zappeó tu nota',
|
||||
'highlighted your note': 'destacó tu nota',
|
||||
'zapped you': 'te zappeó',
|
||||
'Mark as read': 'Marcar como leído',
|
||||
Report: 'Reportar',
|
||||
|
|
@ -595,6 +596,10 @@ export default {
|
|||
'Special Follow': 'Seguir Especial',
|
||||
'Unfollow Special': 'Dejar de Seguir Especial',
|
||||
'Personal Feeds': 'Feeds Personales',
|
||||
'Relay Feeds': 'Feeds de Relays'
|
||||
'Relay Feeds': 'Feeds de Relays',
|
||||
'Create Highlight': 'Crear Resaltado',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Escribe tus pensamientos sobre este resaltado...',
|
||||
'Publish Highlight': 'Publicar Resaltado'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -385,6 +385,7 @@ export default {
|
|||
'reacted to your note': 'به یادداشت شما واکنش نشان داد',
|
||||
'reposted your note': 'یادداشت شما را بازنشر کرد',
|
||||
'zapped your note': 'یادداشت شما را زپ کرد',
|
||||
'highlighted your note': 'یادداشت شما را برجسته کرد',
|
||||
'zapped you': 'شما را زپ کرد',
|
||||
'Mark as read': 'علامتگذاری به عنوان خوانده شده',
|
||||
Report: 'گزارش',
|
||||
|
|
@ -589,6 +590,9 @@ export default {
|
|||
'Special Follow': 'دنبال کردن ویژه',
|
||||
'Unfollow Special': 'لغو دنبال کردن ویژه',
|
||||
'Personal Feeds': 'فیدهای شخصی',
|
||||
'Relay Feeds': 'فیدهای رله'
|
||||
'Relay Feeds': 'فیدهای رله',
|
||||
'Create Highlight': 'ایجاد برجستهسازی',
|
||||
'Write your thoughts about this highlight...': 'نظرات خود را درباره این برجستهسازی بنویسید...',
|
||||
'Publish Highlight': 'انتشار برجستهسازی'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -393,6 +393,7 @@ export default {
|
|||
'reacted to your note': 'a réagi à votre note',
|
||||
'reposted your note': 'a repartagé votre note',
|
||||
'zapped your note': 'a zappé votre note',
|
||||
'highlighted your note': 'a mis en évidence votre note',
|
||||
'zapped you': 'vous a zappé',
|
||||
'Mark as read': 'Marquer comme lu',
|
||||
Report: 'Signaler',
|
||||
|
|
@ -598,6 +599,9 @@ export default {
|
|||
'Special Follow': 'Suivre Spécial',
|
||||
'Unfollow Special': 'Ne Plus Suivre Spécial',
|
||||
'Personal Feeds': 'Flux Personnels',
|
||||
'Relay Feeds': 'Flux de Relais'
|
||||
'Relay Feeds': 'Flux de Relais',
|
||||
'Create Highlight': 'Créer un Surlignage',
|
||||
'Write your thoughts about this highlight...': 'Écrivez vos pensées sur ce surlignage...',
|
||||
'Publish Highlight': 'Publier le Surlignage'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -388,6 +388,7 @@ export default {
|
|||
'reacted to your note': 'ने आपके नोट पर प्रतिक्रिया दी',
|
||||
'reposted your note': 'ने आपके नोट को रीपोस्ट किया',
|
||||
'zapped your note': 'ने आपके नोट को जैप किया',
|
||||
'highlighted your note': 'ने आपके नोट को हाइलाइट किया',
|
||||
'zapped you': 'ने आपको जैप किया',
|
||||
'Mark as read': 'पढ़ा हुआ मार्क करें',
|
||||
Report: 'रिपोर्ट करें',
|
||||
|
|
@ -590,6 +591,9 @@ export default {
|
|||
'Special Follow': 'विशेष फ़ॉलो',
|
||||
'Unfollow Special': 'विशेष अनफ़ॉलो',
|
||||
'Personal Feeds': 'व्यक्तिगत फ़ीड',
|
||||
'Relay Feeds': 'रिले फ़ीड'
|
||||
'Relay Feeds': 'रिले फ़ीड',
|
||||
'Create Highlight': 'हाइलाइट बनाएं',
|
||||
'Write your thoughts about this highlight...': 'इस हाइलाइट के बारे में अपने विचार लिखें...',
|
||||
'Publish Highlight': 'हाइलाइट प्रकाशित करें'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -385,6 +385,7 @@ export default {
|
|||
'reacted to your note': 'reagált a posztodra',
|
||||
'reposted your note': 'újraposztolta a posztodat',
|
||||
'zapped your note': 'zappolta a posztodat',
|
||||
'highlighted your note': 'kiemelte a posztodat',
|
||||
'zapped you': 'zappolt téged',
|
||||
'Mark as read': 'Megjelölés olvasottként',
|
||||
Report: 'Jelentés',
|
||||
|
|
@ -584,6 +585,9 @@ export default {
|
|||
'Special Follow': 'Különleges Követés',
|
||||
'Unfollow Special': 'Különleges Követés Megszüntetése',
|
||||
'Personal Feeds': 'Személyes Feedek',
|
||||
'Relay Feeds': 'Relay Feedek'
|
||||
'Relay Feeds': 'Relay Feedek',
|
||||
'Create Highlight': 'Kiemelés Létrehozása',
|
||||
'Write your thoughts about this highlight...': 'Írd le a gondolataidat erről a kiemelésről...',
|
||||
'Publish Highlight': 'Kiemelés Közzététele'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -389,6 +389,7 @@ export default {
|
|||
'reacted to your note': 'ha reagito alla tua nota',
|
||||
'reposted your note': 'ha ricondiviso la tua nota',
|
||||
'zapped your note': 'ha zappato la tua nota',
|
||||
'highlighted your note': 'ha evidenziato la tua nota',
|
||||
'zapped you': 'ti ha zappato',
|
||||
'Mark as read': 'Segna come letto',
|
||||
Report: 'Segnala',
|
||||
|
|
@ -594,6 +595,10 @@ export default {
|
|||
'Special Follow': 'Segui Speciale',
|
||||
'Unfollow Special': 'Smetti di Seguire Speciale',
|
||||
'Personal Feeds': 'Feed Personali',
|
||||
'Relay Feeds': 'Feed di Relay'
|
||||
'Relay Feeds': 'Feed di Relay',
|
||||
'Create Highlight': 'Crea Evidenziazione',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Scrivi i tuoi pensieri su questa evidenziazione...',
|
||||
'Publish Highlight': 'Pubblica Evidenziazione'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,6 +386,7 @@ export default {
|
|||
'reacted to your note': 'あなたのノートにリアクションしました',
|
||||
'reposted your note': 'あなたのノートをリポストしました',
|
||||
'zapped your note': 'あなたのノートにザップしました',
|
||||
'highlighted your note': 'あなたのノートをハイライトしました',
|
||||
'zapped you': 'あなたにザップしました',
|
||||
'Mark as read': '既読にする',
|
||||
Report: '報告',
|
||||
|
|
@ -589,6 +590,10 @@ export default {
|
|||
'Special Follow': '特別フォロー',
|
||||
'Unfollow Special': '特別フォロー解除',
|
||||
'Personal Feeds': '個人フィード',
|
||||
'Relay Feeds': 'リレーフィード'
|
||||
'Relay Feeds': 'リレーフィード',
|
||||
'Create Highlight': 'ハイライトを作成',
|
||||
'Write your thoughts about this highlight...':
|
||||
'このハイライトについての考えを書いてください...',
|
||||
'Publish Highlight': 'ハイライトを公開'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,6 +386,7 @@ export default {
|
|||
'reacted to your note': '당신의 노트에 반응했습니다',
|
||||
'reposted your note': '당신의 노트를 리포스트했습니다',
|
||||
'zapped your note': '당신의 노트를 잽했습니다',
|
||||
'highlighted your note': '당신의 노트를 하이라이트했습니다',
|
||||
'zapped you': '당신을 잽했습니다',
|
||||
'Mark as read': '읽음으로 표시',
|
||||
Report: '신고',
|
||||
|
|
@ -588,6 +589,9 @@ export default {
|
|||
'Special Follow': '특별 팔로우',
|
||||
'Unfollow Special': '특별 팔로우 해제',
|
||||
'Personal Feeds': '개인 피드',
|
||||
'Relay Feeds': '릴레이 피드'
|
||||
'Relay Feeds': '릴레이 피드',
|
||||
'Create Highlight': '하이라이트 만들기',
|
||||
'Write your thoughts about this highlight...': '이 하이라이트에 대한 생각을 작성하세요...',
|
||||
'Publish Highlight': '하이라이트 게시'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -390,6 +390,7 @@ export default {
|
|||
'reacted to your note': 'zareagował na twój wpis',
|
||||
'reposted your note': 'repostował twój wpis',
|
||||
'zapped your note': 'zappował twój wpis',
|
||||
'highlighted your note': 'wyróżnił twój wpis',
|
||||
'zapped you': 'zappował cię',
|
||||
'Mark as read': 'Oznacz jako przeczytane',
|
||||
Report: 'Zgłoś',
|
||||
|
|
@ -595,6 +596,10 @@ export default {
|
|||
'Special Follow': 'Specjalne Śledzenie',
|
||||
'Unfollow Special': 'Cofnij Specjalne Śledzenie',
|
||||
'Personal Feeds': 'Osobiste Kanały',
|
||||
'Relay Feeds': 'Kanały Przekaźników'
|
||||
'Relay Feeds': 'Kanały Przekaźników',
|
||||
'Create Highlight': 'Utwórz Podświetlenie',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Napisz swoje przemyślenia na temat tego podświetlenia...',
|
||||
'Publish Highlight': 'Opublikuj Podświetlenie'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,6 +386,7 @@ export default {
|
|||
'reacted to your note': 'reagiu à sua nota',
|
||||
'reposted your note': 'republicou sua nota',
|
||||
'zapped your note': 'zappeou sua nota',
|
||||
'highlighted your note': 'destacou sua nota',
|
||||
'zapped you': 'zappeou você',
|
||||
'Mark as read': 'Marcar como lida',
|
||||
Report: 'Denunciar',
|
||||
|
|
@ -590,6 +591,10 @@ export default {
|
|||
'Special Follow': 'Favoritos',
|
||||
'Unfollow Special': 'Desfavoritar',
|
||||
'Personal Feeds': 'Meus feeds',
|
||||
'Relay Feeds': 'Feeds de relays'
|
||||
'Relay Feeds': 'Feeds de relays',
|
||||
'Create Highlight': 'Criar Destaque',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Escreva seus pensamentos sobre este destaque...',
|
||||
'Publish Highlight': 'Publicar Destaque'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -389,6 +389,7 @@ export default {
|
|||
'reacted to your note': 'reagiu à sua nota',
|
||||
'reposted your note': 'republicou a sua nota',
|
||||
'zapped your note': 'zappeou a sua nota',
|
||||
'highlighted your note': 'destacou a sua nota',
|
||||
'zapped you': 'zappeou-o',
|
||||
'Mark as read': 'Marcar como lida',
|
||||
Report: 'Denunciar',
|
||||
|
|
@ -593,6 +594,10 @@ export default {
|
|||
'Special Follow': 'Seguir Especial',
|
||||
'Unfollow Special': 'Deixar de Seguir Especial',
|
||||
'Personal Feeds': 'Feeds Pessoais',
|
||||
'Relay Feeds': 'Feeds de Relays'
|
||||
'Relay Feeds': 'Feeds de Relays',
|
||||
'Create Highlight': 'Criar Destaque',
|
||||
'Write your thoughts about this highlight...':
|
||||
'Escreva os seus pensamentos sobre este destaque...',
|
||||
'Publish Highlight': 'Publicar Destaque'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -390,6 +390,7 @@ export default {
|
|||
'reacted to your note': 'отреагировал на вашу заметку',
|
||||
'reposted your note': 'репостнул вашу заметку',
|
||||
'zapped your note': 'заппил вашу заметку',
|
||||
'highlighted your note': 'выделил вашу заметку',
|
||||
'zapped you': 'заппил вас',
|
||||
'Mark as read': 'Отметить как прочитанное',
|
||||
Report: 'Пожаловаться',
|
||||
|
|
@ -595,6 +596,9 @@ export default {
|
|||
'Special Follow': 'Особая Подписка',
|
||||
'Unfollow Special': 'Отменить Особую Подписку',
|
||||
'Personal Feeds': 'Личные Ленты',
|
||||
'Relay Feeds': 'Ленты Релеев'
|
||||
'Relay Feeds': 'Ленты Релеев',
|
||||
'Create Highlight': 'Создать Выделение',
|
||||
'Write your thoughts about this highlight...': 'Напишите свои мысли об этом выделении...',
|
||||
'Publish Highlight': 'Опубликовать Выделение'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -382,6 +382,7 @@ export default {
|
|||
'reacted to your note': 'ได้แสดงปฏิกิริยาต่อโน้ตของคุณ',
|
||||
'reposted your note': 'ได้รีโพสต์โน้ตของคุณ',
|
||||
'zapped your note': 'ได้แซปโน้ตของคุณ',
|
||||
'highlighted your note': 'ได้ไฮไลต์โน้ตของคุณ',
|
||||
'zapped you': 'ได้แซปคุณ',
|
||||
'Mark as read': 'ทำเครื่องหมายว่าอ่านแล้ว',
|
||||
Report: 'รายงาน',
|
||||
|
|
@ -582,6 +583,9 @@ export default {
|
|||
'Special Follow': 'ติดตามพิเศษ',
|
||||
'Unfollow Special': 'ยกเลิกติดตามพิเศษ',
|
||||
'Personal Feeds': 'ฟีดส่วนตัว',
|
||||
'Relay Feeds': 'ฟีดรีเลย์'
|
||||
'Relay Feeds': 'ฟีดรีเลย์',
|
||||
'Create Highlight': 'สร้างไฮไลท์',
|
||||
'Write your thoughts about this highlight...': 'เขียนความคิดของคุณเกี่ยวกับไฮไลท์นี้...',
|
||||
'Publish Highlight': 'เผยแพร่ไฮไลท์'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -380,6 +380,7 @@ export default {
|
|||
'reacted to your note': '对您的笔记做出了反应',
|
||||
'reposted your note': '转发了您的笔记',
|
||||
'zapped your note': '打闪了您的笔记',
|
||||
'highlighted your note': '高亮了您的笔记',
|
||||
'zapped you': '给您打闪',
|
||||
'Mark as read': '标记为已读',
|
||||
Report: '举报',
|
||||
|
|
@ -575,6 +576,9 @@ export default {
|
|||
'Special Follow': '特别关注',
|
||||
'Unfollow Special': '取消特别关注',
|
||||
'Personal Feeds': '个人订阅',
|
||||
'Relay Feeds': '中继订阅'
|
||||
'Relay Feeds': '中继订阅',
|
||||
'Create Highlight': '创建高亮',
|
||||
'Write your thoughts about this highlight...': '写下你对这段高亮的想法...',
|
||||
'Publish Highlight': '发布高亮'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue