ga.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Tuairimí",
  5. "You commented" : "Rinne tú trácht",
  6. "{author} commented" : "Rinne {author} nóta tráchta",
  7. "You commented on %1$s" : "Rinne tú trácht ar%1$s",
  8. "You commented on {file}" : "Rinne tú trácht ar {file}",
  9. "%1$s commented on %2$s" : "%1$s trácht ar %2$s",
  10. "{author} commented on {file}" : "{author} trácht ar {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Tuairimí</strong> le haghaidh comhaid",
  12. "Files" : "Comhaid",
  13. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Luadh thú ar \"{file}\", i nóta tráchta ó chuntas a scriosadh ó shin",
  14. "{user} mentioned you in a comment on \"{file}\"" : "Luaigh {user} tú i nóta tráchta ar \"{file}\"",
  15. "Files app plugin to add comments to files" : "Breiseán aip Comhaid chun tuairimí a chur le comhaid",
  16. "Edit comment" : "Cuir trácht in eagar",
  17. "Delete comment" : "Scrios nóta tráchta",
  18. "Cancel edit" : "Cealaigh eagarthóireacht",
  19. "New comment" : "Trácht nua",
  20. "Write a comment …" : "Scríobh trácht…",
  21. "Post comment" : "Post trácht",
  22. "@ for mentions, : for emoji, / for smart picker" : "@ le haghaidh tagairtí, : le haghaidh emoji, / le haghaidh roghnóir cliste",
  23. "Could not reload comments" : "Níorbh fhéidir na nótaí tráchta a athlódáil",
  24. "No comments yet, start the conversation!" : "Gan trácht ar bith go fóill, cuir tús leis an gcomhrá!",
  25. "No more messages" : "Níl a thuilleadh teachtaireachtaí",
  26. "Retry" : "Bain triail eile as",
  27. "Failed to mark comments as read" : "Theip ar nótaí tráchta a mharcáil mar léite",
  28. "Unable to load the comments list" : "Ní féidir an liosta tuairimí a lódáil",
  29. "_1 new comment_::_{unread} new comments_" : ["1 trácht nua","{unread} nóta tráchta nua","{unread} nóta tráchta nua","{unread} nóta tráchta nua","{unread} nóta tráchta nua"],
  30. "Comment" : "Trácht",
  31. "An error occurred while trying to edit the comment" : "Tharla earráid agus an nóta tráchta á chur in eagar",
  32. "Comment deleted" : "Trácht scriosta",
  33. "An error occurred while trying to delete the comment" : "Tharla earráid agus an nóta tráchta á scriosadh",
  34. "An error occurred while trying to create the comment" : "Tharla earráid agus an nóta tráchta á chruthú",
  35. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Luadh thú ar \"{file}\", i nóta tráchta ó úsáideoir atá scriosta ó shin"
  36. },
  37. "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");