ps.js 1004 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "تبصرې",
  5. "You commented" : "تاسې تبصره کړې",
  6. "{author} commented" : "{author} تبصره کړې",
  7. "You commented on %1$s" : "تاسې په %1$s تبصره کړې",
  8. "You commented on {file}" : "تاسې په {file} فایل تبصره کړې",
  9. "%1$s commented on %2$s" : "%1$s په %2$s تبصره کړې",
  10. "{author} commented on {file}" : "{author} په {file} فایل تبصره کړې",
  11. "<strong>Comments</strong> for files" : "د فایلونو لپاره <strong>تبصرې</strong>",
  12. "Edit comment" : "تبصره سمول",
  13. "Delete comment" : "تبسره ړنګول",
  14. "No comments yet, start the conversation!" : "تر اوسه تبصره نشته!",
  15. "_%n unread comment_::_%n unread comments_" : ["%n نالوستلې تبصره","%n نالوستلې تبصرې"],
  16. "Comment" : "تبصره",
  17. "%1$s commented" : "%1$s تبصره کړې"
  18. },
  19. "nplurals=2; plural=(n != 1);");