[tx-robot] updated from transifex
This commit is contained in:
parent
14986e0f5c
commit
097e8a4994
|
@ -1,6 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Cancel" : "Cancelar"
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,4 +1,32 @@
|
|||
{ "translations": {
|
||||
"Cancel" : "Cancelar"
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,32 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,32 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,32 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,32 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -19,16 +19,16 @@ OC.L10N.register(
|
|||
"_%n unread comment_::_%n unread comments_" : ["%n წაუკუთხავი კომენტარი"],
|
||||
"Comment" : "კომენტარის დამატება",
|
||||
"You commented" : "თქვენ გააკეთეთ კომენტარი",
|
||||
"%1$s commented" : "%1$s-მა გააკეთა კომენტარი",
|
||||
"{author} commented" : "{author}-მა გააკეთა კომენტარი",
|
||||
"%1$s commented" : "%1$s მოხმარებელმა გააკეთა კომენტარი",
|
||||
"{author} commented" : "{author} მომხმარებელმა გააკეთა კომენტარი",
|
||||
"You commented on %1$s" : "თქვენ გააკეთეთ კომენტარი %1$s-ზე",
|
||||
"You commented on {file}" : "თქვენ გააკეთეთ კომენტარი {file}-ზე",
|
||||
"%1$s commented on %2$s" : "%1$s-მა გააკეთა კომენტარი %2$s-ზე",
|
||||
"{author} commented on {file}" : "{author}-მა გააკეთა კომენტარი {file}-ზე",
|
||||
"%1$s commented on %2$s" : "%1$s მომხმარებელმა გააკეთა კომენტარი %2$s-ზე",
|
||||
"{author} commented on {file}" : "{author} მომხმარებელმა გააკეთა კომენტარი {file}-ზე",
|
||||
"<strong>Comments</strong> for files" : "<strong>კომენტარები</strong> ფაილებზე",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში “%s”-ზე",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში ფაილზე \"{file}\"",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ კომენტარში “%2$s”-ზე",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ კომენტარში ფაილზე “{file}”"
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ “{file}” ფაილზე გაკეტებულ კომენტარში"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
"_%n unread comment_::_%n unread comments_" : ["%n წაუკუთხავი კომენტარი"],
|
||||
"Comment" : "კომენტარის დამატება",
|
||||
"You commented" : "თქვენ გააკეთეთ კომენტარი",
|
||||
"%1$s commented" : "%1$s-მა გააკეთა კომენტარი",
|
||||
"{author} commented" : "{author}-მა გააკეთა კომენტარი",
|
||||
"%1$s commented" : "%1$s მოხმარებელმა გააკეთა კომენტარი",
|
||||
"{author} commented" : "{author} მომხმარებელმა გააკეთა კომენტარი",
|
||||
"You commented on %1$s" : "თქვენ გააკეთეთ კომენტარი %1$s-ზე",
|
||||
"You commented on {file}" : "თქვენ გააკეთეთ კომენტარი {file}-ზე",
|
||||
"%1$s commented on %2$s" : "%1$s-მა გააკეთა კომენტარი %2$s-ზე",
|
||||
"{author} commented on {file}" : "{author}-მა გააკეთა კომენტარი {file}-ზე",
|
||||
"%1$s commented on %2$s" : "%1$s მომხმარებელმა გააკეთა კომენტარი %2$s-ზე",
|
||||
"{author} commented on {file}" : "{author} მომხმარებელმა გააკეთა კომენტარი {file}-ზე",
|
||||
"<strong>Comments</strong> for files" : "<strong>კომენტარები</strong> ფაილებზე",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში “%s”-ზე",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში ფაილზე \"{file}\"",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ კომენტარში “%2$s”-ზე",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ კომენტარში ფაილზე “{file}”"
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ “{file}” ფაილზე გაკეტებულ კომენტარში"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,50 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -41,6 +41,16 @@ OC.L10N.register(
|
|||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Invitation canceled" : "Invitación cancelada",
|
||||
"Hello %s," : "Hola %s,",
|
||||
"The meeting »%s« with %s was canceled." : "La cita »%s« con %s fue cancelada.",
|
||||
"Invitation updated" : "Invitación actualizada",
|
||||
"The meeting »%s« with %s was updated." : "La reunión »%s« con %s ha sido actualizada.",
|
||||
"%s invited you to »%s«" : "%s te ha invitado a »%s«",
|
||||
"When:" : "Cuándo:",
|
||||
"Where:" : "Dónde:",
|
||||
"Description:" : "Descripción:",
|
||||
"Link:" : "Enlace:",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
|
|
|
@ -39,6 +39,16 @@
|
|||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Invitation canceled" : "Invitación cancelada",
|
||||
"Hello %s," : "Hola %s,",
|
||||
"The meeting »%s« with %s was canceled." : "La cita »%s« con %s fue cancelada.",
|
||||
"Invitation updated" : "Invitación actualizada",
|
||||
"The meeting »%s« with %s was updated." : "La reunión »%s« con %s ha sido actualizada.",
|
||||
"%s invited you to »%s«" : "%s te ha invitado a »%s«",
|
||||
"When:" : "Cuándo:",
|
||||
"Where:" : "Dónde:",
|
||||
"Description:" : "Descripción:",
|
||||
"Link:" : "Enlace:",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,50 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,50 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,50 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,50 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"Personal" : "Personal",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly set up the email settings above." : "Por favor asegurarte de establecer correctamente las configuraciones de correo anteriores. "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -43,7 +43,10 @@ OC.L10N.register(
|
|||
"Contact birthdays" : "Anniversaires des contacts",
|
||||
"Invitation canceled" : "Invitation annulée",
|
||||
"Hello %s," : "Bonjour %s,",
|
||||
"The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.",
|
||||
"Invitation updated" : "Invitation mise à jour",
|
||||
"The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.",
|
||||
"%s invited you to »%s«" : "%s vous a invité à «%s»",
|
||||
"When:" : "Quand :",
|
||||
"Where:" : "Où :",
|
||||
"Description:" : "Description :",
|
||||
|
|
|
@ -41,7 +41,10 @@
|
|||
"Contact birthdays" : "Anniversaires des contacts",
|
||||
"Invitation canceled" : "Invitation annulée",
|
||||
"Hello %s," : "Bonjour %s,",
|
||||
"The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.",
|
||||
"Invitation updated" : "Invitation mise à jour",
|
||||
"The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.",
|
||||
"%s invited you to »%s«" : "%s vous a invité à «%s»",
|
||||
"When:" : "Quand :",
|
||||
"Where:" : "Où :",
|
||||
"Description:" : "Description :",
|
||||
|
|
|
@ -4,38 +4,38 @@ OC.L10N.register(
|
|||
"Calendar" : "კალენდარი",
|
||||
"Todos" : "შესასრულებელი დავალებები",
|
||||
"Personal" : "პირადი",
|
||||
"{actor} created calendar {calendar}" : "{actor}-მა შექმნა კალენდარი {calendar}",
|
||||
"{actor} created calendar {calendar}" : "{actor} მომხმარებელმა შექმნა კალენდარი {calendar}",
|
||||
"You created calendar {calendar}" : "თქვენ შექმენით {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor}-მა გააუქმა კალენდარი {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} მომხმარებელმამა გააუქმა კალენდარი {calendar}",
|
||||
"You deleted calendar {calendar}" : "თქვენ გააუქმეთ კალენდარი {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor}-მა განაახლა კალენდარი {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} მომხმარებელმა განაახლა კალენდარი {calendar}",
|
||||
"You updated calendar {calendar}" : "თქვენ განაახლეთ კალენდარი {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor}-მა თქვენთან გააზიარა კალენდარი {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "თქვენ გააზიარეთ კალენდარი {calendar} {user}-თან",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor}-მა გააზიარა {calendar} {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} თქვენთან შეწყვიტა კალენდრის {calendar}-ის გაზიარება",
|
||||
"You unshared calendar {calendar} from {user}" : "თქვენ შეწყვიტეთ კალენდრის {calendar} გაზიარება {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor}-მა შეწყვიტა კალენდრის {calendar} გაზიარება {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor}-მა შეწყვიტა კალენდრის {calendar} გაზიარება",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} მომხმარებელმა თქვენთან გააზიარა კალენდარი {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "თქვენ გააზიარეთ კალენდარი {calendar} მომხმარებელთან {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} მომხმარებელმა გააზიარა {calendar} მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} მომხმარებელმა თქვენთან შეწყვიტა {calendar} კალენდრის გაზიარება",
|
||||
"You unshared calendar {calendar} from {user}" : "თქვენ შეწყვიტეთ {calendar} კალენდრის გაზიარება მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება",
|
||||
"You shared calendar {calendar} with group {group}" : "თქვენ გააზიარეთ კალენდარი {calendar} ჯგუფთან {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor}-მა გააზიარა {calendar} ჯგუფთან {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} მომხმარებელმა გააზიარა {calendar} კალენდარი ჯგუფთან {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "თქვენ შეწყვიტეთ კალენდრის {calendar} გაზიარება ჯგუფთან {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} შეწყვიტა კალენდრის გაზიარება {calendar} ჯგუფთან {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor}-მა შექმნა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება ჯგუფთან {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} მომხმარებელმა შექმნა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "თქვენ შექმენით მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor}-მა გააუქმა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} მომხმარებელმა გააუქმა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "თქვენ გააუქმეთ მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor}-მა განაახლა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} მომხმარებელმა განაახლა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "თქვენ განაახლეთ მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor}-მა შექმნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} მომხმარებელმა შექმნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "თქვენ შექმენით შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor}-მა გააუქმა შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} მომხმარებელმა გააუქმა შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "თქვენ გააუქმეთ შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor}-მა განაახლა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} მომხმარებელმა განაახლა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "თქვენ განაახლეთ შესასრულებელი დავალება {todo} in list {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} დაასრულა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} მომხმარებელმა დაასრულა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "თქვენ დაასრულეთ შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor}-მა ხელახლა გახსნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} მომხმარებელმა ხელახლა გახსნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "თქვენ ხელახლა გახსენით შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>კალენდარი</strong> შეიცვალა",
|
||||
"A calendar <strong>event</strong> was modified" : "კალენდრის <strong>მოვლენა</strong> შეიცვალა",
|
||||
|
@ -50,13 +50,13 @@ OC.L10N.register(
|
|||
"When:" : "როდის:",
|
||||
"Where:" : "სად:",
|
||||
"Description:" : "აღწერა:",
|
||||
"Link:" : "ბმულები:",
|
||||
"Link:" : "ბმული:",
|
||||
"Contacts" : "კონტაქტები",
|
||||
"Technical details" : "ტექნიკური დეტალები",
|
||||
"Remote Address: %s" : "დისტანციური მისამართი: %s",
|
||||
"Request ID: %s" : "მოთხოვნის ID: %s",
|
||||
"CalDAV server" : "CalDAV სერვერი",
|
||||
"Send invitations to attendees" : "გაუგზავნეთ მოწვევა დამსწრეებს",
|
||||
"Please make sure to properly set up the email settings above." : "გთხოვთ დაამოწმოთ რომ სწორად აყენებთ ზემოთ მოცემულ ელ-ფოსტის პარამეტრებს."
|
||||
"Please make sure to properly set up the email settings above." : "გთხოვთ დაამოწმოთ, რომ სწორად აყენებთ ზემოთ მოცემულ ელ-ფოსტის პარამეტრებს."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -2,38 +2,38 @@
|
|||
"Calendar" : "კალენდარი",
|
||||
"Todos" : "შესასრულებელი დავალებები",
|
||||
"Personal" : "პირადი",
|
||||
"{actor} created calendar {calendar}" : "{actor}-მა შექმნა კალენდარი {calendar}",
|
||||
"{actor} created calendar {calendar}" : "{actor} მომხმარებელმა შექმნა კალენდარი {calendar}",
|
||||
"You created calendar {calendar}" : "თქვენ შექმენით {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor}-მა გააუქმა კალენდარი {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} მომხმარებელმამა გააუქმა კალენდარი {calendar}",
|
||||
"You deleted calendar {calendar}" : "თქვენ გააუქმეთ კალენდარი {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor}-მა განაახლა კალენდარი {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} მომხმარებელმა განაახლა კალენდარი {calendar}",
|
||||
"You updated calendar {calendar}" : "თქვენ განაახლეთ კალენდარი {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor}-მა თქვენთან გააზიარა კალენდარი {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "თქვენ გააზიარეთ კალენდარი {calendar} {user}-თან",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor}-მა გააზიარა {calendar} {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} თქვენთან შეწყვიტა კალენდრის {calendar}-ის გაზიარება",
|
||||
"You unshared calendar {calendar} from {user}" : "თქვენ შეწყვიტეთ კალენდრის {calendar} გაზიარება {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor}-მა შეწყვიტა კალენდრის {calendar} გაზიარება {user}-თან",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor}-მა შეწყვიტა კალენდრის {calendar} გაზიარება",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} მომხმარებელმა თქვენთან გააზიარა კალენდარი {calendar}",
|
||||
"You shared calendar {calendar} with {user}" : "თქვენ გააზიარეთ კალენდარი {calendar} მომხმარებელთან {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} მომხმარებელმა გააზიარა {calendar} მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} მომხმარებელმა თქვენთან შეწყვიტა {calendar} კალენდრის გაზიარება",
|
||||
"You unshared calendar {calendar} from {user}" : "თქვენ შეწყვიტეთ {calendar} კალენდრის გაზიარება მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება მომხმარებელთან {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება",
|
||||
"You shared calendar {calendar} with group {group}" : "თქვენ გააზიარეთ კალენდარი {calendar} ჯგუფთან {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor}-მა გააზიარა {calendar} ჯგუფთან {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} მომხმარებელმა გააზიარა {calendar} კალენდარი ჯგუფთან {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "თქვენ შეწყვიტეთ კალენდრის {calendar} გაზიარება ჯგუფთან {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} შეწყვიტა კალენდრის გაზიარება {calendar} ჯგუფთან {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor}-მა შექმნა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} მომხმარებელმა შეწყვიტა {calendar} კალენდრის გაზიარება ჯგუფთან {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} მომხმარებელმა შექმნა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "თქვენ შექმენით მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor}-მა გააუქმა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} მომხმარებელმა გააუქმა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "თქვენ გააუქმეთ მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor}-მა განაახლა მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} მომხმარებელმა განაახლა მოვლენა {event} კალენდარში {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "თქვენ განაახლეთ მოვლენა {event} კალენდარში {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor}-მა შექმნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} მომხმარებელმა შექმნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "თქვენ შექმენით შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor}-მა გააუქმა შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} მომხმარებელმა გააუქმა შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "თქვენ გააუქმეთ შესასრულებელი დავალება {todo} სიიდან {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor}-მა განაახლა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} მომხმარებელმა განაახლა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "თქვენ განაახლეთ შესასრულებელი დავალება {todo} in list {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} დაასრულა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} მომხმარებელმა დაასრულა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "თქვენ დაასრულეთ შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor}-მა ხელახლა გახსნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} მომხმარებელმა ხელახლა გახსნა შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "თქვენ ხელახლა გახსენით შესასრულებელი დავალება {todo} სიაში {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>კალენდარი</strong> შეიცვალა",
|
||||
"A calendar <strong>event</strong> was modified" : "კალენდრის <strong>მოვლენა</strong> შეიცვალა",
|
||||
|
@ -48,13 +48,13 @@
|
|||
"When:" : "როდის:",
|
||||
"Where:" : "სად:",
|
||||
"Description:" : "აღწერა:",
|
||||
"Link:" : "ბმულები:",
|
||||
"Link:" : "ბმული:",
|
||||
"Contacts" : "კონტაქტები",
|
||||
"Technical details" : "ტექნიკური დეტალები",
|
||||
"Remote Address: %s" : "დისტანციური მისამართი: %s",
|
||||
"Request ID: %s" : "მოთხოვნის ID: %s",
|
||||
"CalDAV server" : "CalDAV სერვერი",
|
||||
"Send invitations to attendees" : "გაუგზავნეთ მოწვევა დამსწრეებს",
|
||||
"Please make sure to properly set up the email settings above." : "გთხოვთ დაამოწმოთ რომ სწორად აყენებთ ზემოთ მოცემულ ელ-ფოსტის პარამეტრებს."
|
||||
"Please make sure to properly set up the email settings above." : "გთხოვთ დაამოწმოთ, რომ სწორად აყენებთ ზემოთ მოცემულ ელ-ფოსტის პარამეტრებს."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -41,6 +41,7 @@ OC.L10N.register(
|
|||
"A calendar <strong>event</strong> was modified" : "En kalender <strong>hendelse</strong> ble endret",
|
||||
"A calendar <strong>todo</strong> was modified" : "En kalende <strong>gjøremål</strong> ble endret",
|
||||
"Contact birthdays" : "Kontakters fødelsdag",
|
||||
"Invitation canceled" : "Invitasjon tilbakekalt",
|
||||
"Hello %s," : "Hei %s,",
|
||||
"The meeting »%s« with %s was canceled." : "Møtet \"%s\" med %s ble kansellert.",
|
||||
"Invitation updated" : "Invitasjon oppdatert",
|
||||
|
@ -55,6 +56,7 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Ekstern adresse: %s",
|
||||
"Request ID: %s" : "Forespørsel ID: %s",
|
||||
"CalDAV server" : "DalDAV-tjener",
|
||||
"Send invitations to attendees" : "Send invitasjoner til oppmøtte"
|
||||
"Send invitations to attendees" : "Send invitasjoner til oppmøtte",
|
||||
"Please make sure to properly set up the email settings above." : "Sett opp e-postinnstillingene ovenfor på riktig måte."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"A calendar <strong>event</strong> was modified" : "En kalender <strong>hendelse</strong> ble endret",
|
||||
"A calendar <strong>todo</strong> was modified" : "En kalende <strong>gjøremål</strong> ble endret",
|
||||
"Contact birthdays" : "Kontakters fødelsdag",
|
||||
"Invitation canceled" : "Invitasjon tilbakekalt",
|
||||
"Hello %s," : "Hei %s,",
|
||||
"The meeting »%s« with %s was canceled." : "Møtet \"%s\" med %s ble kansellert.",
|
||||
"Invitation updated" : "Invitasjon oppdatert",
|
||||
|
@ -53,6 +54,7 @@
|
|||
"Remote Address: %s" : "Ekstern adresse: %s",
|
||||
"Request ID: %s" : "Forespørsel ID: %s",
|
||||
"CalDAV server" : "DalDAV-tjener",
|
||||
"Send invitations to attendees" : "Send invitasjoner til oppmøtte"
|
||||
"Send invitations to attendees" : "Send invitasjoner til oppmøtte",
|
||||
"Please make sure to properly set up the email settings above." : "Sett opp e-postinnstillingene ovenfor på riktig måte."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -41,6 +41,8 @@ OC.L10N.register(
|
|||
"A calendar <strong>event</strong> was modified" : "<strong>Zdarzenie</strong> kalendarza zostało zmodyfikowane",
|
||||
"A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony",
|
||||
"Contact birthdays" : "Urodziny kontaktu",
|
||||
"When:" : "Kiedy:",
|
||||
"Description:" : "Opis:",
|
||||
"Contacts" : "Kontakty",
|
||||
"Technical details" : "Szczegóły techniczne",
|
||||
"Remote Address: %s" : "Adres zdalny: %s",
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
"A calendar <strong>event</strong> was modified" : "<strong>Zdarzenie</strong> kalendarza zostało zmodyfikowane",
|
||||
"A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony",
|
||||
"Contact birthdays" : "Urodziny kontaktu",
|
||||
"When:" : "Kiedy:",
|
||||
"Description:" : "Opis:",
|
||||
"Contacts" : "Kontakty",
|
||||
"Technical details" : "Szczegóły techniczne",
|
||||
"Remote Address: %s" : "Adres zdalny: %s",
|
||||
|
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -3,15 +3,15 @@ OC.L10N.register(
|
|||
{
|
||||
"Missing recovery key password" : "აღდგენის გასაღების პაროლი არამყოფია",
|
||||
"Please repeat the recovery key password" : "გთხოვთ გაიმეოროთ აღდგენის გასაღების პაროლი",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "გამეორებული არდგენის გასაღების პაროლი არ ემთხვევა მოწოდებულ აღდგენის გასაღების პაროლს",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "გამეორებული აღდგენის გასაღების პაროლი არ ემთხვევა მოწოდებულ აღდგენის გასაღების პაროლს",
|
||||
"Recovery key successfully enabled" : "აღდგენის გასაღები წარმატებით ამოქმედდა",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ ამოქმედდა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Recovery key successfully disabled" : "აღდგენის გასაღები წარმატებით გაითიშა",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ გაითისა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ გაითიშა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Missing parameters" : "პარამეტრები აკლია",
|
||||
"Please provide the old recovery password" : "გთხოვთ მიუთითოთ აღდგენის ძველი პაროლი",
|
||||
"Please provide a new recovery password" : "გთხოვთ მიუთითოთ აღდგენის ახალი პაროლი",
|
||||
"Please repeat the new recovery password" : "გთხოვთ გაიმეორთ ახალი აღდგენის პაროლი",
|
||||
"Please repeat the new recovery password" : "გთხოვთ გაიმეოროთ ახალი აღდგენის პაროლი",
|
||||
"Password successfully changed." : "პაროლი წარმატებით შეიცვალა.",
|
||||
"Could not change the password. Maybe the old password was not correct." : "პაროლის ცვლილება ვერ მოხერხდა. შეიძლება ძველი პაროლი არასწორია",
|
||||
"Recovery Key disabled" : "აღდგენის გასაღები გაითიშა",
|
||||
|
@ -19,11 +19,11 @@ OC.L10N.register(
|
|||
"Could not enable the recovery key, please try again or contact your administrator" : "აღდგენის გასაღები ვერ ამოქმედდა, გთოვთ სცადოთ ახლიდან ან დაუკავშირდეთ თქვენს ადმინისტრატორს",
|
||||
"Could not update the private key password." : "პირადი გასაღების პაროლი ვერ განახლდა.",
|
||||
"The old password was not correct, please try again." : "ძველი პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"The current log-in password was not correct, please try again." : "ამჟამინდელი ლოგინი პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"The current log-in password was not correct, please try again." : "ამჟამინდელი ლოგინის პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"Private key password successfully updated." : "პირადი გასაღების პაროლი წარმატებით განახლდა.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "საჭიროა შიფრაციის ძველი გასაღებების მიგრაცია (ownCloud <= 8.0) ახალებზე. გთხოვთ გაუშვათ 'occ encryption:migrate' ან დაუკავშირდეთ ადმინისტრატორს",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "შიფრაციის აპლიკაციისთვის არასწორი პირადი გასაღები. დაშიფრული ფაილებისადმი წვდომის აღსადგენად, გთხოვთ განაახლოთ თქვენი პირადი გასაღების პაროლი პირად პარამეტრებში.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული. გთხოვთ გახივდეთ და ახლიდან გაიაროთ ავტორიზაცია.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული. გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია.",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "შიფრაციის მოდულის გამოსაყენებლად გთხოვთ ადმინისტრატორის პარამეტრებიდან აამოქმედოთ შიფრაცია სერვერულ მხარეს.",
|
||||
"Encryption app is enabled and ready" : "შიფრაციის აპლიკაცია მოქმედია და მზადყოფნაშია",
|
||||
"Bad Signature" : "ცუდი ხელმოწერა",
|
||||
|
@ -38,26 +38,26 @@ OC.L10N.register(
|
|||
"Default encryption module" : "საწყისი შიფრაციის მოდული",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "შიფრაციის აპლიკაცია მოქმედია, მაგრამ თქვენი გასაღებები არაა ინციალიზირებული, გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია",
|
||||
"Encrypt the home storage" : "სახლის საცავის შიფრაცია",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "ამ არჩევნის ამოქმედება დაშიფრავს ყველა ფაილს, რომელიც განთავსებულია მთავარ საცავში, სხვა შემთხვევაში მოხოლოდ ექსტერნალურ საცავში არსებული ფაილები იქნებიან დაშიფრულნი",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "ამ არჩევნის ამოქმედება დაშიფრავს ყველა ფაილს, რომელიც განთავსებულია მთავარ საცავში, სხვა შემთხვევაში დაიშიფრება მოხოლოდ ექსტერნალურ საცავში არსებული ფაილები",
|
||||
"Enable recovery key" : "აამოქმედეთ აღდგენის გასაღები",
|
||||
"Disable recovery key" : "დაასრულეთ აღდგენის გასაღების მოქდემება",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "აღდგენის გასაღები დამატებითი შიფრაციის გასაღებია, რომელიც გამოიყენება ფაილების დასაშიფრად. ეს იძლევა მომხმარებლის ფაილის აღდგენის უფლებას, იმ შემთხვევაში თუ მას დაავიწყდება პაროლი.",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "აღდგენის გასაღები დამატებითი შიფრაციის გასაღებია, რომელიც გამოიყენებიან ფაილების დასაშიფრად. ეს იძლევა მომხმარებლის ფაილის აღდგენის უფლებას, იმ შემთხვევაში თუ მას დაავიწყდება პაროლი.",
|
||||
"Recovery key password" : "აღდგენის გასაღების პაროლი",
|
||||
"Repeat recovery key password" : "გაიმეორეთ აღდგენის გასაღების პაროლი",
|
||||
"Change recovery key password:" : "შეცვალეთ აღდგენის გასაღების პაროლი:",
|
||||
"Old recovery key password" : "ძველი აღდგენის გასაღების პაროლი",
|
||||
"New recovery key password" : "ახალი აღდგენის გასაღების პაროლი",
|
||||
"Repeat new recovery key password" : "გაიმეორეთ ახალი აღდგენის გასაღების პაროლი",
|
||||
"Change Password" : "შეცვალეთ პაროლ",
|
||||
"Change Password" : "შეცვალეთ პაროლი",
|
||||
"Basic encryption module" : "მარტივი შიფრაციის მოდული",
|
||||
"Your private key password no longer matches your log-in password." : "თქვენი პირადი გასაღების პაროლი აღარ ემთხვევა ლოგინის პაროლს.",
|
||||
"Set your old private key password to your current log-in password:" : "დააყენეთ თქვენი ძველი პირადი გასაღების პაროლი ამჟამინდელ ლოგინის პაროლზე:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "თუ არ გახსოვთ თქვენი ძველი პაროლი შეგიძლიათ მათი აღდგენა სთხოვოთ ადმინისტრატორს.",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "თუ არ გახსოვთ თქვენი ძველი პაროლი შეგიძლიათ მისი აღდგენა სთხოვოთ ადმინისტრატორს.",
|
||||
"Old log-in password" : "ძველი ლოგინის პაროლი",
|
||||
"Current log-in password" : "ამჟამინდელი ლოგინის პაროლ",
|
||||
"Update Private Key Password" : "განაახლეთ პირადი გასაღების პაროლ",
|
||||
"Current log-in password" : "ამჟამინდელი ლოგინის პაროლი",
|
||||
"Update Private Key Password" : "განაახლეთ პირადი გასაღების პაროლი",
|
||||
"Enable password recovery:" : "აამოქმედეთ პაროლის აღდგენა:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "ამ არჩევნის ამოქმედება, პაროლის დაკარგვის შემთხვევაში, საშუალებას მოგცემთ ახლიდან მოპოვოთ წვდომა თქვენს დაშიფრულ ფაილებზე",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "ამ არჩევნის ამოქმედება, პაროლის დაკარგვის შემთხვევაში, საშუალებას მოგცემთ ახლიდან მოიპოვოთ წვდომა თქვენს დაშიფრულ ფაილებზე",
|
||||
"Enabled" : "მოქმედია",
|
||||
"Disabled" : "არაა მოქმედი",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული, გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია."
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "აღდგენის გასაღების პაროლი არამყოფია",
|
||||
"Please repeat the recovery key password" : "გთხოვთ გაიმეოროთ აღდგენის გასაღების პაროლი",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "გამეორებული არდგენის გასაღების პაროლი არ ემთხვევა მოწოდებულ აღდგენის გასაღების პაროლს",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "გამეორებული აღდგენის გასაღების პაროლი არ ემთხვევა მოწოდებულ აღდგენის გასაღების პაროლს",
|
||||
"Recovery key successfully enabled" : "აღდგენის გასაღები წარმატებით ამოქმედდა",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ ამოქმედდა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Recovery key successfully disabled" : "აღდგენის გასაღები წარმატებით გაითიშა",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ გაითისა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "აღდგენის გასაღები ვერ გაითიშა. გთხოვთ დაამოწმოთ აღდგენის გასაღების პაროლი!",
|
||||
"Missing parameters" : "პარამეტრები აკლია",
|
||||
"Please provide the old recovery password" : "გთხოვთ მიუთითოთ აღდგენის ძველი პაროლი",
|
||||
"Please provide a new recovery password" : "გთხოვთ მიუთითოთ აღდგენის ახალი პაროლი",
|
||||
"Please repeat the new recovery password" : "გთხოვთ გაიმეორთ ახალი აღდგენის პაროლი",
|
||||
"Please repeat the new recovery password" : "გთხოვთ გაიმეოროთ ახალი აღდგენის პაროლი",
|
||||
"Password successfully changed." : "პაროლი წარმატებით შეიცვალა.",
|
||||
"Could not change the password. Maybe the old password was not correct." : "პაროლის ცვლილება ვერ მოხერხდა. შეიძლება ძველი პაროლი არასწორია",
|
||||
"Recovery Key disabled" : "აღდგენის გასაღები გაითიშა",
|
||||
|
@ -17,11 +17,11 @@
|
|||
"Could not enable the recovery key, please try again or contact your administrator" : "აღდგენის გასაღები ვერ ამოქმედდა, გთოვთ სცადოთ ახლიდან ან დაუკავშირდეთ თქვენს ადმინისტრატორს",
|
||||
"Could not update the private key password." : "პირადი გასაღების პაროლი ვერ განახლდა.",
|
||||
"The old password was not correct, please try again." : "ძველი პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"The current log-in password was not correct, please try again." : "ამჟამინდელი ლოგინი პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"The current log-in password was not correct, please try again." : "ამჟამინდელი ლოგინის პაროლი არ იყო სწორი, გთხოვთ სცადოთ ახლიდან.",
|
||||
"Private key password successfully updated." : "პირადი გასაღების პაროლი წარმატებით განახლდა.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "საჭიროა შიფრაციის ძველი გასაღებების მიგრაცია (ownCloud <= 8.0) ახალებზე. გთხოვთ გაუშვათ 'occ encryption:migrate' ან დაუკავშირდეთ ადმინისტრატორს",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "შიფრაციის აპლიკაციისთვის არასწორი პირადი გასაღები. დაშიფრული ფაილებისადმი წვდომის აღსადგენად, გთხოვთ განაახლოთ თქვენი პირადი გასაღების პაროლი პირად პარამეტრებში.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული. გთხოვთ გახივდეთ და ახლიდან გაიაროთ ავტორიზაცია.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული. გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია.",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "შიფრაციის მოდულის გამოსაყენებლად გთხოვთ ადმინისტრატორის პარამეტრებიდან აამოქმედოთ შიფრაცია სერვერულ მხარეს.",
|
||||
"Encryption app is enabled and ready" : "შიფრაციის აპლიკაცია მოქმედია და მზადყოფნაშია",
|
||||
"Bad Signature" : "ცუდი ხელმოწერა",
|
||||
|
@ -36,26 +36,26 @@
|
|||
"Default encryption module" : "საწყისი შიფრაციის მოდული",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "შიფრაციის აპლიკაცია მოქმედია, მაგრამ თქვენი გასაღებები არაა ინციალიზირებული, გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია",
|
||||
"Encrypt the home storage" : "სახლის საცავის შიფრაცია",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "ამ არჩევნის ამოქმედება დაშიფრავს ყველა ფაილს, რომელიც განთავსებულია მთავარ საცავში, სხვა შემთხვევაში მოხოლოდ ექსტერნალურ საცავში არსებული ფაილები იქნებიან დაშიფრულნი",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "ამ არჩევნის ამოქმედება დაშიფრავს ყველა ფაილს, რომელიც განთავსებულია მთავარ საცავში, სხვა შემთხვევაში დაიშიფრება მოხოლოდ ექსტერნალურ საცავში არსებული ფაილები",
|
||||
"Enable recovery key" : "აამოქმედეთ აღდგენის გასაღები",
|
||||
"Disable recovery key" : "დაასრულეთ აღდგენის გასაღების მოქდემება",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "აღდგენის გასაღები დამატებითი შიფრაციის გასაღებია, რომელიც გამოიყენება ფაილების დასაშიფრად. ეს იძლევა მომხმარებლის ფაილის აღდგენის უფლებას, იმ შემთხვევაში თუ მას დაავიწყდება პაროლი.",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "აღდგენის გასაღები დამატებითი შიფრაციის გასაღებია, რომელიც გამოიყენებიან ფაილების დასაშიფრად. ეს იძლევა მომხმარებლის ფაილის აღდგენის უფლებას, იმ შემთხვევაში თუ მას დაავიწყდება პაროლი.",
|
||||
"Recovery key password" : "აღდგენის გასაღების პაროლი",
|
||||
"Repeat recovery key password" : "გაიმეორეთ აღდგენის გასაღების პაროლი",
|
||||
"Change recovery key password:" : "შეცვალეთ აღდგენის გასაღების პაროლი:",
|
||||
"Old recovery key password" : "ძველი აღდგენის გასაღების პაროლი",
|
||||
"New recovery key password" : "ახალი აღდგენის გასაღების პაროლი",
|
||||
"Repeat new recovery key password" : "გაიმეორეთ ახალი აღდგენის გასაღების პაროლი",
|
||||
"Change Password" : "შეცვალეთ პაროლ",
|
||||
"Change Password" : "შეცვალეთ პაროლი",
|
||||
"Basic encryption module" : "მარტივი შიფრაციის მოდული",
|
||||
"Your private key password no longer matches your log-in password." : "თქვენი პირადი გასაღების პაროლი აღარ ემთხვევა ლოგინის პაროლს.",
|
||||
"Set your old private key password to your current log-in password:" : "დააყენეთ თქვენი ძველი პირადი გასაღების პაროლი ამჟამინდელ ლოგინის პაროლზე:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "თუ არ გახსოვთ თქვენი ძველი პაროლი შეგიძლიათ მათი აღდგენა სთხოვოთ ადმინისტრატორს.",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "თუ არ გახსოვთ თქვენი ძველი პაროლი შეგიძლიათ მისი აღდგენა სთხოვოთ ადმინისტრატორს.",
|
||||
"Old log-in password" : "ძველი ლოგინის პაროლი",
|
||||
"Current log-in password" : "ამჟამინდელი ლოგინის პაროლ",
|
||||
"Update Private Key Password" : "განაახლეთ პირადი გასაღების პაროლ",
|
||||
"Current log-in password" : "ამჟამინდელი ლოგინის პაროლი",
|
||||
"Update Private Key Password" : "განაახლეთ პირადი გასაღების პაროლი",
|
||||
"Enable password recovery:" : "აამოქმედეთ პაროლის აღდგენა:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "ამ არჩევნის ამოქმედება, პაროლის დაკარგვის შემთხვევაში, საშუალებას მოგცემთ ახლიდან მოპოვოთ წვდომა თქვენს დაშიფრულ ფაილებზე",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "ამ არჩევნის ამოქმედება, პაროლის დაკარგვის შემთხვევაში, საშუალებას მოგცემთ ახლიდან მოიპოვოთ წვდომა თქვენს დაშიფრულ ფაილებზე",
|
||||
"Enabled" : "მოქმედია",
|
||||
"Disabled" : "არაა მოქმედი",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "შიფრაციის აპლიკაცია მოქმედია, თუმცა თქვენი გასაღებები არაა ინიციალიზირებული, გთხოვთ გახვიდეთ და ახლიდან გაიაროთ ავტორიზაცია."
|
||||
|
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "ფედერალიზირებული გაზიარება",
|
||||
"Federated sharing" : "ფედერალური გაზიარება",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "გსურთ დაამატოთ {owner}@{remote}-ის დისტანცური გაზიარება {name}?",
|
||||
"Remote share" : "დისტანციური გაზიარება",
|
||||
"Remote share password" : "დისტანციური გაზიარების პაროლი",
|
||||
|
@ -12,43 +12,43 @@ OC.L10N.register(
|
|||
"Not supported!" : "არაა მხარდაჭერილი!",
|
||||
"Press ⌘-C to copy." : "კოპირებისთვის დააჭირეთ ⌘-C.",
|
||||
"Press Ctrl-C to copy." : "კოპირებისთვის დააჭირეთ Ctrl-C-ს.",
|
||||
"Invalid Federated Cloud ID" : "არასწორი ფედერალიზირებული ქლაუდ ID",
|
||||
"Invalid Federated Cloud ID" : "არასწორი ფედერალური ქლაუდ ID",
|
||||
"Server to server sharing is not enabled on this server" : "ამ სერვერზე სერვერიდან სერვერზე გაზიარება არაა ჩართული",
|
||||
"Couldn't establish a federated share." : "ფედერალიზირებული გაზიარება ვერ დამყარდა.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "ფედერალიზირებული გაზიარება ვერ დამყარდა, შეისაძლოა პაროლი არ იყოს მართებული.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "ფედერალიზირებული გაზიარების მოთხოვნა გაიგზავნა, თქვენ მიიღებთ მოწვევას. შეამოწმეთ თქვენი შეტყობინებები.",
|
||||
"Couldn't establish a federated share." : "ფედერალური გაზიარება ვერ დამყარდა.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "ფედერალური გაზიარება ვერ დამყარდა, შეისაძლოა პაროლი არ იყოს მართებული.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "ფედერალური გაზიარების მოთხოვნა გაიგზავნა, თქვენ მიიღებთ მოწვევას. შეამოწმეთ თქვენი შეტყობინებები.",
|
||||
"The mountpoint name contains invalid characters." : "დამონტაჟების წერტილის სახელი შეიცავს არასწორ სიმბოლოებს.",
|
||||
"Not allowed to create a federated share with the owner." : "მფლობელთან ფედერალიზირებული გაზიარების შექმნა არაა ნებადართული.",
|
||||
"Not allowed to create a federated share with the owner." : "მფლობელთან ფედერალური გაზიარების შექმნა არაა ნებადართული.",
|
||||
"Invalid or untrusted SSL certificate" : "არასწორი ან არასანდო SSL სერტიფიკატი",
|
||||
"Could not authenticate to remote share, password might be wrong" : "დისტანციურ გაზიარებასთან აუტენტიფიკაცია არ მოხერხდა, შესაძლოა პაროლი იყოს არასწორი",
|
||||
"Storage not valid" : "საცავი არაა სწორი",
|
||||
"Federated share added" : "ფედერალიზირებული გაზიარება დაემატა",
|
||||
"Couldn't add remote share" : "ფედერალიზირებული გაზიარება ვერ დაემატა",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s-სთან უკვე გაზიარებულია",
|
||||
"Not allowed to create a federated share with the same user" : "იმავე მომხმარებელთან ფედერალიზირებული გაზიარება ვერ შეიქმნება",
|
||||
"File is already shared with %s" : "ფაილი უკვე გაზიარებულია %s-თან",
|
||||
"Federated share added" : "ფედერალური გაზიარება დაემატა",
|
||||
"Couldn't add remote share" : "ფედერალური გაზიარება ვერ დაემატა",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s მომხმარებელთან უკვე გაზიარებულია",
|
||||
"Not allowed to create a federated share with the same user" : "იმავე მომხმარებელთან ფედერალური გაზიარება ვერ შეიქმნება",
|
||||
"File is already shared with %s" : "ფაილი უკვე გაზიარებულია მომხმარებელთან %s ",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს.",
|
||||
"Could not find share" : "გაზიარება ვერ იქნა ნაპოვნი",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება %1$s-სგან (სახელით %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "თქვენ მიიღეთ გაზიარება {share} როგორც დისტანციური გაზიარება {user}-სგან (სახელით {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება %1$s-სგან",
|
||||
"You received {share} as a remote share from {user}" : "თქვენ მიიღეთ {share} როგორც დისტანციური გაზიარება {user}-სგან",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება მომხმარებლისგან %1$s (სახელით %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "თქვენ მიიღეთ გაზიარება {share} როგორც დისტანციური გაზიარება მომხმარებლისგან {user} (სახელით {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება მომხმარებლისგან %1$s",
|
||||
"You received {share} as a remote share from {user}" : "თქვენ მიიღეთ {share} როგორც დისტანციური გაზიარება მომხმარებლისგან {user}",
|
||||
"Accept" : "მიღება",
|
||||
"Decline" : "უარყოფა",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალიზირებული ქლაუდ ID-ის მეშვეობით, იხილეთ %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალიზირებული ქლაუდ ID-ის მეშვეობით",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალური ქლაუდ ID-ის მეშვეობით, იხილეთ %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალური ქლაუდ ID-ის მეშვეობით",
|
||||
"Sharing" : "გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალიზირებული ქლაუდ გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალური ქლაუდ გაზიარება",
|
||||
"Open documentation" : "ღია დოკუმენტაცია",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to send shares to other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე გააგზავნონ გაზიარებები სხვა სერვერებთან",
|
||||
"Allow users on this server to receive shares from other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე მიიღონ გაზიარებები სხვა სერვერებიდან",
|
||||
"Search global and public address book for users" : "მოძებნეთ გლობალური და ღია მომხმარებლების მისამართების წიგნები",
|
||||
"Allow users to publish their data to a global and public address book" : "დართეთ ნება მომხმარებლებს გამოაქყვეყნონ მათი მონაცემები გლობალურ და საზოგადო მისამართების წიგნებში",
|
||||
"Federated Cloud" : "ფედერალიზირებული ქლაუდი",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "შეგიძლიათ გაუზიაროთ ნებისმიერ ადამიანს ვინც იყენებს Nextcloud-ს, ownCloud-ს ან Pydio!-ს უბრალოდ მოათავსეთ მათი ფედერალიზირებული ქლაუდ ID-ები გაზიარების დიალოგში. ის გამოიყურება როგოც person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "თქვენი ფედერალიზირებული ქლაუდ ID:",
|
||||
"Share it so your friends can share files with you:" : "გააზიარეთ, რომ თქვენმა მეგობრებმაც შეზლონ ფაილების გაზიარება თქვენთან:",
|
||||
"Federated Cloud" : "ფედერალური ქლაუდი",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "შეგიძლიათ გაუზიაროთ ნებისმიერ ადამიანს ვინც იყენებს Nextcloud-ს, ownCloud-ს ან Pydio!-ს უბრალოდ მოათავსეთ მათი ფედერალური ქლაუდ ID-ები გაზიარების დიალოგში. ის გამოიყურება როგოც person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "თქვენი ფედერალური ქლაუდ ID:",
|
||||
"Share it so your friends can share files with you:" : "გააზიარეთ, რომ თქვენმა მეგობრებმაც შეძლონ ფაილების გაზიარება თქვენთან:",
|
||||
"Add to your website" : "საიტზე დამატება",
|
||||
"Share with me via Nextcloud" : "გამიზიარე Nextcloud-ის მეშვეობით",
|
||||
"HTML Code:" : "HTML კოდი:",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "ფედერალიზირებული გაზიარება",
|
||||
"Federated sharing" : "ფედერალური გაზიარება",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "გსურთ დაამატოთ {owner}@{remote}-ის დისტანცური გაზიარება {name}?",
|
||||
"Remote share" : "დისტანციური გაზიარება",
|
||||
"Remote share password" : "დისტანციური გაზიარების პაროლი",
|
||||
|
@ -10,43 +10,43 @@
|
|||
"Not supported!" : "არაა მხარდაჭერილი!",
|
||||
"Press ⌘-C to copy." : "კოპირებისთვის დააჭირეთ ⌘-C.",
|
||||
"Press Ctrl-C to copy." : "კოპირებისთვის დააჭირეთ Ctrl-C-ს.",
|
||||
"Invalid Federated Cloud ID" : "არასწორი ფედერალიზირებული ქლაუდ ID",
|
||||
"Invalid Federated Cloud ID" : "არასწორი ფედერალური ქლაუდ ID",
|
||||
"Server to server sharing is not enabled on this server" : "ამ სერვერზე სერვერიდან სერვერზე გაზიარება არაა ჩართული",
|
||||
"Couldn't establish a federated share." : "ფედერალიზირებული გაზიარება ვერ დამყარდა.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "ფედერალიზირებული გაზიარება ვერ დამყარდა, შეისაძლოა პაროლი არ იყოს მართებული.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "ფედერალიზირებული გაზიარების მოთხოვნა გაიგზავნა, თქვენ მიიღებთ მოწვევას. შეამოწმეთ თქვენი შეტყობინებები.",
|
||||
"Couldn't establish a federated share." : "ფედერალური გაზიარება ვერ დამყარდა.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "ფედერალური გაზიარება ვერ დამყარდა, შეისაძლოა პაროლი არ იყოს მართებული.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "ფედერალური გაზიარების მოთხოვნა გაიგზავნა, თქვენ მიიღებთ მოწვევას. შეამოწმეთ თქვენი შეტყობინებები.",
|
||||
"The mountpoint name contains invalid characters." : "დამონტაჟების წერტილის სახელი შეიცავს არასწორ სიმბოლოებს.",
|
||||
"Not allowed to create a federated share with the owner." : "მფლობელთან ფედერალიზირებული გაზიარების შექმნა არაა ნებადართული.",
|
||||
"Not allowed to create a federated share with the owner." : "მფლობელთან ფედერალური გაზიარების შექმნა არაა ნებადართული.",
|
||||
"Invalid or untrusted SSL certificate" : "არასწორი ან არასანდო SSL სერტიფიკატი",
|
||||
"Could not authenticate to remote share, password might be wrong" : "დისტანციურ გაზიარებასთან აუტენტიფიკაცია არ მოხერხდა, შესაძლოა პაროლი იყოს არასწორი",
|
||||
"Storage not valid" : "საცავი არაა სწორი",
|
||||
"Federated share added" : "ფედერალიზირებული გაზიარება დაემატა",
|
||||
"Couldn't add remote share" : "ფედერალიზირებული გაზიარება ვერ დაემატა",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s-სთან უკვე გაზიარებულია",
|
||||
"Not allowed to create a federated share with the same user" : "იმავე მომხმარებელთან ფედერალიზირებული გაზიარება ვერ შეიქმნება",
|
||||
"File is already shared with %s" : "ფაილი უკვე გაზიარებულია %s-თან",
|
||||
"Federated share added" : "ფედერალური გაზიარება დაემატა",
|
||||
"Couldn't add remote share" : "ფედერალური გაზიარება ვერ დაემატა",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s მომხმარებელთან უკვე გაზიარებულია",
|
||||
"Not allowed to create a federated share with the same user" : "იმავე მომხმარებელთან ფედერალური გაზიარება ვერ შეიქმნება",
|
||||
"File is already shared with %s" : "ფაილი უკვე გაზიარებულია მომხმარებელთან %s ",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს.",
|
||||
"Could not find share" : "გაზიარება ვერ იქნა ნაპოვნი",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება %1$s-სგან (სახელით %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "თქვენ მიიღეთ გაზიარება {share} როგორც დისტანციური გაზიარება {user}-სგან (სახელით {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება %1$s-სგან",
|
||||
"You received {share} as a remote share from {user}" : "თქვენ მიიღეთ {share} როგორც დისტანციური გაზიარება {user}-სგან",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება მომხმარებლისგან %1$s (სახელით %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "თქვენ მიიღეთ გაზიარება {share} როგორც დისტანციური გაზიარება მომხმარებლისგან {user} (სახელით {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "თქვენ მიიღეთ \"%3$s\" როგორც დისტანციური გაზიარება მომხმარებლისგან %1$s",
|
||||
"You received {share} as a remote share from {user}" : "თქვენ მიიღეთ {share} როგორც დისტანციური გაზიარება მომხმარებლისგან {user}",
|
||||
"Accept" : "მიღება",
|
||||
"Decline" : "უარყოფა",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალიზირებული ქლაუდ ID-ის მეშვეობით, იხილეთ %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალიზირებული ქლაუდ ID-ის მეშვეობით",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალური ქლაუდ ID-ის მეშვეობით, იხილეთ %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "გააზიარეთ ჩემთან ჩემი #Nextcloud-ის ფედერალური ქლაუდ ID-ის მეშვეობით",
|
||||
"Sharing" : "გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალიზირებული ქლაუდ გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალური ქლაუდ გაზიარება",
|
||||
"Open documentation" : "ღია დოკუმენტაცია",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to send shares to other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე გააგზავნონ გაზიარებები სხვა სერვერებთან",
|
||||
"Allow users on this server to receive shares from other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე მიიღონ გაზიარებები სხვა სერვერებიდან",
|
||||
"Search global and public address book for users" : "მოძებნეთ გლობალური და ღია მომხმარებლების მისამართების წიგნები",
|
||||
"Allow users to publish their data to a global and public address book" : "დართეთ ნება მომხმარებლებს გამოაქყვეყნონ მათი მონაცემები გლობალურ და საზოგადო მისამართების წიგნებში",
|
||||
"Federated Cloud" : "ფედერალიზირებული ქლაუდი",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "შეგიძლიათ გაუზიაროთ ნებისმიერ ადამიანს ვინც იყენებს Nextcloud-ს, ownCloud-ს ან Pydio!-ს უბრალოდ მოათავსეთ მათი ფედერალიზირებული ქლაუდ ID-ები გაზიარების დიალოგში. ის გამოიყურება როგოც person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "თქვენი ფედერალიზირებული ქლაუდ ID:",
|
||||
"Share it so your friends can share files with you:" : "გააზიარეთ, რომ თქვენმა მეგობრებმაც შეზლონ ფაილების გაზიარება თქვენთან:",
|
||||
"Federated Cloud" : "ფედერალური ქლაუდი",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "შეგიძლიათ გაუზიაროთ ნებისმიერ ადამიანს ვინც იყენებს Nextcloud-ს, ownCloud-ს ან Pydio!-ს უბრალოდ მოათავსეთ მათი ფედერალური ქლაუდ ID-ები გაზიარების დიალოგში. ის გამოიყურება როგოც person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "თქვენი ფედერალური ქლაუდ ID:",
|
||||
"Share it so your friends can share files with you:" : "გააზიარეთ, რომ თქვენმა მეგობრებმაც შეძლონ ფაილების გაზიარება თქვენთან:",
|
||||
"Add to your website" : "საიტზე დამატება",
|
||||
"Share with me via Nextcloud" : "გამიზიარე Nextcloud-ის მეშვეობით",
|
||||
"HTML Code:" : "HTML კოდი:",
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -6,8 +6,8 @@ OC.L10N.register(
|
|||
"No server to federate with found" : "სერვერი რომელთანაც შედგება ფედერალიზირება არ იქნა ნაპოვნი",
|
||||
"Could not add server" : "სერვერის დამატება ვერ მოხერხდა",
|
||||
"Trusted servers" : "სანდო სერვერები",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ფედერალიზაცია იძლევა საშუალებას დაუკავშირდეთ სხვა დაცულ სერვერებს და გაცვალოთ მომხმარებლის დირექტორია. მაგალითისთვის ეს გამოყენებულ იქნება რომ მოხდეს ექსტერნალური მომხმარებლების ფედერალური გაზიარებისთვის ავტო-დასრულება.",
|
||||
"Add server automatically once a federated share was created successfully" : "სერვერის ავტომატურად დამატება, როდესაც ფედერალიზირებული გაზიარება წარმატებით შეიქმნება",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ფედერალიზაცია იძლევა საშუალებას დაუკავშირდეთ სხვა დაცულ სერვერებს და გაცვალოთ მომხმარებლის დირექტორია. მაგალითისთვის ეს გამოყენებულ იქნება, რომ მოხდეს ექსტერნალური მომხმარებლების ფედერალური გაზიარებისთვის ავტო-დასრულება.",
|
||||
"Add server automatically once a federated share was created successfully" : "სერვერის ავტომატურად დამატება, როდესაც ფედერალური გაზიარება წარმატებით შეიქმნება",
|
||||
"+ Add trusted server" : "+ სანდო სერვერის დამატება",
|
||||
"Trusted server" : "სანდო სერვერი",
|
||||
"Add" : "დამატება",
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"No server to federate with found" : "სერვერი რომელთანაც შედგება ფედერალიზირება არ იქნა ნაპოვნი",
|
||||
"Could not add server" : "სერვერის დამატება ვერ მოხერხდა",
|
||||
"Trusted servers" : "სანდო სერვერები",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ფედერალიზაცია იძლევა საშუალებას დაუკავშირდეთ სხვა დაცულ სერვერებს და გაცვალოთ მომხმარებლის დირექტორია. მაგალითისთვის ეს გამოყენებულ იქნება რომ მოხდეს ექსტერნალური მომხმარებლების ფედერალური გაზიარებისთვის ავტო-დასრულება.",
|
||||
"Add server automatically once a federated share was created successfully" : "სერვერის ავტომატურად დამატება, როდესაც ფედერალიზირებული გაზიარება წარმატებით შეიქმნება",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ფედერალიზაცია იძლევა საშუალებას დაუკავშირდეთ სხვა დაცულ სერვერებს და გაცვალოთ მომხმარებლის დირექტორია. მაგალითისთვის ეს გამოყენებულ იქნება, რომ მოხდეს ექსტერნალური მომხმარებლების ფედერალური გაზიარებისთვის ავტო-დასრულება.",
|
||||
"Add server automatically once a federated share was created successfully" : "სერვერის ავტომატურად დამატება, როდესაც ფედერალური გაზიარება წარმატებით შეიქმნება",
|
||||
"+ Add trusted server" : "+ სანდო სერვერის დამატება",
|
||||
"Trusted server" : "სანდო სერვერი",
|
||||
"Add" : "დამატება",
|
||||
|
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Ajustes",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Ajustes",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
|
||||
|
|
|
@ -1,22 +1,164 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Unknown error" : "Error desconocido",
|
||||
"Files" : "Archivos",
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Details" : "detalles",
|
||||
"New folder" : "Nuevo directorio",
|
||||
"Upload" : "Subir",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>",
|
||||
"You created %1$s" : "Ha creado %1$s",
|
||||
"%2$s created %1$s" : "%2$s creó %1$s",
|
||||
"You changed %1$s" : "Cambió %1$s",
|
||||
"%2$s changed %1$s" : "%2$s cambió %1$s",
|
||||
"You deleted %1$s" : "Ha borrado %1$s",
|
||||
"%2$s deleted %1$s" : "%2$s borró %1$s",
|
||||
"Settings" : "Configuración"
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,20 +1,162 @@
|
|||
{ "translations": {
|
||||
"Unknown error" : "Error desconocido",
|
||||
"Files" : "Archivos",
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Details" : "detalles",
|
||||
"New folder" : "Nuevo directorio",
|
||||
"Upload" : "Subir",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>",
|
||||
"You created %1$s" : "Ha creado %1$s",
|
||||
"%2$s created %1$s" : "%2$s creó %1$s",
|
||||
"You changed %1$s" : "Cambió %1$s",
|
||||
"%2$s changed %1$s" : "%2$s cambió %1$s",
|
||||
"You deleted %1$s" : "Ha borrado %1$s",
|
||||
"%2$s deleted %1$s" : "%2$s borró %1$s",
|
||||
"Settings" : "Configuración"
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus Archivos vía WebDAV</a>",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus Archivos vía WebDAV</a>",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
|
|
|
@ -0,0 +1,164 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,162 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,164 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,162 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,164 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,162 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,164 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,162 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"Not favorited" : "No es un favorito",
|
||||
"Remove from favorites" : "Eliminar de favoritos",
|
||||
"Add to favorites" : "Agregar a favoritos",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Paramètres",
|
||||
"Show hidden files" : "Afficher les fichiers cachés",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilisez cette adresse pour <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accéder à vos fichiers par WebDAV</a>",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Paramètres",
|
||||
"Show hidden files" : "Afficher les fichiers cachés",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilisez cette adresse pour <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accéder à vos fichiers par WebDAV</a>",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
|
||||
|
|
|
@ -26,19 +26,19 @@ OC.L10N.register(
|
|||
"Target folder" : "დანიშნულების დირექტორია",
|
||||
"Delete" : "წაშლა",
|
||||
"Disconnect storage" : "საცავის გათიშვა",
|
||||
"Unshare" : "გაუზიარებადი",
|
||||
"Unshare" : "გაზიარების შეწყვეტა",
|
||||
"Could not load info for file \"{file}\"" : "ფაილზე \"{file}\" ინფორმაცია ვერ ჩაიტვირთა",
|
||||
"Files" : "ფაილები",
|
||||
"Details" : "დეტალური ინფორმაცია",
|
||||
"Details" : "დეტალები",
|
||||
"Select" : "არჩევა",
|
||||
"Pending" : "მოცდის რეჟიმში",
|
||||
"Unable to determine date" : "თარიღის დადგენა შეუძლებელია",
|
||||
"This operation is forbidden" : "ეს ოპერაცია აკრძალულია",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "დირექტორია ხელმიუწვდომელია, გთოხვთ შეამოწმოთ ლოგები ან დაუკავშირდეთ ადმინისტრატორს",
|
||||
"Could not move \"{file}\", target exists" : "\"{file}\"-ის გადატანა ვერ მოხერხდა, დანიშნულება არსებობს",
|
||||
"Could not move \"{file}\"" : "\"{file\"} ის გადატანა ვერ მოხერხდა",
|
||||
"Could not move \"{file}\"" : "\"{file}\"-ის გადატანა ვერ მოხერხდა",
|
||||
"Could not copy \"{file}\", target exists" : "\"{file}\"-ის კოპირება ვერ მოხერხდა, დანიშნულება არსებობს",
|
||||
"Could not copy \"{file}\"" : "\"{file\"} ის კოპირება ვერ მოხერხდა",
|
||||
"Could not copy \"{file}\"" : "\"{file}\"-ის კოპირება ვერ მოხერხდა",
|
||||
"Copied {origin} inside {destination}" : "დაკოპირდა {origin} {destionation}-ში",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "დაკოპირდა {origin} და {nbfiles} სხვა ფაილი {destionation}-ში",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
|
@ -75,7 +75,7 @@ OC.L10N.register(
|
|||
"_%n byte_::_%n bytes_" : ["%n ბაიტი"],
|
||||
"Favorited" : "დამატებულია რჩეულებში",
|
||||
"Favorite" : "რჩეული",
|
||||
"New folder" : "ახალი ფოლდერი",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Upload file" : "ფაილის ატვირთვა",
|
||||
"Not favorited" : "არაა დამატებული რჩეულებში",
|
||||
"Remove from favorites" : "რჩეულებიდან მოშორება",
|
||||
|
@ -86,22 +86,22 @@ OC.L10N.register(
|
|||
"You added {file} to your favorites" : "თქვენ დაამატეთ {file}-ი რჩეულებში",
|
||||
"You removed {file} from your favorites" : "თქვენ ამოშალეთ {file}-ი თქვენი რჩეული ფაილებიდან",
|
||||
"File changes" : "ფაილის ცვლილებები",
|
||||
"Created by {user}" : "შექმნა {user}-მა",
|
||||
"Changed by {user}" : "შეცვალა {user}-მა",
|
||||
"Deleted by {user}" : "წაშალა {user}-მა",
|
||||
"Restored by {user}" : "აღადგინა {user}-მა",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა {user}-მა",
|
||||
"Moved by {user}" : "გადაიტანა {user}-მა",
|
||||
"Created by {user}" : "შექმნა მომხმარებელმა {user}",
|
||||
"Changed by {user}" : "შეცვალა მომხმარებელმა {user}",
|
||||
"Deleted by {user}" : "წაშალა მომხმარებელმა {user}",
|
||||
"Restored by {user}" : "აღადგინა მომხმარებელმა {user}",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა მომხმარებელმა {user}",
|
||||
"Moved by {user}" : "გადაიტანა მომხმარებელმა {user}",
|
||||
"\"remote user\"" : "\"დისტანციური მომხმარებელი\"",
|
||||
"You created {file}" : "თქვენ შექმენით {file}",
|
||||
"{user} created {file}" : "{user}-მა შექმნა {file}",
|
||||
"{user} created {file}" : "{user} მომხმარებელმა შექმნა {file}",
|
||||
"{file} was created in a public folder" : "{file} შეიქმნა საზოგადო დირექტორიაში",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}-ი",
|
||||
"{user} changed {file}" : "{user}-მა შეცვალა {file}-ი",
|
||||
"You deleted {file}" : "თქვენ წაშალეთ {file}-ი",
|
||||
"{user} deleted {file}" : "{user}-მა წაშალა {file}-ი",
|
||||
"You restored {file}" : "თქვენ აღადგინეთ {file}-ი",
|
||||
"{user} restored {file}" : "{user}-მა განაახლა {file}",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}",
|
||||
"{user} changed {file}" : "{user} მომხმარებელმა შეცვალა {file}",
|
||||
"You deleted {file}" : "თქვენ წაშალეთ {file}",
|
||||
"{user} deleted {file}" : "{user} მომხმარებელმა წაშალა {file}",
|
||||
"You restored {file}" : "თქვენ აღადგინეთ {file}",
|
||||
"{user} restored {file}" : "{user} მომხმარებელმა განაახლა {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "თქვენ გადაარქვით სახელი {oldfile}-ს {newfile}-ზე",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user}-მა გადაარქვა სახელი {oldfile}-ს {newfile}-ზე",
|
||||
"You moved {oldfile} to {newfile}" : "თქვენ გადაიტანეთ {oldfile} {newfile}-ად",
|
||||
|
@ -132,10 +132,10 @@ OC.L10N.register(
|
|||
"No entries found in this folder" : "ამ დირექტორიაში შენატანები ვერ იქნა ნაპოვნი",
|
||||
"Select all" : "ყველას არჩევა",
|
||||
"Upload too large" : "ასატვირთი ფაილი ძალიან დიდია",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"No favorites yet" : "ჯერ რჩეულები არაა",
|
||||
"Files and folders you mark as favorite will show up here" : "აქ გამოჩნდებიან ფაილები და დირექტორიები, რომლებსაც მონიშნავთ რჩეულებად",
|
||||
"Shared with you" : "გაზიარდა შენთან",
|
||||
"Shared with you" : "გაზიარდა თქვენთან",
|
||||
"Shared with others" : "გაზიარდა სხვებთან",
|
||||
"Shared by link" : "გაზიარდა ბმულით",
|
||||
"Tags" : "ტეგები",
|
||||
|
|
|
@ -24,19 +24,19 @@
|
|||
"Target folder" : "დანიშნულების დირექტორია",
|
||||
"Delete" : "წაშლა",
|
||||
"Disconnect storage" : "საცავის გათიშვა",
|
||||
"Unshare" : "გაუზიარებადი",
|
||||
"Unshare" : "გაზიარების შეწყვეტა",
|
||||
"Could not load info for file \"{file}\"" : "ფაილზე \"{file}\" ინფორმაცია ვერ ჩაიტვირთა",
|
||||
"Files" : "ფაილები",
|
||||
"Details" : "დეტალური ინფორმაცია",
|
||||
"Details" : "დეტალები",
|
||||
"Select" : "არჩევა",
|
||||
"Pending" : "მოცდის რეჟიმში",
|
||||
"Unable to determine date" : "თარიღის დადგენა შეუძლებელია",
|
||||
"This operation is forbidden" : "ეს ოპერაცია აკრძალულია",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "დირექტორია ხელმიუწვდომელია, გთოხვთ შეამოწმოთ ლოგები ან დაუკავშირდეთ ადმინისტრატორს",
|
||||
"Could not move \"{file}\", target exists" : "\"{file}\"-ის გადატანა ვერ მოხერხდა, დანიშნულება არსებობს",
|
||||
"Could not move \"{file}\"" : "\"{file\"} ის გადატანა ვერ მოხერხდა",
|
||||
"Could not move \"{file}\"" : "\"{file}\"-ის გადატანა ვერ მოხერხდა",
|
||||
"Could not copy \"{file}\", target exists" : "\"{file}\"-ის კოპირება ვერ მოხერხდა, დანიშნულება არსებობს",
|
||||
"Could not copy \"{file}\"" : "\"{file\"} ის კოპირება ვერ მოხერხდა",
|
||||
"Could not copy \"{file}\"" : "\"{file}\"-ის კოპირება ვერ მოხერხდა",
|
||||
"Copied {origin} inside {destination}" : "დაკოპირდა {origin} {destionation}-ში",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "დაკოპირდა {origin} და {nbfiles} სხვა ფაილი {destionation}-ში",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"_%n byte_::_%n bytes_" : ["%n ბაიტი"],
|
||||
"Favorited" : "დამატებულია რჩეულებში",
|
||||
"Favorite" : "რჩეული",
|
||||
"New folder" : "ახალი ფოლდერი",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Upload file" : "ფაილის ატვირთვა",
|
||||
"Not favorited" : "არაა დამატებული რჩეულებში",
|
||||
"Remove from favorites" : "რჩეულებიდან მოშორება",
|
||||
|
@ -84,22 +84,22 @@
|
|||
"You added {file} to your favorites" : "თქვენ დაამატეთ {file}-ი რჩეულებში",
|
||||
"You removed {file} from your favorites" : "თქვენ ამოშალეთ {file}-ი თქვენი რჩეული ფაილებიდან",
|
||||
"File changes" : "ფაილის ცვლილებები",
|
||||
"Created by {user}" : "შექმნა {user}-მა",
|
||||
"Changed by {user}" : "შეცვალა {user}-მა",
|
||||
"Deleted by {user}" : "წაშალა {user}-მა",
|
||||
"Restored by {user}" : "აღადგინა {user}-მა",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა {user}-მა",
|
||||
"Moved by {user}" : "გადაიტანა {user}-მა",
|
||||
"Created by {user}" : "შექმნა მომხმარებელმა {user}",
|
||||
"Changed by {user}" : "შეცვალა მომხმარებელმა {user}",
|
||||
"Deleted by {user}" : "წაშალა მომხმარებელმა {user}",
|
||||
"Restored by {user}" : "აღადგინა მომხმარებელმა {user}",
|
||||
"Renamed by {user}" : "სახელი გადაარქვა მომხმარებელმა {user}",
|
||||
"Moved by {user}" : "გადაიტანა მომხმარებელმა {user}",
|
||||
"\"remote user\"" : "\"დისტანციური მომხმარებელი\"",
|
||||
"You created {file}" : "თქვენ შექმენით {file}",
|
||||
"{user} created {file}" : "{user}-მა შექმნა {file}",
|
||||
"{user} created {file}" : "{user} მომხმარებელმა შექმნა {file}",
|
||||
"{file} was created in a public folder" : "{file} შეიქმნა საზოგადო დირექტორიაში",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}-ი",
|
||||
"{user} changed {file}" : "{user}-მა შეცვალა {file}-ი",
|
||||
"You deleted {file}" : "თქვენ წაშალეთ {file}-ი",
|
||||
"{user} deleted {file}" : "{user}-მა წაშალა {file}-ი",
|
||||
"You restored {file}" : "თქვენ აღადგინეთ {file}-ი",
|
||||
"{user} restored {file}" : "{user}-მა განაახლა {file}",
|
||||
"You changed {file}" : "თქვენ შეცვალეთ {file}",
|
||||
"{user} changed {file}" : "{user} მომხმარებელმა შეცვალა {file}",
|
||||
"You deleted {file}" : "თქვენ წაშალეთ {file}",
|
||||
"{user} deleted {file}" : "{user} მომხმარებელმა წაშალა {file}",
|
||||
"You restored {file}" : "თქვენ აღადგინეთ {file}",
|
||||
"{user} restored {file}" : "{user} მომხმარებელმა განაახლა {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "თქვენ გადაარქვით სახელი {oldfile}-ს {newfile}-ზე",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user}-მა გადაარქვა სახელი {oldfile}-ს {newfile}-ზე",
|
||||
"You moved {oldfile} to {newfile}" : "თქვენ გადაიტანეთ {oldfile} {newfile}-ად",
|
||||
|
@ -130,10 +130,10 @@
|
|||
"No entries found in this folder" : "ამ დირექტორიაში შენატანები ვერ იქნა ნაპოვნი",
|
||||
"Select all" : "ყველას არჩევა",
|
||||
"Upload too large" : "ასატვირთი ფაილი ძალიან დიდია",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"No favorites yet" : "ჯერ რჩეულები არაა",
|
||||
"Files and folders you mark as favorite will show up here" : "აქ გამოჩნდებიან ფაილები და დირექტორიები, რომლებსაც მონიშნავთ რჩეულებად",
|
||||
"Shared with you" : "გაზიარდა შენთან",
|
||||
"Shared with you" : "გაზიარდა თქვენთან",
|
||||
"Shared with others" : "გაზიარდა სხვებთან",
|
||||
"Shared by link" : "გაზიარდა ბმულით",
|
||||
"Tags" : "ტეგები",
|
||||
|
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Innstillinger",
|
||||
"Show hidden files" : "Vis skjulte filer",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">for å få tilgang til dine filer via WebDAV</a>",
|
||||
"Cancel upload" : "Avbryt opplasting",
|
||||
"No files in here" : "Ingen filer her",
|
||||
"Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Innstillinger",
|
||||
"Show hidden files" : "Vis skjulte filer",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">for å få tilgang til dine filer via WebDAV</a>",
|
||||
"Cancel upload" : "Avbryt opplasting",
|
||||
"No files in here" : "Ingen filer her",
|
||||
"Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!",
|
||||
|
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Ustawienia",
|
||||
"Show hidden files" : "Pokaż ukryte pliki",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
|
||||
"Cancel upload" : "Anuluj wysyłanie",
|
||||
"No files in here" : "Brak plików",
|
||||
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Ustawienia",
|
||||
"Show hidden files" : "Pokaż ukryte pliki",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
|
||||
"Cancel upload" : "Anuluj wysyłanie",
|
||||
"No files in here" : "Brak plików",
|
||||
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
|
||||
|
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"Settings" : "Nastavenia",
|
||||
"Show hidden files" : "Zobraziť skryté súbory",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
|
||||
"Cancel upload" : "Zrušiť nahrávanie",
|
||||
"No files in here" : "Nie sú tu žiadne súbory",
|
||||
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Settings" : "Nastavenia",
|
||||
"Show hidden files" : "Zobraziť skryté súbory",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
|
||||
"Cancel upload" : "Zrušiť nahrávanie",
|
||||
"No files in here" : "Nie sú tu žiadne súbory",
|
||||
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
|
||||
|
|
|
@ -16,6 +16,7 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "可用空间不足",
|
||||
"Uploading …" : "上传中…",
|
||||
"…" : "undefined",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "操作",
|
||||
|
@ -77,7 +78,7 @@ OC.L10N.register(
|
|||
"New folder" : "新建文件夹",
|
||||
"Upload file" : "上传文件",
|
||||
"An error occurred while trying to update the tags" : "更新标签时出错",
|
||||
"Added to favorites" : "添加到收藏",
|
||||
"Added to favorites" : "已添加到收藏",
|
||||
"Removed from favorites" : "取消收藏",
|
||||
"You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹",
|
||||
"You removed {file} from your favorites" : "您已从收藏夹中删除 {file}",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "可用空间不足",
|
||||
"Uploading …" : "上传中…",
|
||||
"…" : "undefined",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "操作",
|
||||
|
@ -75,7 +76,7 @@
|
|||
"New folder" : "新建文件夹",
|
||||
"Upload file" : "上传文件",
|
||||
"An error occurred while trying to update the tags" : "更新标签时出错",
|
||||
"Added to favorites" : "添加到收藏",
|
||||
"Added to favorites" : "已添加到收藏",
|
||||
"Removed from favorites" : "取消收藏",
|
||||
"You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹",
|
||||
"You removed {file} from your favorites" : "您已从收藏夹中删除 {file}",
|
||||
|
|
|
@ -1,10 +1,134 @@
|
|||
OC.L10N.register(
|
||||
"files_external",
|
||||
{
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Clave",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Folder name" : "Nombre del directorio"
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,8 +1,132 @@
|
|||
{ "translations": {
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Clave",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Folder name" : "Nombre del directorio"
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,134 @@
|
|||
OC.L10N.register(
|
||||
"files_external",
|
||||
{
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,132 @@
|
|||
{ "translations": {
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,134 @@
|
|||
OC.L10N.register(
|
||||
"files_external",
|
||||
{
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,132 @@
|
|||
{ "translations": {
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue