el.json 2.6 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "Σχόλια",
  3. "You commented" : "Σχολιάσατε",
  4. "%1$s commented" : "%1$s σχολίασε",
  5. "{author} commented" : "Ο {author} σχολίασε",
  6. "You commented on %1$s" : "Σχολιάσατε στο %1$s",
  7. "You commented on {file}" : "Σχολιάσατε στο {file}",
  8. "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
  9. "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Το όνομά σας αναφέρθηκε στο “{file}”, σε σχόλιο ενός χρήστη ο οποίος έχει πλέον διαγραφεί",
  12. "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”",
  13. "Files app plugin to add comments to files" : "Επέκταση της εφαρμογής αρχείων που επιτρέπει την προσθήκη σχολίων σε αρχεία",
  14. "Edit comment" : "Επεξεργασία σχολίου",
  15. "Delete comment" : "Διαγραφή σχολίου",
  16. "New comment …" : "Νέο σχόλιο …",
  17. "Post" : "Δημοσίευση",
  18. "Cancel" : "Ακύρωση",
  19. "[Deleted user]" : "[Διαγραμμένος χρήστης]",
  20. "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
  21. "More comments …" : "Περισσότερα σχόλια …",
  22. "Save" : "Αποθήκευση",
  23. "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}",
  25. "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το id {id}",
  26. "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου",
  27. "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"],
  29. "Comment" : "Σχόλιο"
  30. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  31. }