1
0

ka_GE.js 3.4 KB

1234567891011121314151617181920212223242526272829303132
  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}" : "დაშვებული სიმბოლოები {count} {max}-იდან",
  15. "Error occurred while updating comment with id {id}" : "კომენტარის id-იდ {id}-ის ცვლილებისას წარმოიშვა შეცდომა",
  16. "Error occurred while posting comment" : "კომენტარის გამოქვეყნებისას წარმოიშვა შეცდომა",
  17. "_%n unread comment_::_%n unread comments_" : ["%n წაუკუთხავი კომენტარი","%n წაუკუთხავი კომენტარი"],
  18. "Comment" : "კომენტარის დამატება",
  19. "You commented" : "თქვენ გააკეთეთ კომენტარი",
  20. "%1$s commented" : "%1$s მოხმარებელმა გააკეთა კომენტარი",
  21. "{author} commented" : "{author} მომხმარებელმა გააკეთა კომენტარი",
  22. "You commented on %1$s" : "თქვენ გააკეთეთ კომენტარი %1$s-ზე",
  23. "You commented on {file}" : "თქვენ გააკეთეთ კომენტარი {file}-ზე",
  24. "%1$s commented on %2$s" : "%1$s მომხმარებელმა გააკეთა კომენტარი %2$s-ზე",
  25. "{author} commented on {file}" : "{author} მომხმარებელმა გააკეთა კომენტარი {file}-ზე",
  26. "<strong>Comments</strong> for files" : "<strong>კომენტარები</strong> ფაილებზე",
  27. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “{file}”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში",
  28. "{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ “{file}” ფაილზე გაკეტებულ კომენტარში",
  29. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “%s”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში",
  30. "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში"
  31. },
  32. "nplurals=2; plural=(n!=1);");