Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,5 +452,25 @@
"dismissLabel": "Dismiss notification: {message}",
"notificationLabel": "Notification: {message}",
"timestampLabel": "Timestamp: {timestamp}"
},
"fiatOnramp": {
"title": "Buy / Deposit Funds",
"triggerLabel": "Buy / Deposit",
"description": "Deposit fiat via a Stellar anchor (SEP-0024). Funds arrive as tokens directly in your connected wallet.",
"selectAsset": "Select Asset",
"amountLabel": "Amount",
"amountOptional": "(optional)",
"amountPlaceholder": "e.g. {amount} {asset}",
"anchorDomainLabel": "Anchor Domain",
"anchorDomainPlaceholder": "e.g. testanchor.stellar.org",
"continueButton": "Continue to Anchor",
"footerNote": "Secured by Stellar Network - SEP-0024 Standard",
"stepConnecting": "Connecting to anchor...",
"stepAuth": "Waiting for wallet signature...",
"stepGenerating": "Preparing your deposit form...",
"authHint": "Please sign the challenge transaction in your wallet to securely connect to {domain}.",
"genericHint": "This should only take a moment.",
"iframeTitle": "Anchor deposit form",
"genericError": "Deposit failed"
}
}
}
20 changes: 20 additions & 0 deletions frontend/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,5 +452,25 @@
"dismissLabel": "Descartar notificación: {message}",
"notificationLabel": "Notificación: {message}",
"timestampLabel": "Marca de tiempo: {timestamp}"
},
"fiatOnramp": {
"title": "Comprar / Depositar Fondos",
"triggerLabel": "Comprar / Depositar",
"description": "Deposita fiat a traves de un anchor de Stellar (SEP-0024). Los fondos llegan como tokens directamente a tu billetera conectada.",
"selectAsset": "Seleccionar Activo",
"amountLabel": "Monto",
"amountOptional": "(opcional)",
"amountPlaceholder": "ej. {amount} {asset}",
"anchorDomainLabel": "Dominio del Anchor",
"anchorDomainPlaceholder": "ej. testanchor.stellar.org",
"continueButton": "Continuar al Anchor",
"footerNote": "Protegido por la red Stellar - Estandar SEP-0024",
"stepConnecting": "Conectando con el anchor...",
"stepAuth": "Esperando firma de la billetera...",
"stepGenerating": "Preparando tu formulario de deposito...",
"authHint": "Firma la transaccion de desafio en tu billetera para conectarte de forma segura a {domain}.",
"genericHint": "Esto solo deberia tomar un momento.",
"iframeTitle": "Formulario de deposito del anchor",
"genericError": "El deposito fallo"
}
}
20 changes: 20 additions & 0 deletions frontend/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,5 +452,25 @@
"dismissLabel": "Dispensar notificacao: {message}",
"notificationLabel": "Notificacao: {message}",
"timestampLabel": "Carimbo de data/hora: {timestamp}"
},
"fiatOnramp": {
"title": "Comprar / Depositar Fundos",
"triggerLabel": "Comprar / Depositar",
"description": "Deposite fiat atraves de um anchor Stellar (SEP-0024). Os fundos chegam como tokens diretamente na sua carteira conectada.",
"selectAsset": "Selecionar Ativo",
"amountLabel": "Valor",
"amountOptional": "(opcional)",
"amountPlaceholder": "ex. {amount} {asset}",
"anchorDomainLabel": "Dominio do Anchor",
"anchorDomainPlaceholder": "ex. testanchor.stellar.org",
"continueButton": "Continuar para o Anchor",
"footerNote": "Protegido pela rede Stellar - Padrao SEP-0024",
"stepConnecting": "Conectando ao anchor...",
"stepAuth": "Aguardando assinatura da carteira...",
"stepGenerating": "Preparando seu formulario de deposito...",
"authHint": "Assine a transacao de desafio na sua carteira para se conectar com seguranca a {domain}.",
"genericHint": "Isso deve levar apenas um momento.",
"iframeTitle": "Formulario de deposito do anchor",
"genericError": "Falha no deposito"
}
}
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"canvas-confetti": "^1.9.4",
"confetti": "^3.0.4",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^12.41.0",
"framer-motion": "^12.42.2",
"marked": "^17.0.5",
"motion": "^12.38.0",
"next": "^14.2.5",
"next-intl": "^4.8.3",
"next-intl": "^4.13.4",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"prismjs": "^1.30.0",
Expand Down
Loading
Loading