From ffb44b991a5595c4dd671c6d4571329799c5666d Mon Sep 17 00:00:00 2001 From: pebles Date: Sat, 13 Jul 2019 15:49:51 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 79.5% (1341 of 1687 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/ --- src/i18n/strings/es.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 85ac0dcc9a..7931097b1e 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -1577,5 +1577,8 @@ "User %(userId)s is already in the room": "El usuario %(userId)s ya está en la sala", "The user must be unbanned before they can be invited.": "El usuario debe ser desbloqueado antes de poder ser invitado.", "The user's homeserver does not support the version of the room.": "El servidor del usuario no soporta la versión de la sala.", - "Edit messages after they have been sent (refresh to apply changes)": "Editar mensajes después de enviados (refrescar para aplicar cambios)" + "Edit messages after they have been sent (refresh to apply changes)": "Editar mensajes después de enviados (refrescar para aplicar cambios)", + "React to messages with emoji (refresh to apply changes)": "Reaccionar a mensajes con emojis (refrescar para aplicar cambios)", + "Show read receipts sent by other users": "Mostrar las confirmaciones de lectura de otros usuarios.", + "Order rooms in the room list by most important first instead of most recent": "Ordenar las sala en la lista por la más importante en vez de la más actual" }