mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/213/head
parent
949e7e9932
commit
f2251b6fb6
|
@ -53,6 +53,7 @@ OC.L10N.register(
|
|||
"Public" : "Público",
|
||||
"Internal + Password protection for guests" : "Protección Interna + Contraseña para los invitados",
|
||||
"Internal + Waiting room for guests" : "Sala de Espera + Interna para invitados",
|
||||
"Waiting room for all users" : "Sala de espera para todos los usuarios",
|
||||
"Internal" : "Interno",
|
||||
"Internal restricted" : "Restringido interno",
|
||||
"Name" : "Nombre",
|
||||
|
@ -128,7 +129,11 @@ OC.L10N.register(
|
|||
"URL has to start with HTTPS" : "La URL tiene que comenzar con https",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.",
|
||||
"Send file to BBB" : "Enviar a ...",
|
||||
"Start" : "Iniciar",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleccione la sala en la que desea utilizar el archivo \"{filename}\".",
|
||||
"No rooms available!" : "No hay salas disponibles",
|
||||
"Send to BBB" : "Enviar a BBB",
|
||||
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundo. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera."]
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"Public" : "Público",
|
||||
"Internal + Password protection for guests" : "Protección Interna + Contraseña para los invitados",
|
||||
"Internal + Waiting room for guests" : "Sala de Espera + Interna para invitados",
|
||||
"Waiting room for all users" : "Sala de espera para todos los usuarios",
|
||||
"Internal" : "Interno",
|
||||
"Internal restricted" : "Restringido interno",
|
||||
"Name" : "Nombre",
|
||||
|
@ -126,7 +127,11 @@
|
|||
"URL has to start with HTTPS" : "La URL tiene que comenzar con https",
|
||||
"URL has to contain the {token} placeholder" : "La URL debe contener el referente {token}",
|
||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "La URL tiene que comenzar con https:// y contener {token}. Adicionalmente, se puede usar el referente {user}.",
|
||||
"Send file to BBB" : "Enviar a ...",
|
||||
"Start" : "Iniciar",
|
||||
"Please select the room in which you like to use the file \"{filename}\"." : "Seleccione la sala en la que desea utilizar el archivo \"{filename}\".",
|
||||
"No rooms available!" : "No hay salas disponibles",
|
||||
"Send to BBB" : "Enviar a BBB",
|
||||
"_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundo. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera.","Esta sala todavía no está abierta. Volveremos a intentarlo en %n segundos. Por favor, espera."]
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
Loading…
Reference in New Issue