diff --git a/assets/translations/en.json b/assets/translations/en.json index 9117028c48318bcf0b26cd761edaaa325d4239ba..a52b58f14f72f7ed253049caee9b0fe0f2633d35 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -311,5 +311,8 @@ "auth_file_pubkey_mismatch": "The public key from the file does not match.", "scan_qr_auth": "Scan a QR code", "qr_scanner_no_qr_detected": "No QR code detected. Please try again.", - "qr_scanner_error": "An error occurred while scanning the QR code." + "qr_scanner_error": "An error occurred while scanning the QR code.", + "transactions_error_title": "Something went wrong", + "transactions_error_message": "We couldn't fetch your transactions. Please try again later.", + "transactions_error_try_again": "Try Again" } diff --git a/assets/translations/es.json b/assets/translations/es.json index c0d32911aedef9d629650df8f123139e7ffea7a1..e384a302767e9d1940a0645118c4660026cb4846 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -317,5 +317,8 @@ "auth_file_pubkey_mismatch": "La clave pública del archivo no coincide.", "scan_qr_auth": "Escanear QR", "qr_scanner_no_qr_detected": "No se detectó ningún código QR. Inténtalo de nuevo.", - "qr_scanner_error": "Ocurrió un error al escanear el código QR." + "qr_scanner_error": "Ocurrió un error al escanear el código QR.", + "transactions_error_title": "Algo salió mal", + "transactions_error_message": "No se pudieron cargar las transacciones. Por favor, inténtalo de nuevo más tarde.", + "transactions_error_try_again": "Reintentar" }