You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to add french translation on DecryptionError raised by matrix-js-sdk/src/crypto as they are directly displayed to users in tchap-web through TchapUnknownBody.tsx/UnknownBody.tsx
We could add i18n facility in matrix-js-sdk (ie. matrix-react-sdk/src/languageHandler.tsx)
Then we need to adapt the DecryptionError messages with i18n
We would like to add french translation on DecryptionError raised by matrix-js-sdk/src/crypto as they are directly displayed to users in tchap-web through TchapUnknownBody.tsx/UnknownBody.tsx
DecryptionError
messages with i18n'Unknown encryption algorithm "' + algorithm + '".'
calculateWithheldMessage
to support i18n"Missing fields in input"
"Unknown Error: Error is undefined"
" Trying to create a new secure channel and re-requesting the keys."
"The sender was unable to establish a secure channel."
"The secure channel with the sender was corrupted."
"The sender's device has not sent us the keys for this message."
"Message intended for room " + payload.room_id
"Missing ciphertext"
"Not included in recipients"
"Bad Encrypted Message"
"Message was intented for " + payload.recipient
"Message not intended for this device"
"Message claimed to be from " + event.getSender()
"Message forwarded from " + payload.sender
"Message intended for room " + payload.room_id
The text was updated successfully, but these errors were encountered: