2016-01-11 20:19:22 +00:00
{
2017-08-17 15:51:04 +00:00
"scrollDown" : {
"message" : "Desplazarse hasta el final del chat" ,
"description" : "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds" : {
2016-10-16 07:59:11 +00:00
"message" : "10 segundos" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2017-08-17 15:51:04 +00:00
"view" : {
"message" : "Ver más" ,
"description" : "Used as a label on a button allowing user to see more information"
} ,
"upgradingDatabase" : {
"message" : "Actualizando base de datos. Puede llevar su tiempo ..." ,
"description" : "Message shown on the loading screen when we're changing database structure on first run of a new version"
} ,
2016-06-30 01:12:20 +00:00
"lastSynced" : {
2017-08-17 15:51:04 +00:00
"message" : "Ultima actualización: " ,
2016-06-30 01:12:20 +00:00
"description" : "Label for date and time of last sync operation"
} ,
2017-04-16 06:51:10 +00:00
"attemptingReconnection" : {
2017-08-17 15:51:04 +00:00
"message" : "Intentando volver a conectar en $reconnect_duration_in_seconds$ segundos." ,
"description" : ""
2017-04-16 06:51:10 +00:00
} ,
2016-01-11 20:19:22 +00:00
"unsupportedAttachment" : {
2017-08-17 15:51:04 +00:00
"message" : "Tipo de archivo adjunto no admitido. Haz click para guardar." ,
2016-01-11 20:19:22 +00:00
"description" : "Displayed for incoming unsupported attachment"
} ,
2017-08-17 15:51:04 +00:00
"showSafetyNumber" : {
"message" : "Mostrar cifras de seguridad" ,
2016-10-08 14:40:13 +00:00
"description" : ""
} ,
2017-08-17 15:51:04 +00:00
"androidMessageLengthWarning" : {
"message" : "Contactos con un teléfono Android solo recibirán los primeros 2000 caracteres de este mensaje." ,
"description" : "Warning that long messages could not get received completely by Android clients."
} ,
2016-10-07 10:13:47 +00:00
"youChangedTheTimer" : {
2017-08-17 15:51:04 +00:00
"message" : "Has fijado la caducidad a $time$." ,
"description" : "Message displayed when you change the message expiration timer in a conversation."
2016-10-07 10:13:47 +00:00
} ,
2016-02-22 22:27:51 +00:00
"settings" : {
2017-08-17 15:51:04 +00:00
"message" : "Ajustes" ,
2016-02-22 22:27:51 +00:00
"description" : "Menu item and header for global settings"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_seconds_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "5 s" ,
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
} ,
2016-01-20 20:23:12 +00:00
"installComputerName" : {
"message" : "El nombre de este dispositivo será" ,
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
2016-08-11 19:22:17 +00:00
"timestamp_m" : {
2016-08-24 23:54:05 +00:00
"message" : "1 minuto" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-01-11 20:19:22 +00:00
"gotIt" : {
"message" : "¡Entendido!" ,
2016-03-11 19:59:10 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-01-11 20:19:22 +00:00
} ,
2016-10-07 10:13:47 +00:00
"disappearingMessages" : {
2017-08-17 15:51:04 +00:00
"message" : "Mensajes con caducidad" ,
2016-10-07 10:13:47 +00:00
"description" : "Conversation menu option to enable disappearing messages"
} ,
2017-08-17 15:51:04 +00:00
"deleteWarning" : {
"message" : "¿Estás seguro? Al hacer clic en 'eliminar' se eliminará permanentemente este mensaje de este dispositivo." ,
"description" : ""
} ,
2016-04-03 21:33:07 +00:00
"showMore" : {
"message" : "Detalles" ,
"description" : "Displays the details of a key change"
} ,
2017-08-17 15:51:04 +00:00
"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" : ""
} ,
"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."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_minutes_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "5 m" ,
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
} ,
2016-01-11 20:19:22 +00:00
"unsupportedFileType" : {
"message" : "Tipo de archivo no admitido" ,
"description" : "Displayed for outgoing unsupported attachment"
} ,
2017-05-16 18:56:33 +00:00
"clickToSave" : {
2017-08-17 15:51:04 +00:00
"message" : "Toca para guardar" ,
2017-05-16 18:56:33 +00:00
"description" : "Hover text for attachment filenames"
} ,
2017-08-17 15:51:04 +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-01-20 20:23:12 +00:00
"installGeneratingKeys" : {
"message" : "Generando claves" ,
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"resetSession" : {
2017-08-17 15:51:04 +00:00
"message" : "Reiniciar sesión" ,
2016-03-11 19:59:10 +00:00
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-01-11 20:19:22 +00:00
} ,
2017-04-16 06:51:10 +00:00
"offline" : {
"message" : "Desconectado" ,
2017-08-17 15:51:04 +00:00
"description" : "Displayed when the desktop client has no network connection."
2017-04-16 06:51:10 +00:00
} ,
2016-01-11 20:19:22 +00:00
"welcomeToSignal" : {
2017-08-17 15:51:04 +00:00
"message" : "Bienvenid@ a Signal" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"checkNetworkConnection" : {
2017-08-17 15:51:04 +00:00
"message" : "Comprueba la conexión de red." ,
2017-04-16 06:51:10 +00:00
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
2016-04-03 21:33:07 +00:00
"notificationSettingsDialog" : {
2017-08-17 15:51:04 +00:00
"message" : "Al recibir mensajes, las notificaciones muestran:" ,
2016-04-03 21:33:07 +00:00
"description" : "Explain the purpose of the notification settings"
} ,
2016-08-11 19:22:17 +00:00
"timestamp_h" : {
"message" : "1 hora" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds_abbreviated" : {
2016-10-16 07:59:11 +00:00
"message" : "inactivo" ,
2016-10-08 14:40:13 +00:00
"description" : "Short format indicating current timer setting in the conversation list snippet"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncExplanation" : {
2017-08-17 15:51:04 +00:00
"message" : "Importa todos los grupos y contactos de Signal desde tu teléfono móvil." ,
2016-06-30 01:12:20 +00:00
"description" : "Explanatory text for sync settings"
} ,
2016-04-03 21:33:07 +00:00
"restartSignal" : {
"message" : "Reiniciar Signal" ,
"description" : "Menu item for restarting the program."
} ,
2017-05-17 19:37:33 +00:00
"youLeftTheGroup" : {
2017-08-17 15:51:04 +00:00
"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"
} ,
2016-01-11 20:19:22 +00:00
"deleteMessages" : {
2016-10-16 07:59:11 +00:00
"message" : "Eliminar mensajes" ,
2016-03-11 19:59:10 +00:00
"description" : "Menu item for deleting messages, title case."
2016-01-11 20:19:22 +00:00
} ,
2016-05-11 01:22:56 +00:00
"incomingError" : {
2017-08-17 15:51:04 +00:00
"message" : "Fallo al procesar el mensaje recibido." ,
"description" : ""
} ,
"delete" : {
"message" : "Eliminar" ,
"description" : ""
} ,
"verified" : {
"message" : "Verificado" ,
2016-05-11 01:22:56 +00:00
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"selectAContact" : {
2017-08-17 15:51:04 +00:00
"message" : "Selecciona un contacto o grupo para empezar a chatear." ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installConnecting" : {
2017-08-17 15:51:04 +00:00
"message" : "Conectando ..." ,
2016-01-20 20:23:12 +00:00
"description" : "Displayed when waiting for the QR Code"
} ,
2016-01-11 20:19:22 +00:00
"verifyContact" : {
2017-08-17 15:51:04 +00:00
"message" : "Tal vez desees $tag_start$ verificar $tag_end$ las cifras de seguridad con este contacto." ,
"description" : "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code."
} ,
"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"
2016-01-11 20:19:22 +00:00
} ,
"sent" : {
"message" : "Enviado" ,
"description" : "Label for the time a message was sent"
} ,
2016-10-07 10:13:47 +00:00
"theyChangedTheTimer" : {
2017-08-17 15:51:04 +00:00
"message" : "$name$ ha fijado la caducidad a $time$." ,
"description" : "Message displayed when someone else changes the message expiration timer in a conversation."
2016-10-07 10:13:47 +00:00
} ,
2016-08-11 19:22:17 +00:00
"timestamp_s" : {
"message" : "ahora" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2017-08-17 15:51:04 +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"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day" : {
2016-10-16 07:59:11 +00:00
"message" : "1 día " ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-04-28 18:15:45 +00:00
"reportIssue" : {
"message" : "Informar de un problema" ,
"description" : "Link to open the issue tracker"
} ,
2016-02-22 22:27:51 +00:00
"newMessage" : {
2017-08-17 15:51:04 +00:00
"message" : "Mensaje nuevo" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
"nameOnly" : {
2017-08-17 15:51:04 +00:00
"message" : "Solo nombre de contacto" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display sender name only"
} ,
2016-01-15 01:40:51 +00:00
"from" : {
2017-08-17 15:51:04 +00:00
"message" : "De" ,
2016-01-15 01:40:51 +00:00
"description" : "Label for the sender of a message"
} ,
2016-05-11 01:22:56 +00:00
"deleteConversationConfirmation" : {
2017-08-17 15:51:04 +00:00
"message" : "¿Eliminar este chat?" ,
2016-05-11 01:22:56 +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."
} ,
2017-04-16 06:51:10 +00:00
"unlinkedWarning" : {
2017-08-17 15:51:04 +00:00
"message" : "Vuelve a vincular Signal Desktop con tu teléfono móvil para continuar intercambiando mensajes." ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-11 20:19:22 +00:00
"debugLogExplanation" : {
2017-08-17 15:51:04 +00:00
"message" : "Este registro se publicará on line para que los colaboradores tengan acceso. Puedes examinarlo y editarlo antes de enviarlo." ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2017-02-09 23:27:14 +00:00
"newPhoneNumber" : {
2017-08-17 15:51:04 +00:00
"message" : "Introduce un número de teléfono para añadir un contacto." ,
2017-02-09 23:27:14 +00:00
"description" : "Placeholder for adding a new number to a contact"
} ,
2017-08-17 15:51:04 +00:00
"noLongerVerified" : {
"message" : "Las cifras de seguridad con $name$ han cambiado y ya no están verificadas. Haz click para mostrar." ,
"description" : "Shown in converation banner when user's safety number has changed, but they were previously verified."
} ,
2016-01-11 20:19:22 +00:00
"searchForPeopleOrGroups" : {
2017-08-17 15:51:04 +00:00
"message" : "Buscar …" ,
2016-01-11 20:19:22 +00:00
"description" : "Placeholder text in the search input"
} ,
2017-08-17 15:51:04 +00:00
"someRecipientsFailed" : {
"message" : "Fallo al enviar a algunos contactos." ,
"description" : "When you send to multiple recipients via a group, and the message went to some recipients but not others."
} ,
2016-02-22 22:27:51 +00:00
"noNameOrMessage" : {
2016-04-03 21:33:07 +00:00
"message" : "Ni nombre ni mensaje" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display no name and no message text"
} ,
2016-06-30 01:12:20 +00:00
"syncNow" : {
"message" : "Importar ahora" ,
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
"syncFailed" : {
2017-08-17 15:51:04 +00:00
"message" : "Fallo al importar. Asegúrate de que ordenador y teléfono estan conectados a internet." ,
2016-06-30 01:12:20 +00:00
"description" : "Informational text displayed if a sync operation times out."
} ,
2017-04-16 06:51:10 +00:00
"unlinked" : {
"message" : "Desvinculado" ,
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"installFollowUs" : {
2017-08-17 15:51:04 +00:00
"message" : "<a $a_params$> Síguenos </a> para obtener noticias sobre soporte multi-dispositivo en iOS." ,
"description" : ""
2016-01-20 20:23:12 +00:00
} ,
2016-04-03 21:33:07 +00:00
"learnMore" : {
2017-08-17 15:51:04 +00:00
"message" : "Más información sobre verificación de cifras de seguridad" ,
2016-10-30 08:41:27 +00:00
"description" : "Text that links to a support article on verifying safety numbers"
2016-01-20 20:23:12 +00:00
} ,
2017-08-17 15:51:04 +00:00
"unreadMessages" : {
"message" : "$count$ mensajes sin leer" ,
"description" : "Text for unread message separator, with count"
2016-10-07 10:13:47 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installTooManyDevices" : {
2017-08-17 15:51:04 +00:00
"message" : "Lo sentimos, ya tienes demasiados dispositivos vinculados. Prueba a eliminar algunos." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2016-09-27 22:23:39 +00:00
"installSignalLinks" : {
2017-08-17 15:51:04 +00:00
"message" : "Primero, instala Signal en tu teléfono <a $play_store$>Android</a> o <a $app_store$>iPhone</a>.<br /> Así vincularemos los dispositivos y mantendremos los mensajes sincronizados." ,
"description" : "Prompt the user to install Signal on their phone before linking"
2016-09-27 22:23:39 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installSyncingGroupsAndContacts" : {
"message" : "Sincronizando grupos y contactos" ,
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_minutes_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "30 m" ,
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
} ,
2017-01-26 22:13:29 +00:00
"themeAndroidDark" : {
"message" : "Android (oscuro)" ,
"description" : "Label text for dark Android theme"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_minute_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "1 m" ,
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
} ,
2017-08-17 15:51:04 +00:00
"loadingMessages" : {
"message" : "Cargando mensajes. $count$ hasta ahora ..." ,
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages"
} ,
"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"
} ,
2016-04-07 19:27:03 +00:00
"upgrade" : {
"message" : "Actualizar" ,
"description" : "Label text for button to upgrade the app to the latest version"
} ,
2016-10-07 10:13:47 +00:00
"yourSafetyNumberWith" : {
2017-08-17 15:51:04 +00:00
"message" : "Las cifras de seguridad con $name$:" ,
"description" : "Heading for safety number view"
2016-10-07 10:13:47 +00:00
} ,
2016-04-03 21:33:07 +00:00
"showLess" : {
"message" : "Ocultar detalles" ,
"description" : "Hides the details of a key change"
} ,
2016-10-08 14:40:13 +00:00
"theme" : {
2016-10-16 07:59:11 +00:00
"message" : "Tema" ,
2016-10-08 14:40:13 +00:00
"description" : "Header for theme settings"
} ,
2016-02-22 22:27:51 +00:00
"newIdentity" : {
2017-08-17 15:51:04 +00:00
"message" : "Nuevas cifras de seguridad" ,
2016-04-03 21:33:07 +00:00
"description" : "Header for a key change dialog"
2016-02-22 22:27:51 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installTagline" : {
2017-08-17 15:51:04 +00:00
"message" : "La privacidad es posible. Signal lo hace fácil." ,
"description" : "Tagline displayed under 'installWelcome' string on the install page"
2016-01-20 20:23:12 +00:00
} ,
2017-02-09 23:27:14 +00:00
"audioNotificationDescription" : {
2017-08-17 15:51:04 +00:00
"message" : "Reproducir notificaciones sonoras" ,
2017-02-09 23:27:14 +00:00
"description" : "Description for audio notification setting"
} ,
2017-08-17 15:51:04 +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."
} ,
2016-01-11 20:19:22 +00:00
"disconnected" : {
"message" : "Desconectado" ,
2017-08-17 15:51:04 +00:00
"description" : "Displayed when the desktop client cannot connect to the server."
2016-01-11 20:19:22 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncing" : {
2017-08-17 15:51:04 +00:00
"message" : "Importando …" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for a disabled sync button while sync is in progress."
} ,
2017-08-17 15:51:04 +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."
} ,
2016-01-11 20:19:22 +00:00
"acceptNewKey" : {
2016-04-03 21:33:07 +00:00
"message" : "Aceptar" ,
2017-01-26 22:13:29 +00:00
"description" : "Label for a button to accept a new safety number"
2016-01-11 20:19:22 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_12_hours_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "12 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
} ,
2016-08-24 23:54:05 +00:00
"timestampFormat_M" : {
2017-08-17 15:51:04 +00:00
"message" : "D MMM" ,
2016-08-24 23:54:05 +00:00
"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'."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_6_hours_abbreviated" : {
2017-08-17 15:51:04 +00:00
"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
} ,
2016-06-30 01:12:20 +00:00
"unregisteredUser" : {
2017-08-17 15:51:04 +00:00
"message" : "Número no registrado." ,
2016-06-30 01:12:20 +00:00
"description" : "Error message displayed when sending to an unregistered user."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "1 d" ,
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
} ,
2016-06-30 01:12:20 +00:00
"sync" : {
"message" : "Contactos" ,
"description" : "Label for contact and group sync settings"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week" : {
2016-10-16 07:59:11 +00:00
"message" : "1 semana" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-09-27 22:23:39 +00:00
"installGotIt" : {
"message" : "Entendido" ,
"description" : "Button for the user to confirm that they have Signal installed."
} ,
2016-01-11 20:19:22 +00:00
"received" : {
"message" : "Recibido" ,
"description" : "Label for the time a message was received"
} ,
2017-08-17 15:51:04 +00:00
"youMarkedAsNotVerified" : {
"message" : "Has marcado las cifras de seguridad con $name$ como no verificadas." ,
"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."
} ,
"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."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_seconds" : {
2016-10-16 07:59:11 +00:00
"message" : "30 segundos" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-01-11 20:19:22 +00:00
"sendMessage" : {
"message" : "Enviar mensaje" ,
"description" : "Placeholder text in the message entry field"
} ,
2017-08-17 15:51:04 +00:00
"me" : {
"message" : "Yo" ,
"description" : "The label for yourself when shown in a group member list"
} ,
2016-04-28 18:15:45 +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."
} ,
2017-08-17 15:51:04 +00:00
"unreadMessage" : {
"message" : "1 mensaje sin leer" ,
"description" : "Text for unread message separator, just one message"
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
2017-08-17 15:51:04 +00:00
"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"
} ,
2016-01-11 20:19:22 +00:00
"fileSizeWarning" : {
"message" : "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño." ,
"description" : ""
} ,
2017-08-17 15:51:04 +00:00
"deleteMessage" : {
"message" : "Eliminar este mensaje" ,
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds" : {
2016-10-16 07:59:11 +00:00
"message" : "inactivo" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for option to turn off message expiration in the timer menu"
} ,
2016-01-20 20:23:12 +00:00
"installAndroidInstructions" : {
2017-08-17 15:51:04 +00:00
"message" : "Abre Signal en tu teléfono móvíl, y selecciona Parámetros > Dispositivos enlazados. Toca para añadir un nuevo dispositivo, después escanea el código QR." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2017-02-09 23:27:14 +00:00
"invalidNumberError" : {
2017-08-17 15:51:04 +00:00
"message" : "Número incorrecto" ,
2017-02-09 23:27:14 +00:00
"description" : "When a person inputs a number that is invalid"
} ,
2016-01-20 20:23:12 +00:00
"installWelcome" : {
2017-08-17 15:51:04 +00:00
"message" : "Bienvenid@ a Signal Desktop" ,
2016-01-20 20:23:12 +00:00
"description" : "Welcome title on the install page"
} ,
2017-08-17 15:51:04 +00:00
"messageBelow" : {
"message" : "Mensaje nuevo abajo " ,
"description" : "Alt text for button to take user down to bottom of conversation with a new message out of screen"
} ,
2016-02-11 20:36:07 +00:00
"installConnectionFailed" : {
2017-08-17 15:51:04 +00:00
"message" : "Fallo al conectar con el servidor." ,
2016-02-11 20:36:07 +00:00
"description" : "Displayed when we can't connect to the server."
} ,
2017-08-17 15:51:04 +00:00
"unverify" : {
"message" : "Retirar marca de verificación" ,
"description" : ""
} ,
2016-04-03 21:33:07 +00:00
"messageNotSent" : {
2017-08-17 15:51:04 +00:00
"message" : "Mensaje no enviado." ,
2016-04-03 21:33:07 +00:00
"description" : "Informational label, appears on messages that failed to send"
} ,
"disableNotifications" : {
2017-08-17 15:51:04 +00:00
"message" : "Desactivar notificaciones" ,
2016-04-03 21:33:07 +00:00
"description" : "Label for disabling notifications"
} ,
2016-01-11 20:19:22 +00:00
"cancel" : {
"message" : "Cancelar" ,
"description" : ""
} ,
2016-09-12 18:51:16 +00:00
"unblockToSend" : {
2017-08-17 15:51:04 +00:00
"message" : "Desbloquear contacto para enviar mensaje." ,
2016-09-12 18:51:16 +00:00
"description" : "Brief message shown when trying to message a blocked number"
} ,
2016-01-20 20:23:12 +00:00
"installIHaveSignalButton" : {
2017-08-17 15:51:04 +00:00
"message" : "Tengo Signal en mi teléfono" ,
2016-01-20 20:23:12 +00:00
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
2017-05-16 18:56:33 +00:00
"unnamedFile" : {
2017-08-17 15:51:04 +00:00
"message" : "Fichero sin nombre" ,
2017-05-16 18:56:33 +00:00
"description" : "Hover text for attachment filenames"
} ,
2017-08-17 15:51:04 +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."
} ,
"youMarkedAsVerified" : {
"message" : "Has marcado las cifras de seguridad con $name$ como verificadas." ,
"description" : "Shown in the conversation history when the user marks a contact as verified."
} ,
2017-04-16 06:51:10 +00:00
"connecting" : {
"message" : "Conectando" ,
2017-08-17 15:51:04 +00:00
"description" : "Displayed when the desktop client is currently connecting to the server."
2017-04-16 06:51:10 +00:00
} ,
2016-01-11 20:19:22 +00:00
"sessionEnded" : {
2017-08-17 15:51:04 +00:00
"message" : "Sesión segura reiniciada" ,
2016-03-11 19:59:10 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
2016-01-11 20:19:22 +00:00
} ,
2016-01-20 20:23:12 +00:00
"installGetStartedButton" : {
2017-08-17 15:51:04 +00:00
"message" : "Comenzar" ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"relink" : {
"message" : "Vincular de nuevo" ,
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "7 d" ,
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
} ,
"timerOption_5_seconds" : {
2016-10-16 07:59:11 +00:00
"message" : "5 segundos" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2017-08-17 15:51:04 +00:00
"showMembers" : {
"message" : "Mostrar miembros" ,
"description" : ""
} ,
"youMarkedAsNotVerifiedOtherDevice" : {
"message" : "Has marcado las cifras de seguridad con $name$ como no verificadas en otro dispositivo." ,
"description" : "Shown in the conversation history when we discover that the user marked a contact as not verified on another device."
} ,
2016-01-20 20:23:12 +00:00
"installSignalLink" : {
2017-08-17 15:51:04 +00:00
"message" : "Primero, instala <a $a_params$> Signal </a> en tu teléfono. <br /> Así vincularemos tus dispositivos y mantendremos tus mensajes sincronizados." ,
"description" : "Prompt the user to install Signal on Android before linking"
2016-01-20 20:23:12 +00:00
} ,
"installLinkingWithNumber" : {
"message" : "Vinculando con" ,
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
2017-08-17 15:51:04 +00:00
"groupMembers" : {
"message" : "Miembros del grupo" ,
"description" : ""
} ,
"loading" : {
"message" : "Cargando ..." ,
"description" : "Message shown on the loading screen before we've loaded any messages"
} ,
2016-02-22 22:27:51 +00:00
"newMessages" : {
2017-08-17 15:51:04 +00:00
"message" : "Mensajes nuevos" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for multiple messages"
} ,
2017-02-09 23:27:14 +00:00
"newContact" : {
2017-08-17 15:51:04 +00:00
"message" : "Toca para crear un contacto nuevo" ,
2017-02-09 23:27:14 +00:00
"description" : ""
} ,
2016-01-20 20:23:12 +00:00
"theirIdentityUnknown" : {
2017-08-17 15:51:04 +00:00
"message" : "No has intercambiado ningún mensaje con este contacto. Las cifras de seguridad estarán disponibles después de enviar el primer mensaje." ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2017-05-16 18:56:33 +00:00
"voiceMessage" : {
2017-08-17 15:51:04 +00:00
"message" : "Nota de voz" ,
2017-05-16 18:56:33 +00:00
"description" : "Name for a voice message attachment"
} ,
2016-01-11 20:19:22 +00:00
"submit" : {
"message" : "Enviar" ,
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"keychanged" : {
2017-08-17 15:51:04 +00:00
"message" : "Las cifras de seguridad con $name$ han cambiado. Haz clic para mostrar." ,
"description" : ""
} ,
"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"
2016-10-07 10:13:47 +00:00
} ,
2016-01-15 01:40:51 +00:00
"to" : {
2016-01-20 20:23:12 +00:00
"message" : "Para" ,
2016-01-15 01:40:51 +00:00
"description" : "Label for the receiver of a message"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_hour_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "1 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
} ,
2016-01-20 20:23:12 +00:00
"installFinalButton" : {
"message" : "Todo está bien" ,
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
2016-01-11 20:19:22 +00:00
"messageDetail" : {
2017-08-17 15:51:04 +00:00
"message" : "Detalles de mensaje" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
"verify" : {
2017-08-17 15:51:04 +00:00
"message" : "Marcar como verificado" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "10 s" ,
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
} ,
2016-02-22 22:27:51 +00:00
"nameAndMessage" : {
2017-08-17 15:51:04 +00:00
"message" : "Nombre de contacto y mensaje" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display name and message text"
} ,
2016-01-11 20:19:22 +00:00
"failedToSend" : {
2017-08-17 15:51:04 +00:00
"message" : "Fallo al enviar a algunos contactos. Comprueba la conexión." ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
"ok" : {
"message" : "Aceptar" ,
"description" : ""
} ,
2016-02-22 22:27:51 +00:00
"identityChanged" : {
2017-08-17 15:51:04 +00:00
"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." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2017-08-17 15:51:04 +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"
} ,
2016-01-11 20:19:22 +00:00
"submitDebugLog" : {
2016-10-16 07:59:11 +00:00
"message" : "Enviar registro de depuración" ,
2016-03-11 19:59:10 +00:00
"description" : "Menu item and header text for debug log modal, title case."
2016-01-11 20:19:22 +00:00
} ,
"error" : {
2017-08-17 15:51:04 +00:00
"message" : "Fallo" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2017-08-17 15:51:04 +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"
} ,
2016-10-07 10:13:47 +00:00
"timerSetTo" : {
2017-08-17 15:51:04 +00:00
"message" : "Fijar caducidad en $time$" ,
"description" : "Displayed in the conversation list when the timer is updated."
2016-10-07 10:13:47 +00:00
} ,
"timerOption_30_seconds_abbreviated" : {
2017-08-17 15:51:04 +00:00
"message" : "30 s" ,
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
} ,
2016-04-03 21:33:07 +00:00
"notifications" : {
"message" : "Notificaciones" ,
"description" : "Header for notification settings"
} ,
2016-01-11 20:19:22 +00:00
"resend" : {
"message" : "Reenviar" ,
"description" : ""
2017-08-17 15:51:04 +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."
2016-01-11 20:19:22 +00:00
}
2017-08-17 15:51:04 +00:00
}