Worldmap f2f selection

This commit is contained in:
KoalaSat 2023-10-12 14:57:51 +02:00 committed by Reckless_Satoshi
parent 33d18d67e5
commit 412242865d
30 changed files with 40299 additions and 837 deletions

View File

@ -30,6 +30,7 @@
"i18next-http-backend": "^2.2.2",
"install": "^0.13.0",
"js-sha256": "^0.10.1",
"leaflet": "^1.9.4",
"light-bolt11-decoder": "^3.0.0",
"npm": "^10.2.0",
"openpgp": "^5.10.2",
@ -39,6 +40,7 @@
"react-grid-layout": "^1.4.2",
"react-i18next": "^13.2.2",
"react-image": "^4.1.0",
"react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.16.0",
"react-smooth-image": "^1.1.0",
@ -56,6 +58,7 @@
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@types/jest": "^29.5.3",
"@types/leaflet": "^1.9.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.1",
@ -3723,6 +3726,16 @@
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@react-leaflet/core": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@react-leaflet/core/-/core-2.1.0.tgz",
"integrity": "sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==",
"peerDependencies": {
"leaflet": "^1.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
},
"node_modules/@react-spring/animated": {
"version": "9.7.3",
"resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.3.tgz",
@ -4002,6 +4015,12 @@
"resolved": "https://registry.npmjs.org/@types/filewriter/-/filewriter-0.0.29.tgz",
"integrity": "sha512-BsPXH/irW0ht0Ji6iw/jJaK8Lj3FJemon2gvEqHKpCdDCeemHa+rI3WBGq5z7cDMZgoLjY40oninGxqk+8NzNQ=="
},
"node_modules/@types/geojson": {
"version": "7946.0.11",
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.11.tgz",
"integrity": "sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg==",
"dev": true
},
"node_modules/@types/graceful-fs": {
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
@ -4056,6 +4075,15 @@
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
"dev": true
},
"node_modules/@types/leaflet": {
"version": "1.9.6",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.6.tgz",
"integrity": "sha512-HakGTK5LBBWegNWsAmTlG55zN1zszYec7aG47/z6SzT90bW2vqjmbqk3YKAbrtveO+G7fSTKTYqVbIwAFnTrbg==",
"dev": true,
"dependencies": {
"@types/geojson": "*"
}
},
"node_modules/@types/node": {
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz",
@ -10061,6 +10089,11 @@
"node": ">=6"
}
},
"node_modules/leaflet": {
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
"integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA=="
},
"node_modules/leven": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
@ -14129,6 +14162,19 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
},
"node_modules/react-leaflet": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/react-leaflet/-/react-leaflet-4.2.1.tgz",
"integrity": "sha512-p9chkvhcKrWn/H/1FFeVSqLdReGwn2qmiobOQGO3BifX+/vV/39qhY8dGqbdcPh1e6jxh/QHriLXr7a4eLFK4Q==",
"dependencies": {
"@react-leaflet/core": "^2.1.0"
},
"peerDependencies": {
"leaflet": "^1.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
},
"node_modules/react-lifecycles-compat": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",

View File

@ -22,6 +22,7 @@
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@types/jest": "^29.5.3",
"@types/leaflet": "^1.9.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.1",
@ -68,6 +69,7 @@
"i18next-http-backend": "^2.2.2",
"install": "^0.13.0",
"js-sha256": "^0.10.1",
"leaflet": "^1.9.4",
"light-bolt11-decoder": "^3.0.0",
"npm": "^10.2.0",
"openpgp": "^5.10.2",
@ -77,6 +79,7 @@
"react-grid-layout": "^1.4.2",
"react-i18next": "^13.2.2",
"react-image": "^4.1.0",
"react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.16.0",
"react-smooth-image": "^1.1.0",

View File

