diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-28 00:07:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-28 00:07:53 +0000 |
commit | 6309b9ec1db1e16eaf8a2717f1bd60f39afaf15d (patch) | |
tree | 9b95c2252c4b91a3bd37b0f69ab0a54c7fbc668d /apps/comments | |
parent | b673d1d8c4410af07a87423d0cee3566d4a1bef3 (diff) | |
download | nextcloud-server-6309b9ec1db1e16eaf8a2717f1bd60f39afaf15d.tar.gz nextcloud-server-6309b9ec1db1e16eaf8a2717f1bd60f39afaf15d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/es_MX.js | 28 | ||||
-rw-r--r-- | apps/comments/l10n/es_MX.json | 28 |
2 files changed, 54 insertions, 2 deletions
diff --git a/apps/comments/l10n/es_MX.js b/apps/comments/l10n/es_MX.js index ab04eea953e..627b9e20e7f 100644 --- a/apps/comments/l10n/es_MX.js +++ b/apps/comments/l10n/es_MX.js @@ -1,8 +1,34 @@ OC.L10N.register( "comments", { + "Comments" : "Comentarios", + "Unknown user" : "Usuario desconocido", + "New comment …" : "Nuevo comentario ...", + "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, inicie la conversación!", + "More comments …" : "Más comentarios ...", "Save" : "Guardar", - "Comment" : "Comentario" + "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" : "Usted comentó", + "%1$s commented" : "%1$s comentó", + "{author} commented" : "{author} comentó", + "You commented on %1$s" : "Usted comentó en %1$s", + "You commented on {file}" : "Usted comentó en {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 lo mencionó en un commentario en “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado lo mencionó en un commentario en “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s lo mencionó en un comentario en “%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} lo menciono en un comentario en “{file}”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_MX.json b/apps/comments/l10n/es_MX.json index 6f6df7e9c84..e327496b8c6 100644 --- a/apps/comments/l10n/es_MX.json +++ b/apps/comments/l10n/es_MX.json @@ -1,6 +1,32 @@ { "translations": { + "Comments" : "Comentarios", + "Unknown user" : "Usuario desconocido", + "New comment …" : "Nuevo comentario ...", + "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, inicie la conversación!", + "More comments …" : "Más comentarios ...", "Save" : "Guardar", - "Comment" : "Comentario" + "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" : "Usted comentó", + "%1$s commented" : "%1$s comentó", + "{author} commented" : "{author} comentó", + "You commented on %1$s" : "Usted comentó en %1$s", + "You commented on {file}" : "Usted comentó en {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 lo mencionó en un commentario en “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado lo mencionó en un commentario en “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s lo mencionó en un comentario en “%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} lo menciono en un comentario en “{file}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |