diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-07-12 00:09:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-07-12 00:09:34 +0000 |
commit | e29835a702388488e285da22dd4eaff0dffef1fb (patch) | |
tree | 6201758caf457ce3c7b7cade93836d0fb658e87b /apps/comments | |
parent | 77071d07cffd7b03d46929be81b60c3428644606 (diff) | |
download | nextcloud-server-e29835a702388488e285da22dd4eaff0dffef1fb.tar.gz nextcloud-server-e29835a702388488e285da22dd4eaff0dffef1fb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/es_419.js | 25 | ||||
-rw-r--r-- | apps/comments/l10n/es_419.json | 23 |
2 files changed, 48 insertions, 0 deletions
diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js new file mode 100644 index 00000000000..85e14dfe077 --- /dev/null +++ b/apps/comments/l10n/es_419.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "comments", + { + "Type in a new comment..." : "Escribir un nuevo comentario", + "Delete comment" : "Eliminar comentario", + "Post" : "Publicar", + "Cancel" : "Cancelar", + "Edit comment" : "Modificar comentario", + "[Deleted user]" : "[Usuario eliminado]", + "Comments" : "Comentarios", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", + "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", + "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "{count} unread comments" : "{count} comentarios no leídos", + "Comment" : "Comentario", + "You commented" : "Has comentado", + "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Has comentado en %2$s", + "%1$s commented on %2$s" : "%1$s comentado en %2$s" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_419.json b/apps/comments/l10n/es_419.json new file mode 100644 index 00000000000..1792df8fe3c --- /dev/null +++ b/apps/comments/l10n/es_419.json @@ -0,0 +1,23 @@ +{ "translations": { + "Type in a new comment..." : "Escribir un nuevo comentario", + "Delete comment" : "Eliminar comentario", + "Post" : "Publicar", + "Cancel" : "Cancelar", + "Edit comment" : "Modificar comentario", + "[Deleted user]" : "[Usuario eliminado]", + "Comments" : "Comentarios", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", + "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", + "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "{count} unread comments" : "{count} comentarios no leídos", + "Comment" : "Comentario", + "You commented" : "Has comentado", + "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Has comentado en %2$s", + "%1$s commented on %2$s" : "%1$s comentado en %2$s" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |