server/apps/comments/l10n/el.json

25 lines
1.8 KiB
JSON
Raw Normal View History

2016-02-17 06:56:11 +00:00
{ "translations": {
2016-10-18 00:06:51 +00:00
"Comments" : "Σχόλια",
2016-11-26 01:06:57 +00:00
"Unknown user" : "Άγνωστος χρήστης",
2016-09-14 00:10:31 +00:00
"New comment …" : "Νέο σχόλιο ...",
2016-02-26 06:55:44 +00:00
"Delete comment" : "Διαγραφή σχολίου",
2016-03-28 05:55:08 +00:00
"Post" : "Δημοσίευση",
2017-04-18 20:47:45 +00:00
"Cancel" : "Ακύρωση",
2016-02-26 06:55:44 +00:00
"Edit comment" : "Επεξεργασία σχολίου",
2016-03-02 06:56:33 +00:00
"[Deleted user]" : "[Διαγραφή χρήστη]",
2016-09-18 00:09:26 +00:00
"No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
2016-09-04 00:09:21 +00:00
"More comments …" : "Περισσότερα σχόλια ...",
2016-02-17 06:56:11 +00:00
"Save" : "Αποθήκευση",
2016-03-28 05:55:08 +00:00
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
2017-04-18 20:47:45 +00:00
"Error occurred while retrieving comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την λήψη σχολίου με αναγνωριστικό {id}",
"Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το αναγνωριστικό {id}",
"Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου",
2016-10-02 00:16:25 +00:00
"_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
2016-05-10 07:30:51 +00:00
"Comment" : "Σχόλιο",
"You commented" : "Σχολιάσατε",
"%1$s commented" : "%1$s σχολίασε",
2017-04-18 20:47:45 +00:00
"{author} commented" : "Ο {author} σχολίασε",
2016-09-04 00:09:21 +00:00
"%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
2017-04-18 20:47:45 +00:00
"<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία"
2016-02-17 06:56:11 +00:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}