ga.js 3.0 KB

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