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.js 2.4KB

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}",
  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);");