Signal-Desktop/_locales/es/messages.json

1729 lines
71 KiB
JSON
Raw Normal View History

{
2019-03-12 01:43:28 +00:00
"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"
},
2019-04-08 21:16:09 +00:00
"unknownGroup": {
"message": "Grupo sin nombre",
"description": "Shown as the name of a group if we don't have any information about it"
},
2019-03-12 01:43:28 +00:00
"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 dalete database and restart"
},
2018-08-31 20:50:28 +00:00
"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."
},
2018-08-31 20:50:28 +00:00
"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."
},
2018-08-31 20:50:28 +00:00
"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."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"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": {
2019-01-16 23:29:04 +00:00
"message": "Ajustes ...",
2018-08-31 20:50:28 +00:00
"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."
},
"appMenuHide": {
"message": "Ocultar",
"description": "Application menu command to hide the window"
},
2018-07-18 17:47:58 +00:00
"appMenuHideOthers": {
"message": "Ocultar otras",
"description": "Application menu command to hide all other windows"
},
2018-08-31 20:50:28 +00:00
"appMenuUnhide": {
"message": "Mostrar todas",
"description": "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuQuit": {
"message": "Cerrar Signal",
"description": "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuUndo": {
"message": "Deshacer",
"description": "Edit menu command to remove recently-typed text"
},
2018-08-31 20:50:28 +00:00
"editMenuRedo": {
"message": "Rehacer",
"description": "Edit menu command to restore previously undone typed text"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCut": {
"message": "Cortar",
"description": "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCopy": {
"message": "Copiar",
"description": "Edit menu command to add selected text to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuPaste": {
"message": "Pegar",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle": {
"message": "Pegar texto sin formato",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuDelete": {
"message": "Eliminar",
"description": "Edit menu command to remove the selected text"
},
2018-08-31 20:50:28 +00:00
"editMenuSelectAll": {
"message": "Seleccionar todo",
"description": "Edit menu comand to select all of the text in selected text box"
},
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking": {
"message": "Comenzar a hablar",
"description": "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking": {
"message": "Terminar de hablar",
"description": "Edit menu item under 'speech' to stop dictation"
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuClose": {
"message": "Cerrar ventana",
"description": "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuMinimize": {
"message": "Minimizar",
"description": "Window menu command to minimize the current window"
2016-01-20 20:23:12 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuZoom": {
"message": "Zoom",
"description": "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront": {
"message": "Todas al frente",
"description": "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom": {
"message": "Tamaño original",
"description": "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn": {
"message": "Aumentar",
"description": "View menu command to make everything bigger"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut": {
"message": "Reducir",
"description": "View menu command to make everything smaller"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen": {
"message": "Activar pantalla completa",
"description": "View menu command to enter or leave Full Screen mode"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools": {
2019-01-16 23:29:04 +00:00
"message": "Activar herramientas de desarrollador",
2018-08-31 20:50:28 +00:00
"description": "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupWithImport": {
"message": "Configurar con datos a importar",
"description": "When the application is not yet set up, menu option to start up the import sequence"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"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"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone": {
"message": "Configurar como dispositivo independiente",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive": {
"message": "Ver archivo",
"description": "One of the menu options available in the Avatar Popup menu"
},
2018-08-31 20:50:28 +00:00
"loading": {
2019-01-16 23:29:04 +00:00
"message": "Cargando …",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"optimizingApplication": {
2019-01-16 23:29:04 +00:00
"message": "Optimizando la aplicación ...",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher": {
"message": "Optimizando mensajes ... $status$ completado.",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
2018-08-31 20:50:28 +00:00
"status": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "45/200"
}
}
},
2019-04-08 21:16:09 +00:00
"archivedConversations": {
"message": "Chats archivados",
"description": "Shown in place of the search box when showing archived conversation list"
},
"archiveHelperText": {
"message": "Estos chats están archivados y sólo aparecerán en el buzón de entrada si recibes nuevos mensajes.",
"description": "Shown at the top of the archived converations list in the left pane"
},
"archiveConversation": {
"message": "Archivar chat",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
"moveConversationToInbox": {
"message": "Devolver chat al buzón de entrada",
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "Seleccionar carpeta",
"description": "Button to allow the user to find a folder on disk"
},
2019-01-16 23:29:04 +00:00
"chooseFile": {
"message": "Seleccionar adjunto",
"description": "Button to allow the user to find a file on disk"
},
2018-08-31 20:50:28 +00:00
"loadDataHeader": {
"message": "Carga tus datos",
"description": "Header shown on the first screen in the data import process"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadDataDescription": {
"message": "Si ya has exportado tus datos desde la antigua aplicación de Signal, tus contactos y mensajes están a salvo en tu ordenador. Selecciona la carpeta donde has guardado los datos de Signal.",
"description": "Introduction to the process of importing messages and contacts from disk"
},
2018-08-31 20:50:28 +00:00
"importChooserTitle": {
"message": "Selecciona la carpeta donde están los datos que has exportado",
"description": "Title of the popup window used to select data previously exported"
},
2018-08-31 20:50:28 +00:00
"importErrorHeader": {
"message": "¡Algo ha ido mal!",
"description": "Header of the error screen after a failed import"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"importingHeader": {
"message": "Cargando contactos y mensajes",
"description": "Header of screen shown as data is import"
},
2018-08-31 20:50:28 +00:00
"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"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"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"
},
2018-08-31 20:50:28 +00:00
"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"
},
2018-08-31 20:50:28 +00:00
"importCompleteHeader": {
"message": "¡Conseguido!",
"description": "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteStartButton": {
"message": "Comienza a usar Signal Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton": {
"message": "Enlaza este dispositivo con tu teléfono",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"selectedLocation": {
"message": "Carpeta seleccionada",
"description": "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"upgradingDatabase": {
2019-01-16 23:29:04 +00:00
"message": "Actualizando base de datos. Puede llevar su tiempo …",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadingMessages": {
2019-01-16 23:29:04 +00:00
"message": "Cargando mensajes. $count$ hasta ahora …",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"me": {
"message": "Yo",
"description": "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"view": {
"message": "Ver más",
"description": "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
},
2017-05-17 19:37:33 +00:00
"youLeftTheGroup": {
"message": "Has abandonado el grupo",
2017-05-17 19:37:33 +00:00
"description": "Displayed when a user can't send a message because they have left the group"
},
2018-08-31 20:50:28 +00:00
"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"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"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"
2016-05-11 01:22:56 +00:00
},
2018-08-31 20:50:28 +00:00
"unreadMessage": {
"message": "1 mensaje sin leer",
"description": "Text for unread message separator, just one message"
},
2018-08-31 20:50:28 +00:00
"unreadMessages": {
"message": "$count$ mensajes sin leer",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified": {
2019-01-16 23:29:04 +00:00
"message": "Has marcado las cifras de seguridad con $name$ como verificadas",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified": {
2019-01-16 23:29:04 +00:00
"message": "Has retirado la marca de verificación de tus cifras de seguridad con $name$",
2018-08-31 20:50:28 +00:00
"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.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice": {
"message": "Has marcado las 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.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice": {
2019-01-16 23:29:04 +00:00
"message": "Has retirado la marca de verificación de tus cifras de seguridad con $name$ en otro dispositivo",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
2018-07-31 16:54:06 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-31 16:54:06 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-31 16:54:06 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"membersNeedingVerification": {
"message": "Las cifras de seguridad con estos miembros del grupo han cambiado desde la última vez que las verificaste. Haz clic en un miembro 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."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerifiedMultiple": {
"message": "Las cifras de seguridad con varios miembros de este grupo han cambiado desde la última vez que las verificaste, lo que significaría que alguien ha tratado de interceptar la comunicación o que simplemente han reinstalado Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerified": {
"message": "Las cifras de seguridad con $name$ han cambiado desde la última vez que las verificaste, lo que significaría que alguien ha tratado de interceptar la comunicación o que $name$ simplemente ha reinstalado Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
"message": "Las cifras de seguridad que estás intentando verificar han cambiado. Revisa las nuevas cifras de seguridad con $name$. Recuerda que este cambio podría significar que alguien ha tratado de interceptar la comunicación o que $name$ 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",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2016-10-07 10:13:47 +00:00
},
"changedRecentlyMultiple": {
"message": "Las cifras de seguridad con varios miembros del grupo han cambiado recientemente, lo que significaría que alguien ha tratado de interceptar la comunicación o que simplemente han reinstalado Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-08-31 20:50:28 +00:00
"changedRecently": {
"message": "Las cifras de seguridad con $name$ han cambiado recientemente, lo que significaría que alguien ha tratado de interceptar la comunicación o que $name$ simplemente ha reinstalado Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
"message": "Las cifras de seguridad con $name$ han cambiado, lo que significaría que alguien ha tratado de interceptar la comunicación o que $name$ simplemente ha reinstalado Signal. Tal vez desees verificar las cifras de seguridad con este contacto.",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
2018-07-18 17:47:58 +00:00
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"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."
},
"noLongerVerified": {
"message": "Las cifras de seguridad con $name$ han cambiado y ya no están verificadas. Haz clic para mostrar.",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified": {
"message": "Las cifras de seguridad con varios miembros de este grupo han cambiado y ya no están verificadas. Haz clic para mostrar.",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogExplanation": {
"message": "Este registro se publicará on line para que los colaboradores tengan acceso. Puedes examinarlo y editarlo antes de enviarlo.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"debugLogError": {
2019-01-16 23:29:04 +00:00
"message": "Se ha producido un fallo al adjuntar el archivo con el registro de depuración. Considera añadir el archivo manualmente al enviar el informe del fallo. ",
2018-08-31 20:50:28 +00:00
"description": ""
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"reportIssue": {
"message": "Informar de un problema",
"description": "Link to open the issue tracker"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"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."
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"submit": {
"message": "Enviar",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"acceptNewKey": {
"message": "Aceptar",
"description": "Label for a button to accept a new safety number"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"verify": {
"message": "Marcar como verificado",
"description": ""
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unverify": {
"message": "Retirar marca de verificación",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"isVerified": {
"message": "Has verificado las cifras de seguridad con $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
2016-01-20 20:23:12 +00:00
},
2018-08-31 20:50:28 +00:00
"isNotVerified": {
"message": "No has verificado las cifras de seguridad con $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"verified": {
"message": "Verificado",
2016-01-20 20:23:12 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"newIdentity": {
"message": "Nuevas cifras de seguridad",
"description": "Header for a key change dialog"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"identityChanged": {
"message": "Las cifras de seguridad con este contacto han cambiado, lo que significaría que, o bien alguien has tratado de interceptar la comunicación, o que este contacto simplemente ha reinstalado Signal. Tal vez desees verificar las nuevas cifras de seguridad.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"incomingError": {
2019-01-16 23:29:04 +00:00
"message": "Fallo al procesar el mensaje recibido",
2018-08-31 20:50:28 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"media": {
"message": "Adjuntos",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
2018-08-31 20:50:28 +00:00
"mediaEmptyState": {
2019-01-16 23:29:04 +00:00
"message": "No hay ningún adjunto en este chat",
2018-08-31 20:50:28 +00:00
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2016-01-20 20:23:12 +00:00
},
2018-08-31 20:50:28 +00:00
"documents": {
"message": "Documentos",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"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)"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"today": {
"message": "Hoy",
"description": "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"yesterday": {
"message": "Ayer",
"description": "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"thisWeek": {
"message": "Esta semana",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"thisMonth": {
"message": "Este mes",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"unsupportedAttachment": {
"message": "Tipo de archivo adjunto no admitido. Haz clic para guardar.",
"description": "Displayed for incoming unsupported attachment"
},
2018-08-31 20:50:28 +00:00
"clickToSave": {
"message": "Haz clic para guardar",
"description": "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unnamedFile": {
2019-01-16 23:29:04 +00:00
"message": "Archivo sin nombre",
2018-08-31 20:50:28 +00:00
"description": "Hover text for attachment filenames"
},
2018-08-31 20:50:28 +00:00
"voiceMessage": {
"message": "Nota de voz",
"description": "Name for a voice message attachment"
2018-05-02 16:29:36 +00:00
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
2018-11-01 16:51:59 +00:00
"message": "Tipo de adjunto no permitido por razones se seguridad",
2018-10-16 00:32:32 +00:00
"description": "Shown in toast when user attempts to send .exe file, for example"
},
2019-02-04 19:53:59 +00:00
"loadingPreview": {
"message": "Cargando previsualización ...",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
"message": "Preparando miniatura de visualización de enlace para $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
"message": "Miniatura de previsualización para $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
2019-01-16 23:29:04 +00:00
"stagedImageAttachment": {
2019-02-04 19:53:59 +00:00
"message": "Preparando adjunto múltiple: $path$",
2019-01-16 23:29:04 +00:00
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
"message": "Al incluír un adjunto que no es una imagen, el límite es un adjunto por mensaje.",
"description": "An error popup when the user has attempted to add an attachment"
},
"cannotMixImageAdnNonImageAttachments": {
"message": "No se pueden combinar 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 añadir más adjuntos a este mensaje.",
"description": "An error popup when the user has attempted to add an attachment"
},
2018-08-31 20:50:28 +00:00
"fileSizeWarning": {
"message": "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño.",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment": {
"message": "Fallo al cargar el adjunto seleccionado.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"disconnected": {
"message": "Desconectado",
"description": "Displayed when the desktop client cannot connect to the server."
},
2018-08-31 20:50:28 +00:00
"connecting": {
"message": "Conectando",
"description": "Displayed when the desktop client is currently 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"
},
"attemptingReconnection": {
2019-01-16 23:29:04 +00:00
"message": "Intentando volver a conectar en $reconnect_duration_in_seconds$ segundos",
2018-08-31 20:50:28 +00:00
"description": "",
"placeholders": {
2018-08-31 20:50:28 +00:00
"reconnect_duration_in_seconds": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"submitDebugLog": {
"message": "Registro de depuración (log)",
"description": "Menu item and header text for debug log modal (sentence case)"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLog": {
"message": "Registro de depuración",
"description": "View menu item to open the debug log (title case)"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
"message": "Ir a las notas de versión",
"description": ""
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"goToForums": {
"message": "Ir al forum",
"description": "Item under the Help menu, takes you to the forums"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"goToSupportPage": {
2019-01-16 23:29:04 +00:00
"message": "Ir a la página de soporte técnico",
2018-08-31 20:50:28 +00:00
"description": "Item under the Help menu, takes you to the support page"
},
2018-08-31 20:50:28 +00:00
"menuReportIssue": {
"message": "Informar de un problema",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences": {
2019-01-16 23:29:04 +00:00
"message": "Ajustes de Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop": {
"message": "Acerca de Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
"message": "Dictar",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
2016-01-20 20:23:12 +00:00
},
"show": {
"message": "Mostrar",
"description": "Command under Window menu, to show the window"
},
2018-08-31 20:50:28 +00:00
"hide": {
"message": "Ocultar",
"description": "Command in the tray icon menu, to hide the window"
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"quit": {
"message": "Cerrar",
"description": "Command in the tray icon menu, to quit the application"
},
2019-04-08 21:16:09 +00:00
"signalDesktop": {
2018-08-31 20:50:28 +00:00
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
2019-04-08 21:16:09 +00:00
"search": {
"message": "Buscar",
2018-08-31 20:50:28 +00:00
"description": "Placeholder text in the search input"
},
2019-09-13 20:59:54 +00:00
"searchIn": {
"message": "Buscar en «$conversationName$» ",
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"noSearchResults": {
"message": "Sin resultados para «$searchTerm$»",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation": {
"message": "No se encontró «$searchTerm$» en «$conversationName$».",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$2",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"conversationsHeader": {
"message": "Chats",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "Contactos",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "Mensajes",
"description": "Shown to separate the types of search results"
},
2018-08-31 20:50:28 +00:00
"welcomeToSignal": {
"message": "Bienvenida a Signal",
"description": ""
},
"selectAContact": {
"message": "Selecciona un contacto o grupo para empezar a chatear.",
"description": ""
},
2019-01-16 23:29:04 +00:00
"typingAlt": {
"message": "Animación de tecleo para este chat",
"description": "Used as the 'title' attibute for the typing animation"
},
2018-08-31 20:50:28 +00:00
"contactAvatarAlt": {
"message": "Avatar del contacto $name$",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"sendMessageToContact": {
"message": "Enviar mensaje",
"description": "Shown when you are sent a contact and that contact has a signal account"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"home": {
2019-01-16 23:29:04 +00:00
"message": "domicilio",
2018-08-31 20:50:28 +00:00
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"work": {
"message": "trabajo",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"mobile": {
"message": "móvil",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
2018-08-31 20:50:28 +00:00
"email": {
2019-01-16 23:29:04 +00:00
"message": "correo",
2018-08-31 20:50:28 +00:00
"description": "Generic label shown if contact email has custom type but no label"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"phone": {
"message": "teléfono",
"description": "Generic label shown if contact phone has custom type but no label"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"address": {
"message": "dirección",
"description": "Generic label shown if contact address has custom type but no label"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"poBox": {
"message": "apdo. de correos",
"description": "When rendering an address, used to provide context to a post office box"
2016-08-24 23:54:05 +00:00
},
2019-04-08 21:16:09 +00:00
"downloading": {
"message": "Descargando",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
2018-08-31 20:50:28 +00:00
"downloadAttachment": {
"message": "Descargar adjunto",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"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"
},
2018-08-31 20:50:28 +00:00
"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"
},
2018-08-31 20:50:28 +00:00
"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"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded": {
"message": "Se ha encontrado el mensaje original pero no se ha cargado. Desliza para cargar el mensaje.",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-06-30 01:12:20 +00:00
},
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment": {
"message": "Las notas de voz no se pueden combinar con adjuntos adicionales.",
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "Para ti",
"description": "In Android theme, shown in quote if you or someone else replies to you"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"replyingTo": {
"message": "Respuesta a $name$",
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded": {
2019-01-16 23:29:04 +00:00
"message": "Para enviar notas de voz, permite a Signal Desktop acceder al micrófono.",
2018-08-31 20:50:28 +00:00
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
"allowAccess": {
"message": "Permitir acceso",
"description": "Button shown in popup asking to enable microphon/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"
},
2019-04-08 21:16:09 +00:00
"cannotUpdate": {
2019-09-13 20:59:54 +00:00
"message": "Fallo al actualizar",
2019-04-08 21:16:09 +00:00
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
2019-09-13 20:59:54 +00:00
"message": "Signal Desktop no se ha podido actualizar a pesar de estar disponible una versión más actual. Ve a https://www.signal.org/download e instálala manualmente. Después, contacta con el soporte técnico de Signal o envíanos un informe de fallo con el problema.",
2019-04-08 21:16:09 +00:00
"description": "Shown if a general error happened while trying to install update package"
},
"readOnlyVolume": {
2019-09-13 20:59:54 +00:00
"message": "Parece que Signal Desktop está en cuarentena en macOS, lo que impide actualizar la aplicación automáticamente. Prueba a mover la aplicación «Signal.app» a la categoría «Aplicaciones» en «Finder».",
2019-04-08 21:16:09 +00:00
"description": "Shown on MacOS if running on a read-only volume and we cannot update"
},
2018-08-31 20:50:28 +00:00
"ok": {
"message": "Aceptar",
"description": ""
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "Cancelar",
"description": ""
},
2018-08-31 20:50:28 +00:00
"failedToSend": {
2019-01-16 23:29:04 +00:00
"message": "Fallo al enviar a algunos destinatarios. Comprueba la conexión.",
2018-08-31 20:50:28 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"error": {
"message": "Fallo",
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"messageDetail": {
"message": "Detalles de mensaje",
"description": ""
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"delete": {
"message": "Eliminar",
"description": ""
},
"deleteWarning": {
2019-01-16 23:29:04 +00:00
"message": "¿Estás segura? Al hacer clic en 'Eliminar' se borrará el mensaje permanentemente de este (y solamente este) dispositivo.",
2018-08-31 20:50:28 +00:00
"description": ""
},
"deleteThisMessage": {
"message": "Eliminar este mensaje",
"description": ""
},
"from": {
"message": "De",
"description": "Label for the sender of a message"
},
"to": {
2019-11-11 17:55:59 +00:00
"message": "A",
2018-08-31 20:50:28 +00:00
"description": "Label for the receiver of a message"
},
2019-11-11 17:55:59 +00:00
"toJoiner": {
"message": "para",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
2018-08-31 20:50:28 +00:00
"sent": {
"message": "Enviado",
"description": "Label for the time a message was sent"
},
"received": {
"message": "Recibido",
"description": "Label for the time a message was received"
},
2018-08-31 20:50:28 +00:00
"sendMessage": {
"message": "Enviar mensaje",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Miembros del grupo",
"description": ""
},
"showMembers": {
"message": "Mostrar miembros",
"description": ""
},
"resetSession": {
"message": "Reiniciar sesión",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
"message": "Ver cifras de seguridad",
"description": ""
},
"viewAllMedia": {
"message": "Ver todos los adjuntos",
"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": "Si deseas verificar la seguridad del cifrado con $name$, compara las cifras de arriba con las cifras presentes en el dispositivo de tu contacto.",
"description": "",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown": {
"message": "No has intercambiado ningún mensaje con este contacto. Las cifras de seguridad estarán disponibles después de enviar el primer mensaje.",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"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 indinvidaul message, but only if it is an outgoing message that failed to send"
},
"deleteMessage": {
"message": "Eliminar este mensaje",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessages": {
"message": "Eliminar mensajes",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
2019-01-16 23:29:04 +00:00
"message": "¿Eliminar este chat permanentemente?",
2018-08-31 20:50:28 +00:00
"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."
},
"quoteThumbnailAlt": {
"message": "Miniatura de una foto como cita de un mensaje",
"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"
},
2019-01-16 23:29:04 +00:00
"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"
},
"addACaption": {
"message": "Añadir explicación ...",
"description": ""
},
"save": {
"message": "Guardar",
"description": ""
},
2018-08-31 20:50:28 +00:00
"fileIconAlt": {
"message": "Icono de archivo",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "Bienvenida 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"
},
"linkYourPhone": {
"message": "Enlaza tu teléfono con Signal Desktop",
"description": "Shown on the front page when the application first starst, above the QR code"
},
"signalSettings": {
"message": "Ajustes de Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "Dispositivos enlazados",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botón '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "Enlazar nuevo dispositivo",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "Nombre de dispositivo",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
2019-01-16 23:29:04 +00:00
"message": "Selecciona un nombre para este dispositivo",
2018-08-31 20:50:28 +00:00
"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 contactos y grupos",
"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 vinculados. Prueba a eliminar algunos.",
"description": ""
},
"settings": {
"message": "Ajustes",
"description": "Menu item and header for global settings"
},
"theme": {
"message": "Tema",
"description": "Header for theme settings"
},
"permissions": {
"message": "Permisos",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "Permitir acesso a cámara y micrófono",
"description": "Description of the media permission description"
},
2019-02-04 19:53:59 +00:00
"general": {
"message": "General",
"description": "Header for general options on the settings screen"
},
2018-08-31 20:50:28 +00:00
"spellCheckDescription": {
"message": "Comprobar la ortografía al escribir el mensaje",
"description": "Description of the media permission description"
},
"clearDataHeader": {
"message": "Limpiar datos",
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
2019-01-16 23:29:04 +00:00
"message": "Esto eliminará todos los datos de la aplicación, los mensajes y la información de la cuenta.",
2018-08-31 20:50:28 +00:00
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
2019-01-16 23:29:04 +00:00
"message": "Eliminar datos",
2018-08-31 20:50:28 +00:00
"description": "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader": {
2018-08-31 20:50:28 +00:00
"message": "¿Eliminar todos los datos?",
2018-05-02 16:29:36 +00:00
"description": "Header of the full-screen delete data confirmation screen"
},
2018-08-31 20:50:28 +00:00
"deleteAllDataBody": {
"message": "Vas a eliminar toda la información de la cuenta de Signal en esta aplicación, incluyendo todos los contactos y mensajes. Siempre puedes volver a enlazar tu dispositivo móvil de nuevo, 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"
},
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress": {
"message": "Desconectando y borrando datos",
"description": "Message shown to user when app is disconnected and data deleted"
},
2018-08-31 20:50:28 +00:00
"notifications": {
"message": "Notificaciones",
"description": "Header for notification settings"
},
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog": {
"message": "Al recibir mensajes, las notificaciones muestran:",
"description": "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disableNotifications": {
"message": "Desactivar notificaciones",
"description": "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"nameAndMessage": {
"message": "Nombre de contacto y mensaje",
"description": "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"noNameOrMessage": {
"message": "Ni nombre ni mensaje",
"description": "Label for setting notifications to display no name and no message text"
},
2018-08-31 20:50:28 +00:00
"nameOnly": {
"message": "Solo nombre de contacto",
"description": "Label for setting notifications to display sender name only"
2016-04-28 18:15:45 +00:00
},
2018-08-31 20:50:28 +00:00
"newMessage": {
"message": "Mensaje nuevo",
"description": "Displayed in notifications for only 1 message"
},
"newMessages": {
"message": "Mensajes nuevos",
"description": "Displayed in notifications for multiple messages"
},
"notificationMostRecentFrom": {
"message": "Más reciente de:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"notificationFrom": {
"message": "De:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
"notificationMostRecent": {
"message": "Más reciente:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
"sendFailed": {
"message": "Fallo al enviar",
"description": "Shown on outgoing message if it fails to send"
},
"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"
},
2016-04-07 19:27:03 +00:00
"expiredWarning": {
"message": "Esta versión de Signal Desktop ha caducado. Por favor, actualiza a la última versión para seguir enviando mensajes.",
2016-04-07 19:27:03 +00:00
"description": "Warning notification that this version of the app has expired"
},
2018-08-31 20:50:28 +00:00
"upgrade": {
"message": "Actualizar",
"description": "Label text for button to upgrade the app to the latest version"
},
2018-08-31 20:50:28 +00:00
"mediaMessage": {
"message": "Mensaje multimedia",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2018-08-31 20:50:28 +00:00
"unregisteredUser": {
2019-01-16 23:29:04 +00:00
"message": "Número no registrado",
2018-08-31 20:50:28 +00:00
"description": "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"sync": {
"message": "Contactos",
"description": "Label for contact and group sync settings"
},
2018-08-31 20:50:28 +00:00
"syncExplanation": {
"message": "Importa todos los grupos y contactos de Signal desde tu teléfono móvil.",
"description": "Explanatory text for sync settings"
},
2018-08-31 20:50:28 +00:00
"lastSynced": {
"message": "Última actualización: ",
"description": "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"syncNow": {
"message": "Importar ahora",
"description": "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"syncing": {
2019-01-16 23:29:04 +00:00
"message": "Importando …",
2018-08-31 20:50:28 +00:00
"description": "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"syncFailed": {
"message": "Fallo al importar. Asegúrate de que ordenador y teléfono están conectados a internet.",
"description": "Informational text displayed if a sync operation times out."
2016-01-20 20:23:12 +00:00
},
2018-08-31 20:50:28 +00:00
"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": {
2019-11-11 17:55:59 +00:00
"message": "1 m",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
2019-11-11 17:55:59 +00:00
"message": "1 h",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
2018-07-18 17:47:58 +00:00
"hoursAgo": {
2019-11-11 17:55:59 +00:00
"message": "$hours$ h",
2018-07-18 17:47:58 +00:00
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
2018-08-31 20:50:28 +00:00
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgo": {
2019-11-11 17:55:59 +00:00
"message": "$minutes$ m",
2018-08-31 20:50:28 +00:00
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"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'."
},
2019-09-13 20:59:54 +00:00
"messageBodyTooLong": {
"message": "Mensaje demasiado largo.",
"description": "Shown if the user tries to send more than 64kb of text"
},
2018-08-31 20:50:28 +00:00
"unblockToSend": {
2018-10-16 00:32:32 +00:00
"message": "Desbloquea este contacto para enviarle mensajes.",
2018-08-31 20:50:28 +00:00
"description": "Brief message shown when trying to message a blocked number"
},
2018-10-16 00:32:32 +00:00
"unblockGroupToSend": {
"message": "Desbloquea este grupo para enviar mensajes.",
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
2019-01-16 23:29:04 +00:00
"message": "Has fijado la desaparición de mensajes en $time$",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
2019-01-16 23:29:04 +00:00
"message": "Actualizando el temporizador de desaparición en $time$",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10m"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer": {
2019-01-16 23:29:04 +00:00
"message": "$name$ ha fijado la desaparición de mensajes en $time$",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds": {
"message": "inactivo",
"description": "Label for option to turn off message expiration in the timer menu"
2016-02-11 20:36:07 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds": {
"message": "5 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds": {
"message": "10 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds": {
"message": "30 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes": {
"message": "5 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes": {
"message": "30 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours": {
"message": "6 horas",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours": {
"message": "12 horas",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day": {
"message": "1 día ",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week": {
"message": "1 semana",
"description": "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessages": {
2019-01-16 23:29:04 +00:00
"message": "Desaparición de mensajes",
2018-08-31 20:50:28 +00:00
"description": "Conversation menu option to enable disappearing messages"
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "inactivo",
"description": "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated": {
"message": "1 m",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated": {
"message": "5 m",
"description": "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated": {
"message": "30 m",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated": {
"message": "1 h",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated": {
"message": "6 h",
2016-10-08 14:40:13 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated": {
"message": "12 h",
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated": {
"message": "1 d",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated": {
"message": "7 d",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled": {
2019-01-16 23:29:04 +00:00
"message": "Desaparición de mensajes desactivada",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the left pane when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages": {
2019-01-16 23:29:04 +00:00
"message": "$name$ ha desactivado la desaparición de mensajes",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages": {
2019-01-16 23:29:04 +00:00
"message": "Has desactivado la desaparición de mensajes",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerSetTo": {
2019-01-16 23:29:04 +00:00
"message": "Caducidad de mensajes fijada en $time$",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "1w"
}
}
},
2018-08-31 20:50:28 +00:00
"audioNotificationDescription": {
"message": "Reproducir notificaciones sonoras",
"description": "Description for audio notification setting"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"safetyNumberChanged": {
"message": "Las cifras de seguridad han cambiado",
"description": "A notification shown in the conversation when a contact reinstalls"
},
2018-08-31 20:50:28 +00:00
"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",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"verifyNewNumber": {
"message": "Verificar cifras de seguridad",
"description": "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith": {
2019-01-16 23:29:04 +00:00
"message": "Tus cifras de seguridad con $name$:",
2018-08-31 20:50:28 +00:00
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"themeLight": {
"message": "Claro",
"description": "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"themeDark": {
"message": "Oscuro",
"description": "Label text for dark theme"
2016-01-15 01:40:51 +00:00
},
2019-09-13 20:59:54 +00:00
"themeSystem": {
"message": "Sistema",
"description": "Label text for system theme"
},
2019-03-12 01:43:28 +00:00
"noteToSelf": {
"message": "Notas personales",
"description": "Name for the conversation with your own phone number"
},
2018-08-31 20:50:28 +00:00
"hideMenuBar": {
"message": "Ocultar barra de menú",
"description": "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"startConversation": {
2019-04-08 21:16:09 +00:00
"message": "Comienza con un chat ...",
2018-08-31 20:50:28 +00:00
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"newPhoneNumber": {
"message": "Introduce un número de teléfono para añadir un contacto.",
"description": "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"invalidNumberError": {
"message": "Número incorrecto",
"description": "When a person inputs a number that is invalid"
2016-01-20 20:23:12 +00:00
},
2018-08-31 20:50:28 +00:00
"unlinkedWarning": {
2019-01-16 23:29:04 +00:00
"message": "Vuelve a enlazar Signal Desktop con tu teléfono móvil para continuar intercambiando mensajes.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unlinked": {
2019-01-16 23:29:04 +00:00
"message": "Desenlazado",
"description": ""
},
2018-08-31 20:50:28 +00:00
"relink": {
2019-01-16 23:29:04 +00:00
"message": "Enlazar de nuevo",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle": {
2019-01-16 23:29:04 +00:00
"message": "Actualización de Signal Desktop disponible",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage": {
2019-01-16 23:29:04 +00:00
"message": "Hay una nueva versión de Signal Desktop disponible.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions": {
"message": "Pulsa en 'Reiniciar Signal' para aplicar cambios.",
2016-02-22 22:27:51 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel": {
"message": "Reiniciar Signal",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel": {
"message": "Más tarde",
"description": ""
},
2018-08-31 20:50:28 +00:00
"leftTheGroup": {
2019-01-16 23:29:04 +00:00
"message": "$name$ ha abandonado el grupo",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup": {
2019-01-16 23:29:04 +00:00
"message": "$name$ ha abandonado el grupo",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"updatedTheGroup": {
2019-01-16 23:29:04 +00:00
"message": "Grupo actualizado",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"titleIsNow": {
2019-01-16 23:29:04 +00:00
"message": "El grupo ha pasado a llamarse «$name$»",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone changes the title of the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Book Club"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
2019-01-16 23:29:04 +00:00
"message": "$name$ se ha unido al grupo",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person joins the group",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup": {
2019-01-16 23:29:04 +00:00
"message": "$names$ se ha unido al grupo",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"names": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix": {
"message": "Borrador:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
"message--getNotificationText--stickers": {
"message": "Mensaje con cromo (sticker)",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
"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-photo": {
"message": "Foto con caducidad",
"description": "Shown in notifications and in the left pane when a message is a disappearing photo."
},
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-video": {
"message": "Vídeo con caducidad",
"description": "Shown in notifications and in the left pane when a message is a disappearing video."
},
2019-09-13 20:59:54 +00:00
"stickers--toast--InstallFailed": {
"message": "Fallo al instalar el paquete de cromos (stickers)",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "Cromos instalados (stickers)",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "No hay ningún paquete de cromos (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 cromos de artistas de Signal disponibles",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "Cromos recibidos",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "Los cromos 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 cromos 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--Title": {
"message": "Presentamos los cromos (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 cromos (stickers)?",
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerPicker--DownloadError": {
"message": "Fallo al descargar alguno de los cromos.",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "Instalando paquete de cromos ...",
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "No se han encontrado cromos",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "Hay paquetes de cromos disponibles en tus mensajes disponibles 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 cromos",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "Aquí se mostrarán los cromos usados recientemente.",
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "Paquete de cromos",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Fallo al abrir el paquete de cromos. 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.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
"confirmation-dialog--Cancel": {
"message": "Cancelar",
"description": "Appears on the cancel button in confirmation dialogs."
},
"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": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
"message": "Puedes preguntar a $contact$ que reenvíe el mensaje ahora que ya usas la versión actual de Signal.",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"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": "Actualiza 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": {
2019-11-11 17:55:59 +00:00
"message": "Multimedia",
2019-09-13 20:59:54 +00:00
"description": "Text shown on outgoing messages with with individual timers (inaccessble)"
},
"Message--tap-to-view--incoming": {
2019-11-11 17:55:59 +00:00
"message": "Foto",
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "Vídeo",
"description": "Text shown on video messages with with individual timers, before user has viewed it"
2019-09-13 20:59:54 +00:00
},
"Conversation--getDraftPreview--attachment": {
"message": "(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"
},
2018-08-31 20:50:28 +00:00
"privacyPolicy": {
"message": "Términos y política de privacidad",
"description": "Shown in the about box for the link to https://signal.org/legal"
}
}