diff --git a/src/i18n/locales/ar.ts b/src/i18n/locales/ar.ts index 157527a1..c9e86ba2 100644 --- a/src/i18n/locales/ar.ts +++ b/src/i18n/locales/ar.ts @@ -397,6 +397,7 @@ export default { 'See extra info for each notification': 'عرض معلومات إضافية لكل إشعار', 'See more notifications at a glance': 'رؤية المزيد من الإشعارات بنظرة سريعة', Detailed: 'تفصيلي', - Compact: 'مضغوط' + Compact: 'مضغوط', + 'Submit Relay': 'إرسال ريلاي' } } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index a65504b3..698d1c78 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -407,6 +407,7 @@ export default { 'Zusätzliche Informationen für jede Benachrichtigung anzeigen', 'See more notifications at a glance': 'Mehr Benachrichtigungen auf einen Blick sehen', Detailed: 'Detailliert', - Compact: 'Kompakt' + Compact: 'Kompakt', + 'Submit Relay': 'Relay einreichen' } } diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index 3d6052ef..f33d3d34 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -396,6 +396,7 @@ export default { 'See extra info for each notification': 'See extra info for each notification', 'See more notifications at a glance': 'See more notifications at a glance', Detailed: 'Detailed', - Compact: 'Compact' + Compact: 'Compact', + 'Submit Relay': 'Submit Relay' } } diff --git a/src/i18n/locales/es.ts b/src/i18n/locales/es.ts index 253223bf..d7537b6d 100644 --- a/src/i18n/locales/es.ts +++ b/src/i18n/locales/es.ts @@ -402,6 +402,7 @@ export default { 'See extra info for each notification': 'Ver información adicional para cada notificación', 'See more notifications at a glance': 'Ver más notificaciones de un vistazo', Detailed: 'Detallado', - Compact: 'Compacto' + Compact: 'Compacto', + 'Submit Relay': 'Enviar relé' } } diff --git a/src/i18n/locales/fa.ts b/src/i18n/locales/fa.ts index fd86df6d..97339f29 100644 --- a/src/i18n/locales/fa.ts +++ b/src/i18n/locales/fa.ts @@ -398,6 +398,7 @@ export default { 'See extra info for each notification': 'مشاهده اطلاعات اضافی برای هر اعلان', 'See more notifications at a glance': 'مشاهده اعلان‌های بیشتر در یک نگاه', Detailed: 'تفصیلی', - Compact: 'فشرده' + Compact: 'فشرده', + 'Submit Relay': 'ارسال رله' } } diff --git a/src/i18n/locales/fr.ts b/src/i18n/locales/fr.ts index b30ca924..391798b2 100644 --- a/src/i18n/locales/fr.ts +++ b/src/i18n/locales/fr.ts @@ -407,6 +407,7 @@ export default { 'Voir des infos supplémentaires pour chaque notification', 'See more notifications at a glance': "Voir plus de notifications en un coup d'œil", Detailed: 'Détaillé', - Compact: 'Compact' + Compact: 'Compact', + 'Submit Relay': 'Soumettre un relais' } } diff --git a/src/i18n/locales/hi.ts b/src/i18n/locales/hi.ts index 9e9cdeb5..3657e14c 100644 --- a/src/i18n/locales/hi.ts +++ b/src/i18n/locales/hi.ts @@ -401,6 +401,7 @@ export default { 'See extra info for each notification': 'प्रत्येक सूचना के लिए अतिरिक्त जानकारी देखें', 'See more notifications at a glance': 'एक नज़र में अधिक सूचनाएं देखें', Detailed: 'विस्तृत', - Compact: 'संक्षिप्त' + Compact: 'संक्षिप्त', + 'Submit Relay': 'रिले सबमिट करें' } } diff --git a/src/i18n/locales/it.ts b/src/i18n/locales/it.ts index 8dfdee9b..780c46f4 100644 --- a/src/i18n/locales/it.ts +++ b/src/i18n/locales/it.ts @@ -402,6 +402,7 @@ export default { 'See extra info for each notification': 'Visualizza informazioni extra per ogni notifica', 'See more notifications at a glance': "Visualizza più notifiche a colpo d'occhio", Detailed: 'Dettagliato', - Compact: 'Compatto' + Compact: 'Compatto', + 'Submit Relay': 'Invia Relay' } } diff --git a/src/i18n/locales/ja.ts b/src/i18n/locales/ja.ts index 6fc12771..41fabb4a 100644 --- a/src/i18n/locales/ja.ts +++ b/src/i18n/locales/ja.ts @@ -399,6 +399,7 @@ export default { 'See extra info for each notification': '各通知の詳細情報を表示', 'See more notifications at a glance': '一目でより多くの通知を確認', Detailed: '詳細', - Compact: 'コンパクト' + Compact: 'コンパクト', + 'Submit Relay': 'リレーを提出' } } diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index 8ec93a54..5fd676f3 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -399,6 +399,7 @@ export default { 'See extra info for each notification': '각 알림의 추가 정보 보기', 'See more notifications at a glance': '한눈에 더 많은 알림 보기', Detailed: '상세', - Compact: '간단' + Compact: '간단', + 'Submit Relay': '릴레이 제출' } } diff --git a/src/i18n/locales/pl.ts b/src/i18n/locales/pl.ts index c6002a4b..d618b227 100644 --- a/src/i18n/locales/pl.ts +++ b/src/i18n/locales/pl.ts @@ -403,6 +403,7 @@ export default { 'See extra info for each notification': 'Zobacz dodatkowe informacje dla każdego powiadomienia', 'See more notifications at a glance': 'Zobacz więcej powiadomień na pierwszy rzut oka', Detailed: 'Szczegółowy', - Compact: 'Zwięzły' + Compact: 'Zwięzły', + 'Submit Relay': 'Prześlij przekaźnik' } } diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index e76476b1..543c1042 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -399,6 +399,7 @@ export default { 'See extra info for each notification': 'Ver informações extras para cada notificação', 'See more notifications at a glance': 'Ver mais notificações rapidamente', Detailed: 'Detalhado', - Compact: 'Compacto' + Compact: 'Compacto', + 'Submit Relay': 'Enviar Relay' } } diff --git a/src/i18n/locales/pt-PT.ts b/src/i18n/locales/pt-PT.ts index e75102b2..17b4379f 100644 --- a/src/i18n/locales/pt-PT.ts +++ b/src/i18n/locales/pt-PT.ts @@ -402,6 +402,7 @@ export default { 'See extra info for each notification': 'Ver informações extra para cada notificação', 'See more notifications at a glance': 'Ver mais notificações rapidamente', Detailed: 'Detalhado', - Compact: 'Compacto' + Compact: 'Compacto', + 'Submit Relay': 'Enviar Relay' } } diff --git a/src/i18n/locales/ru.ts b/src/i18n/locales/ru.ts index 60d318bc..41f7b281 100644 --- a/src/i18n/locales/ru.ts +++ b/src/i18n/locales/ru.ts @@ -404,6 +404,7 @@ export default { 'Просмотреть дополнительную информацию для каждого уведомления', 'See more notifications at a glance': 'Увидеть больше уведомлений с первого взгляда', Detailed: 'Подробный', - Compact: 'Компактный' + Compact: 'Компактный', + 'Submit Relay': 'Отправить релей' } } diff --git a/src/i18n/locales/th.ts b/src/i18n/locales/th.ts index 9043ee42..ec0a91ca 100644 --- a/src/i18n/locales/th.ts +++ b/src/i18n/locales/th.ts @@ -394,6 +394,7 @@ export default { 'See extra info for each notification': 'ดูข้อมูลเพิ่มเติมสำหรับการแจ้งเตือนแต่ละรายการ', 'See more notifications at a glance': 'ดูการแจ้งเตือนเพิ่มเติมในแวบเดียว', Detailed: 'รายละเอียด', - Compact: 'กะทัดรัด' + Compact: 'กะทัดรัด', + 'Submit Relay': 'ส่งรีเลย์' } } diff --git a/src/i18n/locales/zh.ts b/src/i18n/locales/zh.ts index 49fd7463..bd295e06 100644 --- a/src/i18n/locales/zh.ts +++ b/src/i18n/locales/zh.ts @@ -392,6 +392,7 @@ export default { 'See extra info for each notification': '查看每条通知的详细信息', 'See more notifications at a glance': '一目了然地查看更多通知', Detailed: '详细', - Compact: '紧凑' + Compact: '紧凑', + 'Submit Relay': '提交服务器' } } diff --git a/src/pages/primary/ExplorePage/index.tsx b/src/pages/primary/ExplorePage/index.tsx index 0d275681..60aba62c 100644 --- a/src/pages/primary/ExplorePage/index.tsx +++ b/src/pages/primary/ExplorePage/index.tsx @@ -1,8 +1,9 @@ import Explore from '@/components/Explore' import FollowingFavoriteRelayList from '@/components/FollowingFavoriteRelayList' import Tabs from '@/components/Tabs' +import { Button } from '@/components/ui/button' import PrimaryPageLayout from '@/layouts/PrimaryPageLayout' -import { Compass } from 'lucide-react' +import { Compass, Plus } from 'lucide-react' import { forwardRef, useState } from 'react' import { useTranslation } from 'react-i18next' @@ -37,9 +38,25 @@ function ExplorePageTitlebar() { const { t } = useTranslation() return ( -
- -
{t('Explore')}
+
+
+ +
{t('Explore')}
+
+
) }