1
0

bg.js 2.1 KB

123456789101112131415161718192021222324252627282930
  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. "New comment …" : "Нов коментар...",
  18. "Post" : "Публикация",
  19. "Cancel" : "Отказ",
  20. "[Deleted user]" : "[Изтрит потребител]",
  21. "No comments yet, start the conversation!" : "Все още няма коментари, започнете разговор!",
  22. "More comments …" : "Още коментари...",
  23. "Save" : "Запазване",
  24. "Allowed characters {count} of {max}" : "Позволени символи {count} от {max}",
  25. "Error occurred while updating comment with id {id}" : "Възникна грешка по време на обновяване на коментар с код {id}",
  26. "Error occurred while posting comment" : "Възникна грешка по време на изпращане на коментар",
  27. "_%n unread comment_::_%n unread comments_" : ["%n непрочетен коментар","%n непрочетени коментари"],
  28. "Comment" : "Коментар"
  29. },
  30. "nplurals=2; plural=(n != 1);");