Signal-Desktop/_locales/es/messages.json

5811 lines
252 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"softwareAcknowledgments": {
"message": "Agradecimientos del software usado",
"description": "Shown in the about box for the link to software acknowledgments"
},
"privacyPolicy": {
"message": "Términos y política de privacidad",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"appleSilicon": {
"message": "Apple silicon",
"description": "Shown in the about box for Apple silicon product name"
},
"copyErrorAndQuit": {
"message": "Copiar fallo y cerrar Signal",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
"message": "Persona desconocida",
"description": "Shown as the name of a contact if we don't have any displayable information about them"
},
"unknownGroup": {
"message": "Grupo sin nombre",
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
"message": "Fallo en la base de datos",
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "Borrar todos los datos y reiniciar",
"description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
},
"mainMenuFile": {
"message": "&Archivo",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuCreateStickers": {
"message": "Crear/subir paquete de stickers",
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuEdit": {
"message": "&Editar",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuView": {
"message": "&Ver",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuWindow": {
"message": "&Ventana",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "A&yuda",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "Ajustes ...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuServices": {
"message": "Servicios",
"description": "Application menu item for macOS 'Services'"
},
"appMenuHide": {
"message": "Ocultar",
"description": "Application menu command to hide the window"
},
"appMenuHideOthers": {
"message": "Ocultar otras",
"description": "Application menu command to hide all other windows"
},
"appMenuUnhide": {
"message": "Mostrar todas",
"description": "Application menu command to show all application windows"
},
"appMenuQuit": {
"message": "Cerrar Signal",
"description": "Application menu command to close the application"
},
"editMenuUndo": {
"message": "Deshacer",
"description": "Edit menu command to remove recently-typed text"
},
"editMenuRedo": {
"message": "Rehacer",
"description": "Edit menu command to restore previously undone typed text"
},
"editMenuCut": {
"message": "Cortar",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
"editMenuCopy": {
"message": "Copiar",
"description": "Edit menu command to add selected text to clipboard"
},
"editMenuPaste": {
"message": "Pegar",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"editMenuPasteAndMatchStyle": {
"message": "Pegar con el mismo estilo",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
"editMenuDelete": {
"message": "Eliminar",
"description": "Edit menu command to remove the selected text"
},
"editMenuSelectAll": {
"message": "Seleccionar todo",
"description": "Edit menu command to select all of the text in selected text box"
},
"editMenuStartSpeaking": {
"message": "Comenzar a hablar",
"description": "Edit menu item under 'speech' to start dictation"
},
"editMenuStopSpeaking": {
"message": "Terminar de hablar",
"description": "Edit menu item under 'speech' to stop dictation"
},
"windowMenuClose": {
"message": "Cerrar ventana",
"description": "Window menu command to close the current window"
},
"windowMenuMinimize": {
"message": "Minimizar",
"description": "Window menu command to minimize the current window"
},
"windowMenuZoom": {
"message": "Zoom",
"description": "Window menu command to make the current window the size of the whole screen"
},
"windowMenuBringAllToFront": {
"message": "Traer todas al frente",
"description": "Window menu command to bring all windows of current application to front"
},
"viewMenuResetZoom": {
"message": "Tamaño original",
"description": "View menu command to go back to the default zoom"
},
"viewMenuZoomIn": {
"message": "Aumentar",
"description": "View menu command to make everything bigger"
},
"viewMenuZoomOut": {
"message": "Reducir",
"description": "View menu command to make everything smaller"
},
"viewMenuToggleFullScreen": {
"message": "Alternar pantalla completa",
"description": "View menu command to enter or leave Full Screen mode"
},
"viewMenuToggleDevTools": {
"message": "Activar herramientas de desarrollador",
"description": "View menu command to show or hide the developer tools"
},
"menuSetupAsNewDevice": {
"message": "Configurar como nuevo dispositivo",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
},
"menuSetupAsStandalone": {
"message": "Configurar como dispositivo independiente",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
"messageContextMenuButton": {
"message": "Más acciones",
"description": "Label for context button next to each message"
},
"contextMenuCopyLink": {
"message": "Copiar enlace",
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
"contextMenuCopyImage": {
"message": "Copiar imagen",
"description": "Shown in the context menu for an image to indicate that the user can copy the image"
},
"contextMenuNoSuggestions": {
"message": "Sin sugerencias de corrección",
"description": "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
},
"avatarMenuViewArchive": {
"message": "Ver archivo",
"description": "One of the menu options available in the Avatar popup menu"
},
"avatarMenuChatColors": {
"message": "Color de chat",
"description": "One of the menu options available in the Avatar popup menu"
},
"avatarMenuUpdateAvailable": {
"message": "Actualizar Signal",
"description": "One of the menu options available in the Avatar popup menu"
},
"loading": {
"message": "Cargando …",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
"message": "Optimizando la aplicación ...",
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
"message": "Optimizando mensajes ... $status$ completados.",
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"archivedConversations": {
"message": "Chats archivados",
"description": "Shown in place of the search box when showing archived conversation list"
},
"LeftPane--pinned": {
"message": "Chats fijados",
"description": "Shown as a header for pinned conversations in the left pane"
},
"LeftPane--chats": {
"message": "Chats",
"description": "Shown as a header for non-pinned conversations in the left pane"
},
"archiveHelperText": {
"message": "Los chats archivados vuelven al buzón de entrada si recibes mensajes nuevos.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No hay chats archivados",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Archivar",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
"markUnread": {
"message": "Marcar como no leído(s)",
"description": "Shown in menu for conversation, and marks conversation as unread"
},
"moveConversationToInbox": {
"message": "Desarchivar",
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
"pinConversation": {
"message": "Fijar chat",
"description": "Shown in menu for conversation, and pins the conversation to the top of the conversation list"
},
"unpinConversation": {
"message": "No fijar chat",
"description": "Undoes Archive Conversation action, and unpins the conversation from the top of the conversation list"
},
"pinnedConversationsFull": {
"message": "Solo puedes fijar un máximo de 4 chats",
"description": "Shown in a toast when a user attempts to pin more than the maximum number of chats"
},
"chooseDirectory": {
"message": "Seleccionar carpeta",
"description": "Button to allow the user to find a folder on disk"
},
"chooseFile": {
"message": "Seleccionar archivo adjunto",
"description": "Button to allow the user to find a file on disk"
},
"loadDataHeader": {
"message": "Transferir tus datos",
"description": "Header shown on the first screen in the data import process"
},
"loadDataDescription": {
"message": "Ya has transferido tus datos. Tus contactos y mensajes están a salvo en tu dispositivo. Selecciona la carpeta donde has guardado los datos de Signal.",
"description": "Introduction to the process of importing messages and contacts from disk"
},
"importChooserTitle": {
"message": "Selecciona la carpeta con los datos transferidos",
"description": "Title of the popup window used to select data previously exported"
},
"importErrorHeader": {
"message": "¡Algo ha salido mal!",
"description": "Header of the error screen after a failed import"
},
"importingHeader": {
"message": "Transfiriendo personas y mensajes",
"description": "Header of screen shown as data is import"
},
"importErrorFirst": {
"message": "Asegúrate de haber seleccionado la carpeta correcta que contiene tus datos de Signal. El nombre suele comenzar por \"Signal Export\". También puedes guardar una copia nueva de tus datos desde la aplicación de Chrome.",
"description": "Message shown if the import went wrong; first paragraph"
},
"importErrorSecond": {
"message": "Si estos pasos no te funcionan, envía el registro de depuración (Ver > Registro de depuración) para que te podamos ayudar con la migración.",
"description": "Message shown if the import went wrong; second paragraph"
},
"importAgain": {
"message": "Selecciona una carpeta e inténtalo de nuevo",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
"importCompleteHeader": {
"message": "¡Conseguido!",
"description": "Header shown on the screen at the end of a successful import process"
},
"importCompleteStartButton": {
"message": "Comenzar a usar Signal Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
},
"importCompleteLinkButton": {
"message": "Enlaza este dispositivo con tu celular/móvil",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
"selectedLocation": {
"message": "Carpeta seleccionada",
"description": "Message shown as the export location if we didn't capture the target directory"
},
"upgradingDatabase": {
"message": "Actualizando la base de datos. Puede llevar un tiempo …",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
"loadingMessages": {
"message": "Cargando mensajes. $count$ hasta ahora …",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages"
},
"view": {
"message": "Ver más",
"description": "Used as a label on a button allowing user to see more information"
},
"youLeftTheGroup": {
"message": "Ya no participas en este grupo.",
"description": "Displayed when a user can't send a message because they have left the group"
},
"invalidConversation": {
"message": "Este grupo da problemas. Crea un nuevo grupo.",
"description": "Displayed when a user can't send a message because something has gone wrong in the conversation."
},
"scrollDown": {
"message": "Desliza hasta el final del chat",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
},
"messagesBelow": {
"message": "Mensajes nuevos abajo",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
"unreadMessage": {
"message": "1 mensaje sin leer",
"description": "Text for unread message separator, just one message"
},
"unreadMessages": {
"message": "$count$ mensajes sin leer",
"description": "Text for unread message separator, with count"
},
"messageHistoryUnsynced": {
"message": "Por tu seguridad, el historial de chats no se transfiere a dispositivos recién enlazados.",
"description": "Shown in the conversation history when a user links a new device to explain what is not supported."
},
"youMarkedAsVerified": {
"message": "Has marcado tus cifras de seguridad con $name$ como verificadas",
"description": "Shown in the conversation history when the user marks a contact as verified."
},
"youMarkedAsNotVerified": {
"message": "Has retirado la marca de verificación de tus cifras de seguridad con $name$",
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog."
},
"youMarkedAsVerifiedOtherDevice": {
"message": "Has marcado tus cifras de seguridad con $name$ como verificadas en otro dispositivo",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device."
},
"youMarkedAsNotVerifiedOtherDevice": {
"message": "Has retirado la marca de verificación de tus cifras de seguridad con $name$ en otro dispositivo",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device."
},
"membersNeedingVerification": {
"message": "Tus cifras de seguridad con estos participantes del grupo han cambiado desde la última vez que las verificaste. Haz clic en un participante del grupo para ver las cifras de seguridad nuevas.",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
"changedRightAfterVerify": {
"message": "Las cifras de seguridad que estás intentando verificar han cambiado. Revisa tus nuevas cifras de seguridad con $name1$. Recuerda que este cambio podría significar que alguien ha tratado de interceptar la comunicación o que $name2$ simplemente ha reinstalado Signal.",
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change"
},
"changedVerificationWarning": {
"message": "Las siguientes personas pueden haber reinstalado Signal o cambiado su dispositivo. Verifica tus cifras de seguridad con ellas para asegurar vuestra privacidad.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"safetyNumberChangeDialog__pending-messages": {
"message": "Enviar mensajes pendientes",
"description": "Shown on confirmation dialog when user attempts to send a message in the outbox"
},
"identityKeyErrorOnSend": {
"message": "Tus cifras de seguridad con $name1$ han cambiado, lo que significaría que alguien ha tratado de interceptar la comunicación o que $name2$ símplemente ha reinstalado Signal. Tal vez desees verificar las cifras de seguridad con esta persona.",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change"
},
"sendAnyway": {
"message": "Enviar de todos modos",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"callAnyway": {
"message": "Llamar de todos modos",
"description": "Used on a warning dialog to make it clear that it might be risky to call the conversation."
},
"continueCall": {
"message": "Continuar llamada",
"description": "Used on a warning dialog to make it clear that it might be risky to continue the group call."
},
"noLongerVerified": {
"message": "Tus cifras de seguridad con $name$ han cambiado y ya no están verificadas. Haz clic para mostrarlas.",
"description": "Shown in conversation banner when user's safety number has changed, but they were previously verified."
},
"multipleNoLongerVerified": {
"message": "Tus cifras de seguridad con vari@s participantes de este grupo han cambiado y ya no están verificadas. Haz clic para mostrarlas.",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Cuando haces clic en enviar, tu log será publicado durante 30 días en una URL única y privada. Lo podrás guardar en tu dispositivo como primera opción.",
"description": "Description of what will happen with your debug log"
},
"debugLogError": {
"message": "Ha ocurrido un fallo con la transferencia. Por favor, escribe un correo a support@signal.org incluyendo el registro de depuración como archivo de texto.",
"description": "Error message a recommendations if debug log upload fails"
},
"debugLogSuccess": {
"message": "Registro de depuración enviado",
"description": "Title of the success page for submitting a debug log"
},
"debugLogSuccessNextSteps": {
"message": "Registro de depuración transferido. Cuando contactes con el soporte, copia la URL debajo y adjúntala con una descripción del problema que has tenido y los pasos para reproducirlo. ",
"description": "Explanation of next steps to take when submitting debug log"
},
"debugLogLogIsIncomplete": {
"message": "… para ver el registro de depuración completo, haz clic en guardar",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopy": {
"message": "Copiar enlace",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogSave": {
"message": "Guardar",
"description": "Shown as the text for the download button on the debug log screen"
},
"debugLogLinkCopied": {
"message": "Enlace copiado al portapapeles",
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
"reportIssue": {
"message": "Contactar con el soporte técnico",
"description": "Link to open the issue tracker"
},
"gotIt": {
"message": "¡Entendido!",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
"submit": {
"message": "Enviar",
"description": ""
},
"acceptNewKey": {
"message": "Aceptar",
"description": "Label for a button to accept a new safety number"
},
"verify": {
"message": "Marcar persona como verificada",
"description": ""
},
"unverify": {
"message": "Retirar marca de verificación",
"description": ""
},
"isVerified": {
"message": "Has verificado tus cifras de seguridad con $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact."
},
"isNotVerified": {
"message": "No has verificado tus cifras de seguridad con $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact."
},
"verified": {
"message": "Persona verificada",
"description": ""
},
"newIdentity": {
"message": "Nuevas cifras de seguridad",
"description": "Header for a key change dialog"
},
"identityChanged": {
"message": "Tus cifras de seguridad con esta persona han cambiado, lo que significaría que alguien ha tratado de interceptar la comunicación o que esta persona simplemente ha reinstalado Signal. Tal vez desees verificar las nuevas cifras de seguridad.",
"description": ""
},
"incomingError": {
"message": "Fallo al procesar el mensaje recibido",
"description": ""
},
"media": {
"message": "Archivos adjuntos",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
"mediaEmptyState": {
"message": "No hay ningún archivo adjunto en este chat",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
},
"allMedia": {
"message": "Archivos adjuntos",
"description": "Header for the media gallery"
},
"documents": {
"message": "Documentos",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
},
"documentsEmptyState": {
"message": "No hay documentos en este chat",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"today": {
"message": "Hoy",
"description": "The string \"today\""
},
"yesterday": {
"message": "Ayer",
"description": "The string \"yesterday\""
},
"thisWeek": {
"message": "Esta semana",
"description": "Section header in the media gallery"
},
"thisMonth": {
"message": "Este mes",
"description": "Section header in the media gallery"
},
"unsupportedAttachment": {
"message": "Tipo de archivo adjunto no admitido. Haz clic para guardar.",
"description": "Displayed for incoming unsupported attachment"
},
"clickToSave": {
"message": "Haz clic para guardar",
"description": "Hover text for attachment filenames"
},
"unnamedFile": {
"message": "Archivo sin nombre",
"description": "Hover text for attachment filenames"
},
"voiceMessage": {
"message": "Nota de voz",
"description": "Name for a voice message attachment"
},
"dangerousFileType": {
"message": "Tipo de archivo adjunto no permitido por razones se seguridad",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
"loadingPreview": {
"message": "Cargando vista previa ...",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
"message": "Preparando miniatura de vista previa de enlace para $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"previewThumbnail": {
"message": "Miniatura de vista previa para $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedImageAttachment": {
"message": "Imagen adjunta preliminar: $path$",
"description": "Alt text for staged attachments"
},
"decryptionErrorToast": {
"message": "Fallo encontrado al descifrar un mensaje de $name$, dispositivo $deviceId$",
"description": "An error popup when we haven't added an in-timeline error for decryption error, only for beta/internal users."
},
"decryptionErrorToastAction": {
"message": "Enviar el registro de depuración",
"description": "Label for the decryption error toast button"
},
"oneNonImageAtATimeToast": {
"message": "Al incluir un archivo que no sea una imagen, el límite es un adjunto por mensaje.",
"description": "An error popup when the user has attempted to add an attachment"
},
"cannotMixImageAndNonImageAttachments": {
"message": "No se pueden combinar archivos adjuntos de otro tipo junto a imágenes.",
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "No se pueden adjuntar más archivos a este mensaje.",
"description": "An error popup when the user has attempted to add an attachment"
},
"fileSizeWarning": {
"message": "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño.",
"description": ""
},
"unableToLoadAttachment": {
"message": "Fallo al cargar el archivo adjunto seleccionado.",
"description": ""
},
"disconnected": {
"message": "Desconectado",
"description": "Displayed when the desktop client cannot connect to the server."
},
"connecting": {
"message": "Conectando ...",
"description": "Displayed when the desktop client is currently connecting to the server."
},
"connect": {
"message": "Haz clic para volver a conectar.",
"description": "Shown to allow the user to manually attempt a reconnect."
},
"connectingHangOn": {
"message": "No tomará mucho tiempo",
"description": "Subtext description for when the client is connecting to the server."
},
"offline": {
"message": "Desconectado",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Comprueba la conexión de red.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
"message": "Registro de depuración",
"description": "Menu item and header text for debug log modal (sentence case)"
},
"debugLog": {
"message": "Registro de depuración",
"description": "View menu item to open the debug log (title case)"
},
"forceUpdate": {
"message": "Forzar actualización",
"description": "View menu item to force the app to update download and install"
},
"helpMenuShowKeyboardShortcuts": {
"message": "Mostrar atajos de teclado",
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
"contactUs": {
"message": "Contáctanos",
"description": "Item under the help menu, takes you to the contact us support page"
},
"goToReleaseNotes": {
"message": "Ir a las notas de versión",
"description": "Item under the help menu, takes you to GitHub page for release notes"
},
"goToForums": {
"message": "Ir al foro",
"description": "Item under the Help menu, takes you to the forums"
},
"goToSupportPage": {
"message": "Ir a la página de soporte técnico",
"description": "Item under the Help menu, takes you to the support page"
},
"joinTheBeta": {
"message": "Probar la versión beta",
"description": "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
},
"signalDesktopPreferences": {
"message": "Ajustes de Signal Desktop",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
"signalDesktopStickerCreator": {
"message": "Creador de paquetes de stickers",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
"aboutSignalDesktop": {
"message": "Acerca de Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
"screenShareWindow": {
"message": "Compartir pantalla",
"description": "Title for screen sharing window"
},
"speech": {
"message": "Dictar",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
"show": {
"message": "Mostrar",
"description": "Command under Window menu, to show the window"
},
"hide": {
"message": "Ocultar",
"description": "Command in the tray icon menu, to hide the window"
},
"quit": {
"message": "Cerrar",
"description": "Command in the tray icon menu, to quit the application"
},
"signalDesktop": {
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
"search": {
"message": "Buscar",
"description": "Placeholder text in the search input"
},
"clearSearch": {
"message": "Limpiar búsqueda",
"description": "Aria label for clear search button"
},
"searchIn": {
"message": "Buscar en chat",
"description": "Shown in the search box before text is entered when searching in a specific conversation"
},
"noSearchResults": {
"message": "Sin resultados para «$searchTerm$»",
"description": "Shown in the search left pane when no results were found"
},
"noSearchResults--sms-only": {
"message": "Tus amistades con solo SMS/MMS no están disponibles en Desktop",
"description": "Shown in the search left pane when no results were found and primary device has SMS/MMS handling enabled"
},
"noSearchResultsInConversation": {
"message": "No se encontró «$searchTerm$» en «$conversationName$».",
"description": "Shown in the search left pane when no results were found"
},
"conversationsHeader": {
"message": "Chats",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "Personas",
"description": "Shown to separate the types of search results"
},
"groupsHeader": {
"message": "Grupos",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "Mensajes",
"description": "Shown to separate the types of search results"
},
"findByUsernameHeader": {
"message": "Buscar por alias",
"description": "Shown when search could be a valid username, with one sub-item that will kick off the search"
},
"findByPhoneNumberHeader": {
"message": "Buscar por núm. de teléfono",
"description": "Shown when search could be a valid phone number, with one sub-item that will kick off the search"
},
"at-username": {
"message": "@$username$",
"description": "@ added to username to signify it as a username. Should it be on the right in your language?"
},
"welcomeToSignal": {
"message": "¡Ya estás en Signal!",
"description": ""
},
"whatsNew": {
"message": "Comprueba $whatsNew$ de esta actualización",
"description": "Shown in the main window"
},
"viewReleaseNotes": {
"message": "las novedades",
"description": "Clickable link that displays the latest release notes"
},
"typingAlt": {
"message": "Animación de tecleo para este chat",
"description": "Used as the 'title' attribute for the typing animation"
},
"contactInAddressBook": {
"message": "Esta persona está entre tus contactos.",
"description": "Description of icon denoting that contact is from your address book"
},
"contactAvatarAlt": {
"message": "Avatar de $name$",
"description": "Used in the alt tag for the image avatar of a contact"
},
"sendMessageToContact": {
"message": "Enviar mensaje",
"description": "Shown when you are sent a contact and that contact has a signal account"
},
"home": {
"message": "privado",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"work": {
"message": "trabajo",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"mobile": {
"message": "móvil",
"description": "Shown on contact detail screen as a label for a phone or email"
},
"email": {
"message": "correo",
"description": "Generic label shown if contact email has custom type but no label"
},
"phone": {
"message": "teléfono",
"description": "Generic label shown if contact phone has custom type but no label"
},
"address": {
"message": "dirección",
"description": "Generic label shown if contact address has custom type but no label"
},
"poBox": {
"message": "apdo. de correos",
"description": "When rendering an address, used to provide context to a post office box"
},
"downloading": {
"message": "Descargando",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
"downloadFullMessage": {
"message": "Descargar mensaje completo",
"description": "Shown in the message bubble while a long message attachment is not downloaded"
},
"downloadAttachment": {
"message": "Descargar archivo adjunto",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
},
"reactToMessage": {
"message": "Reaccionar al mensaje",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
"replyToMessage": {
"message": "Responder al mensaje",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
"originalMessageNotFound": {
"message": "Fallo al buscar el mensaje original",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
"originalMessageNotAvailable": {
"message": "El mensaje original ya no está disponible",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
"messageFoundButNotLoaded": {
"message": "Se ha encontrado el mensaje original pero no se ha cargado. Desliza hacia arriba para cargar el mensaje.",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
},
"voiceRecording--start": {
"message": "Comienza a grabar una nota de voz",
"description": "Tooltip for microphone button to start voice message"
},
"voiceRecording--complete": {
"message": "Finaliza la nota de voz y la envía",
"description": "Tooltip for green complete voice message and send"
},
"voiceRecording--cancel": {
"message": "Cancela la nota de voz",
"description": "Tooltip for red button to cancel voice message"
},
"voiceRecordingInterruptedMax": {
"message": "La grabación de la nota de voz se ha detenido al alcanzar el tiempo máximo permitido. ",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
"message": "La grabación de la nota de voz se ha detenido al cambiar a otra aplicación.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "Las notas de voz están limitadas a una hora. La grabación se detendrá si utilizas otra aplicación.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
"voiceNoteMustBeOnlyAttachment": {
"message": "Las notas de voz solo pueden tener un archivo adjunto.",
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
"voiceNoteError": {
"message": "Ha ocurrido un fallo al grabar la nota de voz. ",
"description": "Shown in a dialog to inform user that we experienced an unrecoverable error"
},
"attachmentSaved": {
"message": "Adjunto guardado.",
"description": "Shown after user selects to save to downloads"
},
"attachmentSavedShow": {
"message": "Mostrar en la carpeta",
"description": "Button label for showing the attachment in your file system"
},
"you": {
"message": "Tú",
"description": "Shown when the user represented is the current user."
},
"replyingTo": {
"message": "Respuesta a $name$",
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you"
},
"audioPermissionNeeded": {
"message": "Para enviar notas de voz, permite a Signal Desktop acceder al micrófono.",
"description": "Shown if the user attempts to send an audio message without audio permissions turned on"
},
"audioCallingPermissionNeeded": {
"message": "Para realizar llamadas, permite a Signal Desktop acceder a tu micrófono.",
"description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
},
"videoCallingPermissionNeeded": {
"message": "Para realizar videollamadas, permite a Signal Desktop acceder a tu cámara.",
"description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
},
"allowAccess": {
"message": "Permitir acceso",
"description": "Button shown in popup asking to enable microphone/video permissions to send audio messages"
},
"showSettings": {
"message": "Mostrar ajustes",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "Audio",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "Vídeo",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "Foto",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
"text": {
"message": "Texto",
"description": "Label for the word 'text'"
},
"cannotUpdate": {
"message": "Fallo al actualizar",
"description": "Shown as the title of our update error dialogs on windows"
},
"muted": {
"message": "Silenciado",
"description": "Shown in a button when a conversation is muted"
},
"mute": {
"message": "Silenciar",
"description": "Shown in a button when a conversation is unmuted and can be muted"
},
"cannotUpdateDetail": {
"message": "Fallo al actualizar Signal. $retry$ o visita $url$ para instalar manualmente. Después, $support$ con el problema.",
"description": "Shown if a general error happened while trying to install update package"
},
"cannotUpdateRequireManualDetail": {
"message": "Fallo al actualizar Signal. Visita $url$ para instalar manualmente. Después, $support$ con el problema.",
"description": "Shown if a general error happened while trying to install update package and manual update is required"
},
"readOnlyVolume": {
"message": "Signal Desktop está probablemente en cuarentena en macOS y la aplicación no se podrá actualizar automáticamente. Intenta transferir $app$ a la carpeta $folder$ con Finder.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update"
},
"ok": {
"message": "Aceptar",
"description": ""
},
"cancel": {
"message": "Cancelar",
"description": ""
},
"discard": {
"message": "Descartar",
"description": ""
},
"failedToSend": {
"message": "Fallo al enviar a algunas personas. Comprueba la conexión.",
"description": ""
},
"error": {
"message": "Fallo",
"description": ""
},
"messageDetail": {
"message": "Detalles de mensaje",
"description": ""
},
"delete": {
"message": "Eliminar",
"description": ""
},
"accept": {
"message": "Aceptar",
"description": ""
},
"forward": {
"message": "Reenviar",
"description": ""
},
"done": {
"message": "Hecho",
"description": "Label for done"
},
"update": {
"message": "Actualizar",
"description": ""
},
"next2": {
"message": "Siguiente",
"description": ""
},
"on": {
"message": "Activo",
"description": "Label for when something is turned on"
},
"off": {
"message": "Inactivo",
"description": "Label for when something is turned off"
},
"deleteWarning": {
"message": "Este mensaje se eliminará de este dispositivo",
"description": "Text shown in the confirmation dialog for deleting a message locally"
},
"deleteForEveryoneWarning": {
"message": "Este mensaje se eliminará para tod@s en el chat, si usan una versión reciente de Signal. En el chat se mostrará que lo has eliminado. ",
"description": "Text shown in the confirmation dialog for deleting a message for everyone"
},
"from": {
"message": "De",
"description": "Label for the sender of a message"
},
"to": {
"message": "A",
"description": "Label for the receiver of a message"
},
"toJoiner": {
"message": "en",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
"sent": {
"message": "Enviado",
"description": "Label for the time a message was sent"
},
"received": {
"message": "Recibido",
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Mensaje",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Participantes del grupo",
"description": ""
},
"showMembers": {
"message": "Mostrar participantes",
"description": ""
},
"showSafetyNumber": {
"message": "Ver cifras de seguridad",
"description": ""
},
"viewRecentMedia": {
"message": "Ver archivos adjuntos recientes",
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
"message": "Para verificar la seguridad del cifrado de extremo a extremo con $name$, compara las cifras de arriba con las cifras presentes en su dispositivo.",
"description": ""
},
"theirIdentityUnknown": {
"message": "No has intercambiado ningún mensaje con esta persona. Vuestras cifras de seguridad estarán disponibles después de enviar el primer mensaje.",
"description": ""
},
"back": {
"message": "Atrás",
"description": "Generic label for back"
},
"goBack": {
"message": "Atrás",
"description": "Label for back button in a conversation"
},
"moreInfo": {
"message": "Más detalles",
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
"message": "Volver a enviar",
"description": "Shown on the drop-down menu for an individual message, but only if it is an outgoing message that failed to send"
},
"retryDeleteForEveryone": {
"message": "Reintentar el eliminar del chat",
"description": "Shown on the drop-down menu for an individual message, but only if a previous delete for everyone failed to send"
},
"forwardMessage": {
"message": "Reenviar mensaje",
"description": "Shown on the drop-down menu for an individual message, forwards a message"
},
"deleteMessage": {
"message": "Eliminar mensaje sólo para mi",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessageForEveryone": {
"message": "Eliminar mensaje del chat",
"description": "Shown on the drop-down menu for an individual message, deletes single message for everyone"
},
"deleteMessages": {
"message": "Eliminar",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "¿Eliminar este chat permanentemente?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "Sesión segura reiniciada",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"ChatRefresh--notification": {
"message": "Sesión de chat reiniciada",
"description": "Shown in timeline when a error happened, and the session was automatically reset."
},
"ChatRefresh--learnMore": {
"message": "Saber más",
"description": "Shown in timeline when session is automatically reset, to provide access to a popup info dialog"
},
"ChatRefresh--summary": {
"message": "Signal usa cifrado de extremo a extremo y puede necesitar reiniciar la sesión de un chat en determinados casos. Este reinicio no afecta a la seguridad, pero puede ocurrir que el último mensaje de esta persona antes del reinicio sea ilegible. Solicita que lo envíe de nuevo, si se da el caso.",
"description": "Shown on explainer dialog available from chat session refreshed timeline events"
},
"ChatRefresh--contactSupport": {
"message": "Contactar con el soporte técnico",
"description": "Shown on explainer dialog available from chat session refreshed timeline events"
},
"DeliveryIssue--preview": {
"message": "Fallo en la entrega",
"description": "Shown in left pane preview when message delivery issue happens"
},
"DeliveryIssue--notification": {
"message": "No se pudo recibir un mensaje de $sender$",
"description": "Shown in timeline when message delivery issue happens"
},
"DeliveryIssue--learnMore": {
"message": "Saber más",
"description": "Shown in timeline when message delivery issue happens, to provide access to a popup info dialog"
},
"DeliveryIssue--title": {
"message": "Fallo en la entrega",
"description": "Shown on explainer dialog available from delivery issue timeline events"
},
"DeliveryIssue--summary": {
"message": "No se ha podido recibir un mensaje, sticker, adjunto, reacción o notificación de lectura de $sender$. Lo ha enviado en un chat o en un grupo común.",
"description": "Shown on explainer dialog available from delivery issue timeline events in 1:1 conversations"
},
"DeliveryIssue--summary--group": {
"message": "No se ha podido recibir un mensaje, sticker, adjunto, reacción o notificación de lectura de $sender$ en este chat.",
"description": "Shown on explainer dialog available from delivery issue timeline events in groups"
},
"ChangeNumber--notification": {
"message": "$sender$ ha cambiado su número de teléfono",
"description": "Shown in timeline when a member of a conversation changes their phone number"
},
"quoteThumbnailAlt": {
"message": "Miniatura de imagen en mensaje citado",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
"message": "Imagen adjunta al mensaje",
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
"message": "Captura de vídeo adjunta al mensaje",
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "Foto enviada en el chat",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"imageCaptionIconAlt": {
"message": "Icono para mostrar que esta imagen incluye una descripción",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"save": {
"message": "Guardar",
"description": "Used on save buttons"
},
"reset": {
"message": "Reiniciar",
"description": "Used on reset buttons"
},
"fileIconAlt": {
"message": "Icono de archivo",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "Bienvenid@ a Signal Desktop",
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "La privacidad es posible. Signal lo hace fácil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkedDevices": {
"message": "Dispositivos enlazados",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkNewDevice": {
"message": "Enlazar nuevo dispositivo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"Install__scan-this-code": {
"message": "Escanea este código desde Signal en tu celular/móvil",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Abre Signal en tu celular/móvil",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
"message": "Toca en «$settings$», después en «$linkedDevices$»",
"description": "Instructions on the device link screen"
},
"Install__instructions__2__settings": {
"message": "Ajustes",
"description": "Part of the 2nd instruction on the device link screen"
},
"Install__instructions__3": {
"message": "Toca en «$plusButton$» (Android) o «$linkNewDevice$» (iPhone)",
"description": "Instructions on the device link screen"
},
"Install__qr-failed": {
"message": "Fallo al cargar el código QR. Comprueba tu conexión e inténtalo de nuevo. $learnMore$",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__qr-failed__learn-more": {
"message": "Saber más",
"description": "Shown on the install screen if the QR code fails to load"
},
"Install__support-link": {
"message": "¿Necesitas ayuda?",
"description": "Shown on the install screen. Link takes users to a support page"
},
"Install__choose-device-name__description": {
"message": "Este nombre aparecerá bajo «Dispositivos enlazados» en tu celular/móvil",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
"message": "Computadora/ordenador",
"description": "The placeholder for the 'choose device name' input"
},
"Preferences--device-name": {
"message": "Nombre del dispositivo",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "Selecciona un nombre para este dispositivo",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "Completar proceso",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
"message": "Sincronizando personas y grupos",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"initialSync__subtitle": {
"message": "Aviso: Tus chats previos no se sincronizarán con este dispositivo",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Fallo al conectar con el servidor.",
"description": "Displayed when we can't connect to the server."
},
"installTooManyDevices": {
"message": "Lo sentimos, ya tienes demasiados dispositivos enlazados. Prueba a eliminar algunos.",
"description": ""
},
"installTooOld": {
"message": "Actualiza Signal en este dispositivo para enlazar con tu celular/móvil.",
"description": ""
},
"installErrorHeader": {
"message": "¡Algo ha salido mal!",
"description": ""
},
"installUnknownError": {
"message": "Ha ocurrido un fallo inesperado. Por favor, inténtalo de nuevo.",
"description": ""
},
"installTryAgain": {
"message": "Inténtalo de nuevo",
"description": ""
},
"Preferences--theme": {
"message": "Tema",
"description": "Header for theme settings"
},
"calling": {
"message": "Llamadas",
"description": "Header for calling options on the settings screen"
},
"calling__call-back": {
"message": "Devolver llamada",
"description": "Button to call someone back"
},
"calling__call-again": {
"message": "Llamar de nuevo",
"description": "Button to call someone again"
},
"calling__start": {
"message": "Iniciar llamada",
"description": "Button label in the call lobby for starting a call"
},
"calling__join": {
"message": "Unirse",
"description": "Button label in the call lobby for joining a call"
},
"calling__return": {
"message": "Volver a la llamada",
"description": "Button label in the call lobby for returning to a call"
},
"calling__lobby-automatically-muted-because-there-are-a-lot-of-people": {
"message": "Micrófono silenciado en llamada de grupo numerosa",
"description": "Shown in a call lobby toast if there are a lot of people already on the call"
},
"calling__call-is-full": {
"message": "La llamada está llena",
"description": "Text in the call lobby when you can't join because the call is full"
},
"calling__button--video__label": {
"message": "Cámara",
"description": "Label under the video button"
},
"calling__button--video-disabled": {
"message": "Cámara desactivada",
"description": "Button tooltip label when the camera is disabled"
},
"calling__button--video-off": {
"message": "Desactivar cámara",
"description": "Button tooltip label for turning off the camera"
},
"calling__button--video-on": {
"message": "Activar cámara",
"description": "Button tooltip label for turning on the camera"
},
"calling__button--audio__label": {
"message": "Silenciar",
"description": "Label under the audio button"
},
"calling__button--audio-disabled": {
"message": "Micrófono desactivado",
"description": "Button tooltip label when the microphone is disabled"
},
"calling__button--audio-off": {
"message": "Silenciar micrófono",
"description": "Button tooltip label for turning off the microphone"
},
"calling__button--audio-on": {
"message": "Activar micrófono",
"description": "Button tooltip label for turning on the microphone"
},
"calling__button--presenting__label": {
"message": "Compartir",
"description": "Label under the share screen button"
},
"calling__button--presenting-disabled": {
"message": "Presentación desactivada",
"description": "Button tooltip label for when screen sharing is disabled"
},
"calling__button--presenting-on": {
"message": "Comenzar presentación",
"description": "Button tooltip label for starting to share screen"
},
"calling__button--presenting-off": {
"message": "Terminar presentación",
"description": "Button tooltip label for stopping screen sharing"
},
"calling__button--ring__label": {
"message": "Llamar",
"description": "Label under the ring button"
},
"calling__button--ring__disabled-because-group-is-too-large": {
"message": "El grupo es demasiado grande para notificar a tod@s l@s participantes.",
"description": "Button tooltip label when you can't ring because the group is too large"
},
"calling__button--ring__off": {
"message": "Notificar en lugar de sonar",
"description": "Button tooltip label for turning ringing off"
},
"calling__button--ring__on": {
"message": "Sonar como llamada entrante",
"description": "Button tooltip label for turning ringing on"
},
"calling__your-video-is-off": {
"message": "Tu cámara está desactivada",
"description": "Label in the calling lobby indicating that your camera is off"
},
"calling__pre-call-info--empty-group": {
"message": "No hay nadie más",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__pre-call-info--1-person-in-call": {
"message": "$first$ participa en esta llamada",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__pre-call-info--another-device-in-call": {
"message": "Uno de tus otros dispositivos ya participa en esta llamada",
"description": "Shown in the calling lobby to describe when it is just you"
},
"calling__pre-call-info--2-people-in-call": {
"message": "$first$ y $second$ participan en esta llamada",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__pre-call-info--3-people-in-call": {
"message": "$first$, $second$ y $third$ participan en esta llamada",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__pre-call-info--many-people-in-call": {
"message": "$first$, $second$ y $others$ más participan en esta llamada",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__pre-call-info--will-ring-1": {
"message": "Signal llamará a $person$",
"description": "Shown in the calling lobby to describe who will be rung"
},
"calling__pre-call-info--will-ring-2": {
"message": "Signal llamará a $first$ y $second$",
"description": "Shown in the calling lobby to describe who will be rang"
},
"calling__pre-call-info--will-ring-3": {
"message": "Signal llamará a $first$, $second$ y $third$",
"description": "Shown in the calling lobby to describe who will be rang"
},
"calling__pre-call-info--will-ring-many": {
"message": "Signal llamará a $first$, $second$ y $others$ más",
"description": "Shown in the calling lobby to describe who will be rang"
},
"calling__pre-call-info--will-notify-1": {
"message": "$person$ recibirá una notificación",
"description": "Shown in the calling lobby to describe who will be notified"
},
"calling__pre-call-info--will-notify-2": {
"message": "$first$ y $second$ recibirán una notificación",
"description": "Shown in the calling lobby to describe who will be notified"
},
"calling__pre-call-info--will-notify-3": {
"message": "$first$, $second$ y $third$ recibirán una notificación",
"description": "Shown in the calling lobby to describe who will be notified"
},
"calling__pre-call-info--will-notify-many": {
"message": "$first$, $second$ y $others$ más recibirán una notificación",
"description": "Shown in the calling lobby to describe who will be notified"
},
"calling__in-this-call--zero": {
"message": "No hay nadie más",
"description": "Shown in the participants list to describe how many people are in the call"
},
"calling__in-this-call--one": {
"message": "En esta llamada · 1 persona",
"description": "Shown in the participants list to describe how many people are in the call"
},
"calling__in-this-call--many": {
"message": "En esta llamada · $people$ personas",
"description": "Shown in the participants list to describe how many people are in the call"
},
"calling__you-have-blocked": {
"message": "Has bloqueado a $name$",
"description": "when you block someone and cannot view their video"
},
"calling__block-info": {
"message": "No recibirás su audio ni vídeo ni ell@s el tuyo.",
"description": "Shown in the modal dialog to describe how blocking works in a group call"
},
"calling__overflow__scroll-up": {
"message": "Desliza hacia arriba",
"description": "Label for the \"scroll up\" button in a call's overflow area"
},
"calling__overflow__scroll-down": {
"message": "Desliza hacia abajo",
"description": "Label for the \"scroll down\" button in a call's overflow area"
},
"calling__presenting--notification-title": {
"message": "Estás presentando al grupo.",
"description": "Title for the share screen notification"
},
"calling__presenting--notification-body": {
"message": "Haz clic aquí para volver a la llamada cuando hayas terminado tu presentación.",
"description": "Body text for the share screen notification"
},
"calling__presenting--info": {
"message": "Signal está compartiendo $window$.",
"description": "Text that appears in the screen sharing controller to inform person that they are presenting"
},
"calling__presenting--stop": {
"message": "Terminar de compartir",
"description": "Button for stopping screen sharing"
},
"calling__presenting--you-stopped": {
"message": "Has terminado de presentar",
"description": "Toast that appears when someone stops presenting"
},
"calling__presenting--person-ongoing": {
"message": "$name$ está presentando",
"description": "Title of call when someone is presenting"
},
"calling__presenting--person-stopped": {
"message": "$name$ ha terminado de presentar",
"description": "Toast that appears when someone stops presenting"
},
"calling__presenting--permission-title": {
"message": "Necesitas activar los permisos",
"description": "Shown as the title for the modal that requests screen recording permissions"
},
"calling__presenting--macos-permission-description": {
"message": "Signal necesita acceso a la grabación de pantalla.",
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step1": {
"message": "Ve a preferencias del sistema.",
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step2": {
"message": "Haz clic sobre el candado en la esquina inferior izquierda e introduce la contraseña de tu usuari@.",
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-instruction-step3": {
"message": "A la derecha, marca la casilla al lado de Signal. Si no ves el icono de Signal en la lista, haz clic sobre + para añadirla.",
"description": "Shown as the description for the modal that requests screen recording permissions"
},
"calling__presenting--permission-open": {
"message": "Ve a «Preferencias del sistema»",
"description": "The button that opens your system preferences for the needs screen record permissions modal"
},
"calling__presenting--permission-cancel": {
"message": "Ignorar",
"description": "The cancel button for the needs screen record permissions modal"
},
"alwaysRelayCallsDescription": {
"message": "Redirigir llamadas siempre",
"description": "Description of the always relay calls setting"
},
"alwaysRelayCallsDetail": {
"message": "Redirige todas las llamadas a través del servidor de Signal para evitar revelar tu dirección IP. Activar la opción reducirá la calidad de las llamadas.",
"description": "Details describing the always relay calls setting"
},
"permissions": {
"message": "Permisos",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "Permitir acesso al micrófono",
"description": "Description of the media permission description"
},
"mediaCameraPermissionsDescription": {
"message": "Permitir acesso a la cámara",
"description": "Description of the media permission description"
},
"general": {
"message": "General",
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Comprobar la ortografía al escribir el mensaje",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "El corrector ortográfico se activará al reiniciar Signal.",
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "El corrector ortográfico se desactivará al reiniciar Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"SystemTraySetting__minimize-to-system-tray": {
"message": "Minimizar a la barra de tareas",
"description": "In the settings, shown next to the checkbox option for minimizing to the system tray"
},
"SystemTraySetting__minimize-to-and-start-in-system-tray": {
"message": "Arrancar minimizada en la barra de tareas",
"description": "In the settings, shown next to the checkbox option for starting in the system tray"
},
"autoLaunchDescription": {
"message": "Abrir al iniciar sesión en esta máquina",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Eliminar todos los datos en la aplicación",
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "Esto eliminará todos los datos de la aplicación, los mensajes y la información de la cuenta.",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
"message": "Eliminar datos",
"description": "Button in the settings dialog starting process to delete all data"
},
"deleteAllDataHeader": {
"message": "¿Eliminar todos los datos?",
"description": "Header of the full-screen delete data confirmation screen"
},
"deleteAllDataBody": {
"message": "Se eliminará toda la información de tu cuenta de Signal, incluyendo todas las personas que no están entre tus contactos y todos los mensajes. Siempre puedes volver a enlazar tu dispositivo móvil, pero los mensajes eliminados no se restaurarán.",
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "Eliminar todos los datos",
"description": "Text of the button that deletes all data"
},
"deleteAllDataProgress": {
"message": "Desconectando y borrando datos",
"description": "Message shown to user when app is disconnected and data deleted"
},
"deleteOldIndexedDBData": {
"message": "Hemos encontrado datos antiguos de una versión obsoleta de Signal Desktop. Si decides continuar, se eliminarán esos datos y tu nueva instalación de Signal no los mostrará. ",
"description": "Shown if user last ran Signal Desktop before October 2018"
},
"deleteOldData": {
"message": "Eliminar datos antiguos",
"description": "Button to make the delete happen"
},
"notifications": {
"message": "Notificaciones",
"description": "Header for notification settings"
},
"notificationSettingsDialog": {
"message": "Al recibir mensajes, las notificaciones muestran:",
"description": "Explain the purpose of the notification settings"
},
"disableNotifications": {
"message": "Desactivar notificaciones",
"description": "Label for disabling notifications"
},
"nameAndMessage": {
"message": "Nombre, contenido y acciones",
"description": "Label for setting notifications to display name and message text"
},
"noNameOrMessage": {
"message": "Ni nombre ni contenido",
"description": "Label for setting notifications to display no name and no message text"
},
"nameOnly": {
"message": "Solo nombre",
"description": "Label for setting notifications to display sender name only"
},
"newMessage": {
"message": "Mensaje nuevo",
"description": "Displayed in notifications for only 1 message"
},
"notificationSenderInGroup": {
"message": "$sender$ en «$group$»",
"description": "Displayed in notifications for messages in a group"
},
"notificationReaction": {
"message": "$sender$ reaccionó con « $emoji$» a tu mensaje",
"description": ""
},
"notificationReactionMessage": {
"message": "$sender$ reaccionó con « $emoji$» a « $message$»",
"description": ""
},
"sendFailed": {
"message": "Fallo al enviar",
"description": "Shown on outgoing message if it fails to send"
},
"deleteFailed": {
"message": "Fallo al eliminar",
"description": "Shown on a message which was deleted for everyone if the delete wasn't successfully sent to anyone"
},
"sendPaused": {
"message": "Envío pausado",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "No se ha enviado a tod@s, toca para ver más",
"description": "Shown on outgoing message if it is partially sent"
},
"partiallyDeleted": {
"message": "Eliminado parcialmente, haz clic para intentarlo de nuevo",
"description": "Shown on a message which was deleted for everyone if the delete wasn't successfully sent to everyone"
},
"showMore": {
"message": "Detalles",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "Ocultar detalles",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "Más información sobre verificación de cifras de seguridad",
"description": "Text that links to a support article on verifying safety numbers"
},
"expiredWarning": {
"message": "Esta versión de Signal Desktop ha caducado. Por favor, actualiza a la última versión para seguir enviando mensajes.",
"description": "Warning notification that this version of the app has expired"
},
"upgrade": {
"message": "Haz clic para abrir signal.org/download",
"description": "Label text for button to upgrade the app to the latest version"
},
"mediaMessage": {
"message": "Mensaje multimedia",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
"unregisteredUser": {
"message": "Número no registrado",
"description": "Error message displayed when sending to an unregistered user."
},
"sync": {
"message": "Importar contactos",
"description": "Label for contact and group sync settings"
},
"syncExplanation": {
"message": "Importa todos los grupos y personas de Signal desde tu teléfono móvil.",
"description": "Explanatory text for sync settings"
},
"lastSynced": {
"message": "Última actualización: ",
"description": "Label for date and time of last sync operation"
},
"syncNow": {
"message": "Importar ahora",
"description": "Label for a button that syncs contacts and groups from your phone"
},
"syncing": {
"message": "Importando …",
"description": "Label for a disabled sync button while sync is in progress."
},
"syncFailed": {
"message": "Fallo al importar. Asegúrate que tu ordenador/computadora y celular/móvil están conectados a internet.",
"description": "Informational text displayed if a sync operation times out."
},
"timestamp_s": {
"message": "ahora",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1 m",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1 h",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgo": {
"message": "$hours$ h",
"description": "Contracted form of 'X hours ago' which works both for singular and plural"
},
"minutesAgo": {
"message": "$minutes$ m",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural"
},
"justNow": {
"message": "Ahora",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "D MMM",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"timestampFormat__long__today": {
"message": "[Hoy] LT",
"description": "Timestamp format string for displaying \"Today\" and the time"
},
"timestampFormat__long__yesterday": {
"message": "[Ayer] LT",
"description": "Timestamp format string for displaying \"Yesterday\" and the time"
},
"messageBodyTooLong": {
"message": "Mensaje demasiado largo.",
"description": "Shown if the user tries to send more than 64kb of text"
},
"unblockToSend": {
"message": "Desbloquea esta persona para enviar mensajes.",
"description": "Brief message shown when trying to message a blocked number"
},
"unblockGroupToSend": {
"message": "Desbloquea este grupo para enviar mensajes.",
"description": "Brief message shown when trying to message a blocked group"
},
"youChangedTheTimer": {
"message": "Has fijado la desaparición de mensajes en $time$.",
"description": "Message displayed when you change the message expiration timer in a conversation."
},
"timerSetOnSync": {
"message": "Se ha fijado la desaparición de mensajes en $time$.",
"description": "Message displayed when timer is set on initial link of desktop device."
},
"timerSetByMember": {
"message": "Alguien ha fijado la desaparición de mensajes en $time$.",
"description": "Message displayed when timer is by an unknown group member."
},
"theyChangedTheTimer": {
"message": "$name$ ha fijado la desaparición de mensajes en $time$.",
"description": "Message displayed when someone else changes the message expiration timer in a conversation."
},
"disappearingMessages__off": {
"message": "inactivo",
"description": "Label for option to turn off message expiration in the timer menu"
},
"disappearingMessages": {
"message": "Desaparición de mensajes",
"description": "Conversation menu option to enable disappearing messages. Title of the settings section for Disappearing Messages. Label of the disappearing timer select in group creation flow"
},
"disappearingMessagesDisabled": {
"message": "Desaparición de mensajes desactivada",
"description": "Displayed in the left pane when the timer is turned off"
},
"disappearingMessagesDisabledByMember": {
"message": "Alguien ha desactivado la desaparición de mensajes.",
"description": "Displayed in the left pane when the timer is turned off"
},
"disabledDisappearingMessages": {
"message": "$name$ ha desactivado la desaparición de mensajes.",
"description": "Displayed in the conversation list when the timer is turned off"
},
"youDisabledDisappearingMessages": {
"message": "Has desactivado la desaparición de mensajes.",
"description": "Displayed in the conversation list when the timer is turned off"
},
"timerSetTo": {
"message": "Caducidad de mensajes fijada en $time$",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane"
},
"audioNotificationDescription": {
"message": "Reproducir notificaciones sonoras",
"description": "Description for audio notification setting"
},
"callRingtoneNotificationDescription": {
"message": "Tono de llamada",
"description": "Description for call ringtone notification setting"
},
"callSystemNotificationDescription": {
"message": "Mostrar notificaciones de llamada",
"description": "Description for call notification setting"
},
"incomingCallNotificationDescription": {
"message": "Activar llamadas entrantes",
"description": "Description for incoming calls setting"
},
"contactChangedProfileName": {
"message": "$sender$ ha cambiado su nombre de perfil de $oldProfile$ a $newProfile$.",
"description": "Description for incoming calls setting"
},
"changedProfileName": {
"message": "$oldProfile$ ha cambiado su nombre de perfil a $newProfile$.",
"description": "Shown when a contact not in your address book changes their profile name"
},
"SafetyNumberModal__title": {
"message": "Verificar cifras de seguridad",
"description": "Title for the modal for safety number verification"
},
"safetyNumberChanged": {
"message": "Las cifras de seguridad han cambiado",
"description": "A notification shown in the conversation when a contact reinstalls"
},
"safetyNumberChanges": {
"message": "Cambios en cifras de seguridad",
"description": "Title for safety number changed modal"
},
"safetyNumberChangedGroup": {
"message": "Las cifras de seguridad con $name$ han cambiado",
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name"
},
"verifyNewNumber": {
"message": "Verificar cifras de seguridad",
"description": "Label on button included with safety number change notification in the conversation"
},
"cannotGenerateSafetyNumber": {
"message": "Solo puedes verificar a esta persona una vez que hayáis intercambiado mensajes.",
"description": "Shown on the safety number screen if you have never exchanged messages with that contact"
},
"yourSafetyNumberWith": {
"message": "Tus cifras de seguridad con $name1$:",
"description": "Heading for safety number view"
},
"themeLight": {
"message": "Claro",
"description": "Label text for light theme (normal)"
},
"themeDark": {
"message": "Oscuro",
"description": "Label text for dark theme"
},
"themeSystem": {
"message": "Sistema",
"description": "Label text for system theme"
},
"noteToSelf": {
"message": "Notas privadas",
"description": "Name for the conversation with your own phone number"
},
"noteToSelfHero": {
"message": "En este chat puedes añadir notas personales solo para ti. Si tu cuenta tiene dispositivos enlazados, se sincronizarán las notas nuevas.",
"description": "Description for the Note to Self conversation"
},
"notificationDrawAttention": {
"message": "Cambiar el foco a esta ventana cuando llega una notificación",
"description": "Label text for the setting that controls whether new notifications draw attention to the window"
},
"hideMenuBar": {
"message": "Ocultar barra de menú",
"description": "Label text for menu bar visibility setting"
},
"startConversation": {
"message": "Comienza un chat con ...",
"description": "Label underneath number a user enters that is not an existing contact"
},
"newConversation": {
"message": "Nuevo chat",
"description": "Label for header when starting a new conversation"
},
"stories": {
"message": "Historias",
"description": "Label for header to go to stories view"
},
"contactSearchPlaceholder": {
"message": "Buscar por nombre o número de teléfono",
"description": "Placeholder to use when searching for contacts in the composer"
},
"noContactsFound": {
"message": "No se encontraron contactos",
"description": "Label shown when there are no contacts to compose to"
},
"noConversationsFound": {
"message": "No se encontraron chats",
"description": "Label shown when there are no conversations to compose to"
},
"Toast--error": {
"message": "Un error ha ocurrido",
"description": "Toast for general errors"
},
"Toast--error--action": {
"message": "Enviar el registro de depuración",
"description": "Label for the error toast button"
},
"Toast--failed-to-fetch-username": {
"message": "Fallo al recuperar el alias. Comprueba tu conexión e inténtalo de nuevo.",
"description": "Shown if request to Signal servers to find username fails"
},
"Toast--failed-to-fetch-phone-number": {
"message": "Fallo al recuperar el núm. de teléfono. Comprueba tu conexión e inténtalo de nuevo.",
"description": "Shown if request to Signal servers to find phone number fails"
},
"startConversation--username-not-found": {
"message": "Alias de usuari@ no encontrado. $atUsername$ no usa Signal. Asegúrate de haber introducido el alias correcto.",
"description": "Shown in dialog if username is not found. Note that 'username' will be the output of at-username"
},
"startConversation--phone-number-not-found": {
"message": "Alias no encontrado. $phoneNumber$ no utiliza Signal.",
"description": "Shown in dialog if phone number is not found."
},
"startConversation--phone-number-not-valid": {
"message": "Número no encontrado. $phoneNumber$ no está registrado en Signal.",
"description": "Shown in dialog if phone number is not valid."
},
"chooseGroupMembers__title": {
"message": "Seleccionar participantes",
"description": "The title for the 'choose group members' left pane screen"
},
"chooseGroupMembers__back-button": {
"message": "Atrás",
"description": "Used as alt-text of the back button on the 'choose group members' left pane screen"
},
"chooseGroupMembers__skip": {
"message": "Omitir",
"description": "The 'skip' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__next": {
"message": "Siguiente",
"description": "The 'next' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__maximum-group-size__title": {
"message": "Se alcanzó el número máximo de participantes en el grupo",
"description": "Shown in the alert when you add the maximum number of group members"
},
"chooseGroupMembers__maximum-group-size__body": {
"message": "Los grupos de Signal pueden tener hasta un máximo de $max$ participantes.",
"description": "Shown in the alert when you add the maximum number of group members"
},
"chooseGroupMembers__maximum-recommended-group-size__title": {
"message": "Se alcanzó el límite máximo recomendado",
"description": "Shown in the alert when you add the maximum recommended number of group members"
},
"chooseGroupMembers__maximum-recommended-group-size__body": {
"message": "Los grupos de Signal funcionan mejor con $max$ o menos participantes. Añadir más participantes causará retrasos al enviar y recibir mensajes.",
"description": "Shown in the alert when you add the maximum recommended number of group members"
},
"setGroupMetadata__title": {
"message": "Pon un nombre a este grupo",
"description": "The title for the 'set group metadata' left pane screen"
},
"setGroupMetadata__back-button": {
"message": "Volver a selección de participantes",
"description": "Used as alt-text of the back button on the 'set group metadata' left pane screen"
},
"setGroupMetadata__group-name-placeholder": {
"message": "Nombre del grupo (necesario)",
"description": "The placeholder for the group name placeholder"
},
"setGroupMetadata__group-description-placeholder": {
"message": "Descripción",
"description": "The placeholder for the group description"
},
"setGroupMetadata__create-group": {
"message": "Crear",
"description": "The 'create group' button text in the 'set group metadata' left pane screen"
},
"setGroupMetadata__members-header": {
"message": "Participantes",
"description": "The header for the members list in the 'set group metadata' left pane screen"
},
"setGroupMetadata__error-message": {
"message": "No se pudo crear este grupo. Comprueba tu conexión e inténtalo de nuevo.",
"description": "Shown in the modal when we can't create a group"
},
"updateGroupAttributes__title": {
"message": "Modificar grupo",
"description": "Shown in the modal when we want to update a group"
},
"updateGroupAttributes__error-message": {
"message": "Error al actualizar el grupo. Comprueba tu conexión e inténtalo de nuevo.",
"description": "Shown in the modal when we can't update a group"
},
"notSupportedSMS": {
"message": "No se pueden enviar mensajes SMS/MMS.",
"description": "Label underneath number informing user that SMS is not supported on desktop"
},
"newPhoneNumber": {
"message": "Añade un número de teléfono a esta persona.",
"description": "Placeholder for adding a new number to a contact"
},
"invalidNumberError": {
"message": "Número incorrecto",
"description": "When a person inputs a number that is invalid"
},
"unlinkedWarning": {
"message": "Haz clic para volver a enlazar Signal Desktop con tu dispositivo móvil y continuar enviando mensajes.",
"description": ""
},
"unlinked": {
"message": "Desenlazado",
"description": ""
},
"relink": {
"message": "Enlazar de nuevo",
"description": ""
},
"autoUpdateNewVersionTitle": {
"message": "Actualización disponible",
"description": ""
},
"autoUpdateRetry": {
"message": "Vuelve a intentarlo",
"description": ""
},
"autoUpdateContactSupport": {
"message": "contacta con el soporte",
"description": ""
},
"autoUpdateNewVersionMessage": {
"message": "Haz clic para reiniciar Signal",
"description": ""
},
"downloadNewVersionMessage": {
"message": "Haz clic para descargar la actualización",
"description": ""
},
"downloadFullNewVersionMessage": {
"message": "No hemos podido podido actualizar Signal. Haz clic para intentarlo de nuevo.",
"description": "Shown in update dialog when partial update fails and we have to ask user to download full update"
},
"autoUpdateNewVersionInstructions": {
"message": "Pulsa en «Reiniciar Signal» para aplicar cambios.",
"description": ""
},
"autoUpdateRestartButtonLabel": {
"message": "Reiniciar Signal",
"description": ""
},
"autoUpdateLaterButtonLabel": {
"message": "Más tarde",
"description": ""
},
"autoUpdateIgnoreButtonLabel": {
"message": "Ignorar actualización",
"description": ""
},
"leftTheGroup": {
"message": "$name$ ha abandonado el grupo.",
"description": "Shown in the conversation history when a single person leaves the group"
},
"multipleLeftTheGroup": {
"message": "$name$ han abandonado el grupo.",
"description": "Shown in the conversation history when multiple people leave the group"
},
"updatedTheGroup": {
"message": "$name$ ha actualizado el grupo.",
"description": "Shown in the conversation history when someone updates the group"
},
"youUpdatedTheGroup": {
"message": "Has actualizado el grupo.",
"description": "Shown in the conversation history when you update a group"
},
"updatedGroupAvatar": {
"message": "La imagen del grupo se ha actualizado.",
"description": "Shown in the conversation history when someone updates the group"
},
"titleIsNow": {
"message": "Ahora el nombre del grupo es «$name$».",
"description": "Shown in the conversation history when someone changes the title of the group"
},
"youJoinedTheGroup": {
"message": "Te has unido al grupo.",
"description": "Shown in the conversation history when you are added to a group."
},
"joinedTheGroup": {
"message": "$name$ se ha unido al grupo.",
"description": "Shown in the conversation history when a single person joins the group"
},
"multipleJoinedTheGroup": {
"message": "$names$ se han unido al grupo.",
"description": "Shown in the conversation history when more than one person joins the group"
},
"ConversationList__aria-label": {
"message": "Chat con $title$: $unreadCount$ mensajes nuevos, último mensaje: $lastMessage$.",
"description": "Aria label for the conversation list item"
},
"ConversationList__last-message-undefined": {
"message": "Probablemente se ha eliminado el último mensaje. ",
"description": "For aria-label within conversation list. Describes if last message is not defined."
},
"BaseConversationListItem__aria-label": {
"message": "Ir al chat con $title$",
"description": "Aria label for the conversation list item button"
},
"ConversationListItem--message-request": {
"message": "Solicitud de chat",
"description": "Preview shown for conversation if the user has not yet accepted an incoming message request"
},
"ConversationListItem--draft-prefix": {
"message": "Borrador:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
"message--getNotificationText--gif": {
"message": "GIF",
"description": "Shown in notifications and in the left pane when a GIF is received."
},
"message--getNotificationText--photo": {
"message": "Foto",
"description": "Shown in notifications and in the left pane when a photo is received."
},
"message--getNotificationText--video": {
"message": "Vídeo",
"description": "Shown in notifications and in the left pane when a video is received."
},
"message--getNotificationText--voice-message": {
"message": "Nota de voz",
"description": "Shown in notifications and in the left pane when a voice message is received."
},
"message--getNotificationText--audio-message": {
"message": "Nota de voz",
"description": "Shown in notifications and in the left pane when an audio message is received."
},
"message--getNotificationText--file": {
"message": "Archivo",
"description": "Shown in notifications and in the left pane when a generic file is received."
},
"message--getNotificationText--stickers": {
"message": "Mensaje con sticker",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
"message--getNotificationText--text-with-emoji": {
"message": "$emoji$ $text$",
"description": "Shown in notifications and in the left pane when text has an emoji. Probably always [emoji] [text] on LTR languages and [text] [emoji] on RTL languages."
},
"message--getDescription--unsupported-message": {
"message": "Mensaje incompatible",
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
"message--getDescription--disappearing-media": {
"message": "Multimedia para ver solo una vez",
"description": "Shown in notifications and in the left pane after view-once message is deleted. Also shown when quoting a view once media."
},
"message--getDescription--disappearing-photo": {
"message": "Fotografía para ver solo una vez",
"description": "Shown in notifications and in the left pane when a message is a view once photo. Also shown when quoting a view once photo."
},
"message--getDescription--disappearing-video": {
"message": "Vídeo para ver solo una vez",
"description": "Shown in notifications and in the left pane when a message is a view once video. Also shown when quoting a view once video."
},
"message--deletedForEveryone": {
"message": "Mensaje eliminado.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened--incoming": {
"message": "Abre este mensaje en tu celular/móvil para verlo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--outgoing": {
"message": "Toca sobre este mensaje desde tu teléfono para ver tu regalo",
"description": "Shown in a message's bubble when you've sent a gift badge to a contact"
},
"message--giftBadge--unopened--label": {
"message": "Regalo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Comprueba tu celular/móvil para abrir el regalo",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Comprueba tu celular/móvil para ver tu regalo",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Has recibido un regalo",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Has canjeado un distintivo de regalo",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Has enviado un distintivo como regalo",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Distintivo de regalo",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Regalo",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ días restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)"
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ horas restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)"
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutos restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)"
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuto restante",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Caducado",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Ver",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Canjeado",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "¡Gracias por tu apoyo!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Has regalado un distintivo a $name$. Cuando lo acepte, podrá seleccionar la opción de mostrarlo o no en su perfil.",
"description": "The description of the outgoing gift badge detail dialog"
},
"stickers--toast--InstallFailed": {
"message": "Fallo al instalar el paquete de stickers",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "Stickers instalados",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "No hay ningún paquete de stickers instalado ",
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "Paquetes de artistas de Signal",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "No hay stickers de artistas de Signal disponibles",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "Stickers recibidos",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "Los stickers recibidos en mensajes aparecerán aquí",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "Instalar",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "Desinstalar",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "No podrás reinstalar este paquete de stickers si no conservas el mensaje en el que se recibió.",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--Introduction--Image": {
"message": "¡Los stickers han llegado!",
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Title": {
"message": "Presentamos los stickers",
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
"message": "¿Por qué usar palabras si puedes usar stickers?",
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerPicker--Open": {
"message": "Abrir cajón de stickers",
"description": "Label for the open button for the sticker picker"
},
"stickers--StickerPicker--AddPack": {
"message": "Agregar paquete de stickers",
"description": "Label for the add pack button in the sticker picker"
},
"stickers--StickerPicker--NextPage": {
"message": "Página siguiente",
"description": "Label for the next page button in the sticker picker"
},
"stickers--StickerPicker--PrevPage": {
"message": "Página anterior",
"description": "Label for the previous page button in the sticker picker"
},
"stickers--StickerPicker--Recents": {
"message": "Stickers recientes",
"description": "Label for the recent stickers button in the sticker picker"
},
"stickers--StickerPicker--DownloadError": {
"message": "Fallo al descargar algunos stickers.",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "Instalando paquete de stickers …",
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "No se han encontrado stickers",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "Hay paquetes de stickers disponibles en tus mensajes listos para instalar ",
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "No se encontraron paquetes de stickers",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "Aquí se mostrarán los stickers usados recientemente.",
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "Paquete de stickers",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Fallo al abrir el paquete de stickers. Comprueba tu conexión a internet e inténtalo de nuevo.",
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "Emoji no encontrado",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
"message": "Buscar emoji",
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "Tono de piel $tone$",
"description": "Shown as a tooltip over the emoji tone buttons."
},
"EmojiPicker__button--recents": {
"message": "Más usados",
"description": "Label for recents emoji picker button"
},
"EmojiPicker__button--emoji": {
"message": "Emoticonos y personas",
"description": "Label for emoji emoji picker button"
},
"EmojiPicker__button--animal": {
"message": "Animales y naturaleza",
"description": "Label for animal emoji picker button"
},
"EmojiPicker__button--food": {
"message": "Comida y bebida",
"description": "Label for food emoji picker button"
},
"EmojiPicker__button--activity": {
"message": "Actividades",
"description": "Label for activity emoji picker button"
},
"EmojiPicker__button--travel": {
"message": "Viajes y destinos",
"description": "Label for travel emoji picker button"
},
"EmojiPicker__button--object": {
"message": "Objectos",
"description": "Label for object emoji picker button"
},
"EmojiPicker__button--symbol": {
"message": "Símbolos",
"description": "Label for symbol emoji picker button"
},
"EmojiPicker__button--flag": {
"message": "Banderas",
"description": "Label for flag emoji picker button"
},
"confirmation-dialog--Cancel": {
"message": "Cancelar",
"description": "Appears on the cancel button in confirmation dialogs."
},
"MessageBody--read-more": {
"message": "Leer más",
"description": "When a message is too long this is the affordance to expand the message"
},
"Message--unsupported-message": {
"message": "$contact$ te ha enviado un mensaje que no se puede procesar o mostrar ya que usa una característica nueva de Signal.",
"description": ""
},
"Message--unsupported-message-ask-to-resend": {
"message": "Puedes solicitar a $contact$ que reenvíe su mensaje ahora que ya usas la versión actual de Signal.",
"description": ""
},
"Message--from-me-unsupported-message": {
"message": "Uno de tus dispositivos ha enviado un mensaje que no se puede procesar o mostrar ya que usa una característica nueva de Signal.",
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "Futuros mensajes como éste se podrán sincronizar ahora que usas la versión actual de Signal.",
"description": ""
},
"Message--update-signal": {
"message": "Actualizar Signal",
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "Visto",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
"message": "Multimedia",
"description": "Text shown on outgoing messages with with individual timers (inaccessible)"
},
"Message--tap-to-view--incoming--expired-toast": {
"message": "Ya has visto este mensaje.",
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
"message": "Los mensajes para ver solo una vez no se almacenan en tu historial de chat.",
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
"Message--tap-to-view--incoming": {
"message": "Ver foto",
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "Ver vídeo",
"description": "Text shown on video messages with with individual timers, before user has viewed it"
},
"Conversation--getDraftPreview--attachment": {
"message": "(archivo adjunto)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
"message": "(cita)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
"message": "(borrador)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Keyboard--navigate-by-section": {
"message": "Navegar por secciones",
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
"message": "Chat anterior",
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
"message": "Chat siguiente",
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
"message": "Chat anterior con mensajes sin leer",
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
"message": "Chat siguiente con mensajes sin leer",
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
"message": "Ajustes",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
"message": "Abrir opciones de chat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--new-conversation": {
"message": "Iniciar un nuevo chat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--archive-conversation": {
"message": "Archivar chat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
"message": "Desarchivar chat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "Buscar",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
"message": "Buscar en chat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
"message": "Poner foco en campo de escritura",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
"message": "Abrir vista de archivos multimedia",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
"message": "Abrir cajón de emojis",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
"message": "Abrir cajón de stickers",
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
"message": "Comenzar a grabar nota de voz",
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
"message": "Acción por defecto en el mensaje seleccionado",
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
"message": "Mostrar detalles del mensaje seleccionado",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
"message": "Responder al mensaje seleccionado",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
"message": "Muestra la paleta de reacciones para el mensaje seleccionado ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--save-attachment": {
"message": "Guardar archivo adjunto del mensaje seleccionado",
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
"message": "Eliminar mensaje seleccionado",
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
"message": "Añadir nueva línea al mensaje",
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
"message": "Expandir campo de escritura",
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
"message": "Enviar (en campo de escritura expandido)",
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
"message": "Adjuntar archivo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
"message": "Eliminar vista previa de enlace en borrador",
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
"message": "Eliminar todos los archivos adjuntos preseleccionados",
"description": "Shown in the shortcuts guide"
},
"Keyboard--conversation-by-index": {
"message": "Saltar al chat",
"description": "A shortcut allowing direct navigation to conversations 1 to 9 in list"
},
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
"message": "Opción",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
"message": "Alt",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
"message": "⬆️",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Intro",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--tab": {
"message": "Tabulador",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--one-to-nine-range": {
"message": "1 a 9",
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
},
"Keyboard--header": {
"message": "Atajos de teclado",
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
"message": "Navegación",
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "Mensajes",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
"message": "Campo de escritura",
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
"message": "Desplazarse al inicio de la lista",
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
"message": "Desplazarse al final de la lista",
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
"message": "Cerrar chat actual",
"description": "Shown in the shortcuts guide"
},
"Keyboard--calling-header": {
"message": "Llamadas",
"description": "Header of the keyboard shortcuts guide - calling section"
},
"Keyboard--toggle-audio": {
"message": "Activar o desactivar micrófono",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-video": {
"message": "Activar o desactivar vídeo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Aceptar llamada con vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Aceptar llamada de audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Iniciar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Iniciar videollamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rechazar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Finalizar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Cerrar ventana emergente",
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
"message": "Adjuntar imagen",
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
"message": "Eliminar archivo adjunto",
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
"message": "Devolver al buzón de entrada",
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
"message": "Chat archivado",
"description": "A toast that shows up when user archives a conversation"
},
"conversationArchivedUndo": {
"message": "Deshacer",
"description": "Undo button for archiving a conversation"
},
"conversationReturnedToInbox": {
"message": "Chat devuelto al buzón de entrada",
"description": "A toast that shows up when the user unarchives a conversation"
},
"conversationMarkedUnread": {
"message": "Chat marcado como no leído",
"description": "A toast that shows up when user marks a conversation as unread"
},
"StickerCreator--title": {
"message": "Creador de paquetes de stickers",
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
"message": "Haz clic para añadir imágenes o arrástralas aquí",
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
"message": "Arrastra imágenes aquí",
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
"message": "Paquete de stickers",
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "Cancelar",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "Copiar",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "Facebook",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "Twitter",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "Pinterest",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "WhatsApp",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "Siguiente",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "Atrás",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
"message": "Añade stickers",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--removeSticker": {
"message": "Eliminar sticker",
"description": "Label for the X button used to remove a staged sticker"
},
"StickerCreator--DropStage--dragDrop": {
"message": "Haz clic o arrastra y suelta un archivo para agregar un sticker",
"description": "Shown on the + section of the file addition stage of sticker pack creation"
},
"StickerCreator--DropStage--help": {
"message": "Los stickers son archivos en formato PNG, APNG o WebP con fondo transparente y un tamaño de 512x512 píxeles. El margen recomendado es de 16 píxeles.",
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
"message": "Mostrar márgenes",
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
"message": "Añade $count$ o más",
"description": "Text to show user how many more stickers they must add"
},
"StickerCreator--EmojiStage--title": {
"message": "Describe cada sticker con un emoji",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
"message": "Esto permite sugerir stickers al introducir un emoji en un chat.",
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
"message": "Solo unos pocos detalles más ...",
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "Título",
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "Autor",
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
"message": "Imagen de presentación",
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
"message": "Esta es la imagen mostrada cuando se comparte el paquete",
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
"message": "¿Estás segur@ de subir el paquete de stickers?",
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
"message": "Subir",
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
"message": "No podrás editar el paquete ni borrarlo nunca más tras subirlo (pero podrás crear nuevos paquetes sin fallos para compartir).",
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
"message": "Creando tu paquete de stickers",
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "$count$ de $total$ transferidos",
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--ShareStage--title": {
"message": "¡Enhorabuena! Has creado un paquete de stickers.",
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "Accede a tus nuevos stickers a través del icono de stickers o compártelos con tus amistades usando el enlace inferior.",
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
"message": "Usa el hashtag $hashtag$ en las redes sociales para ayudar a más personas a encontrar tu paquete de stickers, si deseas publicarlo.",
"description": "Call to action text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--copyTitle": {
"message": "Dirección del paquete de stickers",
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "Cerrar",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
"message": "Crear otro paquete de stickers",
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
"message": "Mira este paquete de stickers que he creado en Signal. #makeprivacystick ",
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
"message": "$count$ imágen(es) añadidas",
"description": "Text for the toast when images are added to the sticker creator"
},
"StickerCreator--Toasts--animated": {
"message": "Stickers animados no funcionan por el momento",
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
"message": "La imagen arrastrada es demasiado grande",
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
"message": "Fallo al procesar la imagen",
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator with a generic error"
},
"StickerCreator--Toasts--APNG--notSquare": {
"message": "Los stickers en formato PNG animado deben tener forma cuadrada",
"description": "Text for the toast when someone tries to upload a non-square APNG"
},
"StickerCreator--Toasts--mustLoopForever": {
"message": "Los stickers animados deben tener un bucle infinito",
"description": "Text for the toast when an image in the sticker creator does not animate forever"
},
"StickerCreator--Toasts--APNG--dimensionsTooLarge": {
"message": "El tamaño de los stickers en formato PNG animado es demasiado grande",
"description": "Text for the toast when an APNG image in the sticker creator is too large"
},
"StickerCreator--Toasts--APNG--dimensionsTooSmall": {
"message": "El tamaño de los stickers en formato PNG animado es demasiado pequeño",
"description": "Text for the toast when an APNG image in the sticker creator is too small"
},
"StickerCreator--Toasts--errorUploading": {
"message": "Fallo al subir stickers: $message$",
"description": "Text for the toast when a sticker pack cannot be uploaded"
},
"StickerCreator--Toasts--linkedCopied": {
"message": "Enlace copiado",
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
"message": "Tu sticker en tema (con fondo) claro",
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
"message": "Tu sticker en tema (con fondo) oscuro",
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "Por favor, configura Signal en tu celular/móvil y enlázalo con Signal Desktop para usar el Creador de Paquetes de Stickers",
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--remove": {
"message": "Eliminar reacción",
"description": ""
},
"Reactions--error": {
"message": "Fallo al enviar la reacción. Inténtalo de nuevo.",
"description": "Shown when a reaction fails to send"
},
"Reactions--more": {
"message": "Más",
"description": "Use in the reaction picker as the alt text for the 'more' button"
},
"ReactionsViewer--all": {
"message": "Todas",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
"MessageRequests--message-direct": {
"message": "¿Permitir que $name$ te envíe mensajes y compartir tu nombre y foto de perfil? Esta persona no sabrá que has visto sus mensajes hasta que aceptes.",
"description": "Shown as the message for a message request in a direct message"
},
"MessageRequests--message-direct-blocked": {
"message": "¿Permitir que $name$ te envíe mensajes y compartir tu nombre y foto de perfil? No recibirás ningún mensaje hasta que desbloquees a esta persona.",
"description": "Shown as the message for a message request in a direct message with a blocked account"
},
"MessageRequests--message-group": {
"message": "¿Deseas unirte a este grupo y compartir tu nombre y foto de perfil con sus participantes? No sabrán que has visto sus mensajes hasta que aceptes.",
"description": "Shown as the message for a message request in a group"
},
"MessageRequests--message-group-blocked": {
"message": "¿Desbloquear este grupo y compartir tu nombre y foto de perfil con sus participantes? No recibirás ningún mensaje del grupo hasta que lo desbloquees.",
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
"message": "Bloquear",
"description": "Shown as a button to let the user block a message request"
},
"MessageRequests--unblock": {
"message": "Desbloquear",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-direct-confirm-title": {
"message": "¿Desbloquear a $name$?",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-direct-confirm-body": {
"message": "Podréis chatear y llamaros mutuamente.",
"description": "Shown as the body in the confirmation modal for unblocking a private message request"
},
"MessageRequests--unblock-group-confirm-body": {
"message": "Participantes del grupo podrán agregarte de nuevo.",
"description": "Shown as the body in the confirmation modal for unblocking a group message request"
},
"MessageRequests--block-and-report-spam": {
"message": "Denunciar como spam y bloquear",
"description": "Shown as a button to let the user block a message request and report spam"
},
"MessageRequests--block-and-report-spam-success-toast": {
"message": "Denunciado como spam y bloqueado.",
"description": "Shown in a toast when you successfully block a user and report them as spam"
},
"MessageRequests--block-direct-confirm-title": {
"message": "¿Bloquear a $name$?",
"description": "Shown as the title in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-direct-confirm-body": {
"message": "Las personas bloqueadas no podrán llamarte ni enviarte mensajes.",
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
"message": "¿Bloquear y abandonar «$group$»?",
"description": "Shown as the title in the confirmation modal for blocking a group message request"
},
"MessageRequests--block-group-confirm-body": {
"message": "No podrás enviar ni recibir más mensajes de este grupo y sus participantes no podrán agregarte de nuevo al grupo.",
"description": "Shown as the body in the confirmation modal for blocking a group message request"
},
"MessageRequests--delete": {
"message": "Eliminar",
"description": "Shown as a button to let the user delete any message request"
},
"MessageRequests--delete-direct-confirm-title": {
"message": "¿Eliminar el chat?",
"description": "Shown as the title in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-direct-confirm-body": {
"message": "Este chat se eliminará de todos tus dispositivos.",
"description": "Shown as the body in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-group-confirm-title": {
"message": "¿Eliminar y abandonar «$group$»?",
"description": "Shown as the title in the confirmation modal for deleting a group message request"
},
"MessageRequests--delete-direct": {
"message": "Eliminar",
"description": "Shown as a button to let the user delete a direct message request"
},
"MessageRequests--delete-group": {
"message": "Eliminar y abandonar",
"description": "Shown as a button to let the user delete a group message request"
},
"MessageRequests--delete-group-confirm-body": {
"message": "Abandonarás este grupo y se eliminará de todos tus dispositivos.",
"description": "Shown as the body in the confirmation modal for deleting a group message request"
},
"MessageRequests--accept": {
"message": "Aceptar",
"description": "Shown as a button to let the user accept a message request"
},
"MessageRequests--continue": {
"message": "Adelante",
"description": "Shown as a button to share your profile, necessary to continue messaging in a conversation"
},
"MessageRequests--profile-sharing--group": {
"message": "¿Deseas continuar chateando con este grupo y compartir tu nombre y foto con sus participantes? $learnMore$",
"description": "Shown when user hasn't shared their profile in a group yet"
},
"MessageRequests--profile-sharing--direct": {
"message": "¿Deseas continuar chateando con $firstName$ y compartir tu nombre y foto con esta persona? $learnMore$",
"description": "Shown when user hasn't shared their profile in a 1:1 conversation yet"
},
"MessageRequests--learn-more": {
"message": "Saber más.",
"description": "Shown at the end of profile sharing messages as a link."
},
"ConversationHero--members": {
"message": "$count$ participantes",
"description": "Specifies the number of members in a group conversation"
},
"ConversationHero--members-1": {
"message": "1 participante",
"description": "Specifies the number of members in a group conversation when there is one member"
},
"member-of-1-group": {
"message": "Participa en «$group$»",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
},
"member-of-2-groups": {
"message": "Participa en «$group1$» y «$group2$»",
"description": "Shown in the conversation hero to indicate this user is a member of two mutual groups"
},
"member-of-3-groups": {
"message": "Participa en «$group1$», «$group2$» y «$group3$»",
"description": "Shown in the conversation hero to indicate this user is a member of three mutual groups"
},
"member-of-more-than-3-groups--one-more": {
"message": "Participa en «$group1$», «$group2$», «$group3$» y en uno más",
"description": "Shown in the conversation hero to indicate this user is a member of four mutual groups"
},
"member-of-more-than-3-groups--multiple-more": {
"message": "Participa en «$group1$», «$group2$», «$group3$» y $remainingCount$ más",
"description": "Shown in the conversation hero to indicate this user is a member of 5+ mutual groups."
},
"ConversationHero--membership-added": {
"message": "$name$ te ha añadido al grupo.",
"description": "Shown Indicates that you were added to a group by a given individual."
},
"no-groups-in-common": {
"message": "Sin grupos en común",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Sin grupos en común. Revisa la solicitud cuidadosamente.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Atender",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
},
"acceptCallWithoutVideo": {
"message": "Atender sin vídeo",
"description": "Shown in tooltip for the button to accept a video call without video"
},
"declineCall": {
"message": "Rechazar",
"description": "Shown in tooltip for the button to decline a call (audio or video)"
},
"declinedIncomingAudioCall": {
"message": "Has rechazado una llamada",
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
"message": "Has rechazado una videollamada",
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
"message": "Llamada entrante",
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
"message": "Videollamada entrante",
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
"message": "Llamada perdida",
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
"message": "Videollamada perdida",
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
"message": "Llamada realizada",
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
"message": "Videollamada realizada",
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
"message": "Llamada no atendida",
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
"message": "Videollamada no atendida",
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
"message": "Llamada entrante ...",
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
},
"incomingVideoCall": {
"message": "Videollemada entrante ...",
"description": "Shown in both the incoming call bar and notification for an incoming video call"
},
"incomingGroupCall__ringing-you": {
"message": "Llamada de $ringer$",
"description": "Shown in the incoming call bar when someone is ringing you for a group call"
},
"incomingGroupCall__ringing-1-other": {
"message": "Llamada de $ringer$ con $otherMember$",
"description": "Shown in the incoming call bar when someone is ringing you for a group call"
},
"incomingGroupCall__ringing-2-others": {
"message": "Llamada de $ringer$ con $first$ y $second$",
"description": "Shown in the incoming call bar when someone is ringing you for a group call"
},
"incomingGroupCall__ringing-3-others": {
"message": "Llamada de $ringer$ con $first$, $second$ y alguien más",
"description": "Shown in the incoming call bar when someone is ringing you for a group call"
},
"incomingGroupCall__ringing-many": {
"message": "Llamada de $ringer$ con $first$, $second$ y $remaining$ más",
"description": "Shown in the incoming call bar when someone is ringing you for a group call"
},
"outgoingCallRinging": {
"message": "Sonando ...",
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
"makeOutgoingCall": {
"message": "Iniciar una llamada",
"description": "Title for the call button in a conversation"
},
"makeOutgoingVideoCall": {
"message": "Iniciar una videollamada",
"description": "Title for the video call button in a conversation"
},
"joinOngoingCall": {
"message": "Unirse",
"description": "Text that appears in a group when a call is active"
},
"callNeedPermission": {
"message": "$title$ recibirá tu solicitud de chat. Podrás llamar en cuanto la acepte.",
"description": "Shown when a call is rejected because the other party hasn't approved the message/call request"
},
"callReconnecting": {
"message": "Volviendo a conectar ...",
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
"message": "Signal $duration$",
"description": "Shown in the call screen to indicate how long the call has been connected"
},
"callingDeviceSelection__settings": {
"message": "Ajustes",
"description": "Title for device selection settings"
},
"calling__participants": {
"message": "$people$ en la llamada",
"description": "Title for participants list toggle"
},
"calling__call-notification__ended": {
"message": "La llamada en grupo ha terminado",
"description": "Notification message when a group call has ended"
},
"calling__call-notification__started-by-someone": {
"message": "Se inició una llamada en grupo",
"description": "Notification message when a group call has started, but we don't know who started it"
},
"calling__call-notification__started-by-you": {
"message": "Has iniciado una llamada en grupo",
"description": "Notification message when a group call has started by you"
},
"calling__call-notification__started": {
"message": "$name$ ha iniciado una llamada en grupo",
"description": "Notification message when a group call has started"
},
"calling__in-another-call-tooltip": {
"message": "Ya participas en una llamada",
"description": "Tooltip in disabled notification button when you're on another call"
},
"calling__call-notification__button__call-full-tooltip": {
"message": "La llamada ha alcanzado el número máximo de $max$ participantes",
"description": "Tooltip in disabled notification button when the call is full"
},
"calling__pip--on": {
"message": "Minimizar llamada",
"description": "Title for picture-in-picture toggle"
},
"calling__pip--off": {
"message": "Llamada a pantalla completa",
"description": "Title for picture-in-picture toggle"
},
"calling__switch-view--to-grid": {
"message": "Cambiar a vista de rejilla",
"description": "Title for grid/speaker view toggle when on a call"
},
"calling__switch-view--to-speaker": {
"message": "Cambiar a vista de persona activa",
"description": "Title for grid/speaker view toggle when on a call"
},
"calling__hangup": {
"message": "Abandonar llamada",
"description": "Title for hang up button"
},
"calling__SelectPresentingSourcesModal--title": {
"message": "Compartir tu pantalla",
"description": "Title for the select your screen sharing sources modal"
},
"calling__SelectPresentingSourcesModal--confirm": {
"message": "Comenzar a compartir",
"description": "Confirm button for sharing screen modal"
},
"calling__SelectPresentingSourcesModal--entireScreen": {
"message": "Pantalla completa",
"description": "Title for the select your screen sharing sources modal and 'Entire Screen' source"
},
"calling__SelectPresentingSourcesModal--screen": {
"message": "Pantalla $id$",
"description": "Title for `Screen #N` source in screen sharing sources modal and overlay"
},
"calling__SelectPresentingSourcesModal--window": {
"message": "Ventana",
"description": "Title for the select your screen sharing sources modal"
},
"callingDeviceSelection__label--video": {
"message": "Vídeo",
"description": "Label for video input selector"
},
"callingDeviceSelection__label--audio-input": {
"message": "Micrófono",
"description": "Label for audio input selector"
},
"callingDeviceSelection__label--audio-output": {
"message": "Altavoces",
"description": "Label for audio output selector"
},
"callingDeviceSelection__select--no-device": {
"message": "No hay dispositivos disponibles",
"description": "Message for when there are no available devices to select for input/output audio or video"
},
"callingDeviceSelection__select--default": {
"message": "Por defecto",
"description": "Shown when the device is the default device"
},
"muteNotificationsTitle": {
"message": "Silenciar notificaciones",
"description": "Label for the mute notifications drop-down selector"
},
"notMuted": {
"message": "No silenciado",
"description": "Label when the conversation is not muted"
},
"muteHour": {
"message": "Silenciar por una hora",
"description": "Label for muting the conversation"
},
"muteEightHours": {
"message": "Silenciar durante 8 horas",
"description": "Label for muting the conversation"
},
"muteDay": {
"message": "Silenciar por un día",
"description": "Label for muting the conversation"
},
"muteWeek": {
"message": "Silenciar por una semana",
"description": "Label for muting the conversation"
},
"muteAlways": {
"message": "Silenciar para siempre",
"description": "Label for muting the conversation"
},
"unmute": {
"message": "No silenciar",
"description": "Label for unmuting the conversation"
},
"muteExpirationLabelAlways": {
"message": "Silenciado para siempre",
"description": "Shown in the mute notifications submenu whenever a conversation has been muted"
},
"muteExpirationLabel": {
"message": "Silenciado hasta $duration$",
"description": "Shown in the mute notifications submenu whenever a conversation has been muted"
},
"EmojiButton__label": {
"message": "Emojis",
"description": "Label for emoji button"
},
"ErrorModal--title": {
"message": "¡Algo ha salido mal!",
"description": "Title of popup dialog when user-initiated task has gone wrong"
},
"ErrorModal--description": {
"message": "Por favor, inténtalo de nuevo o contacta con nuestro soporte.",
"description": "Description text in popup dialog when user-initiated task has gone wrong"
},
"Confirmation--confirm": {
"message": "De acuerdo",
"description": "Button to dismiss popup dialog when user-initiated task has gone wrong"
},
"unknown-sgnl-link": {
"message": "Lo sentimos, ese enlace sgnl:// no es válido.",
"description": "Shown if you click on a sgnl:// link not currently supported by Desktop"
},
"GroupV2--cannot-send": {
"message": "No puedes enviar mensajes en el grupo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--cannot-start-group-call": {
"message": "Solo admins del grupo pueden iniciar una llamada.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
},
"GroupV2--join--invalid-link--title": {
"message": "Enlace inválido",
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--invalid-link": {
"message": "Enlace de grupo inválido. Asegúrate que el enlace es correcto antes de intentar unirte.",
"description": "Shown if we are unable to parse a group link"
},
"GroupV2--join--prompt": {
"message": "¿Deseas unirte a este grupo y compartir tu nombre y foto con sus participantes?",
"description": "Shown when you click on a group link to confirm"
},
"GroupV2--join--already-in-group": {
"message": "Ya participas en el grupo.",
"description": "Shown if you click a group link for a group where you're already a member"
},
"GroupV2--join--already-awaiting-approval": {
"message": "Ya has solicitado participar en este grupo.",
"description": "Shown if you click a group link for a group where you've already requested approval'"
},
"GroupV2--join--unknown-link-version--title": {
"message": "Versión de enlace desconocida",
"description": "This group link is no longer valid."
},
"GroupV2--join--unknown-link-version": {
"message": "Este enlace no es compatible con esta versión de Signal Desktop.",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked--title": {
"message": "Fallo al unirse al grupo",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-revoked": {
"message": "Este enlace de grupo es inválido.",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-forbidden--title": {
"message": "Fallo al unirse al grupo",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--link-forbidden": {
"message": "No puedes volver a unirte a este grupo vía enlace porque un@ admin te ha vetado.",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--prompt-with-approval": {
"message": "Un@ admin del grupo debe aprobar tu solicitud antes de poder unirte al grupo. Al unirte, tu nombre y foto se compartirán con sus participantes.",
"description": "Shown when you click on a group link to confirm, if it requires admin approval"
},
"GroupV2--join--join-button": {
"message": "Unirse",
"description": "The button to join the group"
},
"GroupV2--join--request-to-join-button": {
"message": "Solicitar unirte",
"description": "The button to join the group, if approval is required"
},
"GroupV2--join--cancel-request-to-join": {
"message": "Retirar solicitud",
"description": "The button to cancel request to join the group"
},
"GroupV2--join--cancel-request-to-join--confirmation": {
"message": "¿Deseas retirar tu solicitud para unirte a este grupo?",
"description": "A confirmation message that shows after you click the button"
},
"GroupV2--join--cancel-request-to-join--yes": {
"message": "Sí",
"description": "Choosing to continue in the cancel join confirmation dialog"
},
"GroupV2--join--cancel-request-to-join--no": {
"message": "No",
"description": "Choosing not to continue in the cancel join confirmation dialog"
},
"GroupV2--join--member-count--single": {
"message": "1 participante",
"description": "Shown in the metadata section if group has just one member"
},
"GroupV2--join--member-count--multiple": {
"message": "$count$ participantes",
"description": "Shown in the metadata section if group has more than one member"
},
"GroupV2--join--group-metadata": {
"message": "Grupo · $memberCount$",
"description": "A holder for two pieces of information - the type of conversation, and the member count"
},
"GroupV2--join--requested": {
"message": "Se ha enviado tu solicitud para unirte al grupo a l@s admins. Te llegará una notificación con su respuesta. ",
"description": "Shown in composition area when you've requested to join a group"
},
"GroupV2--join--general-join-failure--title": {
"message": "Fallo en el enlace",
"description": "Shown if something went wrong when you try to join via a group link"
},
"GroupV2--join--general-join-failure": {
"message": "Fallo al unirse al grupo. Inténtalo más tarde",
"description": "Shown if something went wrong when you try to join via a group link"
},
"GroupV2--admin": {
"message": "Admin",
"description": "Label for a group administrator"
},
"GroupV2--only-admins": {
"message": "Solo admins",
"description": "Label for group administrators -- used in drop-downs to select permissions that apply to admins"
},
"GroupV2--all-members": {
"message": "Cualquiera",
"description": "Label for describing the general non-privileged members of a group"
},
"updating": {
"message": "Actualizando ...",
"description": "Shown along with a spinner when an update operation takes longer than one second"
},
"GroupV2--create--you": {
"message": "Has creado el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--create--other": {
"message": "$memberName$ ha creado el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--create--unknown": {
"message": "Se ha creado el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--change--other": {
"message": "$memberName$ ha modificado el nombre del grupo a «$newTitle$».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--change--you": {
"message": "Has modificado el nombre del grupo a «$newTitle$».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--change--unknown": {
"message": "Alguien ha modificado el nombre del grupo a «$newTitle$».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--other": {
"message": "$memberName$ ha eliminado el nombre del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--you": {
"message": "Has eliminado el nombre del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--unknown": {
"message": "Alguien ha eliminado el nombre del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--other": {
"message": "$memberName$ ha modificado la imagen del grupo. ",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--you": {
"message": "Has modificado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--unknown": {
"message": "Alguien ha modificado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--other": {
"message": "$memberName$ ha eliminado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--you": {
"message": "Has eliminado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--unknown": {
"message": "Alguien ha eliminado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--other": {
"message": "$adminName$ ha actualizado quién puede editar los detalles del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--you": {
"message": "Has actualizado quién puede editar los detalles del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--unknown": {
"message": "Un@ admin ha actualizado quién puede editar los detalles del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--other": {
"message": "$adminName$ ha actualizado quién puede editar los detalles del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--you": {
"message": "Has actualizado quién puede editar los detalles del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--unknown": {
"message": "Un@ admin ha actualizado quién puede editar los detalles del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--other": {
"message": "$adminName$ ha actualizado quién puede editar la lista de participantes del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--you": {
"message": "Has actualizado quién puede editar la lista de participantes del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--unknown": {
"message": "Un@ admin ha actualizado quién puede editar la lista de participantes del grupo a «solo admins».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--other": {
"message": "$adminName$ ha actualizado quién puede editar la lista de participantes del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--you": {
"message": "Has actualizado quién puede editar la lista de participantes del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--unknown": {
"message": "Un@ admin ha actualizado quién puede editar la lista de participantes del grupo a «cualquiera».",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--you": {
"message": "Has desactivado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--other": {
"message": "$adminName$ ha desactivado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--disabled--unknown": {
"message": "Se ha desactivado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--you": {
"message": "Has activado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--other": {
"message": "$adminName$ ha activado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-invite-link--enabled--unknown": {
"message": "Se ha activado la confirmación de admin para unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--invited--you": {
"message": "Has añadido a $inviteeName$ como invitad@.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--invited--other": {
"message": "$memberName$ ha añadido a $inviteeName$ como invitad@.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--invited--unknown": {
"message": "Alguien ha añadido a $inviteeName$ como invitad@.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--other": {
"message": "$inviteeName$ ha aceptado la invitación al grupo de $inviterName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--other-no-from": {
"message": "$inviteeName$ ha aceptado la invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--you": {
"message": "Has aceptado la invitación de $inviterName$ para participar en el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--you-no-from": {
"message": "Has aceptado la invitación para participar en el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--from-you": {
"message": "$inviteeName$ ha aceptado tu invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--other--other": {
"message": "$adderName$ ha añadido a $addeeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--other--you": {
"message": "Has añadido a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--other--unknown": {
"message": "Alguien ha añadido a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--other": {
"message": "$memberName$ te ha añadido al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--you": {
"message": "Te has unido al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--unknown": {
"message": "Te has unido al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-link--you--you": {
"message": "Te has unido al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-link--other": {
"message": "$memberName$ se ha unido al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--you--other": {
"message": "$adminName$ ha aprobado tu solicitud para unirte al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--you--unknown": {
"message": "Se ha aprobado tu solicitud para unirte al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--other--you": {
"message": "Has aprobado la solicitud de $joinerName$ para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--other--other": {
"message": "$adminName$ ha aprobado la solicitud de $joinerName$ para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add-from-admin-approval--other--unknown": {
"message": "Se ha aprobado la solicitud de $joinerName$ para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--other": {
"message": "$adminName$ ha expulsado a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--self": {
"message": "$memberName$ ha abandonado el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--you": {
"message": "Has expulsado a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--unknown": {
"message": "Alguien ha expulsado a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--other": {
"message": "$adminName$ te ha expulsado del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--you": {
"message": "Has abandonado el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--unknown": {
"message": "Te han expulsado del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--other": {
"message": "$adminName$ ha promovido a $memberName$ a admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--you": {
"message": "Has promovido a $memberName$ a admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--unknown": {
"message": "Un@ admin ha promovido a $memberName$ a admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--you--other": {
"message": "$adminName$ te ha promovido a admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--you--unknown": {
"message": "Un@ admin te ha promovido a admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--other": {
"message": "$adminName$ ha retirado los permisos de admin a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--you": {
"message": "Has retirado los permisos de admin a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--unknown": {
"message": "Un@ admin ha retirado los permisos de admin a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--you--other": {
"message": "$adminName$ te ha retirado los permisos de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--you--unknown": {
"message": "Un@ admin te ha retirado los permisos de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--other": {
"message": "$memberName$ ha invitado a 1 persona al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--you": {
"message": "Has invitado a $inviteeName$ al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--unknown": {
"message": "Se ha invitado a una persona al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--you--other": {
"message": "$memberName$ te ha invitado al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--you--unknown": {
"message": "Te han invitado al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--other": {
"message": "$memberName$ ha invitado a $count$ personas al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--you": {
"message": "Has invitado a $count$ personas al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--unknown": {
"message": "Se han invitado a $count$ personas al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--decline--other": {
"message": "Una persona invitada por $memberName$ ha rechazado la invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--decline--you": {
"message": "$inviteeName$ ha rechazado tu invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--decline--from-you": {
"message": "Has rechazado la invitación a participar en el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--decline--unknown": {
"message": "Una persona ha rechazado la invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--other": {
"message": "$memberName$ ha retirado la invitación para el grupo a una persona.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--you": {
"message": "Has retirado la invitación para el grupo a una persona.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-own--to-you": {
"message": "$inviterName$ ha retirado tu invitación al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-own--unknown": {
"message": "$inviterName$ ha retirado la invitación a 1 persona.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--unknown": {
"message": "Un@ admin ha retirado la invitación para el grupo a una persona.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--many--other": {
"message": "$memberName$ ha retirado las invitaciones a $count$ personas para el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--many--you": {
"message": "Has retirado las invitaciones a $count$ personas para el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--many--unknown": {
"message": "Un@ admin ha retirado las invitaciones a $count$ personas para el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--one--other": {
"message": "$adminName$ ha retirado la invitación a una persona para el grupo enviada por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--one--you": {
"message": "Has retirado la invitación a una persona para el grupo enviada por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--one--unknown": {
"message": "Un@ admin ha retirado la invitación a una persona para el grupo enviada por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--one--other": {
"message": "$adminName$ ha retirado tu invitación a $inviteeName$ para el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--one--you": {
"message": "Has retirado tu invitación a $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--one--unknown": {
"message": "Un@ admin ha retirado tu invitación a $inviteeName$ para el grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--many--other": {
"message": "$adminName$ ha retirado las invitaciones a $count$ personas para el grupo enviadas por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--many--you": {
"message": "Has retirado las invitaciones a $count$ personas para el grupo enviadas por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from--many--unknown": {
"message": "Un@ admin ha retirado las invitaciones a $count$ personas para el grupo enviadas por $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--many--other": {
"message": "$adminName$ ha retirado las invitaciones al grupo que has enviadas a $count$ personas. ",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--many--you": {
"message": "Has retirado las invitaciones al grupo que has enviado a $count$ personas.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke-invite-from-you--many--unknown": {
"message": "Un@ admin ha retirado las invitaciones al grupo que has enviado a $count$ personas.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-add-one--you": {
"message": "Has enviado una solicitud para unirte al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-add-one--other": {
"message": "$joinerName$ ha solicitado unirse al grupo vía enlace.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--you--you": {
"message": "Has retirado tu solicitud para unirte al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--you--unknown": {
"message": "Un@ admin ha denegado tu solicitud para unirte al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--other--you": {
"message": "Has rechazado la solicitud de $joinerName$ para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--other--own": {
"message": "$joinerName$ ha retirado su solicitud para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-remove-one--other--other": {
"message": "$adminName$ ha rechazado la solicitud de $joinerName$ para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-bounce--one": {
"message": "$joinerName$ ha solicitado y cancelado su solicitud para participar en el grupo vía enlace",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--admin-approval-bounce": {
"message": "$joinerName$ ha solicitado y cancelado $numberOfRequests$ veces participar en el grupo vía enlace",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--disabled--you": {
"message": "Has activado el enlace para unirse al grupo sin confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--disabled--other": {
"message": "$adminName$ ha activado el enlace para unirse al grupo sin confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--disabled--unknown": {
"message": "Se ha activado el enlace para unirse al grupo sin confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--you": {
"message": "Has activado el enlace para unirse al grupo tras confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--other": {
"message": "$adminName$ ha activado el enlace para unirse al grupo tras confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-add--enabled--unknown": {
"message": "Se ha activado el enlace para unirse al grupo tras confirmación de admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--you": {
"message": "Has desactivado el enlace para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--other": {
"message": "$adminName$ ha desactivado el enlace del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-remove--unknown": {
"message": "Se ha desactivado el enlace para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--you": {
"message": "Has restablecido el enlace para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--other": {
"message": "$adminName$ ha restablecido el enlace para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--group-link-reset--unknown": {
"message": "Se ha restablecido el enlace para unirse al grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--remove--you": {
"message": "Has eliminado la descripción del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--remove--other": {
"message": "$memberName$ ha eliminado la descripción del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--remove--unknown": {
"message": "Se eliminó la descripción del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--change--you": {
"message": "Has actualizado la descripción del grupo",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--change--other": {
"message": "$memberName$ ha actualizado la descripción del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--description--change--unknown": {
"message": "Se ha actualizado la descripción del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--admin--you": {
"message": "Has modificado los ajustes del grupo para permitir solo a admins enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--admin--other": {
"message": "$memberName$ ha modificado los ajustes del grupo para permitir solo a admins enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--admin--unknown": {
"message": "Se han modificado los ajustes del grupo para permitir solo a admins enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--member--you": {
"message": "Has modificado los ajustes del grupo para permitir a cualquiera enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--member--other": {
"message": "$memberName$ ha modificado los ajustes del grupo para permitir a cualquiera enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--announcements--member--unknown": {
"message": "Los ajustes del grupo han cambiado para permitir a cualquiera enviar mensajes.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV1--Migration--disabled": {
"message": "Actualiza este grupo para activar funciones como @menciones y admins. L@s participantes que no comparten su nombre o foto de perfil con este grupo recibirán una invitación para unirse. $learnMore$",
"description": "Shown instead of composition area when user is forced to migrate a legacy group (GV1)."
},
"GroupV1--Migration--was-upgraded": {
"message": "Este grupo se ha actualizado al nuevo sistema de grupos.",
"description": "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
},
"GroupV1--Migration--learn-more": {
"message": "Saber más",
"description": "Shown on a bubble below a 'group was migrated' timeline notification, or as button on Migrate dialog"
},
"GroupV1--Migration--migrate": {
"message": "Actualizar",
"description": "Shown on Migrate dialog to kick off the process"
},
"GroupV1--Migration--info--title": {
"message": "¿Qué son los nuevos grupos?",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--title": {
"message": "Actualizar al nuevo sistema de grupos",
"description": "Shown on Migration popup after choosing to migrate group"
},
"GroupV1--Migration--info--summary": {
"message": "Funciones de los nuevos grupos incluyen @menciones, admins y más en el futuro.",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--keep-history": {
"message": "Los mensajes y archivos adjuntos se han conservado tras la actualización.",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--keep-history": {
"message": "Los mensajes y archivos adjuntos se mantendrán tras la actualización.",
"description": "Shown on Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--you": {
"message": "Deberás aceptar una invitación para volver a unirte a este grupo y no recibirás ningún mensaje del grupo hasta que lo hagas.",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--info--invited--many": {
"message": "Est@s participantes deben aceptar la invitación para unirse al grupo y no recibirán ningún mensaje en el grupo hasta que lo hagan:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--one": {
"message": "Est@ participante debe aceptar la invitación para unirse al grupo y no recibirá ningún mensaje en el grupo hasta que lo haga:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--many": {
"message": "Est@s participantes no pueden unirse a nuevos grupos y se les expulsará del grupo:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--one": {
"message": "Est@ participante no puede unirse a nuevos grupos y se le expulsará del grupo:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--many": {
"message": "Est@s participantes no pueden unirse a nuevos grupos y se les expulsará del grupo:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--one": {
"message": "Est@ participante no puede unirse a nuevos grupos y se le expulsará del grupo:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--invited--you": {
"message": "No te han podido añadir al nuevo grupo pero te han invitado a unirte.",
"description": "Shown in timeline when a group is upgraded and you were invited instead of added"
},
"GroupV1--Migration--invited--one": {
"message": "No se ha podido añadir a $contact$ al nuevo grupo pero ha sido invitad@ a unirse.",
"description": "Shown in timeline when a group is upgraded and one person was invited, instead of added"
},
"GroupV1--Migration--invited--many": {
"message": "No se ha podido añadir a $count$ participantes al nuevo grupo pero han recibido una invitación para unirse.",
"description": "Shown in timeline when a group is upgraded and some people were invited, instead of added"
},
"GroupV1--Migration--removed--one": {
"message": "Se ha expulsado a $contact$ del grupo.",
"description": "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade"
},
"GroupV1--Migration--removed--many": {
"message": "Se ha expulsado del grupo a $count$ participantes.",
"description": "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade"
},
"close": {
"message": "Cerrar",
"description": "Generic close label"
},
"previous": {
"message": "anterior",
"description": "Generic previous label"
},
"next": {
"message": "siguiente",
"description": "Generic next label"
},
"BadgeDialog__become-a-sustainer-button": {
"message": "Dona a Signal",
"description": "In the badge dialog. This button is shown under sustainer badges, taking users to some instructions"
},
"BadgeSustainerInstructions__header": {
"message": "Dona a Signal",
"description": "In the instructions for becoming a sustainer. The heading."
},
"BadgeSustainerInstructions__subheader": {
"message": "Signal se mantiene gracias a gente como tú. Contribuye y recibe un distintivo para tu perfil.",
"description": "In the instructions for becoming a sustainer. The subheading."
},
"BadgeSustainerInstructions__instructions__1": {
"message": "Abre Signal en tu celular/móvil",
"description": "In the instructions for becoming a sustainer. First instruction."
},
"BadgeSustainerInstructions__instructions__2": {
"message": "Toca sobre tu foto de perfil en la parte superior izquierda para abrir los ajustes",
"description": "In the instructions for becoming a sustainer. Second instruction."
},
"BadgeSustainerInstructions__instructions__3": {
"message": "Toca sobre \"Hacer donación a Signal\" para suscribirte",
"description": "In the instructions for becoming a sustainer. Third instruction."
},
"CompositionArea--expand": {
"message": "Expandir",
"description": "Aria label for expanding composition area"
},
"CompositionArea--attach-file": {
"message": "Adjuntar archivo",
"description": "Aria label for file attachment button in composition area"
},
"CompositionArea--sms-only__title": {
"message": "Esta persona no usa Signal",
"description": "Title for the composition area for the SMS-only contact"
},
"CompositionArea--sms-only__body": {
"message": "Signal Desktop no puede enviar mensajes a personas que no usan Signal. Solicita a esta persona que instale Signal para chatear en privado.",
"description": "Body for the composition area for the SMS-only contact"
},
"CompositionArea--sms-only__spinner-label": {
"message": "Comprobando si la persona está registrada",
"description": "Displayed while checking if the contact is SMS-only"
},
"countMutedConversationsDescription": {
"message": "Considerar chats silenciados en el globo de notificación",
"description": "Description for counting muted conversations in badge setting"
},
"ContactModal--message": {
"message": "Mensaje",
"description": "Button text for send message button in Group Contact Details modal"
},
"ContactModal--rm-admin": {
"message": "Retirar permisos de admin",
"description": "Button text for removing as admin button in Group Contact Details modal"
},
"ContactModal--make-admin": {
"message": "Promover a admin",
"description": "Button text for make admin button in Group Contact Details modal"
},
"ContactModal--make-admin-info": {
"message": "$contact$ podrá editar los ajustes de este grupo y modificar la lista de participantes.",
"description": "Shown in a confirmation dialog when you are about to grant admin privileges to someone"
},
"ContactModal--rm-admin-info": {
"message": "¿Retirar los permisos de admin a $contact$?",
"description": "Shown in a confirmation dialog when you are about to remove admin privileges from someone"
},
"ContactModal--remove-from-group": {
"message": "Expulsar del grupo",
"description": "Button text for remove from group button in Group Contact Details modal"
},
"showChatColorEditor": {
"message": "Color del chat",
"description": "This is a button in the conversation context menu to show the chat color editor"
},
"showConversationDetails": {
"message": "Ajustes del grupo",
"description": "This is a button in the conversation context menu to show group settings"
},
"showConversationDetails--direct": {
"message": "Ajustes del chat",
"description": "This is a button in the conversation context menu to show chat settings"
},
"ConversationDetails__unmute--title": {
"message": "¿Volver a activar las notificaciones de este chat?",
"description": "Title for the modal to unmute a chat"
},
"ConversationDetails--group-link": {
"message": "Enlace al grupo",
"description": "This is the label for the group link management panel"
},
"ConversationDetails--disappearing-messages-label": {
"message": "Desaparición de mensajes",
"description": "This is the label for the disappearing messages setting panel"
},
"ConversationDetails--disappearing-messages-info--group": {
"message": "Si esta opción está activa, los mensajes enviados y recibidos en este grupo desaparecerán tras ser vistos.",
"description": "This is the info about the disappearing messages setting, in groups"
},
"ConversationDetails--disappearing-messages-info--direct": {
"message": "Si esta opción está activa, los mensajes enviados y recibidos en este chat desaparecerán tras ser vistos.",
"description": "This is the info about the disappearing messages setting, for direct conversations"
},
"ConversationDetails--notifications": {
"message": "Notificaciones",
"description": "This is the label for notifications in the conversation details screen"
},
"ConversationDetails--group-info-label": {
"message": "Quién puede modificar detalles del grupo",
"description": "This is the label for the 'who can edit the group' panel"
},
"ConversationDetails--group-info-info": {
"message": "Selecciona quién puede modificar el nombre, descripción e imagen del grupo y la desaparición de mensajes.",
"description": "This is the additional info for the 'who can edit the group' panel"
},
"ConversationDetails--add-members-label": {
"message": "Quién puede añadir participantes",
"description": "This is the label for the 'who can add members' panel"
},
"ConversationDetails--add-members-info": {
"message": "Selecciona quién puede añadir participantes a este grupo.",
"description": "This is the additional info for the 'who can add members' panel"
},
"ConversationDetails--announcement-label": {
"message": "Quién puede enviar mensajes",
"description": "This is the additional info for the 'who can send messages' panel"
},
"ConversationDetails--announcement-info": {
"message": "Selecciona quién puede enviar mensajes en este grupo.",
"description": "This is the additional info for the 'who can send messages' panel"
},
"ConversationDetails--requests-and-invites": {
"message": "Solicitudes e invitaciones al grupo",
"description": "This is a button to display which members have been invited but have not joined yet"
},
"ConversationDetailsActions--leave-group": {
"message": "Abandonar grupo",
"description": "This is a button to leave a group"
},
"ConversationDetailsActions--block-group": {
"message": "Bloquear grupo",
"description": "This is a button to block a group"
},
"ConversationDetailsActions--unblock-group": {
"message": "Desbloquear grupo",
"description": "This is a button to unblock a group"
},
"ConversationDetailsActions--leave-group-must-choose-new-admin": {
"message": "Antes de abandonar, selecciona un@ nuev@ admin para este grupo.",
"description": "Shown if, before leaving a group, you need to choose an admin"
},
"ConversationDetailsActions--leave-group-modal-title": {
"message": "¿De verdad deseas abandonar el grupo?",
"description": "This is the modal title for confirming leaving a group"
},
"ConversationDetailsActions--leave-group-modal-content": {
"message": "No podrás enviar o recibir más mensajes en este grupo.",
"description": "This is the modal content for confirming leaving a group"
},
"ConversationDetailsActions--leave-group-modal-confirm": {
"message": "Abandonar",
"description": "This is the modal button to confirm leaving a group"
},
"ConversationDetailsActions--unblock-group-modal-title": {
"message": "¿Quieres desbloquear el grupo \"$groupName$\"?",
"description": "This is the modal title for confirming unblock of a group"
},
"ConversationDetailsActions--block-group-modal-title": {
"message": "¿Bloquear y abandonar el grupo «$groupName$»?",
"description": "This is the modal title for confirming blocking a group"
},
"ConversationDetailsActions--block-group-modal-content": {
"message": "No podrás enviar o recibir más mensajes en este grupo.",
"description": "This is the modal content for confirming blocking a group"
},
"ConversationDetailsActions--block-group-modal-confirm": {
"message": "Bloquear",
"description": "This is the modal button to confirm blocking a group"
},
"ConversationDetailsActions--unblock-group-modal-content": {
"message": "Tus contactos podrán añadirte a este grupo.",
"description": "This is the modal content for confirming unblock of a group"
},
"ConversationDetailsActions--unblock-group-modal-confirm": {
"message": "Desbloquear",
"description": "This is the modal button to confirm unblock of a group"
},
"ConversationDetailsHeader--members": {
"message": "$number$ participantes",
"description": "This is the number of members in a group"
},
"ConversationDetailsMediaList--shared-media": {
"message": "Archivos adjuntos compartidos",
"description": "Title for the media thumbnails in the conversation details screen"
},
"ConversationDetailsMediaList--show-all": {
"message": "Ver todos",
"description": "This is a button on the conversation details to show all media"
},
"ConversationDetailsMembershipList--title": {
"message": "$number$ participantes",
"description": "The title of the membership list panel"
},
"ConversationDetailsMembershipList--add-members": {
"message": "Añadir participantes",
"description": "The button that you can click to add new members"
},
"ConversationDetailsMembershipList--show-all": {
"message": "Ver todos",
"description": "This is a button on the conversation details to show all members"
},
"ConversationNotificationsSettings__mentions__label": {
"message": "Menciones",
"description": "In the conversation notifications settings, this is the label for the mentions option"
},
"ConversationNotificationsSettings__mentions__info": {
"message": "Recibe notificaciones si te mencionan en chat silenciados",
"description": "In the conversation notifications settings, this is the sub-label for the mentions option"
},
"ConversationNotificationsSettings__mentions__select__always-notify": {
"message": "Notificar siempre",
"description": "In the conversation notifications settings, this is the option that always notifies you for @mentions"
},
"ConversationNotificationsSettings__mentions__select__dont-notify-for-mentions-if-muted": {
"message": "No notificar en modo silencioso",
"description": "In the conversation notifications settings, this is the option that doesn't notify you for @mentions if the conversation is muted"
},
"GroupLinkManagement--clipboard": {
"message": "Enlace del grupo copiado.",
"description": "Shown in a toast when a user selects to copy group link"
},
"GroupLinkManagement--share": {
"message": "Copiar enlace",
"description": "This lets users share their group link"
},
"GroupLinkManagement--confirm-reset": {
"message": "¿Deseas restablecer el enlace para unirse al grupo? Si lo restableces, nadie podrá unirse al grupo usando el enlace actual.",
"description": "Shown in the confirmation dialog when an admin is about to reset the group link"
},
"GroupLinkManagement--reset": {
"message": "Restablecer enlace",
"description": "This lets users generate a new group link"
},
"GroupLinkManagement--approve-label": {
"message": "Aprobar solicitudes",
"description": "Title for the approve new members select area"
},
"GroupLinkManagement--approve-info": {
"message": "Un@ admin debe aprobar las solicitudes para unirse al grupo vía enlace",
"description": "Description for the approve new members select area"
},
"PendingInvites--tab-requests": {
"message": "Solicitudes ($count$)",
"description": "Label for the tab to view pending requests"
},
"PendingInvites--tab-invites": {
"message": "Invitaciones ($count$)",
"description": "Label for the tab to view pending invites"
},
"PendingRequests--approve-for": {
"message": "¿Aprobar la solicitud de $name$?",
"description": "This is the modal content when confirming approving a group request to join"
},
"PendingRequests--deny-for": {
"message": "¿Denegar la solicitud de $name$?",
"description": "This is the modal content when confirming denying a group request to join"
},
"PendingRequests--deny-for--with-link": {
"message": "¿Vetar solicitudes de $name$? No podrá enviar más solicitudes para unirse vía enlace.",
"description": "This is the modal content when confirming denying a group request to join"
},
"PendingInvites--invites": {
"message": "Invitad@s por ti",
"description": "This is the title list of all invites"
},
"PendingInvites--invited-by-you": {
"message": "Invitad@s por ti",
"description": "This is the title for the list of members you have invited"
},
"PendingInvites--invited-by-others": {
"message": "Invitad@s por otr@s",
"description": "This is the title for the list of members who have invited other people"
},
"PendingInvites--invited-count": {
"message": "Ha invitado a $number$",
"description": "This is the label for the number of members someone has invited"
},
"PendingInvites--revoke-for-label": {
"message": "Retirar invitación al grupo",
"description": "This is aria label for revoking a group invite icon"
},
"PendingInvites--revoke-for": {
"message": "¿Retirar la invitación a $name$?",
"description": "This is the modal content when confirming revoking a single invite"
},
"PendingInvites--revoke-from-singular": {
"message": "¿Retirar la invitación enviada por $name$?",
"description": "This is the modal content when confirming revoking a single invite"
},
"PendingInvites--revoke-from-plural": {
"message": "¿Retirar $number$ invitaciones enviadas por $name$?",
"description": "This is the modal content when confirming revoking multiple invites"
},
"PendingInvites--revoke": {
"message": "Retirar",
"description": "This is the modal button to confirm revoking invites"
},
"PendingRequests--approve": {
"message": "Aprobar solicitud",
"description": "This is the modal button to approve group request to join"
},
"PendingRequests--deny": {
"message": "Rechazar solicitud",
"description": "This is the modal button to deny group request to join"
},
"PendingRequests--info": {
"message": "Las personas en esta lista han solicitado unirse al grupo «$name$» vía enlace.",
"description": "Information shown below the pending admin approval list"
},
"PendingInvites--info": {
"message": "No se mostrarán los detalles de las personas invitadas a este grupo hasta que se unan. Esas personas solo podrán ver los mensajes del grupo a partir de ese punto.",
"description": "Information shown below the invite list"
},
"PendingRequests--block--button": {
"message": "Vetar solicitudes",
"description": "Shown in timeline if users cancel their request to join a group via a group link"
},
"PendingRequests--block--title": {
"message": "¿Vetar solicitudes?",
"description": "Title of dialog to block a user from requesting to join via the link again"
},
"PendingRequests--block--contents": {
"message": "$name$ no podrá unirse a este grupo o solicitarlo vía enlace, pero esta persona podrá ser añadida al grupo manualmente.",
"description": "Details of dialog to block a user from requesting to join via the link again"
},
"PendingRequests--block--confirm": {
"message": "Vetar solicitud",
"description": "Confirmation button of dialog to block a user from requesting to join via the link again"
},
"AvatarInput--no-photo-label--group": {
"message": "Añadir foto de grupo",
"description": "The label for the avatar uploader when no group photo is selected"
},
"AvatarInput--no-photo-label--profile": {
"message": "Añade una foto",
"description": "The label for the avatar uploader when no profile photo is selected"
},
"AvatarInput--change-photo-label": {
"message": "Modificar foto",
"description": "The label for the avatar uploader when a photo is selected"
},
"AvatarInput--upload-photo-choice": {
"message": "Transferir foto",
"description": "The button text when you click on an uploaded avatar and want to upload a new one"
},
"AvatarInput--remove-photo-choice": {
"message": "Eliminar foto",
"description": "The button text when you click on an uploaded avatar and want to remove it"
},
"ContactPill--remove": {
"message": "Eliminar contacto",
"description": "The label for the 'remove' button on the contact pill"
},
"ComposeErrorDialog--close": {
"message": "De acuerdo",
"description": "The text on the button when there's an error in the composer"
},
"NewlyCreatedGroupInvitedContactsDialog--title--one": {
"message": "Invitación enviada",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--title--many": {
"message": "$count$ invitaciones enviadas",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--one": {
"message": "No puedes añadir a $name$ a este grupo automáticamente.",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--user-paragraph--many": {
"message": "No puedes añadir a estas personas a este grupo automáticamente.",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--info-paragraph": {
"message": "Se les ha invitado a participar. No verán ningún mensaje del grupo hasta que acepten.",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"NewlyCreatedGroupInvitedContactsDialog--body--learn-more": {
"message": "Saber más",
"description": "When creating a new group and inviting users, this is shown in the dialog"
},
"AddGroupMembersModal--title": {
"message": "Añadir participantes",
"description": "When adding new members to an existing group, this is shown in the dialog"
},
"AddGroupMembersModal--continue-to-confirm": {
"message": "Actualizar",
"description": "When adding new members to an existing group, this is shown in the dialog"
},
"AddGroupMembersModal--confirm-title--one": {
"message": "¿Añadir a $person$ a «$group$»? ",
"description": "When adding new members to an existing group, this is shown in the confirmation dialog"
},
"AddGroupMembersModal--confirm-title--many": {
"message": "¿Añadir $count$ participantes a «$group$» ?",
"description": "When adding new members to an existing group, this is shown in the confirmation dialog"
},
"AddGroupMembersModal--confirm-button--one": {
"message": "Añadir participante",
"description": "When adding new members to an existing group, this is shown on the confirmation dialog button"
},
"AddGroupMembersModal--confirm-button--many": {
"message": "Añadir participantes",
"description": "When adding new members to an existing group, this is shown on the confirmation dialog button"
},
"createNewGroupButton": {
"message": "Nuevo grupo",
"description": "The text of the button to create new groups"
},
"selectContact": {
"message": "Seleccionar contacto $name$",
"description": "The label for contact checkboxes that are non-selected (clicking them should select the contact)"
},
"deselectContact": {
"message": "Descartar contacto $name$",
"description": "The label for contact checkboxes that are selected (clicking them should de-select the contact)"
},
"cannotSelectContact": {
"message": "Imposible seleccionar contacto $name$",
"description": "The label for contact checkboxes that are disabled"
},
"alreadyAMember": {
"message": "Ya participa en el grupo",
"description": "The label for contact checkboxes that are disabled because they're already a member"
},
"MessageAudio--play": {
"message": "Reproducir nota de voz",
"description": "Aria label for audio attachment's Play button"
},
"MessageAudio--pause": {
"message": "Pausar nota de voz",
"description": "Aria label for audio attachment's Pause button"
},
"MessageAudio--download": {
"message": "Descargar nota de voz",
"description": "Aria label for audio attachment's Download button"
},
"MessageAudio--pending": {
"message": "Descargando nota de voz …",
"description": "Aria label for pending audio attachment spinner"
},
"MessageAudio--slider": {
"message": "Tiempo de reproducción de la nota de voz",
"description": "Aria label for audio attachment's playback time slider"
},
"MessageAudio--playbackRate1x": {
"message": "1x",
"description": "Button in the voice note message widget that shows the current playback rate of 1x (regular speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate1p5x": {
"message": "1,5x",
"description": "Button in the voice note message widget that shows the current playback rate of 1.5x (%50 faster) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRate2x": {
"message": "2x",
"description": "Button in the voice note message widget that shows the current playback rate of 2x (double speed) and allows the user to toggle to the next rate"
},
"MessageAudio--playbackRatep5x": {
"message": "0,5x",
"description": "Button in the voice note message widget that shows the current playback rate of .5x (half speed) and allows the user to toggle to the next rate"
},
"emptyInboxMessage": {
"message": "Haz clic sobre el $composeIcon$ arriba para buscar con quién o con qué grupo chatear.",
"description": "Shown in the left-pane when the inbox is empty"
},
"composeIcon": {
"message": "botón de escribir mensaje",
"description": "Shown in the left-pane when the inbox is empty. Describes the button that composes a new message."
},
"ForwardMessageModal--continue": {
"message": "Adelante",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"TimelineDateHeader--date-in-last-6-months": {
"message": "ddd, D MMM",
"description": "Moment.js format for date headers in the message timeline, for dates <6 months old. See https://momentjs.com/docs/#/displaying/format/."
},
"TimelineDateHeader--date-older-than-6-months": {
"message": "D MMM YYY",
"description": "Moment.js format for date headers in the message timeline, for dates >=6 months old. See https://momentjs.com/docs/#/displaying/format/."
},
"MessageRequestWarning__learn-more": {
"message": "Saber más",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "No tienes grupos en común con esta persona. Revisa siempre cuidadosamente solicitudes de chat antes de aceptarlas para evitar mensajes indeseados.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Más sobre solicitudes de chat",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Revisa las solicitudes cuidadosamente. Signal ha encontrado otra persona con el mismo nombre. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofing__same-name-in-group": {
"message": "$count$ participantes usan el mismo nombre. $link$",
"description": "Shown in the timeline warning when you multiple group members have the same name"
},
"ContactSpoofing__same-name__link": {
"message": "Revisar solicitud",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofing__same-name-in-group__link": {
"message": "Haz clic para revisar",
"description": "Shown in the timeline warning when you multiple group members have the same name"
},
"ContactSpoofingReviewDialog__title": {
"message": "Revisar solicitud",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Si no sabes quién ha enviado esta solicitud, revisa la lista de personas debajo para tomar la decisión correcta.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Solicitud",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Tu contacto",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"ContactSpoofingReviewDialog__group__title": {
"message": "Revisar participantes",
"description": "Title for the contact name spoofing review dialog in groups"
},
"ContactSpoofingReviewDialog__group__description": {
"message": "$count$ participantes usan nombres similares. Revisa la lista de participantes debajo y selecciona la opción adecuada.",
"description": "Description for the group contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__group__members-header": {
"message": "Participantes",
"description": "Header in the group contact spoofing review dialog. After this header, there will be a list of members"
},
"ContactSpoofingReviewDialog__group__name-change-info": {
"message": "Ha cambiado su nombre de perfil recientemente de $oldName$ a $newName$",
"description": "In the group contact spoofing review dialog, this text is shown when someone has changed their name recently"
},
"RemoveGroupMemberConfirmation__remove-button": {
"message": "Expulsar del grupo",
"description": "When confirming the removal of a group member, show this text in the button"
},
"RemoveGroupMemberConfirmation__description": {
"message": "¿Expulsar a $name$ del grupo?",
"description": "When confirming the removal of a group member, show this text in the dialog"
},
"RemoveGroupMemberConfirmation__description__with-link": {
"message": "¿Vetar a $name$ del grupo? No podrá volver a unirse al grupo vía enlace.",
"description": "When confirming the removal of a group member, show this text in the dialog"
},
"CaptchaDialog__title": {
"message": "Verificar para continuar chateando",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Para prevenir el spam en Signal, completa por favor la verificación.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Tras la verificación, podrás seguir enviando mensajes. Todos los mensajes pausados se enviarán.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "¿Continuar sin verificar?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Si decides omitir la verificación, podrás no recibir mensajes de otras personas y el envío de tus mensajes fallará.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Omitir verificación",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificación completada.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Fallo al verificar. Inténtalo más tarde.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Fallo al eliminar el mensaje para tod@s. Inténtalo más tarde.",
"description": "Displayed when delete-for-everyone has failed to send to all recipients"
},
"ChatColorPicker__delete--title": {
"message": "Eliminar color",
"description": "Confirm title for deleting custom color"
},
"ChatColorPicker__delete--message": {
"message": "Este color personalizado se está usando en $num$ chats. ¿Deseas eliminarlo para todos los chats?",
"description": "Confirm message for deleting custom color"
},
"ChatColorPicker__global-chat-color": {
"message": "Color de chat global",
"description": "Modal title for the chat color picker and editor for all conversations"
},
"ChatColorPicker__menu-title": {
"message": "Color de chat",
"description": "View title for the chat color picker and editor"
},
"ChatColorPicker__reset": {
"message": "Restaurar color de chat",
"description": "Button label for resetting chat colors"
},
"ChatColorPicker__resetDefault": {
"message": "Restaurar colores de chats",
"description": "Confirmation dialog title for resetting all chat colors or only the global default one"
},
"ChatColorPicker__resetAll": {
"message": "Restaurar colores de chats",
"description": "Button label for resetting all chat colors"
},
"ChatColorPicker__confirm-reset-default": {
"message": "Restaurar color por defecto",
"description": "Button label for resetting only global chat color"
},
"ChatColorPicker__confirm-reset": {
"message": "Reiniciar",
"description": "Confirm button label for resetting chat colors"
},
"ChatColorPicker__confirm-reset-message": {
"message": "¿Deseas restaurar los colores de todos tus chats?",
"description": "Modal message text for confirming resetting of chat colors"
},
"ChatColorPicker__custom-color--label": {
"message": "Mostrar el editor de colores",
"description": "aria-label for custom color editor button"
},
"ChatColorPicker__sampleBubble1": {
"message": "Aquí puedes ver el color del chat.",
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__sampleBubble2": {
"message": "Otra burbuja.",
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__sampleBubble3": {
"message": "Este color solo es visible para ti.",
"description": "An example message bubble for selecting the chat color"
},
"ChatColorPicker__context--edit": {
"message": "Modificar color",
"description": "Option in the custom color bubble context menu"
},
"ChatColorPicker__context--duplicate": {
"message": "Duplicar",
"description": "Option in the custom color bubble context menu"
},
"ChatColorPicker__context--delete": {
"message": "Eliminar",
"description": "Option in the custom color bubble context menu"
},
"CustomColorEditor__solid": {
"message": "Sólido",
"description": "Tab label for selecting solid colors"
},
"CustomColorEditor__gradient": {
"message": "Gradiente",
"description": "Tab label for selecting a gradient"
},
"CustomColorEditor__hue": {
"message": "Tinte",
"description": "Label for the hue slider"
},
"CustomColorEditor__saturation": {
"message": "Saturación",
"description": "Label for the saturation slider"
},
"CustomColorEditor__title": {
"message": "Color personalizado",
"description": "Modal title for the custom color editor"
},
"customDisappearingTimeOption": {
"message": "Tiempo personalizado …",
"description": "Text for an option in Disappearing Messages menu and Conversation Details Disappearing Messages setting when no user value is available"
},
"selectedCustomDisappearingTimeOption": {
"message": "Tiempo personalizado",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Número",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Medida de tiempo",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Tiempo personalizado",
"description": "Title for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__body": {
"message": "Selecciona un tiempo personalizado para la desaparición de mensajes.",
"description": "Body for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__set": {
"message": "Fijar",
"description": "Text for the dialog button confirming the custom disappearing message timeout"
},
"DisappearingTimeDialog__seconds": {
"message": "Segundos",
"description": "Name of the 'seconds' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__minutes": {
"message": "Minutos",
"description": "Name of the 'minutes' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__hours": {
"message": "Horas",
"description": "Name of the 'hours' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__days": {
"message": "Días",
"description": "Name of the 'days' unit select for the custom disappearing message timeout dialog"
},
"DisappearingTimeDialog__weeks": {
"message": "Semanas",
"description": "Name of the 'weeks' unit select for the custom disappearing message timeout dialog"
},
"settings__DisappearingMessages__footer": {
"message": "Fija la desaparición de mensajes para nuevos chats iniciados por ti.",
"description": "Footer for the Disappearing Messages settings section"
},
"settings__DisappearingMessages__timer__label": {
"message": "Tiempo de desaparición de mensajes por defecto en nuevos chats",
"description": "Label for the Disappearing Messages default timer setting"
},
"UniversalTimerNotification__text": {
"message": "El tiempo de desaparición de mensajes se fijará en $timeValue$ cuando inicies un chat con alguien.",
"description": "A message displayed when default disappearing message timeout is about to be applied"
},
"ErrorBoundaryNotification__text": {
"message": "Fallo al mostrar el mensaje. Haz clic para enviar el registro de depuración.",
"description": "An error notification displayed when message fails to render due to an internal error"
},
"GroupDescription__read-more": {
"message": "saber más",
"description": "Button text when the group description is too long"
},
"EditConversationAttributesModal__description-warning": {
"message": "La descripción del grupo será visible para participantes en este grupo y gente que ha sido invitada.",
"description": "Label text shown when editing group description"
},
"ConversationDetailsHeader--add-group-description": {
"message": "Añade la descripción del grupo …",
"description": "Placeholder text in the details header for those that can edit the group description"
},
"MediaQualitySelector--button": {
"message": "Seleccionar calidad de fotos/vídeos",
"description": "aria-label for the media quality selector button"
},
"MediaQualitySelector--title": {
"message": "Calidad de fotos/vídeos",
"description": "Popup selector title"
},
"MediaQualitySelector--standard-quality-title": {
"message": "Normal",
"description": "Title for option for standard quality"
},
"MediaQualitySelector--standard-quality-description": {
"message": "Rápida, menos datos",
"description": "Description of standard quality selector"
},
"MediaQualitySelector--high-quality-title": {
"message": "Alta",
"description": "Title for option for high quality"
},
"MediaQualitySelector--high-quality-description": {
"message": "Lenta, más datos",
"description": "Description of high quality selector"
},
"MessageDetailsHeader--Failed": {
"message": "No enviado",
"description": "In the message details screen, shown above contacts where the message failed to deliver"
},
"MessageDetailsHeader--Pending": {
"message": "Pendiente",
"description": "In the message details screen, shown above contacts where the message is still sending"
},
"MessageDetailsHeader--Sent": {
"message": "Enviado a",
"description": "In the message details screen, shown above contacts where the message has been sent (but not delivered, read, or viewed)"
},
"MessageDetailsHeader--Delivered": {
"message": "Entregado a",
"description": "In the message details screen, shown above contacts who have received your message"
},
"MessageDetailsHeader--Read": {
"message": "Leído por",
"description": "In the message details screen, shown above contacts who have read this message"
},
"MessageDetailsHeader--Viewed": {
"message": "Visto por",
"description": "In the message details screen, shown above contacts who have viewed this message"
},
"ProfileEditor--about": {
"message": "Biografía",
"description": "Default text for about field"
},
"ProfileEditor--username": {
"message": "Alias (nombre de usuari@)",
"description": "Default text for username field"
},
"ProfileEditor--username--placeholder": {
"message": "Introduce un alias (nombre de usuari@)",
"description": "Placeholder for the username field"
},
"ProfileEditor--username--helper": {
"message": "Los alias de Signal (nombre de usuari@) son opcionales. Si decides crear un alias, otras personas podrán encontrarte en Signal por ese nombre y ponerse en contacto contigo sin conocer tu número de teléfono.",
"description": "Shown on the edit username screen"
},
"ProfileEditor--username--check-characters": {
"message": "Los alias solo pueden contener a-Z, 0-9 y _",
"description": "Shown if user has attempted to use forbidden characters"
},
"ProfileEditor--username--check-starting-character": {
"message": "Los alias no pueden comenzar por un número.",
"description": "Shown if user has attempted to begin their username with a number"
},
"ProfileEditor--username--check-character-min": {
"message": "Los alias deben contener al menos $min$ caracteres.",
"description": "Shown if user has attempted to enter a username with too few characters - currently min is 3"
},
"ProfileEditor--username--check-character-max": {
"message": "Los alias pueden contener $max$ caracteres como máximo.",
"description": "Shown if user has attempted to enter a username with too many characters - currently min is 25"
},
"ProfileEditor--username--check-username-taken": {
"message": "Este alias ya está en uso por otra persona.",
"description": "Shown if user has attempted to save a username which is not available"
},
"ProfileEditor--username--general-error": {
"message": "No se ha podido guardar tu alias. Comprueba tu conexión y prueba de nuevo.",
"description": "Shown if something unknown has gone wrong with username save."
},
"ProfileEditor--username--delete-general-error": {
"message": "No se ha podido eliminar tu alias. Comprueba tu conexión y prueba de nuevo.",
"description": "Shown if something unknown has gone wrong with username delete."
},
"ProfileEditor--username--delete-username": {
"message": "Eliminar alias (nombre de usuari@)",
"description": "Shown as aria label for trash icon next to username"
},
"ProfileEditor--username--confirm-delete-body": {
"message": "Esto eliminará tu alias, permitiendo a otra persona usarlo. ¿Estás segur@?",
"description": "Shown in dialog body if user has saved an empty string to delete their username"
},
"ProfileEditor--username--confirm-delete-button": {
"message": "Eliminar",
"description": "Shown in dialog button if user has saved an empty string to delete their username"
},
"ProfileEditor--about-placeholder": {
"message": "Escribe unas pocas palabras sobre ti …",
"description": "Placeholder text for about input field"
},
"ProfileEditor--first-name": {
"message": "Nombre o alias (Necesario)",
"description": "Placeholder text for first name field"
},
"ProfileEditor--last-name": {
"message": "Apellido(s) (Opcional)",
"description": "Placeholder text for last name field"
},
"ConfirmDiscardDialog--discard": {
"message": "¿Deseas descartar los cambios?",
"description": "ConfirmationDialog text for discarding changes"
},
"ProfileEditor--info": {
"message": "Tu perfil está cifrado. Tu perfil y sus actualizaciones solo son visibles para tus contactos y las personas con las que inicias o aceptas un chat. Nadie más, ni siquiera la gente de Signal puede ver tu perfil. $learnMore$",
"description": "Information shown at the bottom of the profile editor section"
},
"ProfileEditor--learnMore": {
"message": "Saber más",
"description": "Text that links to a support article"
},
"Bio--speak-freely": {
"message": "Habla con libertad",
"description": "A default bio option"
},
"Bio--encrypted": {
"message": "Cifrado",
"description": "A default bio option"
},
"Bio--free-to-chat": {
"message": "Libre para chatear",
"description": "A default bio option"
},
"Bio--coffee-lover": {
"message": "Amante del café",
"description": "A default bio option"
},
"Bio--taking-break": {
"message": "Tomando un descanso",
"description": "A default bio option"
},
"ProfileEditorModal--profile": {
"message": "Perfil",
"description": "Title for profile editing"
},
"ProfileEditorModal--name": {
"message": "Tu nombre",
"description": "Title for editing your name"
},
"ProfileEditorModal--about": {
"message": "Biografía",
"description": "Title for about editing"
},
"ProfileEditorModal--avatar": {
"message": "Tu avatar",
"description": "Title for profile avatar editing"
},
"ProfileEditorModal--username": {
"message": "Alias (nombre de usuari@)",
"description": "Title for username editing"
},
"ProfileEditorModal--error": {
"message": "Fallo al actualizar tu perfil. Por favor, inténtalo de nuevo más tarde.",
"description": "Error message when something goes wrong updating your profile."
},
"AnnouncementsOnlyGroupBanner--modal": {
"message": "Contactar con un admin",
"description": "Modal title for the list of admins in a group"
},
"AnnouncementsOnlyGroupBanner--announcements-only": {
"message": "Solo $admins$ pueden enviar mensajes",
"description": "Displayed if sending of messages is disabled to non-admins"
},
"AnnouncementsOnlyGroupBanner--admins": {
"message": "admins",
"description": "Clickable text describing administrators of a group, used in the message an admin label"
},
"AvatarEditor--choose": {
"message": "Selecciona un avatar",
"description": "Label for the avatar selector"
},
"AvatarColorPicker--choose": {
"message": "Selecciona un color",
"description": "Label for when you need to choose your fighter, err color"
},
"LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
"message": "Avatar del grupo",
"description": "Title for the avatar picker in the group creation flow"
},
"Preferences__button--general": {
"message": "General",
"description": "Button to switch the settings view"
},
"Preferences__button--appearance": {
"message": "Apariencia",
"description": "Button to switch the settings view"
},
"Preferences__button--chats": {
"message": "Chats",
"description": "Button to switch the settings view (and a title of pane)"
},
"Preferences__button--calls": {
"message": "Llamadas",
"description": "Button to switch the settings view"
},
"Preferences__button--notifications": {
"message": "Notificaciones",
"description": "Button to switch the settings view"
},
"Preferences__button--privacy": {
"message": "Privacidad",
"description": "Button to switch the settings view"
},
"Preferences--lastSynced": {
"message": "Última actualización el $date$ a las $time$",
"description": "Label for date and time of last sync operation"
},
"Preferences--system": {
"message": "Sistema",
"description": "Title for system type settings"
},
"Preferences--zoom": {
"message": "Nivel de zoom",
"description": "Label for changing the zoom level"
},
"Preferences__link-previews--title": {
"message": "Generar vista previa de enlaces",
"description": "Title for the generate link previews setting"
},
"Preferences__link-previews--description": {
"message": "Para modificar esta opción, abre Signal en tu móvil y ve a Ajustes > Chats",
"description": "Description for the generate link previews setting"
},
"Preferences--advanced": {
"message": "Avanzado",
"description": "Title for advanced settings"
},
"Preferences--notification-content": {
"message": "Contenido de las notificaciones",
"description": "Label for the notification content setting select box"
},
"Preferences--blocked": {
"message": "Personas bloqueadas",
"description": "Label for blocked contacts setting"
},
"Preferences--blocked-count-singular": {
"message": "$num$ persona",
"description": "Number of contacts blocked singular"
},
"Preferences--blocked-count-plural": {
"message": "$num$ personas",
"description": "Number of contacts blocked plural"
},
"Preferences__who-can--title": {
"message": "Quién puede ...",
"description": "Title for the 'who can do X' setting"
},
"Preferences__privacy--description": {
"message": "Para modificar estas opciones, abre Signal en tu móvil y ve a Ajustes > Privacidad",
"description": "Description for the 'who can do X' setting"
},
"Preferences__who-can--everybody": {
"message": "Cualquiera",
"description": "Option for who can see my X select"
},
"Preferences__who-can--contacts": {
"message": "Mis contactos",
"description": "Option for who can see my X select"
},
"Preferences__who-can--nobody": {
"message": "Nadie",
"description": "Option for who can see my X select"
},
"Preferences--messaging": {
"message": "Mensajería",
"description": "Title for the messaging settings"
},
"Preferences--see-me": {
"message": "Ver mi número de teléfono",
"description": "Label for the see my phone number setting"
},
"Preferences--find-me": {
"message": "Encontrarme por número de teléfono",
"description": "Label for the find me by my phone number setting"
},
"Preferences--read-receipts": {
"message": "Recibir notificaciones de lectura",
"description": "Label for the read receipts setting"
},
"Preferences--typing-indicators": {
"message": "Indicadores de tecleo",
"description": "Label for the typing indicators setting"
},
"Preferences--updates": {
"message": "Actualizaciones",
"description": "Header for settings having to do with updates"
},
"Preferences__download-update": {
"message": "Descargar actualizaciones automáticamente",
"description": "Label for checkbox for the auto download updates setting"
},
"Preferences__enable-notifications": {
"message": "Activar notificaciones",
"description": "Label for checkbox for the notifications setting"
},
"Preferences__devices": {
"message": "Dispositivos",
"description": "Label for Device list in call settings pane"
},
"DialogUpdate--version-available": {
"message": "La actualización a la versión $version$ está disponible",
"description": "Tooltip for new update available"
},
"NSIS__retry-dialog--first-line": {
"message": "No se puede cerrar Signal.",
"description": "First line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__retry-dialog--second-line": {
"message": "Por favor, cierra la aplicación manualmente y haz clic en reintentar para continuar.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ está activa.\nHaz clic en Aceptar para cerrarla.\nSi no se cierra, inténtalo manualmente.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines"
},
"NSIS__decompressionFailed": {
"message": "Fallo al descomprimir archivos. Inténtalo de nuevo más tarde.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Fallo al desinstalar archivos antiguos de la aplicación. Inténtalo de nuevo más tarde.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "La aplicación se ha cerrado",
"description": "A title of the dialog displayed when starting an application after a recent crash"
},
"CrashReportDialog__body": {
"message": "Signal se ha reiniciado tras un fallo. Puedes enviarnos un informe del fallo para ayudarnos a investigar el problema.",
"description": "The body of the dialog displayed when starting an application after a recent crash"
},
"CrashReportDialog__submit": {
"message": "Enviar",
"description": "A button label for submission of the crash reporter data after a recent crash"
},
"CrashReportDialog__erase": {
"message": "No enviar",
"description": "A button label for erasure of the crash reporter data after a recent crash and continuing to start the app"
},
"CustomizingPreferredReactions__title": {
"message": "Personalizar reacciones",
"description": "Shown in the header of the modal for customizing the preferred reactions. Also shown in the tooltip for the button that opens this modal."
},
"CustomizingPreferredReactions__subtitle": {
"message": "Haz clic para reemplazar un emoji",
"description": "Instructions in the modal for customizing the preferred reactions."
},
"CustomizingPreferredReactions__had-save-error": {
"message": "Ha ocurrido un fallo al guardar tus ajustes. Por favor, inténtalo de nuevo.",
"description": "Shown if there is an error when saving your preferred reaction settings. Should be very rare to see this message."
},
"MediaEditor__control--draw": {
"message": "Dibujar",
"description": "Label for the draw button in the media editor"
},
"MediaEditor__control--text": {
"message": "Añadir texto",
"description": "Label for the text button in the media editor"
},
"MediaEditor__control--sticker": {
"message": "Stickers",
"description": "Label for the sticker button in the media editor"
},
"MediaEditor__control--crop": {
"message": "Cortar y rotar",
"description": "Label for the crop & rotate button in the media editor"
},
"MediaEditor__control--undo": {
"message": "Deshacer",
"description": "Label for the undo button in the media editor"
},
"MediaEditor__control--redo": {
"message": "Rehacer",
"description": "Label for the redo button in the media editor"
},
"MediaEditor__text--regular": {
"message": "Normal",
"description": "Describes what attribute the color picker will change on the text"
},
"MediaEditor__text--highlight": {
"message": "Resaltar",
"description": "Describes what attribute the color picker will change on the text"
},
"MediaEditor__text--outline": {
"message": "Marcar",
"description": "Describes what attribute the color picker will change on the text"
},
"MediaEditor__text--underline": {
"message": "Subrayar",
"description": "Describes what attribute the color picker will change on the text"
},
"MediaEditor__draw--pen": {
"message": "Lápiz",
"description": "Type of brush to free draw"
},
"MediaEditor__draw--highlighter": {
"message": "Marcador",
"description": "Type of brush to free draw"
},
"MediaEditor__draw--thin": {
"message": "Más fina",
"description": "Tip width of the brush"
},
"MediaEditor__draw--regular": {
"message": "Normal",
"description": "Tip width of the brush"
},
"MediaEditor__draw--medium": {
"message": "Media",
"description": "Tip width of the brush"
},
"MediaEditor__draw--heavy": {
"message": "Más ancha",
"description": "Tip width of the brush"
},
"MediaEditor__crop--reset": {
"message": "Reiniciar",
"description": "Reset the crop state"
},
"MediaEditor__crop--rotate": {
"message": "Rotar",
"description": "Rotate the canvas"
},
"MediaEditor__crop--flip": {
"message": "Girar",
"description": "Flip/mirror the canvas"
},
"MediaEditor__crop--lock": {
"message": "Bloquear",
"description": "Lock the aspect ratio"
},
"MediaEditor__crop--crop": {
"message": "Recortar",
"description": "Performs the crop"
},
"MyStories__title": {
"message": "Mis historias",
"description": "Title for the my stories list"
},
"MyStories__story": {
"message": "Tu historia",
"description": "aria-label for each one of your stories"
},
"MyStories__download": {
"message": "Descargar historia",
"description": "aria-label for the download button"
},
"MyStories__more": {
"message": "Más opciones",
"description": "aria-label for the more button"
},
"MyStories__views--singular": {
"message": "$num$ vista",
"description": "Number of views your story has"
},
"MyStories__views--plural": {
"message": "$num$ vistas",
"description": "Number of views your story has"
},
"MyStories__replies--singular": {
"message": "$num$ respuesta",
"description": "Number of replies your story has"
},
"MyStories__replies--plural": {
"message": "$num$ respuestas",
"description": "Number of replies your story has"
},
"MyStories__delete": {
"message": "¿Eliminar esta historia? También se eliminará para quien la haya recibido.",
"description": "Confirmation dialog description text for deleting a story"
},
"SignalConnectionsModal__title": {
"message": "Contactos de Signal",
"description": "The phrase/term: 'Signal Connections'"
},
"SignalConnectionsModal__header": {
"message": "$connections$ son personas en las cuales has indicado que confías, ya sea a través de:",
"description": "The beginning sentence to list the different ways a signal connection is formed"
},
"SignalConnectionsModal__bullet--1": {
"message": "Has iniciado un chat con ellas",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__bullet--2": {
"message": "Has aceptado una solicitud de chat",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__bullet--3": {
"message": "Están entre tus contactos del sistema",
"description": "A way that signal connection is formed"
},
"SignalConnectionsModal__footer": {
"message": "Tus contactos pueden ver tu nombre y tu foto, y pueden ver lo que subas a \"Mi historia\" salvo que decidas ocultárselo.",
"description": "Additional information about signal connections and the stories they can see"
},
"Stories__title": {
"message": "Historias",
"description": "Title for the stories list"
},
"Stories__mine": {
"message": "Mis historias",
"description": "Label for your stories"
},
"Stories__add": {
"message": "Añade una historia",
"description": "Description hint to add a story"
},
"Stories__add-story--text": {
"message": "Historia de texto",
"description": "Label to create a new text story"
},
"Stories__add-story--media": {
"message": "Foto o vídeo",
"description": "Label to create a new multimedia story"
},
"Stories__hidden-stories": {
"message": "Historias ocultas",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No hay historias recientes que mostrar",
"description": "Description for when there are no stories to show"
},
"Stories__placeholder--text": {
"message": "Haz clic para ver una historia",
"description": "Placeholder label for the story view"
},
"Stories__from-to-group": {
"message": "$name$ a «$group$»",
"description": "Title for someone sending a story to a group"
},
"Stories__toast--sending-reply": {
"message": "Enviando respuesta...",
"description": "Toast message"
},
"Stories__toast--sending-reaction": {
"message": "Enviando reacción...",
"description": "Toast message"
},
"Stories__toast--hasNoSound": {
"message": "Esta historia no tiene sonido",
"description": "Toast message"
},
"StoriesSettings__title": {
"message": "Ajustes de historias",
"description": "Title for the story settings modal"
},
"StoriesSettings__new-list": {
"message": "Nueva historia privada",
"description": "Label to create a new private story list"
},
"StoriesSettings__viewers--singular": {
"message": "$num$ espectador",
"description": "A single viewer"
},
"StoriesSettings__viewers--plural": {
"message": "$num$ espectadores",
"description": "More than one viewer"
},
"StoriesSettings__who-can-see": {
"message": "Quién puede ver esta historia",
"description": "Title for the who can see this story section"
},
"StoriesSettings__add-viewer": {
"message": "Añadir quién puede verla",
"description": "Button label to add a viewer to a story"
},
"StoriesSettings__remove--action": {
"message": "Eliminar",
"description": "Button to remove a member from a private list"
},
"StoriesSettings__remove--title": {
"message": "Eliminar $title$",
"description": "Title of the confirmation dialog, has a person's name"
},
"StoriesSettings__remove--body": {
"message": "Esta persona ya no podrá ver tu historia.",
"description": "Body of the confirmation dialog to remove someone from a private distribution list"
},
"StoriesSettings__replies-reactions--title": {
"message": "Respuestas y reacciones",
"description": "Title for the replies & reactions section"
},
"StoriesSettings__replies-reactions--label": {
"message": "Permitir respuestas y reacciones",
"description": "Checkbox label to allow or disallow replies to your stories"
},
"StoriesSettings__replies-reactions--description": {
"message": "Deja que las personas que ven tu historia puedan reaccionar y responder.",
"description": "Description of checkbox to allow or disallow replies to your stories"
},
"StoriesSettings__delete-list": {
"message": "Eliminar historia privada",
"description": "Button label to delete a private distribution list"
},
"StoriesSettings__delete-list--confirm": {
"message": "¿Eliminar historia privada?",
"description": "Confirmation text to delete a private distribution list"
},
"StoriesSettings__choose-viewers": {
"message": "Elegir espectadores",
"description": "Modal title when choosing to add a viewer to a private distribution list"
},
"StoriesSettings__name-story": {
"message": "Pon título a esta historia",
"description": "Modal title when naming a private distribution list"
},
"StoriesSettings__name-placeholder": {
"message": "Título de la historia (necesario)",
"description": "Placeholder for input field"
},
"StoriesSettings__hide-story": {
"message": "Ocultar historia para",
"description": "Modal title when hiding people from my stories"
},
"StoriesSettings__mine__all--label": {
"message": "Todos los contactos de Signal",
"description": "Input label to describe all signal connections"
},
"StoriesSettings__mine__all--description": {
"message": "Compartir con todos los contactos",
"description": "Description of button StoriesSettings__mine__all--label"
},
"StoriesSettings__mine__exclude--label": {
"message": "Todos los contactos de Signal excepto...",
"description": "Input label to create a block list"
},
"StoriesSettings__mine__exclude--description": {
"message": "$num$ personas excluidas",
"description": "Description of how many people are excluded in a list"
},
"StoriesSettings__mine__only--label": {
"message": "Compartir solo con...",
"description": "Input label to create an exclusive allow list"
},
"StoriesSettings__mine__only--description": {
"message": "Compartir solo con personas seleccionadas",
"description": "Description of button StoriesSettings__mine__only--label"
},
"StoriesSettings__mine__only--description--people": {
"message": "$num$ personas",
"description": "Description of how many people are in the exclusive allow list"
},
"StoriesSettings__mine__disclaimer": {
"message": "Elige quién puede ver tu historia. Los cambios no afectarán a las historias que ya hayas enviado. $learnMore$",
"description": "Disclaimer on how changes to story settings work"
},
"StoriesSettings__mine__disclaimer--learn-more": {
"message": "Saber más.",
"description": "Learn more link to learn about who can view your story"
},
"StoriesSettings__context-menu": {
"message": "Ajustes de historias",
"description": "Button label to get to story settings"
},
"SendStoryModal__choose-who-can-view": {
"message": "Elige quién puede ver tu historia",
"description": "Shown during the first time posting a story"
},
"SendStoryModal__title": {
"message": "Enviar a",
"description": "Title for the send story modal"
},
"SendStoryModal__send": {
"message": "Enviar historia",
"description": "aria-label for the send story button"
},
"SendStoryModal__new": {
"message": "Nueva historia",
"description": "button to create a new distribution list to send story to"
},
"SendStoryModal__new-private--title": {
"message": "Nueva historia privada",
"description": "Create a new distribution list"
},
"SendStoryModal__new-private--description": {
"message": "Solo visible para personas concretas",
"description": "Description of what a distribution list would do"
},
"SendStoryModal__new-group--title": {
"message": "Nueva historia de grupo",
"description": "Select a group to send a story to"
},
"SendStoryModal__new-group--description": {
"message": "Compartir con un grupo existente",
"description": "Description of what selecting a group would do"
},
"SendStoryModal__choose-groups": {
"message": "Seleccionar grupos",
"description": "Modal title when choosing groups"
},
"SendStoryModal__my-stories-privacy": {
"message": "Privacidad de mis historias",
"description": "Modal title for setting privacy for My Stories"
},
"SendStoryModal__privacy-disclaimer": {
"message": "Elige qué conexiones de Signal pueden ver tu historia. Siempre podrás cambiarlo en los Ajustes de privacidad. $learnMore$",
"description": "Disclaimer on how changes to story settings work"
},
"Stories__settings-toggle--title": {
"message": "Compartir y ver historias",
"description": "Select box title for the stories on/off toggle"
},
"Stories__settings-toggle--description": {
"message": "No podrás ver o compartir historias con esta opción desactivada.",
"description": "Select box description for the stories on/off toggle"
},
"StoryViewer__pause": {
"message": "Pausa",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Reproducir",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Responder",
"description": "Button label to reply to a story"
},
"StoryViewer__reply-group": {
"message": "Responder en el grupo",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenciar",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "No silenciar",
"description": "Aria label for unmuting stories"
},
"StoryDetailsModal__sent-time": {
"message": "Enviado a las $time$",
"description": "Sent timestamp"
},
"StoryDetailsModal__file-size": {
"message": "Tamaño del archivo $size$",
"description": "File size description"
},
"StoryDetailsModal__copy-timestamp": {
"message": "Copiar timestamp",
"description": "Context menu item to help debugging"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Sin respuestas por ahora",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Vistas",
"description": "Title for views tab"
},
"StoryViewsNRepliesModal__tab--replies": {
"message": "Respuestas",
"description": "Title for replies tab"
},
"StoryViewsNRepliesModal__react": {
"message": "Reacciona a la historia",
"description": "aria-label for reaction button"
},
"StoryViewsNRepliesModal__reacted": {
"message": "Reaccionó a la historia",
"description": "Description of someone reacting to a story"
},
"StoryListItem__label": {
"message": "Historia",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Mostrar historias",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Ocultar historia",
"description": "Label for menu item to hide the story"
},
"StoryListItem__go-to-chat": {
"message": "Ir al chat",
"description": "Label for menu item to go to conversation"
},
"StoryListItem__delete": {
"message": "Eliminar",
"description": "Label for menu item to delete a story"
},
"StoryListItem__info": {
"message": "Detalles",
"description": "Label for menu item to get a story's information"
},
"StoryListItem__hide-modal--body": {
"message": "¿Ocultar historia? Las nuevas historias de $name$ ya no aparecerán al principio de la lista.",
"description": "Body for the confirmation dialog for hiding a story"
},
"StoryListItem__hide-modal--confirm": {
"message": "Ocultar",
"description": "Action button for the confirmation dialog to hide a story"
},
"StoryImage__error2": {
"message": "No se puede descargar la historia. $name$ tendrá que compartirla de nuevo.",
"description": "Description for image errors"
},
"StoryImage__error--you": {
"message": "No se puede descargar la historia. Tendrás que compartirla de nuevo.",
"description": "Description for image errors but when it is your own image"
},
"StoryCreator__error--video-too-long": {
"message": "No se ha podido publicar este vídeo en tu historia porque es demasiado largo",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-unsupported": {
"message": "No se ha podido publicar este vídeo en tu historia porque el formato no es compatible",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__error--video-error": {
"message": "No se ha podido cargar el vídeo",
"description": "Error string for when a video post to story fails"
},
"StoryCreator__text-bg--background": {
"message": "El texto tiene un fondo de color blanco",
"description": "Button label"
},
"StoryCreator__text-bg--inverse": {
"message": "El texto tiene color seleccionado como color de fondo",
"description": "Button label"
},
"StoryCreator__text-bg--none": {
"message": "El texto no tiene color de fondo",
"description": "Button label"
},
"StoryCreator__story-bg": {
"message": "Cambiar el color de fondo de tu historia",
"description": "Button label"
},
"StoryCreator__next": {
"message": "Siguiente",
"description": "Button label text to advance to next step of story creation"
},
"StoryCreator__add-link": {
"message": "Añadir enlace",
"description": "Button label to apply the link preview to story"
},
"StoryCreator__input-placeholder": {
"message": "Añadir texto",
"description": "Placeholder to add text"
},
"StoryCreator__text--regular": {
"message": "Normal",
"description": "Label for font"
},
"StoryCreator__text--bold": {
"message": "Negrita",
"description": "Label for font"
},
"StoryCreator__text--serif": {
"message": "Serif",
"description": "Label for font"
},
"StoryCreator__text--script": {
"message": "Caligrafía",
"description": "Label for font"
},
"StoryCreator__text--condensed": {
"message": "Condensada",
"description": "Label for font"
},
"StoryCreator__control--text": {
"message": "Agregar texto de la historia",
"description": "aria-label for edit text button"
},
"StoryCreator__control--link": {
"message": "Agregar enlace",
"description": "aria-label for adding a link preview"
},
"StoryCreator__link-preview-placeholder": {
"message": "Escribe o añade una URL",
"description": "Placeholder for the URL input for link previews"
},
"StoryCreator__link-preview-empty": {
"message": "Añade un enlace para las visualizaciones de tu historia",
"description": "Empty state for the link preview"
},
"TextAttachment__placeholder": {
"message": "Añadir texto",
"description": "Placeholder for the add text input"
},
"TextAttachment__preview__link": {
"message": "Visitar enlace",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Historia",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reaccionó a la historia de $name$",
"description": "Label for when a person reacts to a story"
},
"Quote__story-reaction--single": {
"message": "Reaccionó a una historia",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Historia caducada",
"description": "Label for when a story is not found"
},
"ContextMenu--button": {
"message": "Menú de contexto",
"description": "Default aria-label for the context menu buttons"
},
"WhatsNew__modal-title": {
"message": "Novedades",
"description": "Title for the whats new modal"
},
"WhatsNew__bugfixes": {
"message": "Esta versión contiene un par de pequeñas mejoras para que Signal funcione sin problemas.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--1": {
"message": "Hemos hecho algunos pequeños retoques, arreglado errores y mejorado el rendimiento. ¡Gracias por utilizar Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--2": {
"message": "Varios errores solucionados para mantener tu app funcionando sin problema. ¡Se vienen más cambios emocionantes!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--3": {
"message": "Ajustes, soluciones a errores y mejoras al desempeño. Sigue texteando, llamando y chateando en video como siempre.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--4": {
"message": "Trabajando duro para solucionar errores y hacer otras mejoras al desempeño para que la app te funcione sin problema.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--5": {
"message": "Pequeños ajustes adicionales, soluciones a errores y diversos planes para el futuro.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--6": {
"message": "Pequeños ajustes, soluciones a errores y mejoras al desempeño. ¡Gracias por usar Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.57--1": {
"message": "Cambia la velocidad de los mensajes de voz, ya sea para ir directament a lo más importante o para captar mejor los detalles.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Optimiza la búsqued de emojis. Una vez abierto el menú de emojis, sáltate la 🔍 y simplemente empieza a teclear.",
"description": "Release notes for v5.57"
}
}