bg.js 2.1 KB

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