eu.js 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Iruzkinak",
  5. "You commented" : "Iruzkindu duzu",
  6. "%1$s commented" : "%1$s iruzkin du",
  7. "{author} commented" : "{author}-(e)k iruzkin du",
  8. "You commented on %1$s" : "%1$s-en Iruzkin duzu",
  9. "You commented on {file}" : "{file}-en Iruzkin duzu",
  10. "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du",
  11. "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkin du",
  12. "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak",
  13. "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”",
  14. "Edit comment" : "Iruzkina editatu",
  15. "Delete comment" : "Ezabatu iruzkina",
  16. "New comment …" : "Iruzkin berria...",
  17. "Post" : "Bidali",
  18. "Cancel" : "Utzi",
  19. "[Deleted user]" : "[Deleted user]",
  20. "No comments yet, start the conversation!" : "Oraindik ez dago iruzkinik, izan zaitez lehena zerbait esanez!",
  21. "More comments …" : "Iruzkin gehiago...",
  22. "Save" : "Gorde",
  23. "Allowed characters {count} of {max}" : "Onartutako karaktereak {max}-tik {count}",
  24. "Error occurred while retrieving comment with ID {id}" : "Errorea gertatu da {id} ID-a duen iruzkina berreskuratzerakoan",
  25. "Error occurred while updating comment with id {id}" : "Akats bat gertatu da {id} id duen iruzkina aldatzerakoan",
  26. "Error occurred while posting comment" : "Akats bat gertatu da iruzkina bidaltzerakoan",
  27. "_%n unread comment_::_%n unread comments_" : ["iruzkin %n irakurri gabe","%n iruzkin irakurri gabe"],
  28. "Comment" : "Iruzkina",
  29. "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”"
  30. },
  31. "nplurals=2; plural=(n != 1);");