Skip to content
Snippets Groups Projects
Commit 3094db80 authored by vjrj's avatar vjrj
Browse files

Add error messages for transaction fetching in translations

parent d88f13bb
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......@@ -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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment