nextcloud/apps/comments/l10n/ca.js

36 lines
2.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Comentaris",
"You commented" : "Heu comentat",
"%1$s commented" : "%1$s ha comentat",
"{author} commented" : "{author} ha comentat",
"You commented on %1$s" : "Heu comentat a %1$s",
"You commented on {file}" : "Heu comentat a {file}",
"%1$s commented on %2$s" : "%1$s ha comentat a %2$s",
"{author} commented on {file}" : "{author} ha comentat a {file}",
2019-03-28 04:13:21 +03:00
"<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per fitxers",
2019-04-01 03:13:54 +03:00
"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}”",
2019-03-28 04:13:21 +03:00
"Files app plugin to add comments to files" : "Connexió de laplicació de fitxers per afegir comentaris als fitxers",
"Edit comment" : "Edita comentari",
"Delete comment" : "Suprimeix comentari",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!",
"Retry" : "Torna a intentar",
"_%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",
"Comment deleted" : "Comentari suprimit",
2018-04-12 03:19:20 +03:00
"New comment …" : "Nou comentari...",
2016-06-13 15:21:11 +03:00
"Post" : "Publica",
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancel·la",
2019-03-28 04:13:21 +03:00
"[Deleted user]" : "[Usuari suprimit]",
2017-01-11 18:20:22 +03:00
"More comments …" : "Més comentaris...",
2016-02-17 09:56:11 +03:00
"Save" : "Desa",
2017-01-11 18:20:22 +03:00
"Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}",
2019-03-28 04:13:21 +03:00
"Error occurred while retrieving comment with ID {id}" : "S'ha produït un error en recuperar el comentari amb l'ID {id}",
2017-01-11 18:20:22 +03:00
"Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");