ps.js 1.6 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "تبصره سمول",
  5. "Delete comment" : "تبسره ړنګول",
  6. "New comment …" : "نوې تبصره ...",
  7. "Post" : "نشرول",
  8. "Cancel" : "پرېښودل",
  9. "[Deleted user]" : "[کارن اوس نشته]",
  10. "Comments" : "تبصرې",
  11. "No comments yet, start the conversation!" : "تر اوسه تبصره نشته!",
  12. "More comments …" : "نورې تبصرې ...",
  13. "Save" : "ساتل",
  14. "Allowed characters {count} of {max}" : "له {max} تورو څخه {count}",
  15. "_%n unread comment_::_%n unread comments_" : ["%n نالوستلې تبصره","%n نالوستلې تبصرې"],
  16. "Comment" : "تبصره",
  17. "You commented" : "تاسې تبصره کړې",
  18. "%1$s commented" : "%1$s تبصره کړې",
  19. "{author} commented" : "{author} تبصره کړې",
  20. "You commented on %1$s" : "تاسې په %1$s تبصره کړې",
  21. "You commented on {file}" : "تاسې په {file} فایل تبصره کړې",
  22. "%1$s commented on %2$s" : "%1$s په %2$s تبصره کړې",
  23. "{author} commented on {file}" : "{author} په {file} فایل تبصره کړې",
  24. "<strong>Comments</strong> for files" : "د فایلونو لپاره <strong>تبصرې</strong>",
  25. "{user} mentioned you in a comment on “{file}”" : "{user} کارن تاسې په “{file}” فایل په یو تبصره کې یاد کړي یاست",
  26. "%1$s mentioned you in a comment on “%2$s”" : "%1$s تاسې په “%2$s” باندې تبصره کې یاد کړي یاست"
  27. },
  28. "nplurals=2; plural=(n != 1);");