From bd5639bd38fb7c35f3f4d3d0515624f37b404c98 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Thu, 2 May 2024 13:58:32 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (242 of 242 strings) Translation: commetchat/commet Translate-URL: https://hosted.weblate.org/projects/commetchat/commet/es/ --- commet/assets/l10n/intl_es.arb | 84 ++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/commet/assets/l10n/intl_es.arb b/commet/assets/l10n/intl_es.arb index 4bbb19c4..11efedcd 100644 --- a/commet/assets/l10n/intl_es.arb +++ b/commet/assets/l10n/intl_es.arb @@ -1413,5 +1413,89 @@ "description": "Title for the permission to add an emoji reaction to a message", "type": "text", "placeholders": {} + }, + "labelMatrixPermissionsRoomHistoryVisibilityTitle": "Visualizar el historial", + "@labelMatrixPermissionsRoomHistoryVisibilityTitle": { + "description": "Title for the permission to add change room history settings", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomHistoryVisibilityDescription": "Permite al usuario cambiar la visibilidad del historial del chat en esta sala", + "@labelMatrixPermissionsRoomHistoryVisibilityDescription": { + "description": "describes the permission to change room history settings", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomAvatarTitle": "Establecer avatar de la sala", + "@labelMatrixPermissionsRoomAvatarTitle": { + "description": "Title for the permission to add change the rooms avatar image", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomAvatarDescription": "Cambiar el avatar de la sala", + "@labelMatrixPermissionsRoomAvatarDescription": { + "description": "Title for the permission to add change the rooms avatar image", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomPermissionsDescription": "Permitir al usuario cambiar la configuraciĆ³n de permisos", + "@labelMatrixPermissionsChangeRoomPermissionsDescription": { + "description": "Description for the permission to change permissions of the room", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomNameTitle": "Cambiar nombre de sala", + "@labelMatrixPermissionsChangeRoomNameTitle": { + "description": "Title for the permission to add change the rooms name", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomNameDescription": "Permite al usuario cambiar el nombre de esta sala", + "@labelMatrixPermissionsChangeRoomNameDescription": { + "description": "Description for the permission to add change the rooms name", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomTopicTitle": "Cambiar tema de sala", + "@labelMatrixPermissionsChangeRoomTopicTitle": { + "description": "Title for the permission to add change the rooms topic", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomTopicDescription": "Permitir al usuario cambiar el tema de esta sala", + "@labelMatrixPermissionsChangeRoomTopicDescription": { + "description": "Description for the permission to add change the rooms topic", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsChangeRoomPermissionsTitle": "Cambiar permisos", + "@labelMatrixPermissionsChangeRoomPermissionsTitle": { + "description": "Title for the permission to change permissions of the room", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsKickUserDescription": "Expulsar a otros usuarios de la sala", + "@labelMatrixPermissionsKickUserDescription": { + "description": "Description for the permission to kick other users out of the room", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsBanUserTitle": "Banear usuarios", + "@labelMatrixPermissionsBanUserTitle": { + "description": "Title for the permission to ban other users from the room", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsBanUserDescription": "Banear a otros usuarios de la sala", + "@labelMatrixPermissionsBanUserDescription": { + "description": "Description for the permission to ban other users from the room", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsKickUserTitle": "Expulsar a los usuarios", + "@labelMatrixPermissionsKickUserTitle": { + "description": "Title for the permission to kick other users out of the room", + "type": "text", + "placeholders": {} } }