[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-11-01 01:25:10 +00:00
Родитель fd6242ca43
Коммит 503c69d730
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
4 изменённых файлов: 60 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,7 @@ OC.L10N.register(
"Password" : "Contraseña",
"Cancel" : "Cancelar",
"Submit" : "Enviar",
"Name" : "Nombre",
"Rename" : "Renombrar",
"Share link" : "Compartir enlace",
"Change password" : "Cambiar contraseña",
@ -46,9 +47,13 @@ OC.L10N.register(
"Demote from moderator" : "Degradar de moderador",
"Promote to moderator" : "Promover a moderador",
"Remove participant" : "Eliminar participante",
"Add participant" : "Añadir participante",
"Leave room" : "Abandonar habitación",
"Delete room" : "Borrar habitación",
"No other people in this call" : "No hay más gente en esta llamada",
"You" : "Usted",
"and you" : "y uste",
"Close" : "Cerrar",
"Access to microphone & camera is only possible with HTTPS" : "Acceso a micrófono y cámara solo es posible con HTTPS",
"Please adjust your configuration" : "Por favor, ajusta tu configuración.",
"Access to microphone & camera was denied" : "Acceso a micrófono y cámara fue rechazado",
@ -59,7 +64,18 @@ OC.L10N.register(
"{participantName}'s screen" : "pantalla de {participantName}",
"Guest's screen" : "Pantalla de Invitado",
"Your screen" : "Su pantalla",
"a call" : "una llamada",
"(Duration %s)" : "(Duración %s)",
"You attended a call with {user1}" : "Has participado en una llamada con {user1}",
"_%n guest_::_%n guests_" : ["%n invitado","%n invitados"],
"You attended a call with {user1} and {user2}" : "Has participado en una llamada con {user1} y {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Has participado en una llamada con {user1}, {user2} y {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Has participado en una llamada con {user1}, {user2}, {user3} y {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Has participado en una llamada con {user1}, {user2}, {user3}, {user4} y {user5}",
"_%n other_::_%n others_" : ["%n otro","%n otros"],
"{actor} invited you to {call}" : "{actor} te ha invitado a {call}",
"You were invited to a <strong>talk</strong> room or had a <strong>call</strong>" : "Has sido invitado a una sala de <strong>conversación</strong> o has tenido una <strong>llamada</strong>",
"Talk" : "Hablar",
"Video call" : "Videollamada",
"_%n other guest_::_%n other guests_" : ["%n otro invitado","%n otros invitados"],
", " : ", ",
@ -69,6 +85,8 @@ OC.L10N.register(
"{user} invited you to a group call: {call}" : "{user} le invitó a una llamada grupal: {call}",
"%s invited you to a group call" : "%s lo invitó a una llamada grupal",
"{user} invited you to a group call" : "{user} lo invitó a una llamada grupal",
"This call is password-protected" : "Esta llamada está protegida con contraseña",
"The password is wrong. Try again." : "La contraseña es errónea. Vuelve a intentarlo.",
"Fullscreen" : "Pantalla completa",
"Mute audio" : "Silenciar audio",
"Disable video" : "Desactivar video",

Просмотреть файл

@ -36,6 +36,7 @@
"Password" : "Contraseña",
"Cancel" : "Cancelar",
"Submit" : "Enviar",
"Name" : "Nombre",
"Rename" : "Renombrar",
"Share link" : "Compartir enlace",
"Change password" : "Cambiar contraseña",
@ -44,9 +45,13 @@
"Demote from moderator" : "Degradar de moderador",
"Promote to moderator" : "Promover a moderador",
"Remove participant" : "Eliminar participante",
"Add participant" : "Añadir participante",
"Leave room" : "Abandonar habitación",
"Delete room" : "Borrar habitación",
"No other people in this call" : "No hay más gente en esta llamada",
"You" : "Usted",
"and you" : "y uste",
"Close" : "Cerrar",
"Access to microphone & camera is only possible with HTTPS" : "Acceso a micrófono y cámara solo es posible con HTTPS",
"Please adjust your configuration" : "Por favor, ajusta tu configuración.",
"Access to microphone & camera was denied" : "Acceso a micrófono y cámara fue rechazado",
@ -57,7 +62,18 @@
"{participantName}'s screen" : "pantalla de {participantName}",
"Guest's screen" : "Pantalla de Invitado",
"Your screen" : "Su pantalla",
"a call" : "una llamada",
"(Duration %s)" : "(Duración %s)",
"You attended a call with {user1}" : "Has participado en una llamada con {user1}",
"_%n guest_::_%n guests_" : ["%n invitado","%n invitados"],
"You attended a call with {user1} and {user2}" : "Has participado en una llamada con {user1} y {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Has participado en una llamada con {user1}, {user2} y {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Has participado en una llamada con {user1}, {user2}, {user3} y {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Has participado en una llamada con {user1}, {user2}, {user3}, {user4} y {user5}",
"_%n other_::_%n others_" : ["%n otro","%n otros"],
"{actor} invited you to {call}" : "{actor} te ha invitado a {call}",
"You were invited to a <strong>talk</strong> room or had a <strong>call</strong>" : "Has sido invitado a una sala de <strong>conversación</strong> o has tenido una <strong>llamada</strong>",
"Talk" : "Hablar",
"Video call" : "Videollamada",
"_%n other guest_::_%n other guests_" : ["%n otro invitado","%n otros invitados"],
", " : ", ",
@ -67,6 +83,8 @@
"{user} invited you to a group call: {call}" : "{user} le invitó a una llamada grupal: {call}",
"%s invited you to a group call" : "%s lo invitó a una llamada grupal",
"{user} invited you to a group call" : "{user} lo invitó a una llamada grupal",
"This call is password-protected" : "Esta llamada está protegida con contraseña",
"The password is wrong. Try again." : "La contraseña es errónea. Vuelve a intentarlo.",
"Fullscreen" : "Pantalla completa",
"Mute audio" : "Silenciar audio",
"Disable video" : "Desactivar video",

Просмотреть файл

@ -38,6 +38,7 @@ OC.L10N.register(
"Password" : "Пароль",
"Cancel" : "Отмена",
"Submit" : "Отправить",
"Name" : "Имя",
"Rename" : "Переименовать",
"Share link" : "Поделиться ссылкой",
"Change password" : "Сменить пароль",
@ -46,6 +47,9 @@ OC.L10N.register(
"Demote from moderator" : "Убрать из модераторов",
"Promote to moderator" : "Сделать модератором",
"Remove participant" : "Удалить участника",
"Add participant" : "Добавить участника",
"Leave room" : "Выйти из комнаты",
"Delete room" : "Удалить комнату",
"No other people in this call" : "У этого звонка нет других участников",
"You" : "Вы",
"and you" : "и вы",
@ -62,8 +66,16 @@ OC.L10N.register(
"Your screen" : "Ваш экран",
"a call" : "звонок",
"(Duration %s)" : "(Длительность %s)",
"You attended a call with {user1}" : "Вы участвовали в разговоре с {user1}",
"_%n guest_::_%n guests_" : ["%n гость","%n гостя","%n гостей","%n гостей"],
"You attended a call with {user1} and {user2}" : "Вы участвовали в разговоре с {user1} и {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Вы участвовали в разговоре с {user1}, {user2} и {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Вы участвовали в разговоре с {user1}, {user2}, {user3} и {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Вы участвовали в разговоре с {user1}, {user2}, {user3}, {user4} и {user5}",
"_%n other_::_%n others_" : ["ещё %n","ещё %n","ещё %n","ещё %n"],
"{actor} invited you to {call}" : "{actor} хочет начать с вами {call}",
"You were invited to a <strong>talk</strong> room or had a <strong>call</strong>" : "Вы были приглашены в комнату <strong>для переговоров</strong> или в <strong>разговор</strong>",
"Talk" : "Разговор",
"Video call" : "Видеозвонок",
"_%n other guest_::_%n other guests_" : ["%n другой гость","%n других гостя","%n других гостей","%n других гостей"],
", " : ", ",

Просмотреть файл

@ -36,6 +36,7 @@
"Password" : "Пароль",
"Cancel" : "Отмена",
"Submit" : "Отправить",
"Name" : "Имя",
"Rename" : "Переименовать",
"Share link" : "Поделиться ссылкой",
"Change password" : "Сменить пароль",
@ -44,6 +45,9 @@
"Demote from moderator" : "Убрать из модераторов",
"Promote to moderator" : "Сделать модератором",
"Remove participant" : "Удалить участника",
"Add participant" : "Добавить участника",
"Leave room" : "Выйти из комнаты",
"Delete room" : "Удалить комнату",
"No other people in this call" : "У этого звонка нет других участников",
"You" : "Вы",
"and you" : "и вы",
@ -60,8 +64,16 @@
"Your screen" : "Ваш экран",
"a call" : "звонок",
"(Duration %s)" : "(Длительность %s)",
"You attended a call with {user1}" : "Вы участвовали в разговоре с {user1}",
"_%n guest_::_%n guests_" : ["%n гость","%n гостя","%n гостей","%n гостей"],
"You attended a call with {user1} and {user2}" : "Вы участвовали в разговоре с {user1} и {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Вы участвовали в разговоре с {user1}, {user2} и {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Вы участвовали в разговоре с {user1}, {user2}, {user3} и {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Вы участвовали в разговоре с {user1}, {user2}, {user3}, {user4} и {user5}",
"_%n other_::_%n others_" : ["ещё %n","ещё %n","ещё %n","ещё %n"],
"{actor} invited you to {call}" : "{actor} хочет начать с вами {call}",
"You were invited to a <strong>talk</strong> room or had a <strong>call</strong>" : "Вы были приглашены в комнату <strong>для переговоров</strong> или в <strong>разговор</strong>",
"Talk" : "Разговор",
"Video call" : "Видеозвонок",
"_%n other guest_::_%n other guests_" : ["%n другой гость","%n других гостя","%n других гостей","%n других гостей"],
", " : ", ",