1
0

en_GB.json 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "Comments",
  3. "You commented" : "You commented",
  4. "%1$s commented" : "%1$s commented",
  5. "{author} commented" : "{author} commented",
  6. "You commented on %1$s" : "You commented on %1$s",
  7. "You commented on {file}" : "You commented on {file}",
  8. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  9. "{author} commented on {file}" : "{author} commented on {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "You were mentioned on “{file}”, in a comment by a user that has since been deleted",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”",
  13. "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
  14. "Edit comment" : "Edit comment",
  15. "Delete comment" : "Delete comment",
  16. "New comment …" : "New comment …",
  17. "Post" : "Post",
  18. "Cancel" : "Cancel",
  19. "[Deleted user]" : "[Deleted user]",
  20. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  21. "More comments …" : "More comments …",
  22. "Save" : "Save",
  23. "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Error occurred while retrieving comment with ID {id}",
  25. "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}",
  26. "Error occurred while posting comment" : "Error occurred while posting comment",
  27. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
  29. "Comment" : "Comment"
  30. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  31. }