blob: f48b68b324f3010abc37d6077ec99688fb592b91 [file] [log] [blame]
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -04001
Alexandre Lision447ba3d2016-11-14 21:42:49 -05002"A network error occured during the export" = "Ocurrió un error durante la exportación";
Alexandre Lision55f67fb2016-11-03 11:34:55 -04003
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -04004/* Button Action */
5"Accept" = "Aceptar";
6
7/* Welcome title */
8"Add a SIP account" = "Añadir una cuenta SIP";
Jenkinsf3c9ede2018-02-12 10:30:19 -05009
Alexandre Lision55f67fb2016-11-03 11:34:55 -040010/* Contextual menu action */
Jenkins301749d2017-12-18 10:30:14 -050011"Add to contacts" = "Añadir a contactos";
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -040012
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040013/* Backup error */
14"An error occured during the backup" = "Se produjo un error durante la creación del respaldo";
Guillaume Roguez28009732016-06-23 00:19:37 -040015
16/* Error shown to the user */
Alexandre Lision447ba3d2016-11-14 21:42:49 -050017"An error occured during the export" = "Ocurrió un error durante la exportación";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040018
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040019/* Peer busy message */
Jenkinsb1f180f2020-03-30 15:34:42 -040020"appears to be busy." = "parece estar ocupado.";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040021
22/* Error audio permission */
Jenkinsb1f180f2020-03-30 15:34:42 -040023"Audio permission not granted" = "Permiso de acceso al audio no otorgado";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040024
25/* Backup account */
Jenkinsb1f180f2020-03-30 15:34:42 -040026"Backup your account" = "Crea un archivo de respaldo para tu cuenta";
Guillaume Roguez28009732016-06-23 00:19:37 -040027
Guillaume Roguezdb165052016-03-14 10:01:01 -040028/* Contextual menu action */
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040029"Block contact" = "Bloquear contacto";
30
31/* Remove account alert message */
32"By clicking \"OK\" you will remove this account on this device! This action can not be undone. Also, your registered name can be lost." = "Al hacer clic en \"OK\", esta cuenta se eliminará de este dispositivo. Esta acción es irreversible. Es posible que se pierda el nombre registrado.";
Guillaume Roguezdb165052016-03-14 10:01:01 -040033
Jenkinsf3c9ede2018-02-12 10:30:19 -050034/* File transfer canceled label */
Jenkins64d63822018-07-30 15:31:09 -040035"Canceled" = "Cancelado";
Jenkinsf3c9ede2018-02-12 10:30:19 -050036
Guillaume Roguezdb165052016-03-14 10:01:01 -040037/* Contextual menu entry */
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -040038"Choose file" = "Elegir archivo";
39
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040040/* Contextual menu action */
41"Clear conversation" = "Limpiar conversación";
Jenkins255d7c22018-09-17 15:30:46 -040042
Guillaume Roguezdb165052016-03-14 10:01:01 -040043/* No comment provided by engineer. */
44"Copy" = "Copiar";
45
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040046/* Recording view explanation label */
Jenkinsb1f180f2020-03-30 15:34:42 -040047"Could not record message during call" = "No se ha podido grabar el mensaje durante la llamada";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040048
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040049/* Welcome title */
50"Create a new account" = "Crear una cuenta";
Guillaume Roguezdb165052016-03-14 10:01:01 -040051
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040052/* Backup enter password */
Jenkinsb1f180f2020-03-30 15:34:42 -040053"Enter account password" = "Introduce la contraseña de la cuenta";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040054
Jenkinsf3c9ede2018-02-12 10:30:19 -050055/* File transfer failed label */
56"Failed" = "Falló";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040057
58/* Error message shown to user when it is impossible to migrate account */
Jenkins1cda4182017-05-18 14:39:40 -040059"Failed to migrate your account. You can retry by pressing Ok or delete your account." = "Se produjo un error al migrar la cuenta. Presiona Aceptar para reintentarlo o elimina tu cuenta.";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040060
61/* Text shown to user when an error occur at registration */
Alexandre Lision447ba3d2016-11-14 21:42:49 -050062"Failed to perform lookup" = "No se pudo llevar a cabo la búsqueda";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040063
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040064/* Text shown to the user */
Jenkinsb1f180f2020-03-30 15:34:42 -040065"ID: " = "ID:";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040066
67/* link account title */
68"Import from backup" = "Importar desde archivo de respaldo";
69
70/* link account title */
Jenkinsb1f180f2020-03-30 15:34:42 -040071"Import from other device" = "Importar desde otro dispositivo";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040072
Guillaume Roguezdb165052016-03-14 10:01:01 -040073/* Incoming call from {Name} */
74"Incoming call from %@" = "Llamada entrante de %@";
75
Jenkinsc37023a2018-12-17 15:31:30 -050076/* Incoming message from {Name} */
Jenkins26d6e682019-03-18 15:33:06 -040077"Incoming message from %@" = "Mensaje entrante de %@";
Jenkinsc37023a2018-12-17 15:31:30 -050078
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040079/* Text shown to user when his username is invalid to be registered */
80"Invalid username" = "Nombre de usuario no válido";
Guillaume Roguezdb165052016-03-14 10:01:01 -040081
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040082/* Text shown to user when his username is invalid to be registered */
Jenkinsb1f180f2020-03-30 15:34:42 -040083"Invalid username." = "Nombre de usuario no válido.";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040084
Jenkins2bcac372018-04-23 15:30:28 -040085/* Allert message when no accounts are available */
Jenkins26d6e682019-03-18 15:33:06 -040086"Navigate to preferences to create a new account" = "Ir a preferencias para crear una nueva cuenta";
Jenkins2bcac372018-04-23 15:30:28 -040087
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -040088/* Displayed as RingID when no accounts are available for selection */
89"No account available" = "No hay ninguna cuenta disponible";
90
Alexandre Lision55f67fb2016-11-03 11:34:55 -040091/* Text show to the user when password didn't match */
Alexandre Lision447ba3d2016-11-14 21:42:49 -050092"Password and confirmation mismatch." = "La contraseña y la confirmación no coinciden";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040093
94/* Indication for user */
Alexandre Lision447ba3d2016-11-14 21:42:49 -050095"Password is too short" = "La contraseña es demasiado corta";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040096
97/* Indication for user */
Alexandre Lision447ba3d2016-11-14 21:42:49 -050098"Passwords don't match" = "Las contraseñas no coinciden";
Alexandre Lision55f67fb2016-11-03 11:34:55 -040099
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400100/* Contextual menu action */
101"Place audio call" = "Realizar llamada de audio";
Guillaume Roguezdb165052016-03-14 10:01:01 -0400102
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400103/* Contextual menu action */
104"Place video call" = "Realizar videollamada";
105
106/* Recording view explanation label */
107"Press to start recording" = "Presiona para comenzar a grabar";
108
109/* Record message title */
Jenkinsb1f180f2020-03-30 15:34:42 -0400110"Record a message" = "Grabar mensaje";
Guillaume Roguezdb165052016-03-14 10:01:01 -0400111
112/* Button Action */
Guillaume Roguez28009732016-06-23 00:19:37 -0400113"Refuse" = "No aceptar";
Alexandre Lision447ba3d2016-11-14 21:42:49 -0500114
115/* Text shown to the user */
Jenkinsb1f180f2020-03-30 15:34:42 -0400116"Registered name: " = "Nombre registrado:";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400117
118/* Remove account alert title */
119"Remove account" = "Eliminar cuenta";
120
121/* export account button title */
122"Select archive" = "Seleccionar archivo";
123
124/* Send button title */
125"Send" = "Enviar";
126
127/* Notification message */
128"Send you a contact request" = "Enviarte una solicitud de contacto";
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -0400129
Guillaume Roguezdb165052016-03-14 10:01:01 -0400130/* No comment provided by engineer. */
131"Share" = "Compartir";
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -0400132
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400133/* Contextual menu entry */
134"Share screen" = "Compartir pantalla";
135
136/* Sign In */
137"Sign In" = "Iniciar sesión";
138
139/* Record message title */
140"Stop recording" = "Detener la grabación";
141
Jenkinsf3c9ede2018-02-12 10:30:19 -0500142/* File transfer successful label */
143"Success" = "Hecho";
144
Guillaume Roguezdb165052016-03-14 10:01:01 -0400145/* No comment provided by engineer. */
146"Text Actions" = "Acciones del Texto";
147
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400148/* Text shown to user when his username is available to be registered */
Alexandre Lision447ba3d2016-11-14 21:42:49 -0500149"The entered username is available" = "El nombre de usuario tecleado está disponible";
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400150
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400151/* Text shown to user when his username is already registered */
Alexandre Lision447ba3d2016-11-14 21:42:49 -0500152"The entered username is not available" = "El nombre de usuario tecleado no está disponible";
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400153
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400154/* Error shown to the user */
Alexandre Lision447ba3d2016-11-14 21:42:49 -0500155"The password you entered does not unlock this account" = "La contraseña ingresada no puede desbloquear esta cuenta";
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400156
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400157/* Text shown to the user */
Jenkinsb1f180f2020-03-30 15:34:42 -0400158"This account needs to be migrated" = "Es necesario migrar esta cuenta";
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400159
160/* Explanation label when user have just ID */
161"This is your ID. \nCopy and share it with your friends!" = "Este es tu ID.\n¡Cópialo y compártelo con tus amigos!";
162
163/* Explanation label when user have Jami username */
164"This is your Jami username. \nCopy and share it with your friends!" = "Este es tu nombre de usuario en Jami.\n¡Cópialo y compártelo con tus amigos!";
165
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400166/* Title shown to user to concat with Pin */
Jenkins26d6e682019-03-18 15:33:06 -0400167"To complete the processs, you need to open Jami on the new device and choose the option \"Link this device to an account\". Your pin is valid for 10 minutes." = "Para completar el proces, abre Jami en el nuevo dispositivo y elige la opción \"Enlazar este dispositivo con una cuenta\". El pin es válido durante 10 minutos.";
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400168
169/* Text shown to the user */
Jenkinsb1f180f2020-03-30 15:34:42 -0400170"To proceed with the migration, you need to enter a password that was used for this account." = "Para realizar la migración, es necesario que ingreses la contraseña de esta cuenta.";
Alexandre Lision55f67fb2016-11-03 11:34:55 -0400171
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400172/* File transfer peer unjoinable label */
Jenkinsb1f180f2020-03-30 15:34:42 -0400173"Unjoinable" = "No se puede unir a este par";
Guillaume Roguez7f3c37d2015-10-14 15:14:09 -0400174
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400175/* Error video permission */
Jenkinsb1f180f2020-03-30 15:34:42 -0400176"Video permission not granted" = "Permiso de acceso al video no otorgado";
Jenkins0f699812018-11-19 15:31:08 -0500177
178/* Welcome title */
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400179"Welcome to Jami" = "Bienvenido a Jami";
Jenkins0f699812018-11-19 15:31:08 -0500180
Kateryna Kostiuk4859b7b2020-03-24 17:54:16 -0400181/* Peer busy message */
Jenkinsb1f180f2020-03-30 15:34:42 -0400182"Would you like to leave a message?" = "¿Deseas dejar un mensaje?";
Jenkinsc37023a2018-12-17 15:31:30 -0500183