diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-30 02:55:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-30 02:55:26 +0000 |
commit | 87d4c3d84e97ada31f447b764be2fef612ad4085 (patch) | |
tree | f8bfbecd3f97fd7eea3e662dd139b100981cb753 /apps/comments | |
parent | 5a0cdd07bb559e03fac901e2f0e2e975343b31e4 (diff) | |
download | nextcloud-server-87d4c3d84e97ada31f447b764be2fef612ad4085.tar.gz nextcloud-server-87d4c3d84e97ada31f447b764be2fef612ad4085.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/ca.js | 11 | ||||
-rw-r--r-- | apps/comments/l10n/ca.json | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index 54c63959441..7dd42bc08a2 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -10,15 +10,24 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", "{author} commented on {file}" : "{author} ha comentat a {file}", "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per fitxers", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Se t'ha esmentat a \"{file}\" en un comentari d'un usuari que s'ha suprimit des de llavors", + "{user} mentioned you in a comment on \"{file}\"" : "{user} t'ha mencionat en un comentari a \"{file}\"", "Files app plugin to add comments to files" : "Connexió de l’aplicació de fitxers per afegir comentaris als fitxers", "Edit comment" : "Edita comentari", "Delete comment" : "Suprimeix comentari", + "Cancel edit" : "Cancel·la l'edició", + "Post comment" : "Enviar comentari", "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!", - "Retry" : "Torna a intentar", + "No more messages" : "No hi ha més missatges", + "Retry" : "Reintent", + "Unable to load the comments list" : "No es pot carregar la llista de comentaris", "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"], "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"], "Comment" : "Comentari", + "An error occurred while trying to edit the comment" : "S'ha produït un error en intentar editar el comentari", "Comment deleted" : "Comentari suprimit", + "An error occurred while trying to delete the comment" : "S'ha produït un error en intentar suprimir el comentari", + "An error occurred while trying to create the comment" : "S'ha produït un error en intentar crear el comentari", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Heu estat esmentats a \"{file}\" en un comentari d'un usuari que ja no existeix", "{user} mentioned you in a comment on “{file}”" : "{user} us ha esmentat en un comentari de “{file}”" }, diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json index 90a7dc344bb..daad216c823 100644 --- a/apps/comments/l10n/ca.json +++ b/apps/comments/l10n/ca.json @@ -8,15 +8,24 @@ "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", "{author} commented on {file}" : "{author} ha comentat a {file}", "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per fitxers", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Se t'ha esmentat a \"{file}\" en un comentari d'un usuari que s'ha suprimit des de llavors", + "{user} mentioned you in a comment on \"{file}\"" : "{user} t'ha mencionat en un comentari a \"{file}\"", "Files app plugin to add comments to files" : "Connexió de l’aplicació de fitxers per afegir comentaris als fitxers", "Edit comment" : "Edita comentari", "Delete comment" : "Suprimeix comentari", + "Cancel edit" : "Cancel·la l'edició", + "Post comment" : "Enviar comentari", "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!", - "Retry" : "Torna a intentar", + "No more messages" : "No hi ha més missatges", + "Retry" : "Reintent", + "Unable to load the comments list" : "No es pot carregar la llista de comentaris", "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"], "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"], "Comment" : "Comentari", + "An error occurred while trying to edit the comment" : "S'ha produït un error en intentar editar el comentari", "Comment deleted" : "Comentari suprimit", + "An error occurred while trying to delete the comment" : "S'ha produït un error en intentar suprimir el comentari", + "An error occurred while trying to create the comment" : "S'ha produït un error en intentar crear el comentari", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Heu estat esmentats a \"{file}\" en un comentari d'un usuari que ja no existeix", "{user} mentioned you in a comment on “{file}”" : "{user} us ha esmentat en un comentari de “{file}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" |