@ -1,54 +1,124 @@
import React from 'react';
import React, { useContext, useEffect, useState } from 'react';
import { apiClient } from '../../services/api';
import { useTranslation } from 'react-i18next';
import { MapContainer, GeoJSON, useMapEvents, Circle, TileLayer } from 'react-leaflet';
import {
Button,
Dialog,
DialogActions,
DialogContent,
Divider,
IconButton,
List,
ListItemText,
ListItem,
ListItemIcon,
ListItemButton,
DialogTitle,
Switch,
useTheme,
Tooltip,
Typography,
Grid,
LinearProgress,
} 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 { WifiTetheringError } from '@mui/icons-material';
import { UseAppStoreType, AppContext } from '../../contexts/AppContext';
import { GeoJsonObject } from 'geojson';
import { LatLng, LeafletEvent, LeafletMouseEvent } from 'leaflet';
interface Props {
open: boolean;
onClose: () => void;
orderType: number;
onClose: (position: LatLng) => void;
}
const WorldmapDialog = ({ open = false, onClose }: Props): JSX.Element => {
const WorldmapDialog = ({ open = false, orderType, onClose }: Props): JSX.Element => {
const { t } = useTranslation();
const theme = useTheme();
const { baseUrl } = useContext<UseAppStoreType>(AppContext);
const [worldmap, setWorldmap] = useState<GeoJsonObject | undefined>();
const [position, setPosition] = useState<LatLng>();
const [stealth, setStealth] = useState<boolean>(true);
const flagProps = {
width: 30,
height: 30,
opacity: 0.85,
style: {
filter: 'drop-shadow(2px 2px 2px #444444)',
},
useEffect(() => {
if (open && !worldmap) {
apiClient
.get(baseUrl, '/static/assets/geo/countries-coastline-10km.geo.json')
.then(setWorldmap);
}
}, [open]);
const onSave = () => {
if (position) onClose(position);
};
const LocationMarker = () => {
useMapEvents({
click(event: LeafletMouseEvent) {
setPosition(event.latlng);
},
});
const color = orderType == 1 ? theme.palette.primary.main : theme.palette.secondary.main;
return position ? (
<Circle center={position} pathOptions={{ fillColor: color, color }} radius={10000}></Circle>
) : (
<></>
);
};
return (
<Dialog
open={open}
onClose={onClose}
aria-labelledby='community-dialog-title'
aria-describedby='community-description'
aria-labelledby='worldmap-dialog-title'
aria-describedby='worldmap-description'
maxWidth={false}
>
<DialogContent>
<Typography component='h5' variant='h5'>
{'Community'}
</Typography>
<DialogTitle>
<Grid container justifyContent='space-between' spacing={0} sx={{ maxHeight: '1em' }}>
<Grid item>{t('Choose a location')}</Grid>
<Grid item>
<Tooltip enterTouchDelay={0} placement='top' title={t('Enable advanced options')}>
<div
style={{
display: 'flex',
width: '4em',
height: '1.1em',
}}
>
<Switch
size='small'
checked={stealth}
onChange={() => setStealth((value) => !value)}
/>
<WifiTetheringError sx={{ color: 'text.secondary' }} />
</div>
</Tooltip>
</Grid>
</Grid>
</DialogTitle>
<DialogContent style={{ height: '100vh', width: '80vw' }}>
<MapContainer center={[0, 0]} zoom={3} style={{ height: '100%', width: '100%' }}>
{stealth && !worldmap && <LinearProgress />}
{stealth && worldmap && (
<GeoJSON
data={worldmap}
style={{
weight: 1,
fillColor: theme.palette.primary.main,
color: theme.palette.primary.main,
}}
/>
)}
{!stealth && (
<TileLayer
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
url='https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
/>
)}
<LocationMarker />
</MapContainer>
</DialogContent>
<DialogActions>
<Button color='primary' variant='contained' onClick={onSave} disabled={!position}>
{t('Save')}
</Button>
</DialogActions>
</Dialog>
);
};

View File

@ -95,16 +95,19 @@ interface TagProps {
label: string;
icon: string;
onDelete: () => void;
onClick: () => void;
}
const Tag = ({ label, icon, onDelete, ...other }: TagProps) => {
const Tag = ({ label, icon, onDelete, onClick, ...other }: TagProps) => {
const theme = useTheme();
const iconSize = 1.5 * theme.typography.fontSize;
return (
<div {...other}>
<div style={{ position: 'relative', left: '-5px', top: '0.28em' }}>
<div style={{ position: 'relative', left: '-5px', top: '0.28em' }} onClick={onClick}>
<PaymentIcon width={iconSize} height={iconSize} icon={icon} />
</div>
<span style={{ position: 'relative', left: '2px' }}>{label}</span>
<span style={{ position: 'relative', left: '2px' }} onClick={onClick}>
{label}
</span>
<CloseIcon onClick={onDelete} />
</div>
);
@ -291,6 +294,7 @@ export default function AutocompletePayments(props) {
label={t(option.name)}
icon={option.icon}
sx={{ height: '2.1em', ...(props.tagProps ? props.tagProps.sx : {}) }}
onClick={props.onClick}
{...getTagProps({ index })}
/>
))}

View File

@ -41,6 +41,7 @@ import { amountToString, computeSats, pn } from '../../utils';
import { SelfImprovement, Lock, HourglassTop, DeleteSweep, Edit } from '@mui/icons-material';
import { LoadingButton } from '@mui/lab';
import { AppContext, type UseAppStoreType } from '../../contexts/AppContext';
import { LatLng } from 'leaflet';
interface MakerFormProps {
disableRequest?: boolean;
@ -74,6 +75,7 @@ const MakerForm = ({
const [satoshisLimits, setSatoshisLimits] = useState<number[]>([20000, 4000000]);
const [currentPrice, setCurrentPrice] = useState<number | string>('...');
const [currencyCode, setCurrencyCode] = useState<string>('USD');
const [position, setPosition] = useState<LatLng>();
const [openDialogs, setOpenDialogs] = useState<boolean>(false);
const [openWorldmap, setOpenWorldmap] = useState<boolean>(false);
@ -163,7 +165,7 @@ const MakerForm = ({
}, [maker.advancedOptions, amountRangeEnabled]);
const handlePaymentMethodChange = function (paymentArray: { name: string; icon: string }[]) {
if (paymentArray.some((element) => element.icon === 'cash')) {
if (paymentArray.at(-1)?.icon === 'cash') {
setOpenWorldmap(true);
}
let str = '';
@ -271,6 +273,8 @@ const MakerForm = ({
public_duration: maker.publicDuration,
escrow_duration: maker.escrowDuration,
bond_size: maker.bondSize,
latitude: position?.lat,
longitude: position?.lng,
};
apiClient
.post(baseUrl, '/api/make/', body, { tokenSHA256: robot.tokenSHA256 })
@ -504,8 +508,10 @@ const MakerForm = ({
/>
<WorldmapDialog
open={openWorldmap}
onClose={() => {
orderType={fav.type}
onClose={(pos: LatLng) => {
setOpenWorldmap(false);
setPosition(pos);
}}
/>
<Collapse in={limits.list.length == 0}>
@ -765,6 +771,7 @@ const MakerForm = ({
<Grid item xs={12}>
<AutocompletePayments
onAutocompleteChange={handlePaymentMethodChange}
onClick={() => setOpenWorldmap(true)}
optionsType={fav.mode}
error={maker.badPaymentMethod}
helperText={maker.badPaymentMethod ? t('Must be shorter than 65 characters') : ''}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,677 @@
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane {
z-index: 400;
}
.leaflet-tile-pane {
z-index: 200;
}
.leaflet-overlay-pane {
z-index: 400;
}
.leaflet-shadow-pane {
z-index: 500;
}
.leaflet-marker-pane {
z-index: 600;
}
.leaflet-tooltip-pane {
z-index: 650;
}
.leaflet-popup-pane {
z-index: 700;
}
.leaflet-map-pane canvas {
z-index: 100;
}
.leaflet-map-pane svg {
z-index: 200;
}
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
/* control positioning */
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
/* cursors */
.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078a8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
/* general toolbar styles */
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font:
bold 18px 'Lucida Console',
Monaco,
monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
/* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
/* popup */
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font:
16px/24px Tahoma,
Verdana,
sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: '';
}
/* Directions */
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
/* Printing */
@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}

View File

@ -292,15 +292,19 @@
"On your own soverign node": "Al teu propi node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "El coordinador de RoboSats és a la versió {{coordinatorVersion}}, però la app del teu client és {{clientVersion}}. Aquesta discrepància de versió pot provocar una mala experiència d'usuari.",
"Update your RoboSats client": "Actualitza el teu client RoboSats",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Habilitar opcions avançades",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "El client RoboSats és servit pel teu propi node, gaudeixes de la major seguretat i privacitat.",
"You are self-hosting RoboSats": "Estàs hostejant RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "No estàs utilitzant RoboSats de forma privada",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Des de",
"to": "fins a",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " amb descompte del {{discount}}%",
" at a {{premium}}% premium": " amb una prima del {{premium}}%",
" at market price": " a preu de mercat",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Tria com establir el preu",
"Clear form": "Esborrar camps",
"Edit order": "Editar ordre",
"Enable advanced options": "Habilitar opcions avançades",
"Enter the destination of the Lightning swap": "Introduïu l'adreça destí de l'intercanvi Lightning",
"Escrow/Invoice Timer (HH:mm)": "Temporitzador Dipòsit/Factura(HH:mm)",
"Escrow/invoice step length": "Longitud passos Dipòsit/Factura",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "Reps aprox. {{swapSats}} LN Sats (les taxes poden variar)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "Envies aprox. {{swapSats}} LN Sats (les taxes poden variar)",
"Your order fixed exchange rate": "La tasa de canvi fixa de la teva ordre",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "L'enrutament Lightning ha fallat",
"New chat message": "Nou missatge al xat",
"Order chat is open": "S'ha obert el xat",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Caducat!",
"🙌 Funished!": "🙌 Finalitzat!",
"🥳 Taken!": "🥳 Presa!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Suma {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Prenent aquesta ordre corres el risc de perdre el temps. Si el creador no procedeix a temps, se't compensarà en Sats amb el 50% de la fiança del creador.",
"Enter amount of fiat to exchange for bitcoin": "Introdueix la suma de fiat a canviar per bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Primer has d'especificar la suma",
"You will receive {{satoshis}} Sats (Approx)": "Tu rebràs {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "Tu enviaràs {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Mètodes de pagament acceptats",
"Amount of Satoshis": "Quantitat de Sats",
"Deposit timer": "Per a dipositar",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "Tu envies via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "Envies via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Fosc",
"Fiat": "Fiat",
"Light": "Clar",
"Mainnet": "Mainnet",
"Swaps": "Intercanvis",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Cancel·lar",
"Cancel order and unlock bond instantly": "Cancel·la l'ordre i desbloqueja la fiança a l'instant",
"Collaborative Cancel": "Cancel·lació col·laborativa",
"Unilateral cancelation (bond at risk!)": "Cancel·lació unilateral (Fiança en risc!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Has sol·licitat cancel·lar col·laborativament",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} sol·licita cancel·lar col·laborativament",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Compra",
"Completed in": "Completat en",
"Contract exchange rate": "Taxa de canvi del contracte",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Veure bitlleteres compatibles",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Cancel·lar l'ordre?",
"Confirm Cancel": "Confirmar cancel·lació",
"If the order is cancelled now you will lose your bond.": "Si cancel·les ara l'ordre perdràs la teva fiança.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Acceptar cancel·lació",
"Ask for Cancel": "Sol·licitar cancel·lació",
"Collaborative cancel the order?": "Cancel·lar l'ordre col·laborativament?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Donat que el col·lateral està bloquejat, l'ordre només pot cancel·lar-se si tant creador com prenendor ho acorden.",
"Your peer has asked for cancellation": "El teu company ha demanat la cancel·lació",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Obrir disputa",
"Disagree": "Tornar",
"Do you want to open a dispute?": "Vols obrir una disputa?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assegura't d' EXPORTAR el registre del xat. Els administradors poden demanar-te elregistre del xat en cas de discrepàncies. És la teva responsabilitat proveir-ho.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "L'equip de RoboSats examinarà les declaracions i evidències presentades. Com l'equip no pot llegir el xat necessites escriure una declaració completa i exhaustiva. És millor donar un mètode de contacte d'usar i llençar amb la teva declaració. Els Sats del col·lateral seran enviats al guanyador de la disputa, mientres que el perdedor perderà la seva fiança.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Confirmar",
"Confirm you received {{amount}} {{currencyCode}}?": "Confirmes que has rebut {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "En confirmar que has rebut {{amount}} {{currencyCode}} finalitzarà la transacció. Els satoshis del dipòsit es lliuraran al comprador. Confirmar només després que {{amount}} {{currencyCode}} hagin arribat al teu compte. Tingues en compte que si has rebut el pagament i no fas clic a confirmar, corres el risc de perdre la teva fiança.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirmes que has enviat {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirmant que has enviat {{amount}} {{currencyCode}} permetràs al teu company finalitzar l'operació. Si encara no ho has enviat i malgrat això procedeixes a confirmar falsament, t'arrisques a perdre la teva fiança.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "LLEGEIX. En cas que el pagament al venedor s'hagi bloquejat i sigui absolutament impossible acabar l'intercanvi, podeu revertir la vostra confirmació de \"Fiat enviat\". Fes-ho només si tu i el venedor ja heu acordat pel xat procedir a una cancel·lació col·laborativa. Després de confirmar, el botó \"Cancel·lar col·laborativament\" tornarà a ser visible. Només feu clic en aquest botó si sabeu el que esteu fent. Es desaconsella als usuaris novells de RoboSats realitzar aquesta acció! Assegureu-vos al 100% que el pagament ha fallat i que l'import és al vostre compte.",
"Revert the confirmation of fiat sent?": "Revertir la confirmació del FIAT enviat?",
"Wait ({{time}})": "Espera ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Import no bloquejat encara, comprova el teu moneder WebLN.",
"Invoice not received, please check your WebLN wallet.": "No s'ha rebut la factura, fes un cop d'ull a la teva wallet WebLN.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Ara pots tancar el popup de la teva wallet WebLN.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Auditar",
"Export": "Exporta",
"Save full log as a JSON file (messages and credentials)": "Guardar el log complet com JSON (credencials i missatges)",
"Verify your privacy": "Verifica la teva privacitat",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...esperant",
"Activate slow mode (use it when the connection is slow)": "Activar mode lent (utilitza'l quan la connexió sigui lenta)",
"Peer": "Ell",
"You": "Tu",
"connected": "connectat",
"disconnected": "desconnectat",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Connectant...",
"Send": "Enviar",
"Type a message": "Escriu un missatge",
"Waiting for peer public key...": "Esperant la clau pública...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Adjuntar registres de xat",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Adjuntar registres de xat ajuda el procés de resolució de disputes i afegeix transparència. Tanmateix, pot comprometre la vostra privadesa.",
"Submit dispute statement": "Presentar declaració",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Opcions avançades",
"Invoice to wrap": "Factura a ofuscar",
"Payout Lightning Invoice": "Factura Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Utilitza Lnproxy",
"Wrap": "Ofuscar",
"Wrapped invoice": "Factura ofuscada",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Direcció Bitcoin",
"Final amount you will receive": "Quantitat final que rebràs",
"Invalid": "No vàlid",
"Mining Fee": "Comissió Minera",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "El coordinador de RoboSats farà un intercanvi i enviarà els Sats a la vostra adreça onchain.",
"Swap fee": "Comissió del swap",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirmar {{amount}} {{currencyCode}} rebut",
"Confirm {{amount}} {{currencyCode}} sent": "Confirmar {{amount}} {{currencyCode}} enviat",
"Open Dispute": "Obrir Disputa",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Digues hola! Sigues clar i concís. Escriu-li com pot enviarte {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "Per obrir una disputa cal esperar",
"Wait for the seller to confirm he has received the payment.": "Espera a que el vendedor confirmi que ha rebut el pagament.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Si us plau, presenta la teva declaració. Sigues clar i concís sobre que ja passat i entrega l'evidència necessària. HAS DE donar un mètode de contacte per comunicar-te amb l'equip: mètode de contacte d'usar i llençar, XMPP o usuari de Telegram. Les disputes són resoltes amb la discreció dels Robots reals (també coneguts com humans), així doncs ajuda en el possible per assegurar un resultat just. 5000 caràcters màx.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadament has perdut la disputa. Si penses que és un error també pots demanar reobrir el cas per email a robosats@protonmail.com. De todas formes, les probabilitats de ser investigat de nou són baixes.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Si us plau, guarda l'informació necessària per identificar la teva ordre i pagaments: ID de l'ordre; claus del pagament de la fiança o el col·lateral (comprova la teva cartera Lightning); quantitat exacta de Sats; i nom del Robot. Tindràs que identificar-te com l'usuari involucrat en aquest intercanvi per email (o altre mètode de contacte).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estem esperant la declaració del teu company. Si tens dubtes de l'estat de la disputa o si vols afegir més informació, contacta amb robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambdues declaracions se'han rebut, espera a que l'equipo resolgui la disputa. Si tens dubtes de l'estat de la disputa o si vols afegir més informació, contacta amb robosats@protonmail.com. Si no vas donar un mètode de contacte, o dubtes de si ho vas escriure bé, escriu-nos immediatament.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Pots retirar la quantitat de la resolució de la disputa (fiança i col·lateral) des de les recompenses del teu perfil. Si creus que l'equip pot fer alguna cosa més, no dubtis a contactar amb robosats@protonmail.com (o a través del mètode de contacte d'usar i llençar que vas especificar).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el venedor no diposita, recuperaràs la teva fiança automàticament. A més, rebràs una compensació (comprova les recompenses al teu perfil).",
"We are waiting for the seller to lock the trade amount.": "Esperant a que el venedor bloquegi el col·lateral.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renovar Ordre",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copiar al portapapers",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Això és una factura retinguda, els Sats es bloquegen a la teva cartera. Només es cobrarà si cancel·les o si perds una disputa.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Això és una factura retinguda, els Sats es bloquegen a la teva cartera. Serà alliberada al comprador al confirmar que has rebut {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Activar Ordre",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "La teva ordre pública va ser pausada. Ara mateix, l'ordre no pot ser vista ni presa per altres robots. Pots tornar a activarla quan desitgis.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Abans de deixar-te enviar {{amountFiat}} {{currencyCode}}, volem assegurar-nos que pots rebre BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el comprador no coopera, se't retornarà el col·lateral i la teva fiança automàticament. A més, rebràs una compensació (comprova les recompenses al teu perfil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Estem esperant a que el comprador enviï una factura Lightning. Quan ho faci, podràs comunicar-li directament els detalls del pagament.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Entre les ordres públiques de {{currencyCode}} (més alt, més barat)",
"If the order expires untaken, your bond will return to you (no action needed).": "Si la teva oferta expira sense ser presa, la teva fiança serà desbloquejada a la teva cartera automàticament.",
"Pause the public order": "Pausar l'ordre pública",
"Premium rank": "Percentil de la prima",
"Public orders for {{currencyCode}}": "Ordres públiques per {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Motiu del fracàs:",
"Next attempt in": "Proper intent en",
"Retrying!": "Reintentant!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentarà pagar la teva factura 3 cops cada 1 minut. Si segueix fallant, podràs presentar una nova factura. Comprova si tens suficient liquiditat entrant. Recorda que els nodes de Lightning han d'estar en línia per poder rebre pagaments.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "La teva factura ha caducat o s'han fet més de 3 intents de pagament. Envia una nova factura.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats està intentant pagar la teva factura de Lightning. Recorda que els nodes Lightning han d'estar en línia per rebre pagaments.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renovar",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats millora amb més usuaris i liquiditat. Ensenya-li RoboSats a un amic bitcoiner!",
"Sending coins to": "Enviant monedes a",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Gràcies per fer servir RoboSats!",
"Thank you! RoboSats loves you too": "Gràcies! RoboSats també t'estima",
"Your TXID": "El teu TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Si us plau, espera a que el prenedor bloquegi la seva fiança. Si no ho fa a temps, l'ordre serà pública de nou.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "Ha arribat un tècnic de robots!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "Porto els meus propis robots, són aquí. (Arrossegar i deixar anar workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "Per primer cop aquí. Generar un nou robot de garatge i el token de robot estès (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Personalitza l'àrea de visió",
"Freeze viewports": "Congela l'àrea de visió",
"desktop_unsafe_alert": "Algunes funcions (com el xat) estan deshabilitades per protegir i sense elles no podràs completar un intercanvi. Per protegir la teva privacitat i habilitar RoboSats per complet, fes servir <1>Tor Browser</1> i visita el <3>Onion</3> site.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Nepoužíváš Robosats bezpečně.",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Od",
"to": "do",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " za {{discount}}% slevu",
" at a {{premium}}% premium": " za {{premium}}% přirážku",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Vyber metodu stanovení ceny",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Pevný směnný kurz tvé nabídky",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Částka {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Příjmutím této nabídky riskuješ ztrátu času. Pokud protistrana nedorazí včas, získáš kompezaci v podobě 50% tvůrcovi kauce.",
"Enter amount of fiat to exchange for bitcoin": "Zadej částku fiat, kterou chceš vyměnit za bitcoin. ",
@ -391,7 +394,7 @@
"You must specify an amount first": "Nejprve je třeba zadat částku",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Akceptované platební metody",
"Amount of Satoshis": "Částka Satoshi",
"Deposit timer": "Časovač vkladu",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Přirážka: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Zrušit",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Oboustrané zrušení",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Žádaš o oboustarné zrušení obchodu",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} žáda o oboustrané zrušení obchodu",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Kupující",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSatů",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Satů ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Satů ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Robrazit kompatibilní peněženky",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Zrušit objendávku?",
"Confirm Cancel": "Potvrdit zrušení",
"If the order is cancelled now you will lose your bond.": "Pokud bude objednávka nyní zrušena, tvoje kauce propadne.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Požádat o zrušení",
"Collaborative cancel the order?": "Oboustraně zrušit obchod?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Satoshi jsou v úschově. Objednávku lze zrušit pouze v případě, že se na zrušení dohodnou jak tvůrce, tak přijemce.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Souhlasit a otevřít spor",
"Disagree": "Nesouhlasit",
"Do you want to open a dispute?": "Chceš otevřít spor?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Nezapomeň EXPORTOVAT log chatu. Personál si může vyžádat exportovaný log chatu ve formátu JSON, aby mohl vyřešit nesrovnalosti. Je tvou odpovědností jej uložit.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Personál RoboSats prověří předložená vyjádření a důkazy. Musíš vytvořit ucelený důkazní materiál, protože personál nemůže číst chat. Nejlépe spolu s výpovědí uvést jednorázový kontakt. Satoshi v úschově budou zaslány vítězi sporu, zatímco poražený ve sporu přijde o kauci.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Potvrdit",
"Confirm you received {{amount}} {{currencyCode}}?": "Potvrdit obdržení {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Audit PGP",
"Export": "Exportovat",
"Save full log as a JSON file (messages and credentials)": "Uložit celý log jako soubor JSON (zprávy a údaje))",
"Verify your privacy": "Ověř svou ochranu soukromí",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Protistrana",
"You": "Ty",
"connected": "připojen",
"disconnected": "odpojen",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Připojování...",
"Send": "Odeslat",
"Type a message": "Napiš zprávu",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Odeslat vyjádření",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Vyplatit Lightning invoice",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin adresa",
"Final amount you will receive": "Konečná částka, kterou získáš",
"Invalid": "Neplatné",
"Mining Fee": "Těžební poplatek",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap poplatek",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Potvrdit příjmutí {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Potvrdit odeslání {{amount}} {{currencyCode}}",
"Open Dispute": "Otevřít spor",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Pozdrav! Buď vstřícný a stručný. Dej mu vědět, jak ti poslat {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Počkej na potvzení, že prodavající obdržel platbu.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Prosím, předlož své důkazy. Jasně a stručně popiš, co se stalo a předlož důkazy. MUSÍŠ uvést kontatní údaje: jednorázový email, XMPP nebo telegram přezdívku ke komunikaci s personálem. Spory se řeší podle uvážení skutečných robotů (neboli lidé), buď co nejvíce nápomocný, abys zajistil spravedlivý výsledek. Maximálně 5000 znaků.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Bohužel jsi prohrál spor. Pokud se domníváš, že se jedná o chybu, můžeš požádat o opětovné otevření sporu na robosats@protonmail.com. Ačkoliv šance znovuotevření je malá.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": " Uložte si prosím informace potřebné k identifikaci tvé nabídky a tvých plateb: číslo nabídky; hash platby kauce nebo úschovy (zkontroluj si lightning peněženku); přesná částka satoshi; a robot přezdívku. V komunikaci emailem(nebo jinak) se představíš jako zúčastněna strana.",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Čekáme na vyjádření protistrany. Pokud si nejsi jist stavem sporu nebo chceš doplnit další informace, kontaktuj robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Získali jsme obě prohlášení, počkej na vyřešení sporu personálem. Pokud si nejsi jist stavem sporu nebo chceš doplnit další informace, kontaktuj robosats@protonmail.com. Pokud jsi neposkytl kontaktní údaje nebo nejsi si jist, zda jsi to napsal správně okamžitě nás kontaktuj.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Satoshi z vyřešeného sporů (z úschovy a kauce) si můžeš vybrat z odměn ve svém profilu. Pokud ti personál může s něčím pomoci, neváhej a kontaktuj nás na robosats@protonmail.com (nebo jiný způsob komunikace).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydrž chvíli. Pokud prodavající neprovede vklad, kauce se ti automaticky vrátí. Kromě toho obdržíš kompenzaci (zkontroluj odměny ve svém profilu).",
"We are waiting for the seller to lock the trade amount.": "Čekáme, až prodavající uzamkne satoshi .",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Opakovat nabídku",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Zkopírovat do schránky",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Jedná se o hodl invoice, která ti zamrzne v peněžence. Bude vypořádán pouze v případě zrušení nebo prohry sporu.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Jedná se o hodl invoice, která ti zamrzne v peněžence. Bude vypořadána ke kupujícímu jakmile potvrdíš příjem {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Zrušit pozastavení nabídky",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tvá veřejná nabídka je pozastavena. V tuto chvíli ji nemohou vidět ani přijmout jiní roboti. Pozastavení můžeš kdykoliv zrušit.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Předtím než tě necháme odeslat {{amountFiat}} {{currencyCode}}, chceme se nechat ujistit, že jsi schopen příjmout BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydrž chvíli. Pokud kupující nespolupracuje, automaticky získáš zpět svojí kauci a předmět obchodu satoshi. Kromě toho obdržíš kompenzaci (zkontroluj odměny ve svém profilu).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Čekáme, až kupující vloží lightning invoice. Jakmile tak učiní, budeš moct se s ním moct dohodnout platbě.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Mezi veřejnými {{currencyCode}} nabídkami (vyšší je levnější)",
"If the order expires untaken, your bond will return to you (no action needed).": "Pokud nabídka vyprší nepříjmuta, tak kauce se ti vrátí (není potřeba žádné akce).",
"Pause the public order": "Pozastavit zveřejnění nabídky",
"Premium rank": "Úroveň přirážky",
"Public orders for {{currencyCode}}": "Veřejné nabídky pro {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Důvod selhání:",
"Next attempt in": "Další pokus za",
"Retrying!": "Opakování pokusu!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se pokusí zaplatit invoice třikrát s minutivými pauzami. V případě neúspěchu bude třeba nahrát nový invoice. Zkontroluj, zda máš dostatek inbound likvidity. Nezapomeň, že lightning nody musí být online, aby mohl přijímat platby.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tvůj invoice vypršel nebo selhali pokusy o 3 platby. Nahraj nový invoice.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se snaží zaplatit tvůj lightning invoice. Nezapomeň, že lightning nody musí být online, aby mohl přijímat platby.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats bude lepší s větší likviditou a uživateli. Pověz svým přátelům o Robosats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Děkujeme, že používáš Robosats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Tvé TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Vyčkej, až příjemce uzamkne kauci. Pokud příjemce neuzamkne kauci včas, nabídka se znovu zveřejní.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Některé funkce byly vypnuty pro tvou bezpečnost (např. chat) bez níchž nebudeš moct dokončit obchod. Abys využil všechny funkce a ochranil své soukromí, použij <1>Tor Browser</1> a navšťiv <3>Onion</3> stránku.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Du nutzt RoboSats nicht privat",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Von",
"to": "bis",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " mit einem {{discount}}% Rabatt",
" at a {{premium}}% premium": " mit einem {{premium}}% Aufschlag",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Wähle eine Preismethode",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Dein fixierter Order-Kurs",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Betrag {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Wenn du diese Order annimmst, riskierst du, deine Zeit zu verschwenden. Wenn der Maker nicht rechtzeitig handelt, erhältst du eine Entschädigung in Satoshis in Höhe von 50 % der Maker-Kaution.",
"Enter amount of fiat to exchange for bitcoin": "Fiat-Betrag für den Umtausch in Bitcoin eingeben",
@ -391,7 +394,7 @@
"You must specify an amount first": "Du musst zuerst einen Betrag angeben",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Akzeptierte Zahlungsweisen",
"Amount of Satoshis": "Anzahl Satoshis",
"Deposit timer": "Einzahlungstimer",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Aufschlag: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Abbrechen",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Gemeinsamer Abbruch",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Du hast um einen gemeinsamen Abbruch gebeten",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} bittet um gemeinsamen Abbruch",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Käufer",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Kompatible Wallets ansehen",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Order abbrechen?",
"Confirm Cancel": "Abbruch bestätigen",
"If the order is cancelled now you will lose your bond.": "Wenn die Order jetzt storniert wird, verlierst du deine Kaution.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Bitte um Abbruch",
"Collaborative cancel the order?": "Order gemeinsam abbrechen?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Der Trade wurde veröffentlicht. Die Order kann nur storniert werden, wenn Maker und Taker der Stornierung gemeinsam zustimmen.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Akzeptieren und Fall eröffnen",
"Disagree": "Ablehnen",
"Do you want to open a dispute?": "Möchtest du einen Fall eröffnen?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Das RoboSats-Team wird die Aussagen und Beweise prüfen. Du musst die vollständige Situation erklären, wir können den Chat nicht sehen. Benutze am besten Wegwerf-Kontakt-Infos. Die hinterlegten Satoshis gehen an den Fall-Gewinner, der Verlierer verliert seine Kaution.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Bestätigen",
"Confirm you received {{amount}} {{currencyCode}}?": "Bestätige den Erhalt von {{amount}} {{currencyCode}}",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Audit PGP",
"Export": "Exportieren",
"Save full log as a JSON file (messages and credentials)": "Vollständiges Protokoll als JSON-Datei speichern ( Nachrichten und Anmeldeinformationen)",
"Verify your privacy": "Überprüfe deine Privatsphäre",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Partner",
"You": "Du",
"connected": "verbunden",
"disconnected": "getrennt",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Verdinden...",
"Send": "Senden",
"Type a message": "Schreibe eine Nachricht",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Übermittle Fall-Aussage",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Lightning-Auszahlungs-Invoice",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Address",
"Final amount you will receive": "Final amount you will receive",
"Invalid": "Ungültig",
"Mining Fee": "Mining Fee",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap fee",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Bestätige {{amount}} {{currencyCode}} erhalten",
"Confirm {{amount}} {{currencyCode}} sent": "Bestätige {{amount}} {{currencyCode}} gesendet",
"Open Dispute": "Streitfall eröffnen",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Sag Hallo! Sei hilfreich und präzise. Lass ihn wissen, wie er dir {{amount}} {{currencyCode}} schicken kann.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Warte, bis der Verkäufer die Zahlung bestätigt.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Bitte übermittle deine Aussage. Sei präzise und deutlich darüber, was vorgefallen ist und bring entsprechende Beweise vor. Du musst eine Kontaktmöglichkeit übermitteln: Wegwerfemail, XMPP oder Telegram-Nutzername zum Kontakt durch unser Team. Fälle werden von echten Robotern (aka Menschen) bearbeiten, also sei kooperativ für eine faire Entscheidung. Max. 5000 Zeichen.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Leider hast du diesen Fall verloren. Falls du denkst, dies war ein Fehler, kontaktieren uns über robosats@protonmail.com. Aber die Chancen, dass der Fall neu eröfffnet wird, sind gering.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Bitte bewahre die Informationen die deine Order und Zahlungsweise identifizieren auf: Order-ID; Zahlungs-Hashes der Kaution oder Sicherheit (siehe dein Lightning-Wallet); exakte Anzahl an Satoshis; und dein Roboter-Avatar. Du musst dich als der involvierte Nutzer identifizieren könenn, über E-Mail (oder andere Kontaktarten).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Wir warten auf die Aussage deines Gegenübers. Wenn du Fragen zum Fall hast oder weitere Informationen übermitteln möchtest, kontaktiere robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Wir haben beide Aussagen erhalten, warte auf das Team, den Fall zu klären. Wenn du Fragen zum Fall hast oder weitere Informationen übermitteln möchtest, kontaktiere robosats@protonmail.com. Wenn du keine Kontaktdaten angegeben hast oder dir unsicher bist, kontaktiere uns sofort.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kannst die Satoshis (Sicherheit und Kaution) in deinem Profil finden. Wenn unser Team dir bei etwas helfen kann, zögere nicht, uns zu kontaktieren: robosats@protonmail.com (oder über deine Wegwerf-Kontaktdaten).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der Verkäufer den Handelsbetrag nicht hinterlegt, bekommst du deine Kaution automatisch zurück. Darüber hinaus erhältst du eine Entschädigung (siehe die Belohnungen in deinem Profil).",
"We are waiting for the seller to lock the trade amount.": "Wir warten darauf, dass der Verkäufer den Handelsbetrag sperrt.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Order erneuern",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "In Zwischenablage kopieren",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Diese Invoice wird in deiner Wallet eingefroren. Sie wird nur belastet, wenn du abbrichst oder einen Streitfall verlierst.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Diese Invoice wird in deiner Wallet eingefroren. Sie wird erst durchgeführt sobald du die {{currencyCode}}-Zahlung bestätigst.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Order aktivieren",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Deine öffentliche Order wurde pausiert. Im Moment kann sie von anderen Robotern weder gesehen noch angenommen werden. Du kannst sie jederzeit wieder aktivieren.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der Käufer nicht kooperiert, bekommst du seine und deine Kaution automatisch zurück. Außerdem erhältst du eine Entschädigung (siehe die Belohnungen in deinem Profil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Wir warten darauf, dass der Käufer eine Lightning-Invoice einreicht. Sobald er dies tut, kannst du ihm die Details der Zahlung mitteilen.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Anzahl öffentlicher {{currencyCode}} Order (höher ist günstiger)",
"If the order expires untaken, your bond will return to you (no action needed).": "Wenn die Order nicht angenommen wird und abläuft, erhältst du die Kaution zurück (keine Aktion erforderlich).",
"Pause the public order": "Order pausieren",
"Premium rank": "Aufschlags-Rang",
"Public orders for {{currencyCode}}": "Öffentliche Order für {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Fehlerursache:",
"Next attempt in": "Nächster Versuch in",
"Retrying!": "Erneut versuchen!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats wird alle eine Minute 3 mal versuchen, deine Invoice auszuzahlen. Wenn es weiter fehlschlägt, kannst du eine neue Invoice einfügen. Prüfe deine Inbound-Liquidität. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats versucht deine Lightning-Invoice zu bezahlen. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats wird noch besser mit mehr Nutzern und Liquidität. Erzähl einem Bitcoin-Freund von uns!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Danke, dass du Robosats benutzt hast!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Your TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Bitte warte auf den Taker, um eine Kaution zu sperren. Wenn der Taker nicht rechtzeitig eine Kaution sperrt, wird die Order erneut veröffentlicht.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Einige Funktionen sind zu deinem Schutz deaktiviert (z.B. der Chat) und du kannst ohne sie keinen Handel abschließen. Um deine Privatsphäre zu schützen und RoboSats vollständig zu nutzen, verwende <1>Tor Browser</1> und besuche die <3>Onion</3> Seite.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "You are not using RoboSats privately",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "From",
"to": "to",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " at a {{discount}}% discount",
" at a {{premium}}% premium": " at a {{premium}}% premium",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Choose a Pricing Method",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Your order fixed exchange rate",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Amount {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.",
"Enter amount of fiat to exchange for bitcoin": "Enter amount of fiat to exchange for bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "You must specify an amount first",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Accepted payment methods",
"Amount of Satoshis": "Amount of Satoshis",
"Deposit timer": "Deposit timer",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Cancel",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Collaborative Cancel",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "You asked for a collaborative cancellation",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} is asking for a collaborative cancel",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Buyer",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "See Compatible Wallets",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Cancel the order?",
"Confirm Cancel": "Confirm Cancel",
"If the order is cancelled now you will lose your bond.": "If the order is cancelled now you will lose your bond.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Ask for Cancel",
"Collaborative cancel the order?": "Collaborative cancel the order?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Agree and open dispute",
"Disagree": "Disagree",
"Do you want to open a dispute?": "Do you want to open a dispute?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Confirm",
"Confirm you received {{amount}} {{currencyCode}}?": "Confirm you received {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Audit PGP",
"Export": "Export",
"Save full log as a JSON file (messages and credentials)": "Save full log as a JSON file (messages and credentials)",
"Verify your privacy": "Verify your privacy",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Peer",
"You": "You",
"connected": "connected",
"disconnected": "disconnected",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Connecting...",
"Send": "Send",
"Type a message": "Type a message",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Submit dispute statement",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Payout Lightning Invoice",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Address",
"Final amount you will receive": "Final amount you will receive",
"Invalid": "Invalid",
"Mining Fee": "Mining Fee",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap fee",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirm {{amount}} {{currencyCode}} received",
"Confirm {{amount}} {{currencyCode}} sent": "Confirm {{amount}} {{currencyCode}} sent",
"Open Dispute": "Open Dispute",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Wait for the seller to confirm he has received the payment.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).",
"We are waiting for the seller to lock the trade amount.": "We are waiting for the seller to lock the trade amount.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renew Order",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copy to clipboard",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Unpause Order",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Among public {{currencyCode}} orders (higher is cheaper)",
"If the order expires untaken, your bond will return to you (no action needed).": "If the order expires untaken, your bond will return to you (no action needed).",
"Pause the public order": "Pause the public order",
"Premium rank": "Premium rank",
"Public orders for {{currencyCode}}": "Public orders for {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Failure reason:",
"Next attempt in": "Next attempt in",
"Retrying!": "Retrying!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Thank you for using Robosats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Your TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Some features are disabled for your protection (e.g. chat) and you will not be able to complete a trade without them. To protect your privacy and fully enable RoboSats, use <1>Tor Browser</1> and visit the <3>Onion</3> site.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "En tu propio nodo",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "El coordinador RoboSats está en la versión {{coordinatorVersion}}, pero su aplicación cliente es la {{clientVersion}}. Este desajuste podría dar problemas de uso.",
"Update your RoboSats client": "Actualiza tu cliente RoboSats",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Elige una localización",
"Enable advanced options": "Activar opciones avanzadas",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "El cliente RoboSats es servido por tu propio nodo, gozas de la mayor seguridad y privacidad.",
"You are self-hosting RoboSats": "Estás alojando RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "No usas RoboSats de forma privada",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Desde",
"to": "a ",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " con descuento del {{discount}}%",
" at a {{premium}}% premium": " con una prima del {{premium}}%",
" at market price": " a precio de mercado",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Elige cómo establecer el precio",
"Clear form": "Borrar campos",
"Edit order": "Editar orden",
"Enable advanced options": "Activar opciones avanzadas",
"Enter the destination of the Lightning swap": "Indique el destino del intercambio Lightning",
"Escrow/Invoice Timer (HH:mm)": "Plazo depósito/factura (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "Recibes aproximadamente {{swapSats}} LN Sats (la comisión puede variar)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "Envías aproximadamente {{swapSats}} LN Sats (la comisión puede variar)",
"Your order fixed exchange rate": "La tasa de cambio fija de tu orden",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Enrutado Lightning fallido",
"New chat message": "Nuevo mensaje en el chat",
"Order chat is open": "El chat de la orden está abierto",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 ¡Expirada!",
"🙌 Funished!": "🙌 ¡Finalizado!",
"🥳 Taken!": "🥳 ¡Tomada!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Monto {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Tomando esta orden corres el riesgo de perder el tiempo. Si el creador no procede en el plazo indicado, se te compensará en Sats con el 50% de la fianza del creador.",
"Enter amount of fiat to exchange for bitcoin": "Introduce el monto de fiat a cambiar por bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Primero debes especificar el monto",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Métodos de pago aceptados",
"Amount of Satoshis": "Cantidad de Sats",
"Deposit timer": "Tiempo para depositar",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Oscuro",
"Fiat": "Fiat",
"Light": "Claro",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Cancelar",
"Cancel order and unlock bond instantly": "Cancelar la orden y desbloquear el depósito al instante",
"Collaborative Cancel": "Cancelación colaborativa",
"Unilateral cancelation (bond at risk!)": "Cancelación unilateral (¡Perderás el depósito!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Has solicitado la cancelación colaborativa",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} solicita la cancelación colaborativa",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Compra",
"Completed in": "Completado en",
"Contract exchange rate": "Tasa de cambio del contrato",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Ver carteras compatibles",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "¿Cancelar la orden?",
"Confirm Cancel": "Confirmar cancelación",
"If the order is cancelled now you will lose your bond.": "Si cancelas la orden ahora perderás tu fianza.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Acceptar la cancelación",
"Ask for Cancel": "Solicitar cancelación",
"Collaborative cancel the order?": "¿Cancelar la orden colaborativamente?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Dado que el colateral está bloqueado, la orden solo puede cancelarse si tanto el creador como el tomador están de acuerdo.",
"Your peer has asked for cancellation": "Tu contraparte ha solicitado la cancelación",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Abrir disputa",
"Disagree": "Volver",
"Do you want to open a dispute?": "¿Quieres abrir una disputa?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Asegúrate de EXPORTAR el registro del chat. Los administradores pueden pedirte el registro del chat en caso de discrepancias. Es responsabilidad tuya aportarlo.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "El equipo de RoboSats examinará las declaraciones y evidencias presentadas. Como el equipo no puede leer el chat, debes escribir una declaración completa y detallada. Es mejor aportar un método de contacto de usar y tirar en tu declaración. El ganador de la disputa recuperará su fianza, pero el perdedor no.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Confirmar",
"Confirm you received {{amount}} {{currencyCode}}?": "¿Confirmas que has recibido {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "No se ha recibido la factura, echa un vistazo a tu wallet WebLN.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Ahora puedes cerrar la ventana emergente de tu wallet WebLN.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Auditar PGP",
"Export": "Exportar",
"Save full log as a JSON file (messages and credentials)": "Guardar el log completo como JSON (credenciales y mensajes)",
"Verify your privacy": "Verifica tu privacidad",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activar modo lento (Úsalo cuando tu conexión sea inestable)",
"Peer": "Él",
"You": "Tú",
"connected": "conectado",
"disconnected": "desconectado",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Conectando...",
"Send": "Enviar",
"Type a message": "Escribe un mensaje",
"Waiting for peer public key...": "Esperando por la clave pública de tu contraparte...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Adjuntar el registro del chat",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Adjuntar transcripciones del chat ayuda a resolver la disputa y añade transparencia. Sin embargo, puede comprometer tu privacidad.",
"Submit dispute statement": "Presentar declaración",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Opciones avanzadas",
"Invoice to wrap": "Factura a ocultar",
"Payout Lightning Invoice": "Factura Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Usa Lnproxy",
"Wrap": "Ofuscar",
"Wrapped invoice": "Factura oculta",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Dirección Bitcoin",
"Final amount you will receive": "Cantidad final que vas a recibir",
"Invalid": "No válido",
"Mining Fee": "Comisión Minera",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "El coordinador de RoboSats hará un swap y enviará los sats a tu dirección onchain.",
"Swap fee": "Comisión del swap",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirmar {{amount}} {{currencyCode}} recibido",
"Confirm {{amount}} {{currencyCode}} sent": "Confirmar {{amount}} {{currencyCode}} enviado",
"Open Dispute": "Abrir Disputa",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "¡Di hola! Sé claro y conciso. Indica cómo debe enviarte {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "Debes esperar para abrir una disputa",
"Wait for the seller to confirm he has received the payment.": "Espera a que el vendedor confirme que ha recibido el pago.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, explica lo que ha ocurrido. Sé claro, conciso y entrega las evidencias pertinentes. DEBES aportar un método de contacto para comunicarte con el equipo: puede ser un método de contacto de usar y tirar, XMPP, usuario de Telegram, etc. Las disputas son resueltas según el criterio de Robots reales (también conocidos como humanos), así que ayuda en lo posible para asegurar un resultado justo. 5000 carácteres máx.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadamente has perdido la disputa. Si piensas que es un error también puedes pedir reabrir el caso por email a robosats@protonmail.com. De todas formas, las probabilidades de ser investigado de nuevo son bajas.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, guarda la información necesaria para identificar tu orden y tus pagos: ID de orden; claves del pago de la fianza o el colateral (comprueba tu cartera Lightning); cantidad exacta de Sats; y nombre del Robot. Tendrás que identificarte como el usuario involucrado en este intercambio por email (u otro método de contacto).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos esperando la declaración de tu compañero. Si dudas sobre el estado de la disputa o quieres añadir más información, escribe a robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas declaraciones se han recibido, espera a que el equipo resuelva la disputa. Si dudas sobre el estado de la disputa o quieres añadir información, contacta con robosats@protonmail.com. Si no has aportado un método de contacto, o dudas de si lo escribiste bien, escríbenos inmediatamente.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puedes retirar la cantidad resuelta en la disputa (fianza y colateral) desde las recompensas de tu perfil. Si hay algo que el equipo pueda hacer, no dudes en contactar con robosats@protonmail.com (o a través del método de contacto que hayas especificado).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el vendedor no hace el depósito, recuperarás tu fianza automáticamente. Además, recibirás una compensación (verás las recompensas en tu perfil).",
"We are waiting for the seller to lock the trade amount.": "Estamos esperando a que el vendedor bloquee la cantidad a intercambiar.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renovar Orden",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copiar al portapapeles",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Solo se cobrará si cancelas o pierdes una disputa.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Será liberada al comprador al confirmar que has recibido {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Reactivar Orden",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tu orden pública ha sido pausada. Ahora mismo, la orden no puede ser vista ni tomada por otros robots. Puedes volver a activarla cuando desees.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Antes de dejarte enviar {{amountFiat}} {{currencyCode}}, queremos asegurarnos de que puedes recibir los sats.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el comprador no coopera, se te devolverá el colateral y tu fianza automáticamente. Además, recibirás una compensación (verás las recompensas en tu perfil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Estamos esperando a que el comprador envíe una factura Lightning. Cuando lo haga, podrás comunicarle directamente los detalles del pago.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Entre las órdenes públicas de {{currencyCode}} (más alto, más barato)",
"If the order expires untaken, your bond will return to you (no action needed).": "Si tu oferta expira sin ser tomada, tu fianza será desbloqueada en tu cartera automáticamente.",
"Pause the public order": "Pausar la orden pública",
"Premium rank": "Percentil de la prima",
"Public orders for {{currencyCode}}": "Órdenes públicas por {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Razón del fallo:",
"Next attempt in": "Próximo intento en",
"Retrying!": "¡Reintentando!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentará pagar tu factura 3 veces con una pausa de un minuto entre cada intento. Si sigue fallando, podrás presentar una nueva factura. Comprueba si tienes suficiente liquidez entrante. Recuerda que los nodos de Lightning tienen que estar en línea para poder recibir pagos.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tu factura ha expirado o se han hecho más de 3 intentos de pago. Aporta una nueva factura.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats está intentando pagar tu factura de Lightning. Recuerda que los nodos Lightning deben estar en línea para recibir pagos.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renovar",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats mejora con más liquidez y usuarios. ¡Háblale a un amigo bitcoiner sobre RoboSats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "¡Gracias por usar RoboSats!",
"Thank you! RoboSats loves you too": "¡Gracias! RoboSats también te quiere",
"Your TXID": "Tu TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espera a que el tomador bloquee su fianza. Si no lo hace a tiempo, la orden volverá a publicarse.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "¡Ha llegado un técnico robótico!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "Aquí traigo mis propios robosts. (Arrastra y suelta workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "Mi primera vez aquí. Crear un Robot Garage y un token extendido (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Personalizar vistas",
"Freeze viewports": "Congelar vistas",
"desktop_unsafe_alert": "Algunas funciones (como el chat) están deshabilitadas para protegerte y sin ellas no podrás completar un intercambio. Para proteger tu privacidad y habilitar RoboSats por completo, usa el <1>Navegador Tor</1> y visita el <3>sitio cebolla</3>.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats koordinatzailea {{coordinatorVersion}} bertsioan dago, baina zure bezero-aplikazioa {{clientVersion}} da. Bertsio desegoki honek erabiltzailearen esperientzia txarra ekar dezake.",
"Update your RoboSats client": "Eguneratu zure RoboSats web bezeroa",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats webgunea zure nodotik zerbitzatzen da beraz segurtasun eta pribatutasun sendoena eskaintzen dizu.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Ez duzu Robosats pribatuki erabiltzen",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Min.",
"to": "max.",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " %{{discount}}-ko deskontuarekin",
" at a {{premium}}% premium": " %{{premium}}-ko primarekin",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Aukeratu prezioa nola ezarri",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Zure eskaeraren kanbio-tasa finkoa",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Kopurua {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Eskaera hau onartuz gero, denbora galtzea arriskatzen duzu. Egileak ez badu garaiz jarraitzen, satoshietan konpentsatua izango zara egilearen fidantzaren %50arekin",
"Enter amount of fiat to exchange for bitcoin": "Sartu bitcongatik aldatu nahi duzun fiat kopurua",
@ -391,7 +394,7 @@
"You must specify an amount first": "Aurrena kopurua zehaztu behar duzu",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Onartutako ordainketa moduak",
"Amount of Satoshis": "Satoshi kopurua",
"Deposit timer": "Gordailu tenporizadorea",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: %{{premium}}",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Ezeztatu",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Lankidetza ezeztapena",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Lankidetzaz ezeztatzeko eskaera egin duzu",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} lankidetzaz ezeztatzea eskatu du",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Erosle",
"Completed in": "Igarotako denbora",
"Contract exchange rate": "Kontratuaren truke-tasa",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Begiratu Kartera Bateragarriak",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Eskaera ezeztatu?",
"Confirm Cancel": "Onartu ezeztapena",
"If the order is cancelled now you will lose your bond.": "Eskaera ezeztatuz gero fidantza galduko duzu.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Ezeztatzea eskatu",
"Collaborative cancel the order?": "Eskaera lankidetzaz ezeztatu?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Eskaeraren fidantza bidali da. Eskaera ezeztatu daiteke bakarrik egileak eta hartzaileak hala adosten badute.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Onartu eta eztabaida ireki",
"Disagree": "Atzera",
"Do you want to open a dispute?": "Eztabaida bat ireki nahi duzu?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Ziurtatu txata ESPORTATU duzula. Baliteke langileek zure txat log JSON esportatua eskatzea desadostasunak konpontzeko. Zure ardura da gordetzea.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSatseko langileek baieztapenak eta frogak aztertuko dituzte. Kasu oso bat eraiki behar duzu, langileek ezin baitute txateko berriketa irakurri. Hobe da behin erabiltzeko kontaktu metodo bat ematea zure adierazpenarekin. Blokeatutako Satosiak eztabaidako irabazleari bidaliko zaizkio, eta galtzaileak, berriz, fidantza galduko du.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Baieztatu",
"Confirm you received {{amount}} {{currencyCode}}?": "Baieztatu {{amount}} {{currencyCode}} jaso duzula?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Faktura ez da jaso, mesedez begiratu zure WebLN kartera.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Ikuskatu PGP",
"Export": "Esportatu",
"Save full log as a JSON file (messages and credentials)": "Gorde log guztia JSON fitxategi batean (mezuak eta kredentzialak)",
"Verify your privacy": "Zure pribatasuna egiaztatu",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Bera",
"You": "Zu",
"connected": "konektatuta",
"disconnected": "deskonektatuta",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Konektatzen...",
"Send": "Bidali",
"Type a message": "Idatzi mezu bat",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Aurkeztu eztabaidaren adierazpena",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Lightning Faktura ordaindu",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Helbidea",
"Final amount you will receive": "Jasoko duzun azken kopurua",
"Invalid": "Baliogabea",
"Mining Fee": "Meatzaritza Kuota",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap kuota",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Baieztatu {{amount}} {{currencyCode}} jaso dela",
"Confirm {{amount}} {{currencyCode}} sent": "Baieztatu {{amount}} {{currencyCode}} bidali dela",
"Open Dispute": "Eztabaida Ireki",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Agurtu! Lagungarri eta labur izan. Jakin dezatela {{amount}} {{currencyCode}}ak nola bidali.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Itxaron saltzaileak ordainketa jaso duela baieztatu arte.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Mesedez, aurkeztu zure adierazpena. Argitu eta zehaztu gertatutakoa eta eman frogak. Kontaktu metodo bat jarri BEHAR duzu: Behin erabiltzeko posta elektronikoa, XMPP edo telegram erabiltzailea langileekin jarraitzeko. Benetako roboten (hau da, gizakien) diskrezioz konpontzen dira eztabaidak, eta, beraz, ahalik eta lagungarrien izan zaitez emaitza on bat bermatzeko. Gehienez 5000 karaktere.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Tamalez, eztabaida galdu duzu. Akatsen bat dagoela uste baduzu kasua berriz ere irekitzea eska dezakezu robosats@protonmail.com helbidera idatziz. Hala ere, berriro ikertzeko aukerak eskasak dira.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Mesedez, gorde zure agindua eta zure ordainketak identifikatzeko behar duzun informazioa: eskaera IDa; fidantzaren edo gordailuaren ordainagiriak (begira ezazu zure lightning karteran); satosi kopuru zehatza; eta robot ezizena. Zure burua identifikatu beharko duzu salerosketa honetako partehartzaile moduan posta elektroniko bidez (edo beste kontaktu metodo baten bitartez).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Zure kidearen baieztapenaren zain gaude. Zalantzan bazaude eztabaidaren egoeraz edo informazio gehiago erantsi nahi baduzu, kontaktatu robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Bi adierazpenak jaso dira. Itxaron langileek eztabaida ebatzi arte. Eztabaidaren egoeraz zalantzak badituzu edo informazio gehiago eman nahi baduzu, jarri robosatekin harremanetan. Ez baduzu kontaktu metodo bat eman edo ez bazaude ziur ondo idatzi duzun, idatzi berehala.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Eztabaidaren ebazpen-kopurua jaso dezakezu (fidantza eta kolaterala) zure profileko sarien atalean. Langileek egin dezaketen beste zerbait badago, ez izan zalantzarik harremanetan jartzeko robosat@protonmail.com bidez (edo zure behin erabiltzeko metodoarekin).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Itxaron pixka bat. Saltzaileak ez badu gordailatzen, automatikoki berreskuratuko duzu zure fidantza. Gainera, konpentsazio bat jasoko duzu (begiratu sariak zure profilean).",
"We are waiting for the seller to lock the trade amount.": "Saltzaileak adostutako kopurua blokeatu zain gaude.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Eskaera Berritu",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Kopiatu",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Atxikitako faktura bat da hau, zure karteran blokeatuko da. Eztabaida bat bertan behera utzi edo galtzen baduzu bakarrik kobratuko da.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Atxikitako faktura bat da hau, zure karteran blokeatuko da. Erosleari emango zaio, behin {{currencyCode}}ak jaso dituzula baieztatuta.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Eskaera berriz ezarri",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Zure ordena publikoa eten egin da. Oraingoz beste robot batzuek ezin dute ez ikusi ez hartu. Noiznahi aktibatu dezakezu.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "{{amountFiat}} {{currencyCode}} bidaltzea baimendu aurretik, ziurtatu nahi dugu BTC jaso dezakezula.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Itxaron pixka bat. Erosleak ez badu kooperatzen, kolaterala eta zure fidantza automatikoki jasoko dituzu. Gainera, konpentsazio bat jasoko duzu (begiratu sariak zure profilean).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Erosleak lightning faktura bat partekatu zain gaude. Behin hori eginda, zuzenean ordainketaren xehetasunak komunikatu ahalko dizkiozu.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "{{currencyCode}} eskaera publikoen artean (altuagoa merkeagoa da)",
"If the order expires untaken, your bond will return to you (no action needed).": "Eskaera hartu gabe amaitzen bada, fidantza automatikoki itzuliko zaizu.",
"Pause the public order": "Eskaera publikoa eten",
"Premium rank": "Prima maila",
"Public orders for {{currencyCode}}": "Eskaera publikoak {{currencyCode}}entzat",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Akatsaren arrazoia:",
"Next attempt in": "Hurrengo saiakera",
"Retrying!": "Berriz saiatzen!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 3 aldiz saiatuko da zure faktura ordaintzen, tartean minutu bateko etenaldiarekin. Akatsa ematen jarraitzen badu, faktura berri bat aurkeztu ahal izango duzu. Begiratu ea nahikoa sarrerako likidezia daukazun. Gogoratu lightning nodoak online egon behar direla ordainketak jaso ahal izateko.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Zure faktura iraungi da edo 3 ordainketa saiakera baino gehiago egin dira. Aurkeztu faktura berri bat.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats zure Lightning faktura ordaintzen saiatzen ari da. Gogoratu lightning nodoak online egon behar direla ordainketak jaso ahal izateko.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats hobetu egiten da likidezia eta erabiltzaile gehiagorekin. Aipatu Robosats lagun bitcoiner bati!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Mila esker Robosats erabiltzeagatik!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Zure TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Mesedez itxaron hartzaileak fidantza blokeatu harte. Hartzaileak fidantza garaiz blokeatzen ez badu, eskaera berriz publikatuko da.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Ezaugarri batzuk ezgaituta daude zure babeserako (adib. txata) eta ezingo duzu trukea osatu haiek gabe. Zure pribatutasuna babesteko eta Robosats osoki gaitzeko, erabili <1>Tor Browser</1> eta bisitatu <3>Onion</3> gunea.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "Sur votre propre nœud souverain",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "Le coordinateur RoboSats est sur la version {{versioncoordinateur}}, mais votre application client est {{versionclient}}. Ce décalage de version peut entraîner une mauvaise expérience pour l'utilisateur.",
"Update your RoboSats client": "Mettez à jour votre client RoboSats",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Activer les options avancées",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "Le client RoboSats est servi à partir de votre propre nœud, ce qui vous garantit une sécurité et une confidentialité optimales.",
"You are self-hosting RoboSats": "Vous auto-hébergez RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Vous n'utilisez pas RoboSats en privé",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "De",
"to": "à",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " à une remise de {{discount}}%",
" at a {{premium}}% premium": " à une prime de {{premium}}%",
" at market price": " au prix du marché",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Choisir un mode de tarification",
"Clear form": "Effacer formulaire",
"Edit order": "Editer l'ordre",
"Enable advanced options": "Activer les options avancées",
"Enter the destination of the Lightning swap": "Saisir la destination de l'échange Lightning",
"Escrow/Invoice Timer (HH:mm)": "Minuterie de dépôt de garantie/facture (HH:mm)",
"Escrow/invoice step length": "Longueur de l'étape de dépôt fiduciaire/facture",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "Vous recevez environ {{swapSats}} LN Sats (les frais peuvent varier).",
"You send approx {{swapSats}} LN Sats (fees might vary)": "Vous envoyez environ {{swapSats}} LN Sats (les frais peuvent varier)",
"Your order fixed exchange rate": "Taux de change fixe de votre commande",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Échec routage Lightning",
"New chat message": "Nouveau message chat",
"Order chat is open": "Ordre chat ouvert",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expiré!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Pris!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Montant {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "En prenant cette ordre, vous risquez de perdre votre temps. Si l'auteur ne procède pas dans les temps, vous serez compensé en satoshis à hauteur de 50% de la caution de l'auteur.",
"Enter amount of fiat to exchange for bitcoin": "Saisissez le montant de fiat à échanger contre des bitcoins",
@ -391,7 +394,7 @@
"You must specify an amount first": "Vous devez d'abord spécifier un montant",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Modes de paiement acceptés",
"Amount of Satoshis": "Montant de Satoshis",
"Deposit timer": "Deposit timer",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "Vous envoyez via Lightning {{amount}} Sats (environ)",
"You send via {{method}} {{amount}}": "Vous envoyez via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prime: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Sombre",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Échanges",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Annuler",
"Cancel order and unlock bond instantly": "Annuler l'ordre et débloquer l'obligation instantanément",
"Collaborative Cancel": "Annulation collaborative",
"Unilateral cancelation (bond at risk!)": "Annulation unilatérale (caution à risque !)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Vous avez demandé une annulation collaborative",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} demande une annulation collaborative",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Acheteur",
"Completed in": "Terminé en",
"Contract exchange rate": "Taux de change du contrat",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Voir Portefeuilles compatibles",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Annuler l'ordre?",
"Confirm Cancel": "Confirmer l'annulation",
"If the order is cancelled now you will lose your bond.": "Si l'ordre est annulé maintenant, vous perdrez votre caution",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accepter l'annulation",
"Ask for Cancel": "Demande d'annulation",
"Collaborative cancel the order?": "Annuler l'ordre en collaboration?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Le dépôt de transaction a été enregistré. L'ordre ne peut être annulé que si les deux parties, le createur et le preneur, sont d'accord pour l'annuler.",
"Your peer has asked for cancellation": "Votre correspondant a demandé l'annulation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Accepter et ouvrir un litige",
"Disagree": "En désaccord",
"Do you want to open a dispute?": "Voulez-vous ouvrir un litige?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Veillez à EXPORTER le journal de discussion. Le personnel peut demander le JSON de votre journal de chat exporté afin de résoudre des litiges. Il est de votre responsabilité de le stocker.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Le personnel de RoboSats examinera les déclarations et les preuves fournies. Vous devez constituer un dossier complet, car le personnel ne peut pas lire le chat. Il est préférable de fournir une méthode de contact jetable avec votre déclaration. Les satoshis dans le dépôt seront envoyés au gagnant du litige, tandis que le perdant du litige perdra la caution.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Confirmer",
"Confirm you received {{amount}} {{currencyCode}}?": "Confirmez que vous avez reçu les {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirmer que vous avez reçu {{montant}} {{currencyCode}} finalisera la transaction. Les satoshis en caution seront remis à l'acheteur. Ne confirmez qu'une fois que {{montant}} {{currencyCode}} sont arrivés sur votre compte. Notez que si vous avez reçu le paiement et que vous ne cliquez pas sur confirmer, vous risquez de perdre votre caution.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirmez votre envoi {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirmer que vous avez envoyé {{montant}} {{currencyCode}} permettra à votre correspondant de finaliser la transaction. Si vous ne l'avez pas encore envoyé et que vous procédez à une fausse confirmation, vous risquez de perdre votre caution.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "LIRE. Si votre paiement au vendeur a été bloqué et qu'il est absolument impossible de terminer la transaction, vous pouvez annuler votre confirmation de vente de \"Fiat envoyé\". Ne le faites que si vous et le vendeur avez DÉJÀ ACCORDÉ dans le chat de procéder à une annulation collaborative. Après avoir confirmé, le bouton \"Annulation collaborative\" sera à nouveau visible. Ne cliquez sur ce bouton que si vous savez ce que vous faites. Il est fortement déconseillé aux nouveaux utilisateurs de RoboSats d'effectuer cette action ! Assurez-vous à 100 % que votre paiement a échoué et que le montant est sur votre compte.",
"Revert the confirmation of fiat sent?": "Revenir sur la confirmation de l'envoi fiat ?",
"Wait ({{time}})": "Attendez ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Le montant n'est pas encore bloqué, veuillez vérifier votre portefeuille WebLN.",
"Invoice not received, please check your WebLN wallet.": "Facture non reçue, veuillez vérifier votre portefeuille WebLN.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Vous pouvez maintenant fermer la fenêtre popup de votre portefeuille WebLN.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Audit PGP",
"Export": "Export",
"Save full log as a JSON file (messages and credentials)": "Sauvegarder le journal complet dans un fichier JSON (messages et informations d'identification)",
"Verify your privacy": "Vérifier votre confidentialité",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...attente",
"Activate slow mode (use it when the connection is slow)": "Activer le mode lent (à utiliser lorsque la connexion est lente)",
"Peer": "Correspondant",
"You": "Vous",
"connected": "connecté",
"disconnected": "déconnecté",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Connexion...",
"Send": "Envoyer",
"Type a message": "Ecrivez un message",
"Waiting for peer public key...": "En attente de la clé publique du correspondant...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Joindre les journaux de discussion",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Le fait de joindre les journaux de discussion facilite le processus de résolution du litige et ajoute de la transparence. Cependant, cela peut compromettre votre vie privée.",
"Submit dispute statement": "Soumettre une déclaration de litige",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Options avancées",
"Invoice to wrap": "Facture à emballer",
"Payout Lightning Invoice": "Facture de paiement Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Utiliser Lnproxy",
"Wrap": "Envelopper",
"Wrapped invoice": "Facture enveloppée",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Address",
"Final amount you will receive": "Montant final que vous recevrez",
"Invalid": "Invalide",
"Mining Fee": "Frais Minage",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "Le coordinateur RoboSats effectuera un échange et enverra les Sats à votre adresse onchain.",
"Swap fee": "Frais d'échange",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirmer la réception de {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Confirmer l'envoi de {{amount}} {{currencyCode}}",
"Open Dispute": "Ouvrir litige",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Dites bonjour! Soyez serviable et concis. Faites-leur savoir comment vous envoyer les {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "Pour ouvrir un litige, vous devez attendre",
"Wait for the seller to confirm he has received the payment.": "Attendez que le vendeur confirme qu'il a reçu le paiement.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Veuillez soumettre votre déclaration. Soyez clair et précis sur ce qui s'est passé et fournissez les preuves nécessaires. Vous DEVEZ fournir une méthode de contact: email jetable, XMPP ou nom d'utilisateur telegram pour assurer le suivi avec le personnel. Les litiges sont résolus à la discrétion de vrais robots (alias humains), alors soyez aussi utile que possible pour assurer un résultat équitable. Max 5000 caractères.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Vous avez malheureusement perdu le litige. Si vous pensez qu'il s'agit d'une erreur, vous pouvez demander à rouvrir le dossier en envoyant un email à robosats@protonmail.com. Toutefois, les chances qu'il soit réexaminé sont faibles.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Veuillez enregistrer les informations nécessaires à l'identification de votre ordre et de vos paiements : ID de l'ordre; hachages de paiement des cautions ou des dépòts (vérifiez sur votre portefeuille lightning); montant exact des satoshis; et surnom du robot. Vous devrez vous identifier en tant qu'utilisateur impliqué dans cette transaction par e-mail (ou autres méthodes de contact).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Nous attendons la déclaration de votre partenaire commercial. Si vous avez des doutes sur l'état du litige ou si vous souhaitez ajouter des informations supplémentaires, contactez robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Les deux déclarations ont été reçues, attendez que le personnel résolve le litige. Si vous avez des doutes sur l'état du litige ou si vous souhaitez ajouter des informations supplémentaires, contactez robosats@protonmail.com. Si vous n'avez pas fourni de méthode de contact, ou si vous n'êtes pas sûr de l'avoir bien écrit, écrivez-nous immédiatement.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Vous pouvez réclamer le montant de la résolution du litige (dépôt et garantie de fidélité) à partir des récompenses de votre profil. Si le personnel peut vous aider en quoi que ce soit, n'hésitez pas à nous contacter à l'adresse robosats@protonmail.com (ou via la méthode de contact jetable que vous avez fourni).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si le vendeur n'effectue pas de dépôt, vous récupérez automatiquement votre caution. En outre, vous recevrez une compensation (vérifiez les récompenses dans votre profil).",
"We are waiting for the seller to lock the trade amount.": "Nous attendons que le vendeur verrouille le montant de la transaction.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renouveler la commande",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copier dans le presse-papiers",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Cette facture est en attente, elle sera gelée dans votre portefeuille. Elle ne sera débitée que si vous annulez ou perdez un litige.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Cette facture est en attente, elle sera gelée dans votre portefeuille. Elle sera remise à l'acheteur une fois que vous aurez confirmé avoir reçu les {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Annuler la commande",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Votre ordre public a été mis en pause. Pour l'instant, il ne peut pas être vu ou pris par d'autres robots. Vous pouvez décider de le remettre en pause à tout moment.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Avant de vous laisser envoyer {{amountFiat}} {{currencyCode}}, nous voulons nous assurer que vous êtes en mesure de recevoir les BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si l'acheteur ne coopère pas, vous récupérez automatiquement le dépôt de garantie et votre caution. En outre, vous recevrez une compensation (vérifiez les récompenses dans votre profil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Nous attendons que l'acheteur dépose une facture lightning. Dès qu'il l'aura fait, vous pourrez communiquer directement les détails du paiement.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Parmi les ordres publics en {{currencyCode}} (la plus élevée est la moins chère)",
"If the order expires untaken, your bond will return to you (no action needed).": "Si l'ordre expire sans être prise, votre caution vous sera rendue (aucune action n'est nécessaire).",
"Pause the public order": "Suspendre la commande public",
"Premium rank": "Rang de prime",
"Public orders for {{currencyCode}}": "Ordres publics pour {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Motif de l'échec:",
"Next attempt in": "Prochaine tentative en",
"Retrying!": "Nouvelle tentative !",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats essaiera de payer votre facture 3 fois toutes les 1 minute. S'il continue à échouer, vous pourrez soumettre une nouvelle facture. Vérifiez si vous avez suffisamment de liquidité entrante. N'oubliez pas que les nœuds lightning doivent être en ligne pour pouvoir recevoir des paiements.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Votre facture a expiré ou plus de 3 tentatives de paiement ont été effectuées. Soumettez une nouvelle facture.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats tente de payer votre facture lightning. Rappelez-vous que les nœuds lightning doivent être en ligne pour recevoir des paiements.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renouveler",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats s'améliore avec plus de liquidité et d'utilisateurs. Parlez de Robosats à un ami bitcoiner!",
"Sending coins to": "Envoi coins à",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Merci d'utiliser Robosats!",
"Thank you! RoboSats loves you too": "Merci ! RoboSats vous aime aussi",
"Your TXID": "Votre TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Veuillez attendre que le preneur verrouille une caution. Si le preneur ne verrouille pas la caution à temps, l'ordre sera rendue publique à nouveau",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "Un robot technicien est arrivé !",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "J'apporte mes propres robots, les voici. (Glisser-déposer workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "C'est la première fois que je viens ici. Générer un nouveau Robot Garage et un jeton robot étendu (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Personnaliser fenêtres d'affichage",
"Freeze viewports": "Geler fenêtres d'affichage",
"desktop_unsafe_alert": "Certaines fonctionnalités sont désactivées pour votre protection (e.g, le chat) et vous ne pourrez pas effectuer une transaction sans elles. Pour protéger votre vie privée et activer pleinement RoboSats, utilisez <1>Tor Browser</1> et visitez le site <3>Onion</3>.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "Sul proprio nodo sovrano",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "Il coordinatore RoboSats è alla versione {{coordinatorVersion}}, ma l'applicazione client è {{clientVersion}}. Questo disallineamento di versione potrebbe causare una cattiva esperienza utente.",
"Update your RoboSats client": "Aggiorna il tuo client RoboSats",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Abilita opzioni avanzate",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "Il client RoboSats è servito dal proprio nodo, garantendo la massima sicurezza e privacy.",
"You are self-hosting RoboSats": "Stai ospitando RoboSats in autonomia",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Non stai usando RoboSats privatemente",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Da",
"to": "a",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " con uno sconto del {{discount}}%",
" at a {{premium}}% premium": " con un premio del {{premium}}%",
" at market price": " al prezzo di mercato",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Scegli come stabilire il prezzo",
"Clear form": "Pulisci form",
"Edit order": "Modifica ordine",
"Enable advanced options": "Abilita opzioni avanzate",
"Enter the destination of the Lightning swap": "Inserisci la destinazione dello swap Lightning",
"Escrow/Invoice Timer (HH:mm)": "Deposito/Timer della fattura (HH:mm)",
"Escrow/invoice step length": "Deposito/durata dello step della fattura",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "Riceverai circa {{swapSats}} Sats su LN (le commissioni possono variare)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "Invierai circa {{swapSats}} LN Sats (le commissioni possono variare)",
"Your order fixed exchange rate": "Il tasso di cambio fisso del tuo ordine",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Routing Lightning fallito",
"New chat message": "Nuovo messaggio in chat",
"Order chat is open": "La chat per l'ordine è aperta",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Scaduto!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Preso!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Quantità {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Accettando questo ordine rischi di perdere tempo. Se l'offerente non procede in tempo, sarai ricompensato in sats per il 50% della cauzione dell'offerente.",
"Enter amount of fiat to exchange for bitcoin": "Inserisci la quantità di fiat da scambiare per bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Devi prima specificare una quantità",
"You will receive {{satoshis}} Sats (Approx)": "Riceverai {{satoshis}} Sats (approssimativo)",
"You will send {{satoshis}} Sats (Approx)": "Invierai {{satoshis}} Sats (approssimativo)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Metodi di pagamento accettati",
"Amount of Satoshis": "Quantità di sats",
"Deposit timer": "Per depositare",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "Invii {{amount}} Sats via Lightning (approssimativo)",
"You send via {{method}} {{amount}}": "Invii {{amount}} via {{method}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premio: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Scuro",
"Fiat": "Fiat",
"Light": "Chiaro",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Annulla",
"Cancel order and unlock bond instantly": "Annulla ordine e sblocca immediatamente la cauzione",
"Collaborative Cancel": "Annullamento collaborativo",
"Unilateral cancelation (bond at risk!)": "Annullanmento unilaterale (cauzione a rischio!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Hai richiesto per un annullamento collaborativo",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} vorrebbe annullare collaborativamente",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Acquirente",
"Completed in": "Completato in",
"Contract exchange rate": "Tasso di cambio contrattuale",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Vedi wallet compatibili",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Annullare l'ordine?",
"Confirm Cancel": "Conferma l'annullamento",
"If the order is cancelled now you will lose your bond.": "Se l'ordine viene annullato adesso perderai la cauzione.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accetta annullamento",
"Ask for Cancel": "Richiesta di annullamento",
"Collaborative cancel the order?": "Annullare collaborativamente l'ordine?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Il deposito di transazione è stato registrato. L'ordine può solo essere cancellato se entrambe le parti sono d'accordo all'annullamento.",
"Your peer has asked for cancellation": "Il tuo pari ha richiesto l'annullanmento",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Sono d'accordo e apri una disputa",
"Disagree": "Non sono d'accordo",
"Do you want to open a dispute?": "Vuoi aprire una disputa?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assicurati di esportare il log della chat. Lo staff potrebbe richiedere il file JSON di log della chat esportato per risolvere eventuali dispute. È tua responsabilità conservarlo.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Lo staff di RoboSats esaminerà le dichiarazioni e le prove fornite. È necessario costruire un caso completo, poiché lo staff non può leggere la chat. È meglio fornire un metodo di contatto temporaneo insieme alla propria dichiarazione. I satoshi presenti nel deposito saranno inviati al vincitore della disputa, mentre il perdente perderà il deposito",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Conferma",
"Confirm you received {{amount}} {{currencyCode}}?": "Confermi la ricezione di {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confermando di aver ricevuto {{importo}} {{currencyCode}} concluderai lo scambio. I satoshi in deposito saranno rilasciati all'acquirente. Conferma solo dopo che {{amount}} {{valutaCodice}} sono arrivati sul tuo conto. Si noti che se si riceve il pagamento e non si clicca su conferma, si rischia di perdere la propria cauzione.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confermi di aver inviato {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confermando di aver inviato {{importo}} {{currencyCode}} consentirai al tuo pari di finalizzare la transazione. Se non lo si è ancora inviato e si procede comunque a una falsa conferma, si rischia di perdere la propria cauzione.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "LEGGERE. Nel caso in cui il pagamento al venditore sia stato bloccato e sia assolutamente impossibile concludere la compravendita, puoi annullare la tua conferma di \"Fiat inviate\". Questo solo se tu e il venditore avete già concordato in chat di procedere a un annullamento collaborativo. Dopo la conferma, il pulsante \"Annullamento collaborativo\" sarà nuovamente visibile. Fare clic su questo pulsante solo se si sa cosa si sta facendo. Agli utenti che utilizzano RoboSats per la prima volta è caldamente sconsigliato eseguire questa azione! Assicurarsi al 100% che il pagamento non sia andato a buon fine e che l'importo sia presente nel conto.",
"Revert the confirmation of fiat sent?": "Annullare la conferma dell'invio di fiat?",
"Wait ({{time}})": "Attendi ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Importo non ancora bloccato, controllare il portafoglio WebLN.",
"Invoice not received, please check your WebLN wallet.": "Fattura non ricevuta, controllare il portafoglio WebLN.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Ora è possibile chiudere il popup del portafoglio WebLN.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Controlla PGP",
"Export": "Esporta",
"Save full log as a JSON file (messages and credentials)": "Salva l'elenco completo come file JSON (messaggi e credenziali)",
"Verify your privacy": "Verifica la tua privacy",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...in attesa",
"Activate slow mode (use it when the connection is slow)": "Attiva slow mode (da utilizzare quando la connessione è lenta)",
"Peer": "Pari",
"You": "Tu",
"connected": "connesso",
"disconnected": "disconnesso",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Connessione...",
"Send": "Invia",
"Type a message": "Digita un messaggio",
"Waiting for peer public key...": "In attesa della chiave pubblica del tuo pari...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Allega i logs della chat",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Allegare i logs della chat semplifica il processo di risoluzione della contestazione e aggiunge trasparenza. Tuttavia, potrebbe compromettere la tua privacy.",
"Submit dispute statement": "Dichiarazione inviata",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Opzioni avanzate",
"Invoice to wrap": "Fattura da confezionare",
"Payout Lightning Invoice": "Fattura di pagamento Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Usa Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Indirizzo Bitcoin",
"Final amount you will receive": "Importo finale che riceverai",
"Invalid": "Invalido",
"Mining Fee": "Commissione di mining",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "Il coordinatore RoboSats effettuerà uno swap e invierà i Sats al tuo indirizzo onchain.",
"Swap fee": "Commissione di swap",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Conferma la ricezione di {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Conferma l'invio di {{amount}} {{currencyCode}}",
"Open Dispute": "Apri una disputa",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Saluta! Sii utile e conciso. Fai sapere come inviarti {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "Per aprire una contestazione devi attendere",
"Wait for the seller to confirm he has received the payment.": "Aspetta che l'offerente confermi la ricezione del pagamento.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Per favore, invia la tua dichiarazione. Sii chiaro e specifico sull'accaduto e fornisci le prove necessarie. DEVI fornire un metodo di contatto: email temporanea, nome utente XMPP o telegram per contattare lo staff. Le dispute vengono risolte a discrezione di veri robot (alias umani), quindi sii il più collaborativo possibile per garantire un esito equo. Massimo 5000 caratteri.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Purtroppo hai perso la disputa. Se ritieni che si tratti di un errore, puoi chiedere di riaprire il caso inviando una email all'indirizzo robosats@protonmail.com. Tuttavia, le probabilità che il caso venga esaminato nuovamente sono basse.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Per favore, salva le informazioni necessarie per identificare il tuo ordine e i tuoi pagamenti: ID dell'ordine; hash dei pagamenti delle garanzie o del deposito (controlla sul tuo wallet lightning); importo esatto in Sats; e nickname del robot. Dovrai identificarti come l'utente coinvolto in questa operazione tramite email (o altri metodi di contatto).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Siamo in attesa della dichiarazione della controparte. Se hai dubbi sullo stato della disputa o vuoi aggiungere ulteriori informazioni, contatta robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Sono state ricevute entrambe le dichiarazioni, attendi che lo staff risolva la disputa. Se sei incerto sullo stato della controversia o vuoi aggiungere ulteriori informazioni, contatta robosats@protonmail.com. Se non hai fornito un metodo di contatto o non sei sicuro di aver scritto bene, scrivici immediatamente.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puoi richiedere l'importo per la risoluzione delle controversie (deposito e cauzione) dalla sezione ricompense del tuo profilo. Se c'è qualcosa per cui lo staff può essere d'aiuto, non esitare a contattare robosats@protonmail.com (o tramite il metodo di contatto temporaneo fornito).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'offerente non effettua il deposito, riceverai indietro la cauzione automaticamente. In più, riceverai un compenso (controlla le ricompense sul tuo profilo).",
"We are waiting for the seller to lock the trade amount.": "Stiamo aspettando che l'offerente blocchi l'ammontare della transazione.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Rinnova l'ordine",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copia negli appunti",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Questa è una ricevuta di deposito, verrà congelata nel tuo wallet. Sarà riscossa solamente in caso di annullamento o perdita di una disputa.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Questa è una ricevuta di deposito, verrà congelata nel tuo wallet. Sarà accreditata all'acquirente una volta tu abbia confermato di aver ricevuto {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Rimuovi la pausa all'ordine",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Il tuo ordine pubblico è in sospeso. Al momento non può essere visto o accettato da altri robot. È possibile scegliere di toglierlo dalla pausa in qualsiasi momento",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Prima di lasciarti inviare {{amountFiat}} {{currencyCode}}, vogliamo assicurarci che tu sia in grado di ricevere i BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'acquirente non collabora, ti verranno restituite automaticamente la garanzia di transazione e la cauzione. In più, riceverai un compenso (controlla le ricompense sul tuo profilo).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Stiamo aspettando che l'acquirente invii una fattura lightning. Appena fatto, sarai in grado di comunicare direttamente i dettagli di pagamento.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Tra gli ordini pubblici in {{currencyCode}} (costo crescente)",
"If the order expires untaken, your bond will return to you (no action needed).": "Se l'ordine scade senza venire accettato, la cauzione ti sarà restituita (nessun'azione richiesta).",
"Pause the public order": "Sospendi l'ordine pubblico",
"Premium rank": "Classifica del premio",
"Public orders for {{currencyCode}}": "Ordini pubblici per {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Ragione del fallimento:",
"Next attempt in": "Prossimo tentativo",
"Retrying!": "Nuovo tentativo!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "La tua fattura è scaduta o sono stati fatti più di 3 tentativi di pagamento. Invia una nuova fattura.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats sta provando a pagare la tua fattura lightning. Ricorda che i nodi lightning devono essere online per ricevere pagamenti.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Rinnova",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats migliora se ha più liquidità ed utenti. Parla di Robosats ai tuoi amici bitcoiner!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Grazie per aver usato Robosats!",
"Thank you! RoboSats loves you too": "Grazie! Anche RoboSats ti ama",
"Your TXID": "Il tuo TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Per favore, attendi che l'acquirente blocchi una cauzione. Se l'acquirente non blocca una cauzione in tempo, l'ordine verrà reso nuovamente pubblico.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "Un tecnico robot è arrivato!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "Porto i miei robots personali, eccoli. (Trascina e rilascia workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "Questa è la mia prima volta qui. Genera un nuovo Robot Garage e un token robot esteso (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Personalizza le finestre di visualizzazione",
"Freeze viewports": "Fissa le finestre di visualizzazione",
"desktop_unsafe_alert": "Alcune funzionalità (come la chat) sono disabilitate per le tua sicurezza e non sarai in grado di completare un'operazione senza di esse. Per proteggere la tua privacy e abilitare completamente RoboSats, usa <1>Tor Browser</1> e visita il sito <3>Onion</3>",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "あなた自身の主権ノードで",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSatsコーディネーターはバージョン{{coordinatorVersion}}で、クライアントアプリは{{clientVersion}}です。このバージョンの不一致は、悪いユーザーエクスペリエンスを引き起こす可能性があります。",
"Update your RoboSats client": "RoboSatsクライアントを更新してください",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "高度な設定を有効にする",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSatsクライアントは、あなた自身のードから提供され、最高のセキュリティとプライバシーが保証されます。",
"You are self-hosting RoboSats": "RoboSatsを自己ホスティングしています",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "RoboSatsをプライベートで使用していません",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "から",
"to": "まで",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": "{{discount}}%のディスカウントで",
" at a {{premium}}% premium": "{{premium}}%のプレミアムで",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "価格設定方法を選択してください。",
"Clear form": "フォームをクリア",
"Edit order": "注文を編集",
"Enable advanced options": "高度な設定を有効にする",
"Enter the destination of the Lightning swap": "ライトニングスワップの送信先を入力してください。",
"Escrow/Invoice Timer (HH:mm)": "エスクロー/インボイスのタイマー(HH:mm)",
"Escrow/invoice step length": "エスクロー/インボイスのステップ期間",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "約{{swapSats}} ライトニングSatsを受け取ります手数料は異なる場合があります",
"You send approx {{swapSats}} LN Sats (fees might vary)": "約{{swapSats}} ライトニングSatsを送信します手数料は異なる場合があります",
"Your order fixed exchange rate": "注文の固定為替レート",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "ライトニングのルーティングに失敗しました",
"New chat message": "チャットに新しいメッセージがあります",
"Order chat is open": "注文のチャットが開かれています",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 期限切れ!",
"🙌 Funished!": "🙌 完了!",
"🥳 Taken!": "🥳 受け取られました!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "金額 {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "このオーダーを引き受けることで、時間を無駄にする可能性があります。メーカーが指定された時間内に進まない場合、メーカーの担保金の50に相当するSatsで補償されます。",
"Enter amount of fiat to exchange for bitcoin": "ビットコインと交換するフィアット通貨の金額を入力してください",
@ -391,7 +394,7 @@
"You must specify an amount first": "まず金額を指定する必要があります",
"You will receive {{satoshis}} Sats (Approx)": "{{satoshis}} Satsを受け取りますおおよその金額",
"You will send {{satoshis}} Sats (Approx)": "{{satoshis}} Satsを送信しますおおよその金額",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "受け付ける支払い方法",
"Amount of Satoshis": "サトシの金額",
"Deposit timer": "デポジットタイマー",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "ライトニングで{{amount}} Satsを送信します",
"You send via {{method}} {{amount}}": "{{method}}で{{amount}}を送信します",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - プレミアム: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "ダーク",
"Fiat": "フィアット",
"Light": "ライト",
"Mainnet": "メインネット",
"Swaps": "スワップ",
"Testnet": "テストネット",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "キャンセル",
"Cancel order and unlock bond instantly": "注文をキャンセルして、担保金を解除する",
"Collaborative Cancel": "共同キャンセル",
"Unilateral cancelation (bond at risk!)": "一方的なキャンセル(担保金が危険に!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "あなたが共同的なキャンセルを求めています",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}}が共同的なキャンセルを求めています",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "買い手",
"Completed in": "完了",
"Contract exchange rate": "契約為替レート",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "互換性のあるウォレットを見る",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "注文をキャンセルしますか?",
"Confirm Cancel": "キャンセルを確認",
"If the order is cancelled now you will lose your bond.": "注文を今キャンセルすると担保金を失います。",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "キャンセルを受け入れる",
"Ask for Cancel": "キャンセルを要求する",
"Collaborative cancel the order?": "注文を共同キャンセルしますか?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "取引用エスクローが投稿されました。メーカーとテイカーが両方共同でキャンセルすることで注文をキャンセルできます。",
"Your peer has asked for cancellation": "あなたの相手がキャンセルを要求しました",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "同意して紛争を開始する",
"Disagree": "戻る",
"Do you want to open a dispute?": "紛争を開始しますか?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "チャットログをエクスポートすることを確認してください。スタッフは、不一致を解決するためにエクスポートされたチャットログJSONを要求する場合があります。保存する責任があなたにあります。",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSatsスタッフは、提供された声明と証拠を調査します。スタッフはチャットを読めないため、完全な証拠を提供する必要があります。声明とともに使い捨ての連絡方法を提供するのが最善です。トレードのエスクローにあるSatsは、紛争の勝者に送られ、紛争の敗者は担保金を失います。",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "確認する",
"Confirm you received {{amount}} {{currencyCode}}?": "{{amount}} {{currencyCode}}を受け取ったことを確認しますか?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "{{amount}} {{currencyCode}}を受け取ったことを確認すると、取引が完了します。 エスクローにあるSatsが買い手に解放されます。 {{amount}} {{currencyCode}}があなたのアカウントに到着した後にのみ確認してください。 支払いを受け取った場合に確認しない場合、担保金を失うリスクがあることに注意してください。",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "{{amount}} {{currencyCode}} を送信したことを確認しますか?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "{{amount}} {{currencyCode}}を送信したことを確認することで、取引を最終的に完了することができます。まだ送信していない場合、偽の確認を続けると、担保金を失う可能性があります。",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Satsがまだロックされていません。WebLNウォレットを確認してください。",
"Invoice not received, please check your WebLN wallet.": "インボイスが受信されていません。WebLNウォレットを確認してください。",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "WebLNウォレットのポップアップを閉じても良いです。",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "PGPを監査する",
"Export": "エクスポート",
"Save full log as a JSON file (messages and credentials)": "全ログをJSONファイルとして保存するメッセージと資格情報",
"Verify your privacy": "プライバシーを確認する",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...待機中",
"Activate slow mode (use it when the connection is slow)": "スローモードを有効にする(接続が遅い場合に使用)",
"Peer": "相手",
"You": "あなた",
"connected": "接続されました",
"disconnected": "切断されました",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "接続中...",
"Send": "送信する",
"Type a message": "メッセージを入力してください",
"Waiting for peer public key...": "相手の公開鍵を待っています...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "チャットログを添付する",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "チャットログを添付することで紛争解決プロセスが促進され、透明性が高まります。ただし、プライバシーが危険にさらされる可能性があります。",
"Submit dispute statement": "紛争申し立てを送信する",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "高度な設定",
"Invoice to wrap": "ラップするインボイス",
"Payout Lightning Invoice": "支払いのライトニングインボイス",
@ -521,14 +524,14 @@
"Use Lnproxy": "Lnproxyを使用する",
"Wrap": "ラップする",
"Wrapped invoice": "ラップされたインボイス",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "ビットコインアドレス",
"Final amount you will receive": "あなたが受け取る最終金額",
"Invalid": "無効",
"Mining Fee": "マイニング手数料",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSatsコーディネーターがスワップを実行し、Satsをあなたのオンチェーンアドレスに送信します。",
"Swap fee": "スワップ手数料",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "{{amount}} {{currencyCode}}が受信されたことを確認する",
"Confirm {{amount}} {{currencyCode}} sent": "{{amount}} {{currencyCode}}が送信されたことを確認する",
"Open Dispute": "紛争を開始する",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "こんにちはと言ってください!役に立つように簡潔にしてください。どのようにして{{amount}} {{currencyCode}}を送信するかを知らせてください。",
"To open a dispute you need to wait": "紛争を開くには待つ必要があります",
"Wait for the seller to confirm he has received the payment.": "売り手が支払いを受け取ったことを確認するまで待ちます。",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "あなたの声明を提出してください。何が起こったかを明確に具体的に説明し、必要な証拠を提供してください。スタッフと連絡を取るためにBurnerメール、XMPP、またはTelegramのユーザー名などの連絡先を必ず提供してください。紛争は実際のロボット人間の裁量で解決されるため、公正な結果を確実にするためにできるだけ協力してください。最大5000文字。",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "残念ながら、あなたは紛争に負けました。これが間違いであると思う場合は、robosats@protonmail.comに電子メールでケースを再開するように依頼できます。ただし、再調査される可能性は低いです。",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "注文と支払いを識別するために必要な情報を保存してください注文、担保金またはエスクローの支払いハッシュライトニングウォレットで確認してください、正確なSatsの量、およびロボットのニックネーム。この取引に関与したユーザーとして自分自身をメールまたは他の連絡方法で識別する必要があります。",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "あなたの取引相手の声明を待っています。紛争の状況について疑問がある場合や、情報を追加したい場合は、robosats@protonmail.comに連絡してください。",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "両方の声明が受け取られました。スタッフが紛争を解決するのを待ってください。紛争の状態について迷ったり、追加情報を提供したい場合は、robosats@protonmail.com に連絡してください。連絡先を提供しなかった場合、または正しく書いたかどうか確信が持てない場合は、すぐに連絡してください。",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "あなたはプロフィールの報酬から紛争解決金額エスクローと担保金を請求することができます。もしあなたに何かスタッフが助けられることがあれば、robosats@protonmail.comまたは提供された使い捨て連絡先方法を通じてまでお気軽にお問い合わせください。",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "もうしばらくお待ちください。もし売り手がデポジットしない場合は、担保金が自動的に返金されます。さらに、報酬を受け取ることができます(プロフィールで報酬を確認してください)。",
"We are waiting for the seller to lock the trade amount.": "売り手が取引金額をロックするまでお待ちください。",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "注文を更新する",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "クリップボードにコピーする",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "これは保留中のインボイスです。あなたのウォレットの中で凍結されます。キャンセルまたは紛争に敗訴した場合にのみ請求されます。",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "これは保留中のインボイスです。あなたのウォレットの中で凍結されます。{{currencyCode}}を受け取ったことを確認すると、買い手にリリースされます。",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "注文の再開",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "あなたの公開注文は一時停止されました。現時点では、他のロボットに見ることも取ることもできません。いつでも再開することができます。",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "{{amountFiat}} {{currencyCode}}を送信する前に、あなたがBTCを受け取ることができるかどうかを確認したいと思います。",
"Lightning": "ライトニング",
"Onchain": "オンチェーン",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "もうしばらくお待ちください。もし買い手が協力しない場合、取引担保と担保金が自動的に返金されます。さらに、報酬を受け取ることができます(プロフィールで報酬を確認してください)。",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "買い手がライトニングインボイスを投稿するのを待っています。投稿されたら、直接フィアット通貨決済の詳細を通知できます。",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "{{currencyCode}}の公開注文の中で(高い方が安い)",
"If the order expires untaken, your bond will return to you (no action needed).": "オーダーが期限切れになっても取られない場合、あなたの担保金はあなたに戻ります(何も行動する必要はありません)。",
"Pause the public order": "公開注文を一時停止する",
"Premium rank": "プレミアムランク",
"Public orders for {{currencyCode}}": "{{currencyCode}}の公開注文",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "失敗の原因:",
"Next attempt in": "次の試行まで",
"Retrying!": "再試行中!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSatsは分の休憩を挟んでインボイスを回支払おうとします。引き続き失敗する場合は、新しいインボイスを提出できます。十分な流動性があるかどうかを確認してください。ライトニングードは、支払いを受け取るためにオンラインにする必要があることを忘れないでください。",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "インボイスの有効期限が切れているか、3回以上の支払い試行が行われました。新しいインボイスを提出してください。",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSatsはあなたのライトニングインボイスを支払おうとしています。支払いを受け取るには、ライトニングードがオンラインである必要があることを忘れないでください。",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "更新する",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSatsはより多くの流動性とユーザーでより良くなります。ビットコイナーのお友達にRoboSatsについて話してください",
"Sending coins to": "コインを送信する先",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Robosatsをご利用いただきありがとうございます",
"Thank you! RoboSats loves you too": "ありがとうございます! RoboSatsもあなたを愛しています",
"Your TXID": "あなたのTXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "テイカーが担保金をロックするまでお待ちください。タイムリミット内に担保金がロックされない場合、オーダーは再度公開されます。",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "ロボット技術者が到着しました!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "私は自分のロボットを持っています、ここにあります。workspace.jsonをドラッグアンドドロップしてください",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "初めてここに来ました。新しいロボットガレージと拡張ロボットトークンxTokenを生成します。",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "表示のカスタマイズ",
"Freeze viewports": "表示を凍結",
"desktop_unsafe_alert": "いくつかの機能チャットなどは、保護のために無効になっており、それらなしでは取引を完了できません。プライバシーを保護し、RoboSatsを完全に有効にするには、<1> Torブラウザ</1>を使用して、<3>オニオンサイト</3>を訪問してください。",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Nie używasz Robosats prywatnie",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Od",
"to": "do",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " o godz {{discount}}% zniżka",
" at a {{premium}}% premium": " o godz {{premium}}% premia",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Wybierz metodę ustalania cen",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Your order fixed exchange rate",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Ilość {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Przyjmując to zamówienie, ryzykujesz zmarnowanie czasu. Jeśli twórca nie wywiąże się na czas, otrzymasz rekompensatę w satoshi za 50% kaucji producenta.",
"Enter amount of fiat to exchange for bitcoin": "Wprowadź kwotę fiat do wymiany na bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Musisz najpierw określić kwotę",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Akceptowane metody płatności",
"Amount of Satoshis": "Ilość Satoshis",
"Deposit timer": "Deposit timer",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premia: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Anulować",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Wspólna Anuluj",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Poprosiłeś o wspólne anulowanie",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} prosi o anulowanie współpracy",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Kupujący",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "See Compatible Wallets",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Anulować zamówienie?",
"Confirm Cancel": "Potwierdź Anuluj",
"If the order is cancelled now you will lose your bond.": "Jeśli zamówienie zostanie teraz anulowane, stracisz kaucję.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Poproś o anulowanie",
"Collaborative cancel the order?": "Wspólnie anulować zamówienie?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depozyt transakcji został wysłany. Zamówienie można anulować tylko wtedy, gdy zarówno producent, jak i przyjmujący wyrażą zgodę na anulowanie.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Zgadzam się i otwieram spór",
"Disagree": "Nie zgadzać się",
"Do you want to open a dispute?": "Chcesz otworzyć spór?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Pracownicy RoboSats przeanalizują przedstawione oświadczenia i dowody. Musisz zbudować kompletną sprawę, ponieważ personel nie może czytać czatu. W oświadczeniu najlepiej podać metodę kontaktu z palnikiem. Satoshi w depozycie handlowym zostaną wysłane do zwycięzcy sporu, podczas gdy przegrany sporu straci obligację.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Potwierdzać",
"Confirm you received {{amount}} {{currencyCode}}?": "Potwierdź otrzymanie {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Audit PGP",
"Export": "Export",
"Save full log as a JSON file (messages and credentials)": "Save full log as a JSON file (messages and credentials)",
"Verify your privacy": "Verify your privacy",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Par",
"You": "Ty",
"connected": "połączony",
"disconnected": "niepowiązany",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Złączony...",
"Send": "Wysłać",
"Type a message": "Wpisz wiadomość",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Prześlij oświadczenie o sporze",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Wypłata faktura Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Address",
"Final amount you will receive": "Final amount you will receive",
"Invalid": "Nieważny",
"Mining Fee": "Mining Fee",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap fee",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Potwierdź otrzymanie {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Potwierdź wysłanie {{amount}} {{currencyCode}}",
"Open Dispute": "Otwarta dyskusja",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Powiedz cześć! Bądź pomocny i zwięzły. Poinformuj ich, jak wysłać Ci {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Poczekaj, aż sprzedawca potwierdzi, że otrzymał płatność.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Prosimy o przesłanie oświadczenia. Jasno i konkretnie opisz, co się stało, i przedstaw niezbędne dowody. MUSISZ podać metodę kontaktu: adres e-mail nagrywarki, XMPP lub nazwę użytkownika telegramu, aby skontaktować się z personelem. Spory są rozwiązywane według uznania prawdziwych robotów (czyli ludzi), więc bądź tak pomocny, jak to tylko możliwe, aby zapewnić sprawiedliwy wynik. Maksymalnie 5000 znaków.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Niestety przegrałeś spór. Jeśli uważasz, że to pomyłka, możesz poprosić o ponowne otwarcie sprawy za pośrednictwem poczty e-mail na adres robosats@protonmail.com. Jednak szanse na ponowne zbadanie sprawy są niewielkie.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Prosimy o zapisanie informacji potrzebnych do identyfikacji zamówienia i płatności: identyfikator zamówienia; skróty płatności obligacji lub escrow (sprawdź w swoim portfelu błyskawicy); dokładna ilość satoshi; i pseudonim robota. Będziesz musiał zidentyfikować się jako użytkownik zaangażowany w ten handel za pośrednictwem poczty elektronicznej (lub innych metod kontaktu).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Czekamy na wyciąg z Twojego odpowiednika handlowego. Jeśli wahasz się co do stanu sporu lub chcesz dodać więcej informacji, skontaktuj się z robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Oba oświadczenia wpłynęły, poczekaj, aż personel rozwiąże spór. Jeśli wahasz się co do stanu sporu lub chcesz dodać więcej informacji, skontaktuj się z robosats@protonmail.com. Jeśli nie podałeś metody kontaktu lub nie masz pewności, czy dobrze napisałeś, napisz do nas natychmiast.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Możesz ubiegać się o kwotę rozstrzygnięcia sporu (depozyt i wierność) z nagród w swoim profilu. Jeśli jest coś, w czym personel może pomóc, nie wahaj się skontaktować się z robosats@protonmail.com (lub za pomocą dostarczonej metody kontaktu z palnikiem).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Poczekaj chwilę. Jeśli sprzedający nie dokona depozytu, automatycznie otrzymasz zwrot kaucji. Dodatkowo otrzymasz rekompensatę (sprawdź nagrody w swoim profilu).",
"We are waiting for the seller to lock the trade amount.": "Czekamy, aż sprzedający zablokuje kwotę transakcji.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renew Order",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Skopiuj do schowka",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "To jest faktura wstrzymana, zatrzyma się w Twoim portfelu. Opłata zostanie naliczona tylko wtedy, gdy anulujesz lub przegrasz spór.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "To jest faktura wstrzymana, zatrzyma się w Twoim portfelu. Zostanie on przekazany kupującemu po potwierdzeniu otrzymania {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Unpause Order",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Czekamy, aż kupujący wyśle fakturę za błyskawicę. Gdy to zrobi, będziesz mógł bezpośrednio przekazać szczegóły płatności.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Wśród publicznych zamówień {{currencyCode}} (wyższy jest tańszy)",
"If the order expires untaken, your bond will return to you (no action needed).": "Jeśli zamówienie wygaśnie i nie zostanie zrealizowane, Twoja kaucja zostanie Ci zwrócona (nie musisz nic robić).",
"Pause the public order": "Pause the public order",
"Premium rank": "Ranga premium",
"Public orders for {{currencyCode}}": "Zamówienia publiczne dla {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Failure reason:",
"Next attempt in": "Następna próba za",
"Retrying!": "Ponawianie!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats będzie próbował zapłacić fakturę 3 razy co 1 minut. Jeśli to się nie powiedzie, będziesz mógł wystawić nową fakturę. Sprawdź, czy masz wystarczającą płynność przychodzącą. Pamiętaj, że węzły pioruna muszą być online, aby otrzymywać płatności.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats próbuje zapłacić fakturę za błyskawicę. Pamiętaj, że węzły pioruna muszą być online, aby otrzymywać płatności.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats staje się lepszy dzięki większej płynności i użytkownikom. Powiedz znajomemu bitcoinerowi o Robosats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Dziękujemy za korzystanie z Robosatów!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Your TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Poczekaj, aż przyjmujący zablokuje obligację. Jeśli przyjmujący nie zablokuje obligacji na czas, zlecenie zostanie ponownie upublicznione.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Niektóre funkcje są wyłączone dla Twojej ochrony (np. czat) i bez nich nie będziesz w stanie dokonać transakcji. Aby chronić swoją prywatność i w pełni włączyć RoboSats, użyj <1>Tor Browser</1> i odwiedź <3>onion<//3>.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Você não está utilizando o RoboSats de forma privada",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "De",
"to": "Para",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " com um desconto de {{discount}}%",
" at a {{premium}}% premium": " com um prêmio de {{premium}}%",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Escolha um método de precificação",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Taxa de câmbio fixa do seu pedido",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Quantidade {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Ao aceitar esta ordem, você corre o risco de perder seu tempo. Se o criador não proceder a tempo, você será compensado em satoshis por 50% do título do criador.",
"Enter amount of fiat to exchange for bitcoin": "Insira o valor da moeda fiduciária para trocar por bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Você deve especificar um valor primeiro",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Métodos de pagamento aceitos",
"Amount of Satoshis": "Quantidade de Satoshis",
"Deposit timer": "Temporizador de depósito",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prêmio: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Cancelar",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Cancelamento colaborativo",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Você solicitou um cancelamento colaborativo",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} está pedindo um cancelamento colaborativo",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Comprador",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Ver Carteiras Compatíveis",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Cancelar a ordem?",
"Confirm Cancel": "Confirmar cancelamento",
"If the order is cancelled now you will lose your bond.": "Se a ordem for cancelada agora, você perderá seu vínculo.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Pedir para cancelar",
"Collaborative cancel the order?": "Cancelar o pedido colaborativamente?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "O caução comercial foi postado. O pedido só pode ser cancelado se ambos, criador e tomador, concordarem em cancelar.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Concordar e abrir disputa",
"Disagree": "Discordar",
"Do you want to open a dispute?": "Quer abrir uma disputa?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Certifique-se de EXPORTAR o log de bate-papo. A equipe pode solicitar seu JSON de log de bate-papo exportado para resolver discrepâncias. É sua responsabilidade armazená-lo.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "A equipe do RoboSats examinará as declarações e evidências fornecidas. Você precisa construir um caso completo, pois a equipe não pode ler o chat. É melhor fornecer um método de contato do queimador com sua declaração. Os satoshis no depósito de garantia serão enviados ao vencedor da disputa, enquanto o perdedor da disputa perderá o vínculo.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "confirmar",
"Confirm you received {{amount}} {{currencyCode}}?": "Confirme que você recebeu {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Auditar PGP",
"Export": "Exportar",
"Save full log as a JSON file (messages and credentials)": "Salvar log completo como um arquivo JSON (mensagens e credenciais)",
"Verify your privacy": "Verifique sua privacidade",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Par",
"You": "Você",
"connected": "conectado",
"disconnected": "desconectado",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Conectando...",
"Send": "Enviar",
"Type a message": "Escreva a mensagem",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Enviar declaração de disputa",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Pagamento Lightning Invoice",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Endereço Bitcoin",
"Final amount you will receive": "Valor final que você receberá",
"Invalid": "Inválido",
"Mining Fee": "Taxa de mineração",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Taxa de negociação",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirmar que recebeu {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Confirmar o envio de {{amount}} {{currencyCode}}",
"Open Dispute": "Abrir disputa",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Diga oi! Seja útil e conciso. Deixe-os saber como enviar {{amount}} {{currencyCode}} para você.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Aguarde o vendedor confirmar que recebeu o pagamento.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, envie sua declaração. Seja claro e específico sobre o que aconteceu e forneça as evidências necessárias. Você DEVE fornecer um método de contato: e-mail do gravador, nome de usuário XMPP ou telegram para acompanhar a equipe. As disputas são resolvidas a critério de robôs reais (também conhecidos como humanos), portanto, seja o mais útil possível para garantir um resultado justo. Máximo de 5000 caracteres.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Infelizmente você perdeu a disputa. Se você acha que isso é um erro, você pode pedir para reabrir o caso por e-mail para robosats@protonmail.com. No entanto, as chances de ser investigado novamente são baixas.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, salve as informações necessárias para identificar seu pedido e seus pagamentos: ID do pedido; hashes de pagamento dos títulos ou caução (verifique sua carteira relâmpago); quantidade exata de satoshis; e apelido de robô. Você terá que se identificar como o usuário envolvido nesta negociação por e-mail (ou outros métodos de contato).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos aguardando sua declaração de contrapartida comercial. Se você está hesitante sobre o estado da disputa ou deseja adicionar mais informações, entre em contato com robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas as declarações foram recebidas, aguarde a equipe para resolver a disputa. Se você está hesitante sobre o estado da disputa ou deseja adicionar mais informações, entre em contato com robosats@protonmail.com. Se você não forneceu um método de contato ou não tem certeza se escreveu certo, escreva-nos imediatamente.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Você pode reivindicar o valor da resolução de disputas (caução e fiança) das recompensas do seu perfil. Se houver algo que a equipe possa ajudar, não hesite em entrar em contato com robosats@protonmail.com (ou através do método de contato fornecido pelo gravador).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o vendedor não depositar, você receberá seu título de volta automaticamente. Além disso, você receberá uma compensação (verifique as recompensas em seu perfil).",
"We are waiting for the seller to lock the trade amount.": "Estamos aguardando o vendedor bloquear o valor da negociação.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renovar pedido",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Copiar para área de transferência",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esta é uma invoice de espera, ela será congelada em sua carteira. Será cobrado apenas se você cancelar ou perder uma disputa.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esta é uma invoice de espera, ela será congelada em sua carteira. Ele será liberado para o comprador assim que você confirmar o recebimento do {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Retomar pedido",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Seu pedido público foi pausado. No momento não pode ser visto ou tomado por outros robôs. Você pode optar por retomá-lo a qualquer momento.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Antes de permitir que você envie {{amountFiat}} {{currencyCode}}, queremos ter certeza de que você pode receber o BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o comprador não cooperar, você receberá de volta a garantia comercial e seu título automaticamente. Além disso, você receberá uma compensação (verifique as recompensas em seu perfil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Estamos aguardando o comprador postar uma lightning invoice. Uma vez que ele o faça, você poderá comunicar diretamente os detalhes do pagamento.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Entre ordens públicas {{currencyCode}} (mais alto é mais barato)",
"If the order expires untaken, your bond will return to you (no action needed).": "Se o pedido expirar sem ser realizado, seu título retornará a você (sem necessidade de ação).",
"Pause the public order": "Pausar a ordem pública",
"Premium rank": "Rank de prêmio",
"Public orders for {{currencyCode}}": "Ordens públicas para {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Motivo da falha:",
"Next attempt in": "Próxima tentativa em",
"Retrying!": "Tentando novamente!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "O RoboSats tentará pagar sua invoice 3 vezes com uma pausa de um minuto entre elas. Se continuar falhando, você poderá enviar uma nova fatura. Verifique se você tem liquidez de entrada suficiente. Lembre-se de que os nós lightning devem estar online para receber pagamentos.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Sua invoice expirou ou foram feitas mais de 3 tentativas de pagamento. Envie uma nova invoice.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats está tentando pagar sua lightning invoice. Lembre-se de que os nós lightning devem estar online para receber pagamentos.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats fica melhor com mais liquidez e usuários. Conte a um amigo bitcoiner sobre Robosats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Obrigado por usar Robosats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Sua TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espere que o tomador bloqueie uma fiança. Se o tomador não fechar um vínculo a tempo, a ordem será tornada pública novamente.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Alguns recursos estão desativados para sua proteção (por exemplo, chat) e você não poderá concluir uma negociação sem eles. Para proteger sua privacidade e utilizar todas as possibilidades do RoboSats, use o <1>Navegador Tor</1> e visite o site <3>Onion</3>.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Выберите местоположение",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Вы не используете RoboSats приватно",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "От",
"to": "до",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " со скидкой {{discount}}%",
" at a {{premium}}% premium": " с наценкой {{premium}}%",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Выберите метод расчёта цен",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Фиксированный курс обмена Вашего ордера",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Сумма {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Взяв этот ордер, Вы рискуете потратить своё время впустую. Если мейкер не появится вовремя, Вы получите компенсацию в Сатоши в размере 50% от залога мейкера",
"Enter amount of fiat to exchange for bitcoin": "Введите количество фиата для обмена на Биткойн",
@ -391,7 +394,7 @@
"You must specify an amount first": "Сначала необходимо указать сумму",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Способ(ы) оплаты",
"Amount of Satoshis": "Количество Сатоши",
"Deposit timer": "Таймер депозита",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Наценка: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Отменить",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Совместная отмена",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Вы запросили совместную отмену",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} запрашивает совместную отмену",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Покупатель",
"Completed in": "Завершено за",
"Contract exchange rate": "Курс обмена контракта",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} МилиСатоши",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Сатоши ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Сатоши ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Смотреть Совместимые Кошельки",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Отменить ордер?",
"Confirm Cancel": "Подтвердить отмену",
"If the order is cancelled now you will lose your bond.": "Если ордер будет отменён сейчас, Вы потеряете залог.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Запросить отмену",
"Collaborative cancel the order?": "Совместно отменить ордер?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Эскроу сделки был опубликован. Ордер может быть отменен только в том случае, если оба, мейкер и тейкер, согласны на отмену.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Согласиться и открыть диспут",
"Disagree": "Не согласиться",
"Do you want to open a dispute?": "Хотите ли Вы открыть диспут?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Обязательно ЭКСПОРТИРУЙТЕ журнал чата. Персонал может запросить Ваш экспортированный журнал чата в формате JSON для устранения несоответствий. Вы несёте ответственность за его сохранение.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Персонал RoboSats рассмотрит предоставленные заявления и доказательства. Вам необходимо построить полное дело, так как сотрудники не могут читать чат. Лучше всего указать одноразовый метод контакта вместе с Вашим заявлением. Сатоши в эскроу сделки будут отправлены победителю диспута, а проигравший в диспуте потеряет залог.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Подтвердить",
"Confirm you received {{amount}} {{currencyCode}}?": "Подтвердить получение {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Платёж не получен. Пожалуйста, проверьте Ваш WebLN Кошелёк.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Вы можете закрыть всплывающее окно WebLN Кошелька",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Аудит PGP",
"Export": "Экспортировать",
"Save full log as a JSON file (messages and credentials)": "Сохранить все логи в виде JSON файла (сообщения и учётные данные)",
"Verify your privacy": "Проверьте свою конфиденциальность",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Партнёр",
"You": "Вы",
"connected": "подключен",
"disconnected": "отключен",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Подключаем...",
"Send": "Отправить",
"Type a message": "Введите сообщение",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Отправить заявление о диспуте",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Счет на выплату Лайтнинг",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Биткойн Адрес",
"Final amount you will receive": "Окончательная сумма, которую Вы получите",
"Invalid": "Неверно",
"Mining Fee": "Комиссия Майнерам",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Комиссия за своп",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Подтвердить получение {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "Подтвердить отправку {{amount}} {{currencyCode}}",
"Open Dispute": "Открыть диспут",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Скажите привет! Будьте доброжелательны и кратки. Сообщите, как отправить Вам {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Подождите, пока продавец подтвердит, что он получил платёж.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Пожалуйста, отправьте своё заявление. Ясно и конкретно опишите, что произошло, и предоставьте необходимые доказательства. Чтобы связаться с персоналом Вы ДОЛЖНЫ указать способ связи: одноразовая электронная почта, XMPP или имя пользователя в Telegram. Споры решаются на усмотрение настоящих роботов (также известных как люди), поэтому будьте как можно более конструктивны, чтобы обеспечить справедливый результат. Максимум 5000 символов.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "К сожалению, Вы проиграли диспут. Если Вы считаете, что это ошибка, Вы можете попросить повторно открыть диспут по электронной почте robosats@protonmail.com. Однако шансы на то, что диспут будет расследован снова, невелики.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Пожалуйста, сохраните информацию, необходимую для идентификации Вашего ордера и Ваших платежей: ID ордера, хэши платежей залога или эскроу (проверьте свой кошелек Lightning), точную сумму Сатоши и псевдоним робота. Вам нужно будет идентифицировать себя как пользователя участвующего в этой сделке по электронной почте (или другим способом связи).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Мы ждём заявление Вашего торгового партнёра. Если Вы сомневаетесь в состоянии диспута или хотите добавить дополнительную информацию, свяжитесь с robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Оба заявления получены, дождитесь разрешения диспута персоналом. Если Вы сомневаетесь в состоянии диспута или хотите добавить дополнительную информацию, свяжитесь с robosats@protonmail.com. Если Вы не указали способ связи, или не уверены, правильно ли Вы его написали, немедленно свяжитесь с нами.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Вы можете запросить сумму разрешения диспута (эскроу и залог) из вознаграждений Вашего профиля. Если есть что-то, с чем персонал может Вам помочь, не стесняйтесь обращаться по адресу robosats@protonmail.com (или через предоставленный Вами одноразовый способ связи).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Просто немного подождите. Если продавец не внесёт депозит, залог вернётся к Вам автоматически. Кроме того, Вы получите компенсацию (проверьте вознаграждения в своем профиле)",
"We are waiting for the seller to lock the trade amount.": " Мы ждём, пока продавец заблокирует сумму сделки.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Обновить ордер",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Скопировать",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Этот инвойс заблокируется в Вашем кошельке. Он будет списан только в том случае, если Вы отмените сделку или проиграете диспут.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Этот инвойс заблокируется в Вашем кошельке. Он будет передан покупателю, как только Вы подтвердите получение {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Запустить ордер",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Ваш публичный ордер приостановлен. В данный момент его не могут увидеть или принять другие роботы. Вы можете запустить его в любое время.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Прежде чем позволить Вам отправить {{amountFiat}} {{currencyCode}}, мы хотим убедиться, что Вы можете получить BTC.",
"Lightning": "Лайтнинг",
"Onchain": "Ончейн",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Просто немного подождите. Если покупатель не будет сотрудничать, Вы автоматически вернёте свой депозит и залог. Кроме того, Вы получите компенсацию (проверьте вознаграждение в своем профиле).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Мы ждём, пока покупатель разместит Lightning инвойс. Как только он это сделает, Вы сможете напрямую сообщить реквизиты фиатного платежа.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Среди публичных {{currencyCode}} ордеров (чем выше, тем дешевле)",
"If the order expires untaken, your bond will return to you (no action needed).": "Если Ваш ордер не будет принят и срок его действия истечёт, Ваша залог вернётся к Вам (никаких действий не требуется).",
"Pause the public order": "Приостановить публичный ордер",
"Premium rank": "Ранг наценки",
"Public orders for {{currencyCode}}": "Публичные ордера {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Причина неудачи:",
"Next attempt in": "Следующая попытка через",
"Retrying!": "Повторная попытка!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats будет пытаться оплатить Ваш инвойс 3и раза каждые 1ть минут. Если это не удастся, Вы сможете отправить новый инвойс. Проверьте, достаточно ли у Вас входящей ликвидности. Помните, что ноды Lightning должны быть подключены к сети, чтобы получать платежи.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Срок действия Вашего инвойса истёк или было сделано более трёх попыток оплаты. Отправьте новый инвойс.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats пытается оплатить Ваш Lightning инвойс. Помните, что ноды Lightning должны быть подключены к сети, чтобы получать платежи.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats становится лучше с большей ликвидностью и пользователями. Расскажите другу-биткойнеру о Robosat!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Спасибо за использование Robosats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Ваш TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Пожалуйста, подождите, пока тейкер заблокирует залог. Если тейкер не заблокирует залог вовремя, ордер будет снова опубликован",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Некоторые функции отключены для Вашей безопасности (чат) и без них у Вас не будет возможности завершить сделку. Чтобы защитить Вашу конфиденциальность и полностью включить RoboSats, используйте <1>Tor Browser</1> и посетите <3>Onion</3> сайт.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "You are self-hosting RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Du använder inte RoboSats anonymt",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Från",
"to": "till",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " med en rabatt på {{discount}}%",
" at a {{premium}}% premium": " med en premium på {{premium}}%",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Välj en prissättningsmetod",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "Din orders fasta växelkurs",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Summa {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Genom att ta denna order riskerar du att slösa din tid. Om makern inte går vidare i tid kommer du att kompenseras i sats med 50% av makerobligationen",
"Enter amount of fiat to exchange for bitcoin": "Ange summa fiat att handla bitcoin för",
@ -391,7 +394,7 @@
"You must specify an amount first": "Du måste ange en summa först",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Accepterade betalningsmetoder",
"Amount of Satoshis": "Summa sats",
"Deposit timer": "Insättningstimer",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Makulera",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "Makulera kollaborativt",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Du bad om att kollaborativt avsluta ordern",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} ber om att kollaborativt avsluta ordern",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Köpare",
"Completed in": "Completed in",
"Contract exchange rate": "Contract exchange rate",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Se kompatibla wallets",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Makulera ordern?",
"Confirm Cancel": "Bekräfta makulering",
"If the order is cancelled now you will lose your bond.": "Om du avbryter ordern nu kommer du att förlora din obligation",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "Be om makulering",
"Collaborative cancel the order?": "Makulera ordern kollaborativt?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depositionen har satts in. Ordern kan endast avbrytas om båda parterna går med på det.",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Acceptera och öppna dispyt",
"Disagree": "Acceptera ej",
"Do you want to open a dispute?": "Vill du öppna en dispyt?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Kom ihåg att exportera chattloggen. Personalen kan komma att begära din exporterade chatttlogg i JSON-format för att kunna lösa diskrepanser. Det är ditt ansvar att lagra den.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Personalen på RoboSats kommer att utvärdera de redogörelser och bevis som läggs fram. Du behöver bygga ett komplett fall eftersom personalen inte kan läsa chatten. Det är bäst att dela en tillfällig kontaktmetod tillsammans med din redogörelse. Depositionen av sats kommer att skickas till vinnaren av dispyten, medan förloraren förlorar obligationen.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Bekräfta",
"Confirm you received {{amount}} {{currencyCode}}?": "Bekräfta att du mottagit {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Granska PGP",
"Export": "Exportera",
"Save full log as a JSON file (messages and credentials)": "Spara hela loggen som en JSON-fil (meddelanden och uppgifter)",
"Verify your privacy": "Verifiera din integritet",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "Peer",
"You": "Du",
"connected": "ansluten",
"disconnected": "ej ansluten",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Ansluter...",
"Send": "Skicka",
"Type a message": "Skriv ett meddelande",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "Skicka dispytredogörelse",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Lightning-faktura för utbetalning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin-adress",
"Final amount you will receive": "Slutgiltig belopp som du kommer att mottaga",
"Invalid": "Ogiltig",
"Mining Fee": "Miningavgift",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "Swap-avgift",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Bekräfta {{amount}} {{currencyCode}} mottaget",
"Confirm {{amount}} {{currencyCode}} sent": "Bekräfta {{amount}} {{currencyCode}} skickat",
"Open Dispute": "Öppna dispyt",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Säg hej! Var hjälpsam och koncis. Förklara hur hen kan skicka {{amount}} {{currencyCode}} till dig.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "Vänta på att säljaren ska bekräfta att den mottagit betalningen.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Dela din redogörelse. Var tydlig och specifik angående vad som hände och lämna nödvändig bevisföring. Du MÅSTE lämna en tillfällig kontaktmetod: t.ex. burner-epost, XMPP eller Telegram-användarnamn, för att personalen ska kunna följa upp fallet. Dispyter löses baserat på bedömningar från riktiga robotar (aka människor), så var så hjälpsam som möjligt för att säkerställa ett rättvist utfall. Max 5000 tecken.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Du har tyvärr förlorat dispyten. Om du tycker att detta är ett misstag kan du kontakta robosats@protonmail.com. Chansen att fallet tas upp igen är dock liten.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Spara informationen som krävs för att identifiera din order och dina betalningar: order-ID; betalningshashar för depositionen och obligationen (hittas från din lightning-wallet); exakt summa sats; och robotnamn. Du kommer att behöva identifiera dig själv som den användare som var involverad i denna transaktionen via epost (eller andra kontaktmetoder).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Vi väntar på redogörelsen från din motpart i transaktionen. Om du är osäker angående dispyten eller vill lämna mer information, kontakta robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Båda redogörelserna har mottagits, vänta på att personalen ska lösa dispyten. Om du är osäker eller vill lägga till mer information, kontakta robosats@protonmail.com. Om du inte lämnade en kontaktmetod, eller är osäker på om du skrev den rätt, skriv till oss omedelbart.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kan göra anspråk på summan från dispytens uppgörelse (deposition och obligation) från din profil under belöningar. Om det finns något som personalen kan hjälpa dig med, tveka inte att kontakta robosats@protonmail.com (eller via din tillfälliga kontaktmetod).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Häng kvar en sekund. Om säljaren inte gör sin insättning kommer du att få tillbaka din obligation automatiskt. Dessutom kommer du att få en kompensation (kolla belöningar i din profil).",
"We are waiting for the seller to lock the trade amount.": "Vi väntar på att säljaren ska låsa trade-beloppet.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Förnya order",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Kopiera till urklipp",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Detta är en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och debiteras endast om du avbryter ordern eller förlorar en dispyt.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Detta är en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och släpps till köparen när du har bekräftat att du mottagit '{{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Återuppta order",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Din publika order har blivit pausad. För tillfället kan den inte ses eller tas av andra robotar. Du kan välja att återuppta den när som helst.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Innan du tillåts skicka {{amountFiat}} {{currencyCode}}, vill vi vara säkra på att du kan ta emot BTC.",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Häng kvar en sekund. Om köparen inte samarbetar kommer du att få tillbaka din deposition och obligation automatiskt. Dessutom kommer du att få en kompensation (kolla belöningar i din profil).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Vi väntar på att köparen ska dela en lightning-faktura. När den gjort det kommer du att kunna dela betalningsinformation för direkt över chatt.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Bland publika {{currencyCode}} ordrar (högre är billigare)",
"If the order expires untaken, your bond will return to you (no action needed).": "Om ordern förfaller utan att någon tar den kommer din obligation att retuneras till dig (utan handling från din sida)",
"Pause the public order": "Pausa den publika ordern",
"Premium rank": "Premiumrank",
"Public orders for {{currencyCode}}": "Publika ordrar för {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Failure reason:",
"Next attempt in": "Nästa försök om",
"Retrying!": "Testar igen!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats kommer att försöka betala din faktura tre gånger med en minuts paus emellan. Om det forsätter att misslyckas kommer du att kunna dela en ny faktura. Kolla så att du har tillräckligt med ingående likviditet. Kom ihåg att lightning-noder måste vara online för att kunna mottaga betalningar.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Din faktura har förfallit eller så har fler än tre betalningsförsök gjorts. Dela en ny faktura.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats försöker betala din lightning-faktura. Kom ihåg att lightning-noder måste vara online för att kunna mottaga betalningar.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats blir bättre med mer likviditet och fler användare. Berätta om RoboSats för en Bitcoiner-vän!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Tack för att du använder RoboSats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "Ditt TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Var god vänta på att takern låser sin obligation. Om den inte gör det i tid kommer ordern att göras publik igen.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "Vissa funktioner är inaktiverade för din säkerhet (t.ex. chatten) och du kommer inte att kunna slutföra en trade utan dom. Använd <1>Tor Browser</1> och besök <3>Onion</3>-siten för att skydda din integritet och använda RoboSats till fullo.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "Kwenye node yako ya kifalme",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "Msimamizi wa RoboSats yuko kwenye toleo la {{coordinatorVersion}}, lakini programu yako ya mteja iko kwenye toleo la {{clientVersion}}. Tofauti hii ya toleo inaweza kusababisha uzoefu mbaya wa mtumiaji.",
"Update your RoboSats client": "Sasisha programu yako ya RoboSats",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Washa chaguzi za juu",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "Mteja wa RoboSats unatolewa kutoka kwenye node yako mwenyewe ikikupa usalama na faragha imara kabisa.",
"You are self-hosting RoboSats": "Unaendesha RoboSats yako mwenyewe",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "Hutumii RoboSats kibinafsi",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "Kutoka",
"to": "haditohadi",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " kwa punguzo la {{discount}}%",
" at a {{premium}}% premium": " kwa faida ya {{premium}}%",
" at market price": " kwa bei ya soko",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "Chagua Njia ya Bei",
"Clear form": "Futa fomu",
"Edit order": "Hariri amri",
"Enable advanced options": "Washa chaguzi za juu",
"Enter the destination of the Lightning swap": "Ingiza marudio ya ubadilishaji wa Lightning",
"Escrow/Invoice Timer (HH:mm)": "Muda wa Amana/Bili (HH:mm)",
"Escrow/invoice step length": "Hatua ya muda wa Amana/bili",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "Unapokea takribani {{swapSats}} LN Sats (ada inaweza kutofautiana)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "Unatuma takribani {{swapSats}} LN Sats (ada inaweza kutofautiana)",
"Your order fixed exchange rate": "Kiwango chako cha kubadilisha cha amri",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Uhamishaji wa Lightning umeshindwa",
"New chat message": "Ujumbe mpya wa mazungumzo",
"Order chat is open": "Mazungumzo ya amri yamefunguliwa",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Imekwisha muda!",
"🙌 Funished!": "🙌 Imekamilika!",
"🥳 Taken!": "🥳 Imechukuliwa!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "Kiasi {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Kwa kuchukua agizo hili, unachukua hatari ya kupoteza muda wako. Ikiwa mtengenezaji hataendelea kwa wakati, utalipwa satoshis kwa 50% ya dhamana ya mtengenezaji.",
"Enter amount of fiat to exchange for bitcoin": "Ingiza kiasi cha fedha za fiat kubadilishana na bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "Lazima uweke kiasi kwanza",
"You will receive {{satoshis}} Sats (Approx)": "Utapokea {{satoshis}} Sats (Takriban)",
"You will send {{satoshis}} Sats (Approx)": "Utatuma {{satoshis}} Sats (Takriban)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "Njia za malipo zilizokubaliwa",
"Amount of Satoshis": "Kiasi cha Satoshis",
"Deposit timer": "Muda wa Amana",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "Utatuma kupitia Lightning {{amount}} Sats (Takriban)",
"You send via {{method}} {{amount}}": "Utatuma kupitia {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Giza",
"Fiat": "Fiat",
"Light": "Nuru",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "Futa",
"Cancel order and unlock bond instantly": "Futa agizo na fungua dhamana mara moja",
"Collaborative Cancel": "Kufuta kwa Ushirikiano",
"Unilateral cancelation (bond at risk!)": "Kufuta kwa upande mmoja (dhamana iko hatarini!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "Uliomba kughairi kwa ushirikiano",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} anaomba kughairi kwa ushirikiano",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "Mnunuzi",
"Completed in": "Imekamilika ndani ya",
"Contract exchange rate": "Kiwango cha ubadilishaji wa mkataba",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "Tazama Wallets Zinazoendana",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "Ghairi agizo?",
"Confirm Cancel": "Thibitisha Kughairi",
"If the order is cancelled now you will lose your bond.": "Ikiwa agizo litaghairiwa sasa utapoteza dhamana yako.",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Kubali Kughairisha",
"Ask for Cancel": "Omba Kughairisha",
"Collaborative cancel the order?": "Ghairi agizo kwa ushirikiano?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Escrow ya biashara imewekwa. Agizo linaweza kughairiwa tu ikiwa pande zote mbili, mfanyakazi na mpokeaji, watakubaliana kughairi.",
"Your peer has asked for cancellation": "Mwenzako ameomba kughairi",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "Kubali na kufungua mzozo",
"Disagree": "Kupinga",
"Do you want to open a dispute?": "Je, unataka kufungua mzozo?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Hakikisha HAUSHIRIA logi ya gumzo. Wafanyikazi wanaweza kuomba logi yako ya gumzo iliyosafirishwa JSON ili kutatua tofauti. Ni jukumu lako kuihifadhi.",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Wafanyikazi wa RoboSats watachunguza taarifa na ushahidi uliotolewa. Unahitaji kujenga kesi kamili, kwani wafanyikazi hawawezi kusoma gumzo. Ni bora kutoa njia ya mawasiliano ya burner na taarifa yako. Satoshis katika escrow ya biashara zitatumwa kwa mshindi wa mzozo, wakati mpotezaji wa mzozo atapoteza dhamana.",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "Thibitisha",
"Confirm you received {{amount}} {{currencyCode}}?": "Thibitisha ulipokea {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Kuthibitisha kuwa umepokea {{amount}} {{currencyCode}} kutahitimisha biashara. Satoshis katika escrow itatolewa kwa mnunuzi. Thibitisha tu baada ya {{amount}} {{currencyCode}} kuwasili kwenye akaunti yako. Kumbuka kuwa ikiwa umepokea malipo na haukubonyeza uthibitisho, una hatari ya kupoteza dhamana yako.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Thibitisha uliyotuma {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Kuthibitisha kuwa umetuma {{amount}} {{currencyCode}} itaruhusu mwenzako kukamilisha biashara. Ikiwa haujatuma bado na bado unaendelea kuthibitisha uongo, una hatari ya kupoteza dhamana yako.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "SOMA. Ikiwa malipo yako kwa muuzaji yamezuiwa na haiwezekani kabisa kukamilisha biashara, unaweza kurejesha uthibitisho wako wa \"Fiat imetumwa\". Fanya hivyo tu ikiwa wewe na muuzaji TUMESHAAKUBALIANA kwenye gumzo kuendelea na kughairiwa kwa ushirikiano. Baada ya kuthibitisha, kitufe cha \"Kughairi kwa Ushirikiano\" kitaonekana tena. Bonyeza tu kitufe hiki ikiwa unajua unachofanya. Watumiaji wapya wa RoboSats hawashauriwi kabisa kufanya kitendo hiki! Hakikisha kuwa malipo yako yameshindwa na kiasi hicho kiko kwenye akaunti yako.",
"Revert the confirmation of fiat sent?": "Rudisha uthibitisho wa fiat uliotumwa?",
"Wait ({{time}})": "Subiri ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Kiasi bado hakijafungwa, tafadhali angalia mkoba wako wa WebLN.",
"Invoice not received, please check your WebLN wallet.": "Ankara haijapokelewa, tafadhali angalia mkoba wako wa WebLN.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "Unaweza sasa kufunga pop-up ya mkoba wako wa WebLN.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "Ukaguzi wa PGP",
"Export": "Hamisha",
"Save full log as a JSON file (messages and credentials)": "Hifadhi logi kamili kama faili la JSON (ujumbe na sifa)",
"Verify your privacy": "Thibitisha faragha yako",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...inayosubiri",
"Activate slow mode (use it when the connection is slow)": "Washa hali ya polepole (itumie wakati muunganisho ni polepole)",
"Peer": "Mwenza",
"You": "Wewe",
"connected": "imeunganishwa",
"disconnected": "imekatia",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "Inaunganisha...",
"Send": "Tuma",
"Type a message": "Andika ujumbe",
"Waiting for peer public key...": "Inasubiri ufunguo wa umma wa mwenzi...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Tia kumbukumbu za gumzo",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Kuambatanisha kumbukumbu za gumzo husaidia mchakato wa kusuluhisha mzozo na kuongeza uwazi. Walakini, inaweza kudhoofisha faragha yako.",
"Submit dispute statement": "Wasilisha taarifa ya mzozo",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Chaguzi za hali ya juu",
"Invoice to wrap": "Ankara ya kufunga",
"Payout Lightning Invoice": "Ankara ya Malipo ya Lightning",
@ -521,14 +524,14 @@
"Use Lnproxy": "Tumia Lnproxy",
"Wrap": "Funika",
"Wrapped invoice": "Ankara iliyofungwa",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Anwani ya Bitcoin",
"Final amount you will receive": "Kiasi cha mwisho utakachopokea",
"Invalid": "Batili",
"Mining Fee": "Ada ya Madini",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "Mratibu wa RoboSats atafanya kubadilisha na kutuma Sats kwa anwani yako ya onchain.",
"Swap fee": "Ada ya kubadilisha",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Thibitisha {{amount}} {{currencyCode}} imepokelewa",
"Confirm {{amount}} {{currencyCode}} sent": "Thibitisha {{amount}} {{currencyCode}} imetolewa",
"Open Dispute": "Fungua Mgogoro",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Sema hi! Kuwa msaada na mafupi. Waambie jinsi ya kukutumia {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "Ili kufungua mgogoro unahitaji kusubiri",
"Wait for the seller to confirm he has received the payment.": "Subiri muuzaji kuthibitisha kuwa amepokea malipo.",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Tafadhali, wasilisha taarifa yako. Kuwa wazi na mahususi kuhusu kile kilichotokea na utoe ushahidi unaohitajika. LAZIMA utoe njia ya mawasiliano: barua pepe ya burner, XMPP au jina la mtumiaji la telegramu ili kufuatilia wafanyakazi. Mizozo hutatuliwa kwa hiari ya roboti halisi. (kama binadamu), kwa hivyo saidia iwezekanavyo ili kuhakikisha matokeo ya haki. Upeo wa chars 5000.",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Kwa bahati mbaya umepoteza mzozo. Ikiwa unadhani hili ni kosa unaweza kuomba kufungua tena kesi kupitia barua pepe kwa robosats@protonmail.com. Hata hivyo, uwezekano wa kuchunguzwa tena ni mdogo.",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Tafadhali, weka taarifa zinazohitajika kutambua agizo lako na malipo yako: kitambulisho cha agizo; hash ya malipo ya dhamana au malipo kwa njia ya escrow (angalia kwenye mkoba wako wa lightning); kiasi sahihi cha satoshis; na jina la roboti. Utalazimika kujitambulisha kama mtumiaji anayehusika katika biashara hii kupitia barua pepe (au njia nyingine za mawasiliano).",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Tunasubiri taarifa kutoka kwa mshirika wako katika biashara. Ikiwa una wasiwasi kuhusu hali ya mzozo au unataka kuongeza maelezo zaidi, wasiliana nasi kupitia robosats@protonmail.com.",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Taarifa zote zimepokelewa, subiri wafanyakazi wetu wamalize mzozo. Ikiwa una wasiwasi kuhusu hali ya mzozo au unataka kuongeza maelezo zaidi, wasiliana nasi kupitia robosats@protonmail.com. Ikiwa hukutoa njia ya kuwasiliana, au hauna uhakika kama umeandika kwa usahihi, tutaarifu mara moja.",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Unaweza kudai kiasi cha suluhisho la mzozo (dhamana ya escrow na dhamana ya uaminifu) kutoka kwa tuzo zako za wasifu. Ikiwa kuna jambo lolote ambalo wafanyakazi wanaweza kusaidia, usisite kuwasiliana na robosats@protonmail.com (au kupitia njia yako ya mawasiliano ya muda mfupi uliyotoa).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Endelea kusubiri kwa muda. Ikiwa muuzaji haweki dhamana, utapata dhamana yako nyuma kiotomatiki. Aidha, utapokea fidia (angalia tuzo kwenye wasifu wako).",
"We are waiting for the seller to lock the trade amount.": "Tunasubiri muuzaji aweke kiasi cha biashara.",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "Renew Order",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "Nakili kwenye ubao wa kunakili",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Hii ni ankara ya kushikilia, itafungia kwenye mkoba wako. Itakatwa tu ikiwa utaghairi au kupoteza mzozo.",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Hii ni ankara ya kushikilia, itafungia kwenye mkoba wako. Itaachiliwa kwa mnunuzi mara tu utakapothibitisha kuwa umepokea {{currencyCode}}.",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "Fungua Toleo",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Agizo lako la umma limezuiliwa. Kwa sasa halionekani wala kuchukuliwa na roboti wengine. Unaweza kuchagua kulifungua tena wakati wowote.",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Kabla ya kukuruhusu kutuma {{amountFiat}} {{currencyCode}}, tunataka kuhakikisha unaweza kupokea BTC.",
"Lightning": "Miali",
"Onchain": "Mtandao",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Endelea kusubiri kwa muda. Ikiwa mnunuzi hafanyi kazi kwa ushirikiano, utapata dhamana ya biashara na dhamana yako kiotomatiki. Aidha, utapokea fidia (angalia tuzo kwenye wasifu wako).",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "Tunasubiri mnunuzi aweke ankara ya miali. Mara atakapofanya hivyo, utaweza kuwasiliana moja kwa moja na maelezo ya malipo.",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "Miongoni mwa maagizo ya {{currencyCode}} ya umma (kiwango kikubwa ni cha bei nafuu)",
"If the order expires untaken, your bond will return to you (no action needed).": "Ikiwa agizo litakwisha muda bila kuchukuliwa, dhamana yako itarudi kwako (hakuna hatua inayohitajika).",
"Pause the public order": "Zuia agizo la umma",
"Premium rank": "Cheo cha Premium",
"Public orders for {{currencyCode}}": "Maagizo ya umma ya {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "Sababu ya kushindwa:",
"Next attempt in": "Jaribio lifuatalo baada ya",
"Retrying!": "Inajaribu tena!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats itajaribu kulipa ankara yako mara 3 kwa kuchelewa kwa dakika moja kati yake. Ikiwa itaendelea kushindwa, utaweza kuwasilisha ankara mpya. Angalia ikiwa una utoshelevu wa fedha unazoingia. Kumbuka kuwa nodi za umeme lazima ziwe mtandaoni ili kupokea malipo.",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Ankara yako imeisha muda au majaribio zaidi ya 3 ya malipo yamefanywa. Wasilisha ankara mpya.",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats inajaribu kulipa ankara yako ya umeme. Kumbuka kuwa nodi za umeme lazima ziwe mtandaoni ili kupokea malipo.",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats inaboreshwa na utoshelevu zaidi na watumiaji. Mwambie rafiki yako wa Bitcoin kuhusu RoboSats!",
"Sending coins to": "Inatuma sarafu kwa",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "Asante kwa kutumia Robosats!",
"Thank you! RoboSats loves you too": "Asante! RoboSats pia inakupenda",
"Your TXID": "Kitambulisho chako cha TX",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Tafadhali subiri mpokeaji aweke dhamana. Ikiwa mpokeaji hataweka dhamana kwa wakati, agizo litatangazwa tena kwa umma.",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "Mfundi wa roboti amewasili!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "Ninakuja na roboti zangu wenyewe, hapa zipo. (Buruta na weka workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "Kwa mara yangu ya kwanza hapa. Unda Gari jipya la Roboti na alama ya roboti iliyosanifiwa (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Sanidi maoni",
"Freeze viewports": "Gandamiza maoni",
"desktop_unsafe_alert": "Baadhi ya vipengele vimelemazwa kwa ajili ya ulinzi wako (k.m. mazungumzo) na hautaweza kukamilisha biashara bila hivyo. Ili kulinda faragha yako na kuwezesha kikamilifu RoboSats, tumia <1>Tor Browser</1> na tembelea tovuti ya <3>Onion</3>.",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "On your own soverign node",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.",
"Update your RoboSats client": "Update your RoboSats client",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "Enable advanced options",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.",
"You are self-hosting RoboSats": "คูณกำลัง host RoboSats เอง",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "ระวัง! ข้อมูลส่วนตัวอาจรั่วไหล",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "ตั้งแต่",
"to": "ถึง",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " ในราคาถูกกว่าตลาด {{discount}}% ",
" at a {{premium}}% premium": " ในราคาแพงกว่าตลาด {{premium}}% ",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "เลือกวิธีการตั้งราคา",
"Clear form": "Clear form",
"Edit order": "Edit order",
"Enable advanced options": "Enable advanced options",
"Enter the destination of the Lightning swap": "Enter the destination of the Lightning swap",
"Escrow/Invoice Timer (HH:mm)": "Escrow/Invoice Timer (HH:mm)",
"Escrow/invoice step length": "Escrow/invoice step length",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "You receive approx {{swapSats}} LN Sats (fees might vary)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "You send approx {{swapSats}} LN Sats (fees might vary)",
"Your order fixed exchange rate": "คุณกำหนดอัตราแลกเปลี่ยนคงที่",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "Lightning routing failed",
"New chat message": "New chat message",
"Order chat is open": "Order chat is open",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 Expired!",
"🙌 Funished!": "🙌 Funished!",
"🥳 Taken!": "🥳 Taken!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "จำนวน {{currencyCode}}",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "หากคุณดำเนินการต่ออาจเป็นการเสียเวลาปล่าวหากผู้ค้าไม่มาดำเนินรายการต่อภายในเวลาที่กำหนด ในกรณีนี้คุณจะได้รับค่าเสียเวลาเป็น satoshi คิดเป็น 50% ของ maker bond",
"Enter amount of fiat to exchange for bitcoin": "ระบุจำนวนเงินเฟียตที่จะแลกเปลี่ยนกับ bitcoin",
@ -391,7 +394,7 @@
"You must specify an amount first": "คุณต้องระบุจำนวนก่อน",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "วิธีชำระเงินเฟียตที่รองรับ",
"Amount of Satoshis": "ปริมาณ Satoshis",
"Deposit timer": "ผู้ขายต้องวางเหรียญที่จะขายภายใน",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "You send via {{method}} {{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - ค่าพรีเมี่ยม: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "Dark",
"Fiat": "Fiat",
"Light": "Light",
"Mainnet": "Mainnet",
"Swaps": "Swaps",
"Testnet": "Testnet",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "ยกเลิก",
"Cancel order and unlock bond instantly": "Cancel order and unlock bond instantly",
"Collaborative Cancel": "ร่วมกันยกเลิกการซื้อขาย",
"Unilateral cancelation (bond at risk!)": "Unilateral cancelation (bond at risk!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "คุณขอให้อีกฝ่ายร่วมกันยกเลิกการซื้อขาย",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} ขอให้คุณร่วมกันยกเลิกการซื้อขาย",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "ผู้ซื้อ",
"Completed in": "เสร็จสิ้นใน",
"Contract exchange rate": "อัตราแลกเปลี่ยน",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "ดูกระเป๋าบิทคอยน์ (Wallets) ที่สามารถใช้งานได้",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "จะยกเลิกรายการหรือไม่?",
"Confirm Cancel": "ยืนยันยกเลิก",
"If the order is cancelled now you will lose your bond.": "ถ้ารายการถูกยกเลิกในขั้นตอนนี้ คุณจะสูญเสีย bond",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "Accept Cancelation",
"Ask for Cancel": "ขอให้ยกเลิก",
"Collaborative cancel the order?": "ร่วมกันยกเลิกรายการหรือไม่",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "ผู้ขายวางเหรียญแล้ว หากต้องการยกเลิกการซื้อขายจะต้องได้รับการยินยอมจากอีกฝั่งร่วมกับคุณ",
"Your peer has asked for cancellation": "Your peer has asked for cancellation",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "ตกลงและดำเนินการร้องเรียน",
"Disagree": "ไม่ตกลง",
"Do you want to open a dispute?": "ต้องการร้องเรียนหรือไม่?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "คุณต้องทำการส่งออกบันทึกข้อความแชทไว้ด้วย เนื่องจากทีมงานอาจร้องขอบทสนาที่ถูกนำออกเพื่อใช้ในการแก้ไข้ปัญหา และคุณจะต้องรับผิดชอบการเก็บรักษามันไว้ด้วย",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "ทีมงาน RoboSats จะตรวจสอบคำแถลงและหลักฐานที่ได้รับ คุณจะต้องให้ข้อมูลเหตุการณ์ทั้งหมดอย่างละเอียดเนื่องจากทีมงานไม่สามารถอ่านข้อความในแชทซื้อขายได้ และคุณจะต้องระบุช่องทางสำหรับติดต่อคุณกลับมาในคำแถลงด้วย เหรียญที่ถูกกักกันไว้เพื่อซื้อขายจะถูกส่งให้ผู้ชนะการร้องเรียน และผู้แพ้จะสูญเสียเหรียญที่กักกันใน bond",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "ยืนยัน",
"Confirm you received {{amount}} {{currencyCode}}?": "Confirm you received {{amount}} {{currencyCode}}?",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "Confirm you sent {{amount}} {{currencyCode}}?",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "Amount not yet locked, please check your WebLN wallet.",
"Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "You can close now your WebLN wallet popup.",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "ตรวจสอบ PGP",
"Export": "ส่งออก",
"Save full log as a JSON file (messages and credentials)": "บันทึกข้อความและการยืนยันตัวตนในรูป JSON",
"Verify your privacy": "ตรวจสอบความเป็นส่วนตัวของคุณ",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...waiting",
"Activate slow mode (use it when the connection is slow)": "Activate slow mode (use it when the connection is slow)",
"Peer": "คู่ค้า",
"You": "คุณ",
"connected": "เชื่อมต่อแล้ว",
"disconnected": "ตัดการเชื่อมต่อแล้ว",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "กำลังเชื่อมต่อ...",
"Send": "ส่ง",
"Type a message": "พิมพ์ข้อความ",
"Waiting for peer public key...": "Waiting for peer public key...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "Attach chat logs",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.",
"Submit dispute statement": "ส่งคำแถลงสำหรับข้อร้องเรียน",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "Advanced options",
"Invoice to wrap": "Invoice to wrap",
"Payout Lightning Invoice": "Lightning Invoice สำหรับรับเหรียญ",
@ -521,14 +524,14 @@
"Use Lnproxy": "Use Lnproxy",
"Wrap": "Wrap",
"Wrapped invoice": "Wrapped invoice",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "Bitcoin Address",
"Final amount you will receive": "จำนวนเหรียญที่คุณจะได้รับจริงๆ",
"Invalid": "ไม่ถูกต้อง",
"Mining Fee": "ค่าธรรมเนียมการขุด",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats coordinator will do a swap and send the Sats to your onchain address.",
"Swap fee": "ค่าธรรมเนียมการสลับเปลี่ยน",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "Confirm {{amount}} {{currencyCode}} received",
"Confirm {{amount}} {{currencyCode}} sent": "Confirm {{amount}} {{currencyCode}} sent",
"Open Dispute": "ร้องเรียน",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.",
"To open a dispute you need to wait": "To open a dispute you need to wait",
"Wait for the seller to confirm he has received the payment.": "รอผู้ขายยืนยันว่าได้รับเงินเฟียตแล้ว",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "กรุณาส่งคำแถลงของคุณ อธิบายรายละเอียดและเหตุการณ์ที่เกิดขึ้นทั้งหมดอย่างครบถ้วนและชัดเจนและแสดงหลักฐานที่จำเป็นให้เรา คุณจะต้องระบุช่องทางการติดต่อกลับ เช่น อีเมลล์ชั่วคราว, XMPP, หรือ telegram username เพื่อให้ทีมงานติดตามเรื่องได้ การดำเนินการกับข้อร้องเรียนจะทำโดยคน กรุณาให้การสนับสนุนทีมงานให้มากที่สุดเพื่อให้ได้ผลลัพธ์ที่เหมาะสมที่สุด (คำแถลงไม่เกิน 5000 ตัวอักษร)",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "เสียใจด้วย คุณแพ้กระบวนการร้องเรียน ถ้าคุณคิดว่ามีข้อผิดพลาดเกิดขึ้นคุณสามารถเปิดการร้องเรียนใหม่ได้ผ่านทาง robosats@protonmail.com แต่จะมีโอกาสที่เรื่องร้องเรียนจะได้รับการตรวจสอบซ้ำอีกครั้งน้อยมาก",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "กรุณาจดบันทึกข้อมูลต่อไปนี้เพื่อใช้ในการระบุรายการซื้อขายที่มีการร้องเรียน: รหัสรายการซื้อขาย, รหัสธุรกรรม (payment hashes) ของการกักกันเหรียญใน bond (ตรวจสอบได้ใน lightning wallet ของคุณ), จำนวน satoshis ใน bond รวมทั้งชื่อเล่นของโรบอทของคุณเพื่อให้คุณสามารถระบุตัวตนของคุณได้เมื่อทำการติดต่อกับทีมงาน",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "เรากำลังรอคำแถลงจากคู่ค้าของคุณ ถ้าคุณมีข้อสงสัยเกี่ยวกับสถานะของข้อร้องเรียนหรือต้องการส่งข้อมูลเพิ่มเติม กรุณาติดต่อทาง robosats@protonmail.com",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "เราได้รับคำแถลงจากทั้งสองฝ่ายแล้ว กรุณารอทีมงานดำเนินการแก้ไขเรื่องร้องเรียน ถ้าคุณมีข้อสงสัยเกี่ยวกับสถานะของข้อร้องเรียนหรือต้องการส่งข้อมูลเพิ่มเติม กรุณาติดต่อทาง robosats@protonmail.com ถ้าคุณไม่ได้ระบุช่องทางการติดต่อหรือไม่แน่ใจว่าระบุถูกต้องหรือไม่ ขอให้คุณส่งมาให้เราตามอีเมลล์นี้ทันที",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "คุณสามารถรับเหรียญที่ได้จากการแก้ไขข้อร้องเรียนได้ที่รางวัลในโปรไฟล์ของคุณ (เหรียญที่ถูกกักกันไว้ในกระบวนการซื้อขาย) และถ้าหากต้องการความช่วยเหลือเพิ่มเติม สามารถติดต่อผ่านทาง robosats@protonmail.com (หรือผ่านช่องทางติดต่อที่คุณได้ให้เราไว้ก่อนหน้านี้).",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "กรุณารอซักครู่ ถ้าผู้ขายไม่ยอมวางเหรียญ คุณจะได้รับเหรียญใน bond คืนพร้อมค่าชดเชย (สามารถตรวจสอบได้ในส่วนของรางวัลในโปรไฟล์ของคุณ)",
"We are waiting for the seller to lock the trade amount.": "เรากำลังรอผู้ขายวางเหรียญที่นำมาขาย",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "เริ่มรายการใหม่",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "คัดลอกไปยังคลิปบอร์ด",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "นี่คือ hold invoice มันจะกักกันเหรียญของคุณเอาไว้ใน wallet ของคุณและจะดำเนินการตัดจ่ายเหรียญเมื่อคุณยกเลิกรายการหรือแพ้ในกระบวนการร้องเรียน",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "นี่คือ hold invoice มันจะกักกันเหรียญของคุณเอาไว้ใน wallet ของคุณ เหรียญจะถูกส่งให้ผู้ซื้อเมื่อคุณยืนยันว่าคุณได้รับเงินเฟียต {{currencyCode}} ครบถ้วนแล้ว",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "เลิกระงับการประกาศรายการ",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "รายการของคุณไม่ได้มีการประกาศอยู่ โรบอทอื่นจะไม่สามารถมองเห็นหรือรับรายการซื้อขายดังกล่าวได้คุณสามารถเลิกระงับการประกาศรายการตอนไหนก็ได้",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "ก่อนที่คุณจะส่งเงิน {{amountFiat}} {{currencyCode}} เราต้องการทำให้แน่ใจได้ว่าคุณสามารถรับเหรียญ BTC ได้",
"Lightning": "Lightning",
"Onchain": "Onchain",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "กรุณารออีกซักครู่ ถ้าผู้ซื้อไม่ให้ความร่วมมือ คุณจะได้รับเหรียญที่นำมาวางและ bond คืนโดยอัตโนมัติ และคุณจะได้รับเงินชดเชยด้วย (สามารถตรวจสอบได้ในส่วนของรางวัลในโปรไฟล์ของท่าน)",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "เรากำลังรอผู้ซื้อส่ง invoice รับเหรียญให้เรา หลังจากนั้นคุณจะได้แชทคุยกับผู้ซื้อเพื่อชี้แจงรายละเอียดสำหรับการชำระเงินเฟียต",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "สำหรับรายการที่เป็น {{currencyCode}} (ยิ่งสูงยิ่งถูก)",
"If the order expires untaken, your bond will return to you (no action needed).": "ถ้ารายการซื้อขายของคุณไม่มีใครรับ คุณจะได้รับการปลดล็อกเหรียญที่กักกันใน bond ของคุณคืนโดยอัตโนมัติ",
"Pause the public order": "ระงับการประกาศรายการ",
"Premium rank": "ลำดับค่าพรีเมี่ยม",
"Public orders for {{currencyCode}}": "รายการสำหรับ {{currencyCode}}",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "เหตุผลที่ล้มเหลว",
"Next attempt in": "ลองใหม่ภายใน",
"Retrying!": "กำลังลองใหม่!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats จะลองจ่ายเหรียญให้ invoice ของท่าน 3 ครั้ง ห่างกันครั้งละ 1 นาที หากครบ 3 ครั้งแล้วยังล้มเหลวคุณจะสามารถส่ง invoice มาใหม่ได้ ตรวจสอบว่าคุณมี inbound liquidity เพียงพอ และ lightning nodes จะต้องออนไลน์จึงจะรับเหรียญได้",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Invoice หมดอายุ หรือเราได้ลองจ่ายเหรียญครบ 3 ครั้งแล้ว กรุณาส่ง invoice ใหม่ให้เรา",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats กำลังจ่ายเหรียญให้ lightning invoice ของท่าน lightning nodes จะต้องออนไลน์เพื่อรับเหรียญ",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "Renew",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats จะดีขึ้นเมื่อมีสภาพคล่องและผู้ใช้งานมากขึ้น ช่วยกันชวนเพื่อนของคุณมาใช้ Robosats!",
"Sending coins to": "Sending coins to",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "ขอบคุณที่ใช้งาน Robosats!",
"Thank you! RoboSats loves you too": "Thank you! RoboSats loves you too",
"Your TXID": "TXID ของคุณ",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "โปรดรอคู่ค้าทำการกักกันเหรียญใน bond ถ้าเขากักกันเหรียญไม่ทันในเวลาที่กำหนด รายการจะถูกประำกาศใหม่",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "A robot technician has arrived!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "I bring my own robots, here they are. (Drag and drop workspace.json)",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "My first time here. Generate a new Robot Garage and extended robot token (xToken).",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "Customize viewports",
"Freeze viewports": "Freeze viewports",
"desktop_unsafe_alert": "ฟีเจอร์บางอย่างถูกระงับเพื่อปกปิดตัวตนของคุณ (เช่น การแชท) และคุณไม่สามารถทำการซื้อขายบิตคอยน์ได้ หากต้องการใช้งานทุกฟีเจอร์ของ RoboSats อย่างปลอดภัย กรุณาติดตั้ง <1>Tor Browser</1> และใช้งานผ่านเว็บไซต์ <3>Onion</3>",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "在你自己主权的节点上",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats 协调器的版本是 {{coordinatorVersion}},但是你的客户端 app 是 {{clientVersion}}。版本不匹配可能会导致糟糕的用户体验。",
"Update your RoboSats client": "更新你的 RoboSats 客户端",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "启用高级选项",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats 客户端已由你自己的节点提供服务,为你提供最强的安全性和隐私性。",
"You are self-hosting RoboSats": "你在自托管 RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "你在不隐秘地使用 RoboSats",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "从",
"to": "到",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " 于 {{discount}}% 折扣",
" at a {{premium}}% premium": " 于 {{premium}}% 溢价",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "选择定价方法",
"Clear form": "清除表单",
"Edit order": "编辑订单",
"Enable advanced options": "启用高级选项",
"Enter the destination of the Lightning swap": "输入闪电交换的目的地",
"Escrow/Invoice Timer (HH:mm)": "托管存款/发票倒计时 (HH:mm)",
"Escrow/invoice step length": "托管/发票步长",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "你将接收大约{{swapSats}}闪电聪(费用会造成有所差异)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "你将发送大约{{swapSats}}闪电聪(费用会造成有所差异)",
"Your order fixed exchange rate": "你的订单的固定汇率",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "闪电路由失败",
"New chat message": "新消息",
"Order chat is open": "订单聊天已开通",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 已过期!",
"🙌 Funished!": "🙌 已完成!",
"🥳 Taken!": "🥳 已吃单!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "{{currencyCode}}金额",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "接受此订单可能会浪费你的时间。如果挂单方未及时响应你将获得挂单方保证金的50%的补偿。",
"Enter amount of fiat to exchange for bitcoin": "输入以兑换比特币的法币金额",
@ -391,7 +394,7 @@
"You must specify an amount first": "你必须先指定金额",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "接受的付款方法",
"Amount of Satoshis": "聪金额",
"Deposit timer": "存款倒计时",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "你通过{{method}}发送{{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - 溢价: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "深色",
"Fiat": "法币",
"Light": "浅色",
"Mainnet": "主网",
"Swaps": "交换",
"Testnet": "测试网",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "取消",
"Cancel order and unlock bond instantly": "取消订单并即刻解锁保证金",
"Collaborative Cancel": "合作取消",
"Unilateral cancelation (bond at risk!)": "单方面取消 (保证金风险!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "你要求了合作取消",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} 要求合作取消",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "买方",
"Completed in": "内完成",
"Contract exchange rate": "合约交易率",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} 毫聪",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} 聪 ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} 聪 ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "查看兼容钱包列表",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "取消订单?",
"Confirm Cancel": "确认取消",
"If the order is cancelled now you will lose your bond.": "如果现在取消订单,你将失去保证金。",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "接受取消",
"Ask for Cancel": "要求取消",
"Collaborative cancel the order?": "合作取消订单?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "交易托管已发布。只有当挂单方和吃单方都同意取消时,才能取消订单。",
"Your peer has asked for cancellation": "你的对等方请求取消",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "同意并开始争议",
"Disagree": "不同意",
"Do you want to open a dispute?": "你想开始争议吗?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "确保导出聊天记录。工作人员可能会要求你提供所导出的聊天记录 JSON 以解决差异。存储记录是你的责任。",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats 工作人员将检查所提供的声明和证据。你需要建立一个完整的案例,因为工作人员无法阅读聊天内容。最好在你的声明中提供抛弃式的联系方式。交易托管中的聪将被发送给争议获胜者,而争议失败者将失去保证金。",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "确认",
"Confirm you received {{amount}} {{currencyCode}}?": "确认你已收到 {{amount}} {{currencyCode}}",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "确认你已收到{{amount}} {{currencyCode}}时交易会被结算。在托管中的聪会被释放给买方。仅当{{amount}} {{currencyCode}}已到达你的帐户后才应确认。请注意,如果你已收到付款但是不点击确认,则可能失去你的保证金。",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "确认你已发送{{amount}} {{currencyCode}}",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "确认你已发送{{amount}} {{currencyCode}}将允许你的对等方结算交易。如果你还没有付款但仍然虚假确认,则有可能失去你的保证金。",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "金额还未锁定,请查看你的 WebLN 钱包。",
"Invoice not received, please check your WebLN wallet.": "没有收到发票,请查看你的 WebLN 钱包。",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "现在可以关闭你的 WebLN 钱包弹出窗口。",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "审计 PGP",
"Export": "导出",
"Save full log as a JSON file (messages and credentials)": "将全记录档保存为 JSON 文件 (消息和凭据)",
"Verify your privacy": "验证你的隐私",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...正在等待",
"Activate slow mode (use it when the connection is slow)": "开启慢速模式(在连接缓慢时使用)",
"Peer": "对等方",
"You": "你",
"connected": "在线",
"disconnected": "离线",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "正在连线...",
"Send": "传送",
"Type a message": "键入消息",
"Waiting for peer public key...": "正在等待对等方的公钥...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "附加聊天记录",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "附加聊天记录有助于争议解决过程并增加透明度。但可能会损害你的隐私。",
"Submit dispute statement": "提交争议声明",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "高级选项",
"Invoice to wrap": "要包裹的发票",
"Payout Lightning Invoice": "闪电支付发票",
@ -521,14 +524,14 @@
"Use Lnproxy": "使用 Lnproxy (闪电代理)",
"Wrap": "包裹",
"Wrapped invoice": "已包裹的发票",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "比特币地址",
"Final amount you will receive": "你将收到的最终金额",
"Invalid": "无效",
"Mining Fee": "挖矿费",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats 协调器会执行交换并将聪发到你的链上地址。",
"Swap fee": "交换费",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "确认已收到 {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "确认已发送 {{amount}} {{currencyCode}}",
"Open Dispute": "开始争议",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "打个招呼!请保持你的回答有用且简洁。让他们知道如何向你发送 {{amount}} {{currencyCode}}。",
"To open a dispute you need to wait": "要打开争议的话你需要等",
"Wait for the seller to confirm he has received the payment.": "等待卖方确认他已收到付款。",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "请提供你的声明。清楚具体地说明发生了什么,并提供必要的证据。你必须提供联系方式:抛弃式电子邮件、 XMPP 或 Telegram 用户名以跟工作人员联络。争议由真的机器人(亦称真人)自行解决,因此请尽可能提供帮助以确保公平的结果。最多 5000 字符。",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "你的争议不幸地失败了。如果你认为这是个错误,你可以通过电子邮件向 robosats@protonmail.com 要求重新打开此案例。但是,再次调查的可能性很小。",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "请保存识别你的订单和付款所需的信息:订单 ID保证金或托管的支付散列值查看你的闪电钱包聪的确切金额和机器人昵称。你必须通过电子邮件或其他联系方式表明自己是参与此交易的用户。",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "我们在等待你的交易对等方提交声明。如果你对争议的状态有疑问或想要添加信息,请联系 robosats@protonmail.com。",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "双方声明均已收到,请等待工作人员解决争议。如果你对争议的状况有疑问或需要添加信息,请联系 robosats@protonmail.com。如果你没有提供联系方式或者不确定你是否正确填了信息请立即联系我们。",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "你可以从你的个人资料下的奖励中索取解决争议的金额(托管和保证金)。如果工作人员可以提供任何帮助,请随时联系 robosats@protonmail.com (或通过你提供的抛弃式联系方式)。",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "请稍等片刻。如果卖方不存款,你将自动取回保证金。此外,你将获得补偿(查看你个人资料中的奖励)。",
"We are waiting for the seller to lock the trade amount.": "我们正在等待卖方锁定交易金额。",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "延续订单",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "复制到剪贴板",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "这是一张 hold 发票,它会在你的钱包内冻结。只有当你取消或争议失败的时候才会被收取。",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "这是一张 hold 发票,它会在你的钱包内冻结。当你确认收到 {{currencyCode}} 后它会被释放给买方。",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "取消暂停订单",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "你的公开订单已暂停。目前其他机器人无法看到或接受你的订单。你随时可以选择取消暂停。",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "在让你发送 {{amountFiat}} {{currencyCode}} 之前,我们想确认你能感受到比特币。",
"Lightning": "闪电",
"Onchain": "链上",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "请稍等片刻。如果买方不配合,你将自动取回抵押和保证金。此外,你将获得补偿(查看你个人资料中的奖励)。",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "我们正在等待买方发布闪电发票。一旦发布,你将能够直接沟通法币付款详情。",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "在公开的 {{currencyCode}} 订单中(越高排位越便宜)",
"If the order expires untaken, your bond will return to you (no action needed).": "如果订单到期前未执行,你的保证金将退还给你(无需采取任何行动)。",
"Pause the public order": "暂停公开订单",
"Premium rank": "溢价排行",
"Public orders for {{currencyCode}}": "{{currencyCode}} 的公开订单",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "失败原因:",
"Next attempt in": "下一次尝试",
"Retrying!": "重试中!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 将尝试支付你的发票3次每次尝试间隔1分钟。如果它一再失败你将能够提交新的发票。检查你是否有足够的入站流动性。请注意闪电节点必须在线才能接收付款。",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "你的发票已到期或已进行超过3次付款尝试。提交一张新的发票。",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 正在尝试支付你的闪电发票。请注意,闪电节点必须在线才能接收付款。",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "延续",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats 会随着更多的流动性和更高的用户数量而变得更好。把 RoboSats 推荐给你的比特币朋友吧!",
"Sending coins to": "将比特币发送到",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "感谢你使用 Robosats",
"Thank you! RoboSats loves you too": "谢谢RoboSats 也爱你",
"Your TXID": "你的 TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "请等待吃单方锁定保证金。如果吃单方没有及时锁定保证金,订单将再次公开。",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "机器人技术人员来了!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "我自带机器人,它们在这里。(拖放 workspace.json",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "这是我的第一次。生成机器人仓库和扩展机器人令牌xToken。",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "自定义视口",
"Freeze viewports": "冻结视口",
"desktop_unsafe_alert": "为了你的安全,一些功能(比如聊天)被禁用了。没有禁用的功能你将无法完成交易。为了保护你的隐私并完全启用 RoboSats请使用 <1>Tor 浏览器</1>访问<3>洋葱</3>站点。",

View File

@ -292,15 +292,19 @@
"On your own soverign node": "在你自己主權的節點上",
"The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats 協調器的版本是 {{coordinatorVersion}},但你的客戶端 app 是 {{clientVersion}}。版本不匹配可能會導致糟糕的用戶體驗。",
"Update your RoboSats client": "更新你的 RoboSats 客戶端",
"#29": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"#29": "Phrases in components/Dialogs/Worldmap.tsx",
"Choose a location": "Choose a location",
"Enable advanced options": "啟用高級選項",
"Save": "Save",
"#30": "Phrases in components/HostAlert/SelfhostedAlert.tsx",
"RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats客戶端已由你自己的節點提供服務為你提供最強的安全性和隱私性。",
"You are self-hosting RoboSats": "你在自託管 RoboSats",
"#30": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"#31": "Phrases in components/HostAlert/UnsafeAlert.tsx",
"You are not using RoboSats privately": "你在不隱密地使用 RoboSats",
"#31": "Phrases in components/MakerForm/AmountRange.tsx",
"#32": "Phrases in components/MakerForm/AmountRange.tsx",
"From": "從",
"to": "到",
"#32": "Phrases in components/MakerForm/MakerForm.tsx",
"#33": "Phrases in components/MakerForm/MakerForm.tsx",
" at a {{discount}}% discount": " 於 {{discount}}% 折扣",
" at a {{premium}}% premium": " 於 {{premium}}% 溢價",
" at market price": " at market price",
@ -314,7 +318,6 @@
"Choose a Pricing Method": "選擇定價方法",
"Clear form": "清除表單",
"Edit order": "編輯訂單",
"Enable advanced options": "啟用高級選項",
"Enter the destination of the Lightning swap": "輸入閃電交換的目的地",
"Escrow/Invoice Timer (HH:mm)": "託管存款/發票倒計時 (HH:mm)",
"Escrow/invoice step length": "託管/發票步長",
@ -354,7 +357,7 @@
"You receive approx {{swapSats}} LN Sats (fees might vary)": "你將接收大約{{swapSats}}閃電聰(費用會造成有所差異)",
"You send approx {{swapSats}} LN Sats (fees might vary)": "你將發送大約{{swapSats}}閃電聰(費用會造成有所差異)",
"Your order fixed exchange rate": "你的訂單的固定匯率",
"#33": "Phrases in components/Notifications/index.tsx",
"#34": "Phrases in components/Notifications/index.tsx",
"Lightning routing failed": "閃電路由失敗",
"New chat message": "新消息",
"Order chat is open": "訂單聊天已開通",
@ -378,7 +381,7 @@
"😪 Expired!": "😪 已過期!",
"🙌 Funished!": "🙌 已完成!",
"🥳 Taken!": "🥳 已吃單!",
"#34": "Phrases in components/OrderDetails/TakeButton.tsx",
"#35": "Phrases in components/OrderDetails/TakeButton.tsx",
"Amount {{currencyCode}}": "{{currencyCode}} 金額",
"By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "接受此訂單可能會浪費你的時間。如果掛單方未及時響應你將獲得掛單方保證金的50%的補償。",
"Enter amount of fiat to exchange for bitcoin": "輸入以兌換比特幣的法幣金額",
@ -391,7 +394,7 @@
"You must specify an amount first": "你必須先指定金額",
"You will receive {{satoshis}} Sats (Approx)": "You will receive {{satoshis}} Sats (Approx)",
"You will send {{satoshis}} Sats (Approx)": "You will send {{satoshis}} Sats (Approx)",
"#35": "Phrases in components/OrderDetails/index.tsx",
"#36": "Phrases in components/OrderDetails/index.tsx",
"Accepted payment methods": "接受的付款方法",
"Amount of Satoshis": "聰金額",
"Deposit timer": "存款計時器",
@ -412,22 +415,22 @@
"You send via Lightning {{amount}} Sats (Approx)": "You send via Lightning {{amount}} Sats (Approx)",
"You send via {{method}} {{amount}}": "你通過{{method}}發送{{amount}}",
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - 溢價: {{premium}}%",
"#36": "Phrases in components/SettingsForm/index.tsx",
"#37": "Phrases in components/SettingsForm/index.tsx",
"Dark": "深色",
"Fiat": "法幣",
"Light": "淺色",
"Mainnet": "主網",
"Swaps": "交換",
"Testnet": "測試網",
"#37": "Phrases in components/TradeBox/CancelButton.tsx",
"#38": "Phrases in components/TradeBox/CancelButton.tsx",
"Cancel": "取消",
"Cancel order and unlock bond instantly": "取消訂單並即刻解鎖保證金",
"Collaborative Cancel": "合作取消",
"Unilateral cancelation (bond at risk!)": "單方面取消(保證金風險!)",
"#38": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"#39": "Phrases in components/TradeBox/CollabCancelAlert.tsx",
"You asked for a collaborative cancellation": "你要求了合作取消",
"{{nickname}} is asking for a collaborative cancel": "{{nickname}} 要求合作取消",
"#39": "Phrases in components/TradeBox/TradeSummary.tsx",
"#40": "Phrases in components/TradeBox/TradeSummary.tsx",
"Buyer": "買方",
"Completed in": "內完成",
"Contract exchange rate": "合約交易率",
@ -453,64 +456,64 @@
"{{routingFeeSats}} MiliSats": "{{routingFeeSats}} 毫聰",
"{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} 聰 ({{swapFeePercent}}%)",
"{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} 聰 ({{tradeFeePercent}}%)",
"#40": "Phrases in components/TradeBox/WalletsButton.tsx",
"#41": "Phrases in components/TradeBox/WalletsButton.tsx",
"See Compatible Wallets": "查看兼容錢包列表",
"#41": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",
"Cancel the order?": "取消訂單?",
"Confirm Cancel": "確認取消",
"If the order is cancelled now you will lose your bond.": "如果現在取消訂單,你將失去保證金。",
"#42": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmCollabCancel.tsx",
"Accept Cancelation": "接受取消",
"Ask for Cancel": "要求取消",
"Collaborative cancel the order?": "合作取消訂單?",
"The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "交易託管已發布。只有當掛單方和吃單方都同意取消時,才能取消訂單。",
"Your peer has asked for cancellation": "你的對等方請求取消",
"#43": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmDispute.tsx",
"Agree and open dispute": "同意並開始爭議",
"Disagree": "不同意",
"Do you want to open a dispute?": "你想開始爭議嗎?",
"Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "確保導出聊天記錄。工作人員可能會請求你提供所導出的聊天紀錄 JSON 以解決差異。存儲紀錄是你的責任。",
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats 工作人員將檢查所提供的聲明和證據。你需要建立一個完整的案例,因為工作人員無法閱讀聊天內容。最好在你的聲明中提供拋棄式的聯繫方式。交易託管中的聰將被發送給爭議獲勝者,而爭議失敗者將失去保證金。",
"#44": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatReceived.tsx",
"Confirm": "確認",
"Confirm you received {{amount}} {{currencyCode}}?": "確認你已收到 {{amount}} {{currencyCode}}",
"Confirming that you received {{amount}} {{currencyCode}} will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after {{amount}} {{currencyCode}} have arrived to your account. Note that if you have received the payment and do not click confirm, you risk losing your bond.": "確認你已收到{{amount}} {{currencyCode}}時交易會被結算。在託管中的聰會被釋放給買方。僅當{{amount}} {{currencyCode}}已到達你的帳戶時才應確認。請注意,如果你已收到付款但是不點擊確認,則可能失去你的保證金。",
"#45": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmFiatSent.tsx",
"Confirm you sent {{amount}} {{currencyCode}}?": "確認你已發送{{amount}} {{currencyCode}}",
"Confirming that you sent {{amount}} {{currencyCode}} will allow your peer to finalize the trade. If you have not yet sent it and you still proceed to falsely confirm, you risk losing your bond.": "確認你已發送{{amount}} {{currencyCode}}將允許你的對等方結算交易。如果你還沒有付款但仍然虛假確認,則可能失去你的保證金。",
"#46": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"#47": "Phrases in components/TradeBox/Dialogs/ConfirmUndoFiatSent.tsx",
"READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.": "READ. In case your payment to the seller has been blocked and it is absolutely impossible to finish the trade, you can revert your confirmation of \"Fiat sent\". Do so only if you and the seller have ALREADY AGREED in the chat to proceed to a collaborative cancellation. After confirming, the \"Collaborative cancel\" button will be visible again. Only click this button if you know what you are doing. First time users of RoboSats are highly discouraged from performing this action! Make 100% sure your payment has failed and the amount is in your account.",
"Revert the confirmation of fiat sent?": "Revert the confirmation of fiat sent?",
"Wait ({{time}})": "Wait ({{time}})",
"#47": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"#48": "Phrases in components/TradeBox/Dialogs/WebLN.tsx",
"Amount not yet locked, please check your WebLN wallet.": "金額還未鎖定,請查看你的 WebLN 錢包。",
"Invoice not received, please check your WebLN wallet.": "沒有收到發票,請查看你的 WebLN 錢包。",
"WebLN": "WebLN",
"You can close now your WebLN wallet popup.": "現在可以關閉你的 WebLN 錢包彈出窗口。",
"#48": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatBottom/index.tsx",
"Audit PGP": "審計 PGP",
"Export": "導出",
"Save full log as a JSON file (messages and credentials)": "將全記錄檔保存為 JSON 文件(消息和憑據)",
"Verify your privacy": "驗證你的隱私",
"#49": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"#50": "Phrases in components/TradeBox/EncryptedChat/ChatHeader/index.tsx",
"...waiting": "...正在等待",
"Activate slow mode (use it when the connection is slow)": "開啟慢速模式(在連接緩慢時使用)",
"Peer": "對等方",
"You": "你",
"connected": "在線",
"disconnected": "離線",
"#50": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedSocketChat/index.tsx",
"Connecting...": "正在連線...",
"Send": "傳送",
"Type a message": "鍵入消息",
"Waiting for peer public key...": "正在等待對等方的公鑰...",
"#51": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#53": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"#52": "Phrases in components/TradeBox/EncryptedChat/EncryptedTurtleChat/index.tsx",
"#53": "Phrases in components/TradeBox/EncryptedChat/MessageCard/index.tsx",
"#54": "Phrases in components/TradeBox/Forms/Dispute.tsx",
"Attach chat logs": "附加聊天記錄",
"Attaching chat logs helps the dispute resolution process and adds transparency. However, it might compromise your privacy.": "附加聊天記錄有助於爭議解決過程並增加透明度。但可能會損害你的隱私。",
"Submit dispute statement": "提交爭議聲明",
"#54": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"#55": "Phrases in components/TradeBox/Forms/LightningPayout.tsx",
"Advanced options": "高級選項",
"Invoice to wrap": "要包裹的發票",
"Payout Lightning Invoice": "閃電支付發票",
@ -521,14 +524,14 @@
"Use Lnproxy": "使用 Lnproxy (閃電代理)",
"Wrap": "包裹",
"Wrapped invoice": "已包裹的發票",
"#55": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"#56": "Phrases in components/TradeBox/Forms/OnchainPayout.tsx",
"Bitcoin Address": "比特幣地址",
"Final amount you will receive": "你將收到的最終金額",
"Invalid": "無效",
"Mining Fee": "挖礦費",
"RoboSats coordinator will do a swap and send the Sats to your onchain address.": "RoboSats 協調器會執行交換並將聰發送到你的鏈上地址。",
"Swap fee": "交換費",
"#56": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"#57": "Phrases in components/TradeBox/Prompts/Chat.tsx",
"Confirm {{amount}} {{currencyCode}} received": "確認已收到 {{amount}} {{currencyCode}}",
"Confirm {{amount}} {{currencyCode}} sent": "確認已發送 {{amount}} {{currencyCode}}",
"Open Dispute": "開始爭議",
@ -536,51 +539,51 @@
"Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "打個招呼!請保持你的回答有用且簡潔。讓他們知道如何向你發送 {{amount}} {{currencyCode}}。",
"To open a dispute you need to wait": "要打開爭議的話你需要等",
"Wait for the seller to confirm he has received the payment.": "等待賣方確認他已收到付款。",
"#57": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"#58": "Phrases in components/TradeBox/Prompts/Dispute.tsx",
"Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "請提交你的聲明。清楚具體地說明發生了什麼並提供必要的證據。你必須提供聯繫方式拋棄式電子郵件、XMPP 或 Telegram 用戶名以跟工作人員聯絡。爭議由真的機器人(亦称真人)自行解決,因此請盡可能提供幫助以確保公平的結果。最多 5000 字符。",
"#58": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"#59": "Phrases in components/TradeBox/Prompts/DisputeLoser.tsx",
"Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "你的爭議不幸地失敗了。如果你認為這是個錯誤,你可以通過電子郵件向 robosats@protonmail.com 要求重新打開此案例。但是,再次調查的可能性很小。",
"#59": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitPeer.tsx",
"Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "請保存識別你的訂單和付款所需的信息:訂單 ID 保證金或託管的支付散列值(查看你的閃電錢包);聰的確切金額;和機器人暱稱。 你必須通過電子郵件(或其他聯繫方式)表明自己是參與此交易的用戶。",
"We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "我們在等待你的交易對等方提交聲明。如果你對爭議的狀態有疑問或想要添加信息請聯繫robosats@protonmail.com。",
"#60": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWaitResolution.tsx",
"Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "雙方聲明均已收到請等待工作人員解決爭議。如果你對爭議的狀態有疑問或想要添加信息請聯繫robosats@protonmail.com。如果你沒有提供聯繫方式或者不確定你是否正確填寫了信息請立即聯繫我們。",
"#61": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"#62": "Phrases in components/TradeBox/Prompts/DisputeWinner.tsx",
"You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "你可以從你的個人資料下的獎勵中索取解決爭議的金額(託管和保證金)。如果工作人員可以提供任何幫助,請隨時聯繫 robosats@protonmail.com或通過你提供的拋棄式聯繫方式。",
"#62": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"#63": "Phrases in components/TradeBox/Prompts/EscrowWait.tsx",
"Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "請稍等片刻。如果賣方不存款,你將自動取回保證金。此外,你將獲得補償(查看你個人資料中的獎勵)。",
"We are waiting for the seller to lock the trade amount.": "我們正在等待賣方鎖定交易金額。",
"#63": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"#64": "Phrases in components/TradeBox/Prompts/Expired.tsx",
"Renew Order": "延續訂單",
"#64": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"#65": "Phrases in components/TradeBox/Prompts/LockInvoice.tsx",
"Copy to clipboard": "複製到剪貼板",
"This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "這是一張 hold 發票,它會在你的錢包內凍結。只有當你取消或爭議失败的時候才會被收取。",
"This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "這是一張 hold 發票,它會在你的錢包內凍結。當你確認收到 {{currencyCode}} 後它會被釋放給買方。",
"#65": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"#66": "Phrases in components/TradeBox/Prompts/Paused.tsx",
"Unpause Order": "取消暫停訂單",
"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "你的公開訂單已暫停。目前其他機器人無法看到或接受你的訂單。你隨時可以選擇取消暫停。",
"#66": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"#67": "Phrases in components/TradeBox/Prompts/Payout.tsx",
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "在讓你發送 {{amountFiat}} {{currencyCode}} 之前,我們想確認你能夠收到比特幣。",
"Lightning": "閃電",
"Onchain": "鏈上",
"#67": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"#68": "Phrases in components/TradeBox/Prompts/PayoutWait.tsx",
"Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "請稍等片刻。如果買方不配合,你將自動取回交易抵押和保證金。此外,你將獲得補償(查看你個人資料中的獎勵)。",
"We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the payment details.": "我們正在等待買方發布閃電發票。 一旦發布,你將能夠直接溝通法幣付款詳情。",
"#68": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"#69": "Phrases in components/TradeBox/Prompts/PublicWait.tsx",
"Among public {{currencyCode}} orders (higher is cheaper)": "在公開的 {{currencyCode}} 訂單中(越高排位越便宜)",
"If the order expires untaken, your bond will return to you (no action needed).": "如果訂單到期前未執行,你的保證金將退還給你(無需採取任何行動)。",
"Pause the public order": "暫停公開訂單",
"Premium rank": "溢價排行",
"Public orders for {{currencyCode}}": "{{currencyCode}} 的公開訂單",
"#69": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"#70": "Phrases in components/TradeBox/Prompts/RoutingFailed.tsx",
"Failure reason:": "失敗原因:",
"Next attempt in": "下一次嘗試",
"Retrying!": "重試中!",
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 將嘗試支付你的發票3次每次嘗試間隔1分鐘。如果它一再失敗你將能夠提交新的發票。檢查你是否有足夠的入站流動性。請注意閃電節點必須在線才能接收付款。",
"Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "你的發票已到期或已進行超過3次付款嘗試。提交一張新的發票。",
"#70": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"#71": "Phrases in components/TradeBox/Prompts/SendingSats.tsx",
"RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 正在嘗試支付你的閃電發票。請注意,閃電節點必須在線才能接收付款。",
"#71": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"#72": "Phrases in components/TradeBox/Prompts/Successful.tsx",
"Renew": "延續",
"RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats 會隨著更多的流動性和更高的用戶数量而變得更好。把 RoboSats 推薦給你的比特幣朋友吧!",
"Sending coins to": "將比特幣發送到",
@ -588,13 +591,13 @@
"Thank you for using Robosats!": "感謝你使用 Robosats!",
"Thank you! RoboSats loves you too": "謝謝RoboSats 也愛你",
"Your TXID": "你的 TXID",
"#72": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"#73": "Phrases in components/TradeBox/Prompts/TakerFound.tsx",
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "請等待吃單方鎖定保證金。如果吃單方沒有及時鎖定保證金,訂單將再次公開。",
"#73": "Phrases in pro/LandingDialog/index.tsx",
"#74": "Phrases in pro/LandingDialog/index.tsx",
"A robot technician has arrived!": "機器人技術人員來了!",
"I bring my own robots, here they are. (Drag and drop workspace.json)": "我自帶機器人,它們在這裡。(拖放 workspace.json",
"My first time here. Generate a new Robot Garage and extended robot token (xToken).": "這是我的第一次。生成機器人倉庫和擴展機器人領牌 xToken。",
"#74": "Phrases in pro/ToolBar/index.tsx",
"#75": "Phrases in pro/ToolBar/index.tsx",
"Customize viewports": "自定義視口",
"Freeze viewports": "凍結視口",
"desktop_unsafe_alert": "為了你的安全,一些功能(比如聊天)被禁用了。沒有禁用功能你將無法完成交易。為了保護你的隱私並完全啟用 Robosats請使用 <1>Tor 瀏覽器</1>訪問<3>洋蔥站點</3>。",

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="{% static "css/fonts.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/loader.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/index.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/leaflet.css" %}"/>
</head>
<body>
<noscript>

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="{% static "css/fonts.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/loader.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/index.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css/leaflet.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css_pro/react-grid-layout.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "css_pro/react-resizable.css" %}"/>
</head>

View File

@ -11,6 +11,7 @@
<link rel="stylesheet" href="css/fonts.css"/>
<link rel="stylesheet" type="text/css" href="css/loader.css"/>
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<link rel="stylesheet" type="text/css" href="css/leaflet.css"/>
</head>
<body>
<noscript>

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="/static/css/fonts.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/loader.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/index.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/leaflet.css"/>
</head>
<body>
<noscript>

View File

@ -1,9 +1,10 @@
version: '3.9'
# Frontend and node client development orchestration
name: robosats-frontend
services:
frontend:
build: ../frontend
container_name: npm-dev
container_name: npm-dev-frontend
restart: always
command: npm run dev
volumes:
@ -12,7 +13,7 @@ services:
nodeapp:
build: .
container_name: nodeapp-dev
container_name: nodeapp-dev-frontend
restart: always
environment:
TOR_PROXY_IP: 127.0.0.1
@ -25,7 +26,7 @@ services:
tor:
build: ../docker/tor
container_name: tor-dev
container_name: tor-dev-frontend
restart: always
environment:
LOCAL_USER_ID: 1000

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="/static/css_pro/fonts.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/loader.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/index.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/leaflet.css"/>
<link rel="stylesheet" type="text/css" href="/css_pro/react-grid-layout.css"/>
<link rel="stylesheet" type="text/css" href="/css_pro/react-resizable.css"/>
</head>