diff --git a/src/components/RelayInfo/index.tsx b/src/components/RelayInfo/index.tsx index 97645c08..9cf031db 100644 --- a/src/components/RelayInfo/index.tsx +++ b/src/components/RelayInfo/index.tsx @@ -50,6 +50,17 @@ export default function RelayInfo({ url, className }: { url: string; className?: )} +
+
{t('Homepage')}:
+ + {normalizeHttpUrl(relayInfo.url)} + +
+ {relayInfo.payments_url && (
{t('Payment page')}:
diff --git a/src/i18n/locales/ar.ts b/src/i18n/locales/ar.ts index c9e86ba2..efe177ba 100644 --- a/src/i18n/locales/ar.ts +++ b/src/i18n/locales/ar.ts @@ -398,6 +398,7 @@ export default { 'See more notifications at a glance': 'رؤية المزيد من الإشعارات بنظرة سريعة', Detailed: 'تفصيلي', Compact: 'مضغوط', - 'Submit Relay': 'إرسال ريلاي' + 'Submit Relay': 'إرسال ريلاي', + Homepage: 'الصفحة الرئيسية' } } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index 698d1c78..46f12514 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -408,6 +408,7 @@ export default { 'See more notifications at a glance': 'Mehr Benachrichtigungen auf einen Blick sehen', Detailed: 'Detailliert', Compact: 'Kompakt', - 'Submit Relay': 'Relay einreichen' + 'Submit Relay': 'Relay einreichen', + Homepage: 'Homepage' } } diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index f33d3d34..0cddf203 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -397,6 +397,7 @@ export default { 'See more notifications at a glance': 'See more notifications at a glance', Detailed: 'Detailed', Compact: 'Compact', - 'Submit Relay': 'Submit Relay' + 'Submit Relay': 'Submit Relay', + Homepage: 'Homepage' } } diff --git a/src/i18n/locales/es.ts b/src/i18n/locales/es.ts index d7537b6d..587bffa2 100644 --- a/src/i18n/locales/es.ts +++ b/src/i18n/locales/es.ts @@ -403,6 +403,7 @@ export default { 'See more notifications at a glance': 'Ver más notificaciones de un vistazo', Detailed: 'Detallado', Compact: 'Compacto', - 'Submit Relay': 'Enviar relé' + 'Submit Relay': 'Enviar relé', + Homepage: 'Página principal' } } diff --git a/src/i18n/locales/fa.ts b/src/i18n/locales/fa.ts index 97339f29..a0325d0f 100644 --- a/src/i18n/locales/fa.ts +++ b/src/i18n/locales/fa.ts @@ -399,6 +399,7 @@ export default { 'See more notifications at a glance': 'مشاهده اعلان‌های بیشتر در یک نگاه', Detailed: 'تفصیلی', Compact: 'فشرده', - 'Submit Relay': 'ارسال رله' + 'Submit Relay': 'ارسال رله', + Homepage: 'صفحه اصلی' } } diff --git a/src/i18n/locales/fr.ts b/src/i18n/locales/fr.ts index 391798b2..37f32ad4 100644 --- a/src/i18n/locales/fr.ts +++ b/src/i18n/locales/fr.ts @@ -408,6 +408,7 @@ export default { 'See more notifications at a glance': "Voir plus de notifications en un coup d'œil", Detailed: 'Détaillé', Compact: 'Compact', - 'Submit Relay': 'Soumettre un relais' + 'Submit Relay': 'Soumettre un relais', + Homepage: 'Page d’accueil' } } diff --git a/src/i18n/locales/hi.ts b/src/i18n/locales/hi.ts index 3657e14c..101bd267 100644 --- a/src/i18n/locales/hi.ts +++ b/src/i18n/locales/hi.ts @@ -402,6 +402,7 @@ export default { 'See more notifications at a glance': 'एक नज़र में अधिक सूचनाएं देखें', Detailed: 'विस्तृत', Compact: 'संक्षिप्त', - 'Submit Relay': 'रिले सबमिट करें' + 'Submit Relay': 'रिले सबमिट करें', + Homepage: 'होमपेज' } } diff --git a/src/i18n/locales/it.ts b/src/i18n/locales/it.ts index 780c46f4..eb8fe0ab 100644 --- a/src/i18n/locales/it.ts +++ b/src/i18n/locales/it.ts @@ -403,6 +403,7 @@ export default { 'See more notifications at a glance': "Visualizza più notifiche a colpo d'occhio", Detailed: 'Dettagliato', Compact: 'Compatto', - 'Submit Relay': 'Invia Relay' + 'Submit Relay': 'Invia Relay', + Homepage: 'Homepage' } } diff --git a/src/i18n/locales/ja.ts b/src/i18n/locales/ja.ts index 41fabb4a..b6c3ad75 100644 --- a/src/i18n/locales/ja.ts +++ b/src/i18n/locales/ja.ts @@ -400,6 +400,7 @@ export default { 'See more notifications at a glance': '一目でより多くの通知を確認', Detailed: '詳細', Compact: 'コンパクト', - 'Submit Relay': 'リレーを提出' + 'Submit Relay': 'リレーを提出', + Homepage: 'ホームページ' } } diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index 5fd676f3..5158ec1d 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -400,6 +400,7 @@ export default { 'See more notifications at a glance': '한눈에 더 많은 알림 보기', Detailed: '상세', Compact: '간단', - 'Submit Relay': '릴레이 제출' + 'Submit Relay': '릴레이 제출', + Homepage: '홈페이지' } } diff --git a/src/i18n/locales/pl.ts b/src/i18n/locales/pl.ts index d618b227..4c982cb6 100644 --- a/src/i18n/locales/pl.ts +++ b/src/i18n/locales/pl.ts @@ -404,6 +404,7 @@ export default { 'See more notifications at a glance': 'Zobacz więcej powiadomień na pierwszy rzut oka', Detailed: 'Szczegółowy', Compact: 'Zwięzły', - 'Submit Relay': 'Prześlij przekaźnik' + 'Submit Relay': 'Prześlij przekaźnik', + Homepage: 'Strona główna' } } diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index 543c1042..1e1a171b 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -400,6 +400,7 @@ export default { 'See more notifications at a glance': 'Ver mais notificações rapidamente', Detailed: 'Detalhado', Compact: 'Compacto', - 'Submit Relay': 'Enviar Relay' + 'Submit Relay': 'Enviar Relay', + Homepage: 'Página inicial' } } diff --git a/src/i18n/locales/pt-PT.ts b/src/i18n/locales/pt-PT.ts index 17b4379f..6f2e9920 100644 --- a/src/i18n/locales/pt-PT.ts +++ b/src/i18n/locales/pt-PT.ts @@ -403,6 +403,7 @@ export default { 'See more notifications at a glance': 'Ver mais notificações rapidamente', Detailed: 'Detalhado', Compact: 'Compacto', - 'Submit Relay': 'Enviar Relay' + 'Submit Relay': 'Enviar Relay', + Homepage: 'Página inicial' } } diff --git a/src/i18n/locales/ru.ts b/src/i18n/locales/ru.ts index 41f7b281..4dc449a8 100644 --- a/src/i18n/locales/ru.ts +++ b/src/i18n/locales/ru.ts @@ -405,6 +405,7 @@ export default { 'See more notifications at a glance': 'Увидеть больше уведомлений с первого взгляда', Detailed: 'Подробный', Compact: 'Компактный', - 'Submit Relay': 'Отправить релей' + 'Submit Relay': 'Отправить релей', + Homepage: 'Домашняя страница' } } diff --git a/src/i18n/locales/th.ts b/src/i18n/locales/th.ts index ec0a91ca..75aaaa40 100644 --- a/src/i18n/locales/th.ts +++ b/src/i18n/locales/th.ts @@ -395,6 +395,7 @@ export default { 'See more notifications at a glance': 'ดูการแจ้งเตือนเพิ่มเติมในแวบเดียว', Detailed: 'รายละเอียด', Compact: 'กะทัดรัด', - 'Submit Relay': 'ส่งรีเลย์' + 'Submit Relay': 'ส่งรีเลย์', + Homepage: 'หน้าแรก' } } diff --git a/src/i18n/locales/zh.ts b/src/i18n/locales/zh.ts index bd295e06..3c559977 100644 --- a/src/i18n/locales/zh.ts +++ b/src/i18n/locales/zh.ts @@ -393,6 +393,7 @@ export default { 'See more notifications at a glance': '一目了然地查看更多通知', Detailed: '详细', Compact: '紧凑', - 'Submit Relay': '提交服务器' + 'Submit Relay': '提交服务器', + Homepage: '主页' } }