eu.js 1.7 KB

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