summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ast.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-02-27 01:12:05 +0000
committerNextcloud bot <bot@nextcloud.com>2019-02-27 01:12:05 +0000
commit36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch)
tree1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/ast.js
parentc2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff)
downloadnextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz
nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ast.js')
-rw-r--r--apps/comments/l10n/ast.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js
index 4e4ac11a931..2cc574f92cf 100644
--- a/apps/comments/l10n/ast.js
+++ b/apps/comments/l10n/ast.js
@@ -1,13 +1,22 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Comentarios",
+ "You commented" : "Comentesti",
+ "%1$s commented" : "%1$s comentó",
+ "{author} commented" : "{author} comentó",
+ "You commented on %1$s" : "Comentesti en %1$s",
+ "You commented on {file}" : "Comentesti en {file}",
+ "%1$s commented on %2$s" : "%1$s comentó en %2$s",
+ "{author} commented on {file}" : "{autor} comentó en {ficheru}",
+ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
+ "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
"Edit comment" : "Editar comentariu",
"Delete comment" : "Desaniciar comentariu",
"New comment …" : "Comentariu nuevu...",
"Post" : "Espublizar",
"Cancel" : "Encaboxar",
"[Deleted user]" : "[Usuariu desaniciáu]",
- "Comments" : "Comentarios",
"No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
"More comments …" : "Más comentarios...",
"Save" : "Guardar",
@@ -16,15 +25,6 @@ OC.L10N.register(
"Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
"_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
"Comment" : "Comentariu",
- "You commented" : "Comentesti",
- "%1$s commented" : "%1$s comentó",
- "{author} commented" : "{author} comentó",
- "You commented on %1$s" : "Comentesti en %1$s",
- "You commented on {file}" : "Comentesti en {file}",
- "%1$s commented on %2$s" : "%1$s comentó en %2$s",
- "{author} commented on {file}" : "{autor} comentó en {ficheru}",
- "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
- "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»"
},
"nplurals=2; plural=(n != 1);");