1
0

eu.js 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Iruzkinak",
  5. "You commented" : "Iruzkindu duzu",
  6. "%1$s commented" : "%1$s-(e)k iruzkindu du",
  7. "{author} commented" : "{author}-(e)k iruzkindu du",
  8. "You commented on %1$s" : "%1$s-en iruzkindu duzu",
  9. "You commented on {file}" : "{file} fitxategian iruzkina egin duzu",
  10. "%1$s commented on %2$s" : "%1$s-ek %2$s-en iruzkindu du",
  11. "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkina egin du",
  12. "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak",
  13. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "\"{file}\"-n aipatu zaituzte, dagoeneko ezabatu den erabiltzaile baten iruzkin batean",
  14. "{user} mentioned you in a comment on \"{file}\"" : "{user} erabiltzaileak aipatu zaitu \"{file}\"-eko iruzkin batean",
  15. "Files app plugin to add comments to files" : "Fitxategiei iruzkinak gehitzeko fitxategien aplikazioaren plugina",
  16. "Edit comment" : "Editatu iruzkina",
  17. "Delete comment" : "Ezabatu iruzkina",
  18. "Cancel edit" : "Utzi editatzeari",
  19. "Post comment" : "Argitaratu iruzkina",
  20. "No comments yet, start the conversation!" : "Oraindik ez dago iruzkinik, izan zaitez lehena zerbait esanez!",
  21. "No more messages" : "Ez da mezu gehiagorik",
  22. "Retry" : "Saiatu berriro",
  23. "Unable to load the comments list" : "Ezin da iruzkinen zerrenda kargatu",
  24. "_%n unread comment_::_%n unread comments_" : ["iruzkin %n irakurri gabe","%n iruzkin irakurri gabe"],
  25. "_1 new comment_::_{unread} new comments_" : ["Iruzkin berri 1","{unread} iruzkin berri"],
  26. "Comment" : "Iruzkina",
  27. "An error occurred while trying to edit the comment" : "Errorea gertatu da iruzkina editatzen saiatzean",
  28. "Comment deleted" : "Iruzkina ezabatuta",
  29. "An error occurred while trying to delete the comment" : "Errorea gertatu da iruzkina ezabatzen saiatzean",
  30. "An error occurred while trying to create the comment" : "Errorea gertatu da iruzkina sortzen saiatzean",
  31. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : " “{file}” fitxategian ezabatu izan den erabiltzaile batek aipatu zaitu",
  32. "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”",
  33. "New comment …" : "Iruzkin berria...",
  34. "Post" : "Bidali",
  35. "Cancel" : "Utzi",
  36. "[Deleted user]" : "[Deleted user]",
  37. "More comments …" : "Iruzkin gehiago...",
  38. "Save" : "Gorde",
  39. "Allowed characters {count} of {max}" : "Onartutako karaktereak {max}-tik {count}",
  40. "Error occurred while retrieving comment with ID {id}" : "Errorea gertatu da {id} ID-a duen iruzkina berreskuratzerakoan",
  41. "Error occurred while updating comment with id {id}" : "Errore bat gertatu da {id} id-a duen iruzkina aldatzerakoan",
  42. "Error occurred while posting comment" : "Errore bat gertatu da iruzkina bidaltzerakoan"
  43. },
  44. "nplurals=2; plural=(n != 1);");