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
17 changes: 17 additions & 0 deletions frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@
"good": "Good",
"fair": "Fair",
"poor": "Poor"
},
"darkModeTheme": {
"loading": "Loading theme settings",
"errorCleared": "Error cleared. Attempting to toggle theme.",
Expand Down Expand Up @@ -685,5 +686,21 @@
"emptyAllocation": "No allocation data available yet.",
"emptyAssets": "No portfolio assets available yet.",
"emptyHistory": "No performance history available yet."
},
"payment": {
"successTitle": "Payment Successful!",
"successMessage": "Your payment has been processed successfully. The transaction is now confirmed on the Stellar network.",
"amountReceived": "Amount Received",
"transactionId": "Transaction ID",
"successAnnounce": "Payment successful! {amount} {asset} has been received.",
"networkConfirmed": "Payment confirmed on the Stellar network.",
"dismissing": "Processing…",
"optimisticNote": "Transaction submitted — awaiting network confirmation.",
"successHint": "Press Escape or the close button to dismiss this message."
},
"common": {
"close": "Close success animation",
"continue": "Continue",
"error": "Something went wrong. Please try again."
}
}
16 changes: 16 additions & 0 deletions frontend/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,21 @@
"emptyAllocation": "Todavia no hay datos de asignacion.",
"emptyAssets": "Todavia no hay activos en el portafolio.",
"emptyHistory": "Todavia no hay historial de rendimiento."
},
"payment": {
"successTitle": "¡Pago exitoso!",
"successMessage": "Tu pago se ha procesado correctamente. La transacción ya está confirmada en la red Stellar.",
"amountReceived": "Importe recibido",
"transactionId": "ID de transacción",
"successAnnounce": "¡Pago exitoso! Se han recibido {amount} {asset}.",
"networkConfirmed": "Pago confirmado en la red Stellar.",
"dismissing": "Procesando…",
"optimisticNote": "Transacción enviada, esperando confirmación de la red.",
"successHint": "Presiona Escape o el botón de cerrar para descartar este mensaje."
},
"common": {
"close": "Cerrar animación de éxito",
"continue": "Continuar",
"error": "Algo salió mal. Inténtalo de nuevo."
}
}
16 changes: 16 additions & 0 deletions frontend/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,21 @@
"emptyAllocation": "Ainda nao ha dados de alocacao.",
"emptyAssets": "Ainda nao ha ativos no portafolio.",
"emptyHistory": "Ainda nao ha historico de desempenho."
},
"payment": {
"successTitle": "Pagamento realizado com sucesso!",
"successMessage": "Seu pagamento foi processado com sucesso. A transação já está confirmada na rede Stellar.",
"amountReceived": "Valor recebido",
"transactionId": "ID da transação",
"successAnnounce": "Pagamento realizado com sucesso! {amount} {asset} foram recebidos.",
"networkConfirmed": "Pagamento confirmado na rede Stellar.",
"dismissing": "Processando…",
"optimisticNote": "Transação enviada — aguardando confirmação da rede.",
"successHint": "Pressione Esc ou o botão fechar para dispensar esta mensagem."
},
"common": {
"close": "Fechar animação de sucesso",
"continue": "Continuar",
"error": "Algo deu errado. Tente novamente."
}
}
Loading
Loading