mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Add new X icons, replace Twitter
This commit is contained in:
parent
013ca083c4
commit
7e8b2634a2
@ -15,10 +15,9 @@ import {
|
||||
} from '@mui/material';
|
||||
import SendIcon from '@mui/icons-material/Send';
|
||||
import GitHubIcon from '@mui/icons-material/GitHub';
|
||||
import TwitterIcon from '@mui/icons-material/Twitter';
|
||||
import RedditIcon from '@mui/icons-material/Reddit';
|
||||
import Flags from 'country-flag-icons/react/3x2';
|
||||
import { NostrIcon, SimplexIcon } from '../Icons';
|
||||
import { NostrIcon, SimplexIcon, XIcon } from '../Icons';
|
||||
|
||||
interface Props {
|
||||
open: boolean;
|
||||
@ -117,17 +116,14 @@ const CommunityDialog = ({ open = false, onClose }: Props): JSX.Element => {
|
||||
<ListItemButton
|
||||
component='a'
|
||||
target='_blank'
|
||||
href='https://twitter.com/robosats'
|
||||
href='https://x.com/robosats'
|
||||
rel='noreferrer'
|
||||
>
|
||||
<ListItemIcon>
|
||||
<TwitterIcon color='primary' sx={{ height: 32, width: 32 }} />
|
||||
<XIcon color='primary' sx={{ height: 32, width: 32 }} />
|
||||
</ListItemIcon>
|
||||
|
||||
<ListItemText
|
||||
primary={t('Follow RoboSats in Twitter')}
|
||||
secondary={t('Twitter Official Account')}
|
||||
/>
|
||||
<ListItemText primary={t('Follow RoboSats in X')} secondary={t('X Official Account')} />
|
||||
</ListItemButton>
|
||||
|
||||
<Divider />
|
||||
|
@ -40,7 +40,6 @@ import {
|
||||
Language,
|
||||
Send,
|
||||
Tag,
|
||||
Twitter,
|
||||
} from '@mui/icons-material';
|
||||
import LinkIcon from '@mui/icons-material/Link';
|
||||
|
||||
@ -58,6 +57,7 @@ import {
|
||||
BadgeLimits,
|
||||
NostrIcon,
|
||||
SimplexIcon,
|
||||
XIcon,
|
||||
} from '../Icons';
|
||||
import { AppContext } from '../../contexts/AppContext';
|
||||
import { systemClient } from '../../services/System';
|
||||
@ -155,14 +155,14 @@ const ContactButtons = ({
|
||||
|
||||
{twitter !== undefined && (
|
||||
<Grid item>
|
||||
<Tooltip enterTouchDelay={0} enterNextDelay={2000} title={t('Twitter')}>
|
||||
<Tooltip enterTouchDelay={0} enterNextDelay={2000} title={t('X')}>
|
||||
<IconButton
|
||||
component='a'
|
||||
target='_blank'
|
||||
href={`https://twitter.com/${twitter}`}
|
||||
href={`https://x.com/${twitter}`}
|
||||
rel='noreferrer'
|
||||
>
|
||||
<Twitter />
|
||||
<XIcon sx={{ width: '0.8em', height: '0.8em' }} />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
</Grid>
|
||||
|
15
frontend/src/components/Icons/X.tsx
Normal file
15
frontend/src/components/Icons/X.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
import { SvgIcon, type SvgIconProps } from '@mui/material';
|
||||
|
||||
const X: React.FC<SvgIconProps> = (props) => {
|
||||
return (
|
||||
<SvgIcon sx={props.sx} color={props.color} x='0px' y='0px' viewBox='0 0 1200 1227'>
|
||||
<path
|
||||
d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z'
|
||||
fill={props.color}
|
||||
/>
|
||||
</SvgIcon>
|
||||
);
|
||||
};
|
||||
|
||||
export default X;
|
@ -17,6 +17,7 @@ export { default as ExportIcon } from './Export';
|
||||
export { default as UserNinjaIcon } from './UserNinja';
|
||||
export { default as TorIcon } from './Tor';
|
||||
export { default as SimplexIcon } from './Simplex';
|
||||
export { default as XIcon } from './X';
|
||||
|
||||
// Badges
|
||||
export { default as BadgeFounder } from './BadgeFounder';
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Comunitat",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Segueix RoboSats a Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Problemes de Github - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Uneix-te a la nostra comunitat de RoboSats en anglès!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Proposa funcionalitats o notifica errors",
|
||||
"Twitter Official Account": "Compte oficial a Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Volum contractat en 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robots actius avui",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Activar",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Komunity",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Sleduj RoboSats na Twitteru",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Přidej se k anglicky mluvící RoboSats komunitě!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Našel jsi bug nebo novou funkci? Napiš nám ",
|
||||
"Twitter Official Account": "Oficiální Twitter účet",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Zobchodované množství za 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Dnešní aktivní roboti",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Povolit",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Community",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Folge RoboSats auf Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - Das Roboter-Satoshi Open-Source-Projekt",
|
||||
"Join RoboSats English speaking community!": "Tritt der Englischen RoboSats-Gruppe bei!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Erzähle uns von neuen Funktionen oder einem Fehler",
|
||||
"Twitter Official Account": "Offizieller Twitter-Account",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24h Handelsvolumen",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Heute aktive Roboter",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Aktivieren",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Community",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Follow RoboSats in Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Join RoboSats English speaking community!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Tell us about a new feature or a bug",
|
||||
"Twitter Official Account": "Twitter Official Account",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24h contracted volume",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Today active robots",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Enable",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Comunidad",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Sigue a RoboSats en Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Fallos en Github - El proyecto de código libre de satoshis robóticos",
|
||||
"Join RoboSats English speaking community!": "¡Únete a la comunidad de RoboSats en inglés!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Propón funcionalidades o notifica errores",
|
||||
"Twitter Official Account": "Cuenta oficial en Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Volumen de los contratos en 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robots activos hoy",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Activar",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Komunitatea",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Jarraitu RoboSats Twitterren",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Egin bat ingelerazko RoboSats komunitatearekin!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Jakinarazi funtzionalitate berri bat edo akats bat",
|
||||
"Twitter Official Account": "Twitter Kontu Ofiziala",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24 ordutan kontratatutako bolumena",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robot aktiboak gaur",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Baimendu",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Communauté",
|
||||
"Follow RoboSats in Nostr": "Suivez RoboSats sur Nostr",
|
||||
"Follow RoboSats in Twitter": "Suivez RoboSats sur Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Sujets Github - Le Projet Open Source des Satoshis Robotiques",
|
||||
"Join RoboSats English speaking community!": "Rejoignez la communauté anglophone de RoboSats!",
|
||||
"Join RoboSats SimpleX group": "Rejoignez RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats support public principal",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "L'assistance n'est offerte que via SimpleX. Rejoignez notre communauté si vous avez des questions ou si vous voulez passer du temps avec d'autres robots sympas. Utilisez les Sujets Github si vous trouvez un bug ou si vous voulez voir de nouvelles fonctionnalités !",
|
||||
"Tell us about a new feature or a bug": "Parlez-nous d'une nouvelle fonctionnalité ou d'un bug",
|
||||
"Twitter Official Account": "Compte officiel Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "Nous abandonnons Telegram ! Nos anciens groupes TG",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Volume contracté en 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robots actifs aujourd'hui",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Navigateur",
|
||||
"Enable": "Activer",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Comunità",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Segui RoboSats su Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Unisciti alla comunità RoboSats che parla inglese!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Comunicaci nuove funzionalità o bug",
|
||||
"Twitter Official Account": "Account Twitter ufficiale",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Volume scambiato in 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "I robots attivi oggi",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Attiva",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "コミュニティー",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "TwitterでRoboSatsをフォロー",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "GitHub Issues-ロボティック・サトシ・オープンソース・プロジェクト",
|
||||
"Join RoboSats English speaking community!": "RoboSatsの英語コミュニティーへの参加はこちら!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "新しい機能やバグについて教えてください",
|
||||
"Twitter Official Account": "Twitter公式アカウント",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24時間の契約量",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "本日アクティブなロボット",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "ブラウザー",
|
||||
"Enable": "有効化",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Społeczność",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Follow RoboSats in Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Problemy z Githubem — projekt Robotic Satoshis Open Source",
|
||||
"Join RoboSats English speaking community!": "Dołącz do anglojęzycznej społeczności RoboSats!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Poinformuj nas o nowej funkcji lub błędzie",
|
||||
"Twitter Official Account": "Twitter Official Account",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Zakontraktowana objętość 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Dziś aktywne roboty",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Włączyć",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Comunidade",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Siga RoboSats no Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Junte-se à comunidade RoboSats de língua inglesa!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Conte-nos sobre um novo recurso ou um bug",
|
||||
"Twitter Official Account": "Conta oficial no Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Volume contratado em 24h",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robôs ativos hoje",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Ativar",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Сообщество",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Подпиcаться на RoboSats в Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis проект с открытым исходным кодом",
|
||||
"Join RoboSats English speaking community!": "Присоединиться к англоязычному сообществу RoboSats!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Расскажите нам о новой функции или ошибке",
|
||||
"Twitter Official Account": "Официальный аккаунт в Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Объём контрактов за 24 часа",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Сегодня активных роботов",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Включить",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Community",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "Följ RoboSats på Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Join RoboSats English speaking community!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "Tipsa om en bugg eller ny funktion",
|
||||
"Twitter Official Account": "Officielt Twitterkonto",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24h kontrakterad volym",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Aktiva robotar idag",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "Aktivera",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "Jumuiya",
|
||||
"Follow RoboSats in Nostr": "Fuata RoboSats katika Nostr",
|
||||
"Follow RoboSats in Twitter": "Fuata RoboSats kwenye Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Masuala ya Github - Mradi wa Chanzo Wazi wa Robotic Satoshis",
|
||||
"Join RoboSats English speaking community!": "Jiunge na jumuiya ya wasemaji wa Kiingereza wa RoboSats!",
|
||||
"Join RoboSats SimpleX group": "Jiunge na kikundi cha SimpleX cha RoboSats",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "Msaada mkuu wa umma wa RoboSats",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Msaada unatolewa tu kupitia SimpleX. Jiunge na jumuiya yetu ikiwa una maswali au unataka kutumia wakati na robots wengine wazuri. Tafadhali, tumia Masuala yetu ya Github ikiwa utapata mdudu au unataka kuona huduma mpya!",
|
||||
"Tell us about a new feature or a bug": "Tuambie kuhusu huduma mpya au mdudu",
|
||||
"Twitter Official Account": "Akaunti Rasmi ya Twitter",
|
||||
"We are abandoning Telegram! Our old TG groups": "Tunaiacha Telegram! Vikundi vyetu vya zamani vya TG",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "Kiasi kilichoidhinishwa kwa masaa 24",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "Robots wenye shughuli leo",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Kivinjari",
|
||||
"Enable": "Washa",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "ชุมชน",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "ติดตาม RoboSats บน Twitter",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project",
|
||||
"Join RoboSats English speaking community!": "Join RoboSats English speaking community!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "บอกเราเกี่ยวกับฟีเจอร์ใหม่หรือบัค",
|
||||
"Twitter Official Account": "Twitter Official Account",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24h ปริมาณการซื้อขาย 24 ชั่วโมงที่แล้ว",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "จำนวนโรบอทที่ใช้งานในวันนี้",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "Browser",
|
||||
"Enable": "เปิดใช้งาน",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "社群",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "在 Twitter 上关注 RoboSats",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - Robotic Satoshis 开源项目",
|
||||
"Join RoboSats English speaking community!": "加入 RoboSats 英语社群!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "向我们报告错误或要求新功能",
|
||||
"Twitter Official Account": "Twitter 官方账号",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24小时合约量",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "今天活跃的机器人",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "浏览器",
|
||||
"Enable": "开启",
|
||||
|
@ -224,7 +224,7 @@
|
||||
"#22": "Phrases in components/Dialogs/Community.tsx",
|
||||
"Community": "社群",
|
||||
"Follow RoboSats in Nostr": "Follow RoboSats in Nostr",
|
||||
"Follow RoboSats in Twitter": "在 Twitter 上關注 RoboSats",
|
||||
"Follow RoboSats in X": "Follow RoboSats in X",
|
||||
"Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - Robotic Satoshis 開源項目",
|
||||
"Join RoboSats English speaking community!": "加入 RoboSats 英語社群!",
|
||||
"Join RoboSats SimpleX group": "Join RoboSats SimpleX group",
|
||||
@ -234,8 +234,8 @@
|
||||
"RoboSats main public support": "RoboSats main public support",
|
||||
"Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support is only offered via SimpleX. Join our community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!",
|
||||
"Tell us about a new feature or a bug": "向我們報告錯誤或要求新功能",
|
||||
"Twitter Official Account": "Twitter 官方帳號",
|
||||
"We are abandoning Telegram! Our old TG groups": "We are abandoning Telegram! Our old TG groups",
|
||||
"X Official Account": "X Official Account",
|
||||
"#23": "Phrases in components/Dialogs/Coordinator.tsx",
|
||||
"...Opening on Nostr gateway. Pubkey copied!": "...Opening on Nostr gateway. Pubkey copied!",
|
||||
"24h contracted volume": "24小時合約量",
|
||||
@ -277,8 +277,8 @@
|
||||
"The coordinator does not seem to receive exceptional love from robots over the internet": "The coordinator does not seem to receive exceptional love from robots over the internet",
|
||||
"The privacy practices of this coordinator could improve": "The privacy practices of this coordinator could improve",
|
||||
"Today active robots": "今天活躍的機器人",
|
||||
"Twitter": "Twitter",
|
||||
"Website": "Website",
|
||||
"X": "X",
|
||||
"#24": "Phrases in components/Dialogs/EnableTelegram.tsx",
|
||||
"Browser": "瀏覽器",
|
||||
"Enable": "開啟",
|
||||
|
Loading…
Reference in New Issue
Block a user