nextcloud/apps/comments/l10n/el.js

43 lines
3.5 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Σχόλια",
"You commented" : "Σχολιάσατε",
"%1$s commented" : "%1$s σχολίασε",
"{author} commented" : "Ο {author} σχολίασε",
"You commented on %1$s" : "Σχολιάσατε στο %1$s",
"You commented on {file}" : "Σχολιάσατε στο {file}",
"%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
"{author} commented on {file}" : "Ο {author} σχολίασε στο {file}",
"<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
2019-03-18 04:12:27 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Το όνομά σας αναφέρθηκε στο “{file}”, σε σχόλιο ενός χρήστη ο οποίος έχει πλέον διαγραφεί",
2019-02-27 04:12:05 +03:00
"{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”",
2019-07-28 05:15:26 +03:00
"Files app plugin to add comments to files" : "Επέκταση της εφαρμογής αρχείων που επιτρέπει την προσθήκη σχολίων σε αρχεία",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Επεξεργασία σχολίου",
2016-02-26 09:55:44 +03:00
"Delete comment" : "Διαγραφή σχολίου",
2021-01-10 05:22:39 +03:00
"Cancel edit" : "Ακύρωση επεξεργασίας",
"Post comment" : "Αναρτήστε σχόλιο",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
2021-01-10 05:22:39 +03:00
"No more messages" : "Δεν υπάρχουν άλλα μηνύματα",
2020-10-21 05:18:44 +03:00
"Retry" : "Δοκιμή ξανά",
2021-01-10 05:22:39 +03:00
"Unable to load the comments list" : "Δεν είναι δυνατή η μεταφόρτωση της λίστας σχολίων.",
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
"_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"],
"Comment" : "Σχόλιο",
2021-01-10 05:22:39 +03:00
"An error occurred while trying to edit the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια επεξεργασίας του σχολίου",
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Το σχόλιο διαγράφηκε",
2021-01-10 05:22:39 +03:00
"An error occurred while trying to delete the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια διαγραφής του σχολίου",
"An error occurred while trying to create the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημιουργίας του σχολίου",
2019-07-28 05:15:26 +03:00
"New comment …" : "Νέο σχόλιο …",
2016-03-28 08:55:08 +03:00
"Post" : "Δημοσίευση",
2017-04-18 23:47:45 +03:00
"Cancel" : "Ακύρωση",
2017-07-24 03:08:01 +03:00
"[Deleted user]" : "[Διαγραμμένος χρήστης]",
2019-07-28 05:15:26 +03:00
"More comments …" : "Περισσότερα σχόλια …",
2016-02-17 09:56:11 +03:00
"Save" : "Αποθήκευση",
2016-03-28 08:55:08 +03:00
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
2019-01-17 04:12:15 +03:00
"Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}",
2019-07-28 05:15:26 +03:00
"Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");