diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
commit | 2c21adb5a65787b378172adc0257f6d11bbf1428 (patch) | |
tree | fd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/ca.js | |
parent | 766590d204e29a946effb5cc8cdad32a4236778a (diff) | |
download | nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ca.js')
-rw-r--r-- | apps/comments/l10n/ca.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index bdb378b4efe..c6c4b0e32ca 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -15,19 +15,21 @@ OC.L10N.register( "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", + "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", "New comment …" : "Nou comentari...", "Post" : "Publica", "Cancel" : "Cancel·la", "[Deleted user]" : "[Usuari suprimit]", - "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!", "More comments …" : "Més comentaris...", "Save" : "Desa", "Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}", "Error occurred while retrieving comment with ID {id}" : "S'ha produït un error en recuperar el comentari amb l'ID {id}", "Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}", - "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari", - "_%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" + "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari" }, "nplurals=2; plural=(n != 1);"); |