You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bg_BG.js 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Коментари",
  5. "Unknown user" : "Непознат потребител",
  6. "New comment …" : "Нов коментар...",
  7. "Delete comment" : "Изтрий коментар",
  8. "Post" : "Публикация",
  9. "Cancel" : "Отказ",
  10. "Edit comment" : "Редактирай коментра",
  11. "[Deleted user]" : "[Изтрит потребител]",
  12. "No comments yet, start the conversation!" : "Все-още няма коментари, започни разговор!",
  13. "More comments …" : "Още коментари...",
  14. "Save" : "Запазване",
  15. "Allowed characters {count} of {max}" : "Позволени символи {count} от {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Възникна грешка по време на извличане на коментар с код {id}",
  17. "Error occurred while updating comment with id {id}" : "Възникна грешка по време на обновяване на коментар с код {id}",
  18. "Error occurred while posting comment" : "Възникна грешка по време на изпращане на коментар",
  19. "_%n unread comment_::_%n unread comments_" : ["%n непрочетен коментар","%n непрочетени коментари"],
  20. "Comment" : "Коментар",
  21. "You commented" : "Вие коментирахте",
  22. "%1$s commented" : "%1$s коментира",
  23. "{author} commented" : "{author} коментира",
  24. "You commented on %1$s" : "Ти коментира за %1$s",
  25. "You commented on {file}" : "Ти коментира за {file}",
  26. "%1$s commented on %2$s" : "%1$s коментиран за %2$s",
  27. "{author} commented on {file}" : "{author} коментира за {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Коментари</strong> за файлове",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "(Токущо) изтрит потребител те коментира в “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "(Токущо) изтрит потребител те спомена в коментар за “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} те спомена в коментар за “{file}”",
  33. "Type in a new comment..." : "Напиши нов коментар...",
  34. "No other comments available" : "Няма други коментари",
  35. "More comments..." : "Още коментари...",
  36. "{count} unread comments" : "{count} непрочетени коментари",
  37. "You commented on %2$s" : "Ти коментира за %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");