mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Robosats hosts filter by default and better browse text
This commit is contained in:
parent
4e8017b9c3
commit
60e1a50f43
@ -35,7 +35,7 @@ const MakerPage = (): JSX.Element => {
|
|||||||
currency: fav.currency === 0 ? 1 : fav.currency,
|
currency: fav.currency === 0 ? 1 : fav.currency,
|
||||||
type: fav.type,
|
type: fav.type,
|
||||||
mode: fav.mode,
|
mode: fav.mode,
|
||||||
coordinator: 'any',
|
coordinator: 'robosats',
|
||||||
},
|
},
|
||||||
premium: Number(maker.premium) ?? null,
|
premium: Number(maker.premium) ?? null,
|
||||||
paymentMethods: maker.paymentMethods,
|
paymentMethods: maker.paymentMethods,
|
||||||
|
@ -26,7 +26,7 @@ const VisitThirdParty = ({ open, onClose, thirdPartyOrder }: Props): JSX.Element
|
|||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText>
|
<DialogContentText>
|
||||||
{t(
|
{t(
|
||||||
'This order is not hosted or managed by Robosats. You will open an external link or app.',
|
'This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app',
|
||||||
)}
|
)}
|
||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
@ -179,7 +179,7 @@ export const initialAppContext: UseAppStoreType = {
|
|||||||
clientVersion: getClientVersion(),
|
clientVersion: getClientVersion(),
|
||||||
setAcknowledgedWarning: () => {},
|
setAcknowledgedWarning: () => {},
|
||||||
acknowledgedWarning: false,
|
acknowledgedWarning: false,
|
||||||
fav: { type: null, currency: 0, mode: 'fiat', coordinator: 'any' },
|
fav: { type: null, currency: 0, mode: 'fiat', coordinator: 'robosats' },
|
||||||
setFav: () => {},
|
setFav: () => {},
|
||||||
worldmap: undefined,
|
worldmap: undefined,
|
||||||
client: 'web',
|
client: 'web',
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Cancel·lar",
|
"Cancel": "Cancel·lar",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Els coordinadors de les operacions p2p són la font de confiança, proporcionen la infraestructura, la tarifació i intervindran en cas de disputa. Assegureu-vos que investigueu i confieu en \"{{coordinator.name}}\" abans de bloquejar la vostra fiança. Un coordinador p2p maliciós pot trobar maneres de robar-te.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Els coordinadors de les operacions p2p són la font de confiança, proporcionen la infraestructura, la tarifació i intervindran en cas de disputa. Assegureu-vos que investigueu i confieu en \"{{coordinator.name}}\" abans de bloquejar la vostra fiança. Un coordinador p2p maliciós pot trobar maneres de robar-te.",
|
||||||
"I understand": "Ho entenc",
|
"I understand": "Ho entenc",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Zrušit",
|
"Cancel": "Zrušit",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Abbrechen",
|
"Cancel": "Abbrechen",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Ezeztatu",
|
"Cancel": "Ezeztatu",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Annuler",
|
"Cancel": "Annuler",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Annulla",
|
"Cancel": "Annulla",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "キャンセル",
|
"Cancel": "キャンセル",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Anulować",
|
"Cancel": "Anulować",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Отменить",
|
"Cancel": "Отменить",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Makulera",
|
"Cancel": "Makulera",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "Futa",
|
"Cancel": "Futa",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "ยกเลิก",
|
"Cancel": "ยกเลิก",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
"#33": "Phrases in components/Dialogs/VisitThirdParty.tsx",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"Open external order": "Open external order",
|
"Open external order": "Open external order",
|
||||||
"This order is not hosted or managed by Robosats. You will open an external link or app.": "This order is not hosted or managed by Robosats. You will open an external link or app.",
|
"This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app": "This order is not managed by a RoboSats coordinator. Please ensure you are comfortable with the privacy and trust trade-offs. You will open an external link or app",
|
||||||
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
"#34": "Phrases in components/Dialogs/Warning.tsx",
|
||||||
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
"Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.": "Coordinators of p2p trades are the source of trust, provide the infrastructure, pricing and will mediate in case of dispute. Make sure you research and trust \"{{coordinator_name}}\" before locking your bond. A malicious p2p coordinator can find ways to steal from you.",
|
||||||
"I understand": "I understand",
|
"I understand": "I understand",
|
||||||
|
Loading…
Reference in New Issue
Block a user