session-desktop/_locales/el/messages.json

1168 lines
54 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"copyErrorAndQuit": {
"message": "Αντιγραφή λάθους και έξοδος",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"databaseError": {
"message": "Λάθος της βάσης δεδομένων",
"description": "Shown in a popup if the database cannot start up properly"
},
"mainMenuFile": {
"message": "&Φάκελος",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuEdit": {
"message": "&Επεξεργασία",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuView": {
"message": "&Προβολή",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuWindow": {
"message": "&Παράθυρο",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "&Βοήθεια",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"appMenuHide": {
"message": "Απόκρυψη",
"description": "Application menu command to hide the window"
},
"appMenuHideOthers": {
"message": "Απόκρυψη Άλλων",
"description": "Application menu command to hide all other windows"
},
"appMenuUnhide": {
"message": "Εμφάνιση Όλων",
"description": "Application menu command to show all application windows"
},
"appMenuQuit": {
"message": "Αποσύνδεση από το Session",
"description": "Application menu command to close the application"
},
"editMenuUndo": {
"message": "Αναίρεση",
"description": "Edit menu command to remove recently-typed text"
},
"editMenuRedo": {
"message": "Επαναφορά",
"description": "Edit menu command to restore previously undone typed text"
},
"editMenuCut": {
"message": "Αποκοπή",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
"editMenuCopy": {
"message": "Αντιγραφή",
"description": "Edit menu command to add selected text to clipboard"
},
"editMenuPaste": {
"message": "Επικόλληση",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"editMenuPasteAndMatchStyle": {
"message": "Επικόλληση και Αντιστοίχιση Στυλ",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
"editMenuDelete": {
"message": "Διαγραφή",
"description": "Edit menu command to remove the selected text"
},
"editMenuSelectAll": {
"message": "Επιλογή Όλων",
"description": "Edit menu comand to select all of the text in selected text box"
},
"editMenuStartSpeaking": {
"message": "Έναρξη ομιλίας",
"description": "Edit menu item under 'speech' to start dictation"
},
"editMenuStopSpeaking": {
"message": "Διακοπή ομιλίας",
"description": "Edit menu item under 'speech' to stop dictation"
},
"windowMenuClose": {
"message": "Κλείσιμο Παραθύρου",
"description": "Window menu command to close the current window"
},
"windowMenuMinimize": {
"message": "Ελαχιστοποίηση",
"description": "Window menu command to minimize the current window"
},
"windowMenuZoom": {
"message": "Μεγέθυνση",
"description": "Window menu command to make the current window the size of the whole screen"
},
"windowMenuBringAllToFront": {
"message": "Μεταφορά Όλων στο Προσκήνιο",
"description": "Window menu command to bring all windows of current applicatinon to front"
},
"viewMenuResetZoom": {
"message": "Πραγματικό Μέγεθος",
"description": "View menu command to go back to the default zoom"
},
"viewMenuZoomIn": {
"message": "Μεγέθυνση",
"description": "View menu command to make everything bigger"
},
"viewMenuZoomOut": {
"message": "Σμίκρυνση",
"description": "View menu command to make everything smaller"
},
"viewMenuToggleFullScreen": {
"message": "Εναλλαγή Πλήρους Οθόνης",
"description": "View menu command to enter or leave Full Screen mode"
},
"viewMenuToggleDevTools": {
"message": "Εναλλαγή Εργαλείων Προγραμματιστή",
"description": "View menu command to show or hide the developer tools"
},
"menuSetupWithImport": {
"message": "Εγκατάσταση με Εισαγωγή",
"description": "When the application is not yet set up, menu option to start up the import sequence"
},
"menuSetupAsStandalone": {
"message": "Διαμόρφωση ως Αυτόνομη Συσκευή",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
"loading": {
"message": "Λήψη...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
"message": "Βελτιστοποίηση εφαρμογής",
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
"message": "Βελτιστοποίηση μηνυμάτων... $status$ ολοκληρώθηκε.",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
"status": {
"content": "$1",
"example": "45/200"
}
}
},
"chooseDirectory": {
"message": "Επιλογή φακέλου",
"description": "Button to allow the user to find a folder on disk"
},
"loadDataHeader": {
"message": "Φόρτωση δεδομένων",
"description": "Header shown on the first screen in the data import process"
},
"loadDataDescription": {
"message": "Μόλις περάσατε τη διαδικασία εξαγωγής και οι επαφές και τα μηνύματά σας περιμένουν υπομονετικά τον υπολογιστή σας. Επιλέξτε τον φάκελο που περιέχει τα αποθηκευμένα δεδομένα του Session σας.",
"description": "Introduction to the process of importing messages and contacts from disk"
},
"importChooserTitle": {
"message": "Επέλεξε τον φάκελο με τα δεδομένα που εξήχθησαν",
"description": "Title of the popup window used to select data previously exported"
},
"importErrorHeader": {
"message": "Κάτι πήγε στραβά!",
"description": "Header of the error screen after a failed import"
},
"importingHeader": {
"message": "Φόρτωση επαφών και μυνημάτων",
"description": "Header of screen shown as data is import"
},
"importErrorFirst": {
"message": "Βεβαιωθείτε ότι έχετε επιλέξει τον σωστό φάκελο που περιέχει τα αποθηκευμένα δεδομένα του Session. Το όνομά του θα πρέπει να ξεκινά με το 'Session Export.' Μπορείτε επίσης να αποθηκεύσετε ένα νέο αντίγραφο των δεδομένων σας από την εφαρμογή Chrome.",
"description": "Message shown if the import went wrong; first paragraph"
},
"importErrorSecond": {
"message": "Αν αυτά τα βήματα δεν λειτουργούν για εσάς, υποβάλετε ένα αρχείο καταγραφής αποσφαλμάτωσης (Προβολή -> Αρχείο Αποσφαλμάτωσης) για να μπορέσουμε να σας βοηθήσουμε να μεταφερθείτε!",
"description": "Message shown if the import went wrong; second paragraph"
},
"importAgain": {
"message": "Επιλέξτε το φάκελο και προσπαθήστε ξανά",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
"importCompleteHeader": {
"message": "Επιτυχία!",
"description": "Header shown on the screen at the end of a successful import process"
},
"importCompleteStartButton": {
"message": "Ξεκινήστε τη χρήση του Session Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
},
"importCompleteLinkButton": {
"message": "Σύνδεση αυτής της συσκευής με το τηλέφωνό σας",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
"me": {
"message": "Εγώ",
"description": "The label for yourself when shown in a group member list"
},
"view": {
"message": "Εμφάνιση",
"description": "Used as a label on a button allowing user to see more information"
},
"youLeftTheGroup": {
"message": "Αποχωρήσατε από την ομάδα",
"description": "Displayed when a user can't send a message because they have left the group"
},
"unreadMessage": {
"message": "1 μη αναγνωσμένο μήνυμα",
"description": "Text for unread message separator, just one message"
},
"unreadMessages": {
"message": "$count$ μη αναγνωσμένα μηνύματα",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"youMarkedAsVerified": {
"message": "Σημειώσατε τον αριθμό ασφαλείας σας με τον/την $name$ ως επιβεβαιωμένο.",
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerified": {
"message": "Σημειώσατε τον αριθμό ασφαλείας σας με τον/την $name$ ως μη επιβεβαιωμένο.",
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsVerifiedOtherDevice": {
"message": "Σημειώσατε τον αριθμό ασφαλείας σας τον/την $name$ ως επιβεβαιωμένο από άλλη συσκευή.",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerifiedOtherDevice": {
"message": "Σημειώσατε τον αριθμό ασφαλείας σας με τον/την $name$ ως μη επιβεβαιωμένο από άλλη συσκευή.",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"membersNeedingVerification": {
"message": "Οι αριθμοί ασφαλείας σας με αυτά τα μέλη της ομάδας άλλαξαν από την τελευταία φορά που επιβεβαιώθηκαν. Κάντε κλικ σε ένα μέλος της ομάδας για να δείτε τον νέο αριθμό ασφαλείας μαζί τους.",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
"changedSinceVerifiedMultiple": {
"message": "Οι αριθμοί ασφαλείας σας με πολλαπλά μέλη αυτής της ομάδας άλλαξαν από την τελευταία φορά που επιβεβαιώθηκαν. Αυτό μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή ότι απλώς επανεγκατέστησαν το Session.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"changedSinceVerified": {
"message": "Ο αριθμός ασφαλείας σας με τον/την $name$ άλλαξε από την τελευταία φορά που επιβεβαιώθηκε. Αυτό μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή ότι απλώς ο/η $name$ επανεγκατέστησε το Session.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"changedRightAfterVerify": {
"message": "Ο αριθμός ασφαλείας που προσπαθείτε να επιβεβαιώσετε έχει αλλάξει. Παρακαλώ επιβεβαιώστε τον νέο αριθμό ασφαλείας με τον/την $name$. Θυμηθείτε, αυτή η αλλαγή μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή ότι απλώς ο/η $name$ επανεγκατέστησε το Session.",
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"changedRecentlyMultiple": {
"message": "Οι αριθμοί ασφαλείας σας με πολλαπλά μέλη της ομάδας άλλαξαν πρόσφατα. Αυτό μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή ότι απλώς επανεγκατέστησαν το Session.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"changedRecently": {
"message": "Ο αριθμός ασφαλείας σας με τον/την $name$ άλλαξε πρόσφατα. Αυτό μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή ότι απλώς ο/η $name$ επανεγκατέστησε το Session.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"identityKeyErrorOnSend": {
"message": "Ο αριθμός ασφαλείας σας με τον/την $name$ έχει αλλάξει. Αυτό θα μπορούσε είτε να σημαίνει ότι κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας είτε ότι απλώς ο/η $name$ επανεγκατέστησε το Session. Ίσως επιθυμείτε να επαληθεύσετε τον αριθμό ασφαλείας σας με αυτή την επαφή.",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"sendAnyway": {
"message": "Αποστολή παρ'όλα αυτά",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"noLongerVerified": {
"message": "Ο αριθμός ασφαλείας σας με τον/την $name$ έχει αλλάξει και δεν είναι πλέον επιβεβαιωμένος. Κάντε κλικ για εμφάνιση.",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleNoLongerVerified": {
"message": "Οι αριθμοί ασφαλείας σας με πολλαπλά μέλη αυτής της ομάδας άλλαξαν και δεν είναι πλέον επιβεβαιωμένοι. Κάντε κλικ για εμφάνιση.",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Αυτό το αρχείο καταγραφής συμβάντων θα αναρτηθεί δημόσια στο διαδίκτυο για προβολή από τους συνεισφέροντες. Μπορείτε να το εξετάσετε και να το επεξεργαστείτε πριν το υποβάλετε.",
"description": ""
},
"debugLogError": {
"message": "Κάτι πήγε στραβά με τη μεταφόρτωση! Παρακαλώ σκεφτείτε μήπως να καταχωρίσετε χειροκίνητα στο αρχείο το σφάλμα που υποβάλετε.",
"description": ""
},
"reportIssue": {
"message": "Υποβολή παραπόνου",
"description": "Link to open the issue tracker"
},
"gotIt": {
"message": "Κατάλαβα!",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
"submit": {
"message": "Υποβολή",
"description": ""
},
"verify": {
"message": "Σημείωση ως επιβεβαιωμένο",
"description": ""
},
"unverify": {
"message": "Σημείωση ως μη επιβεβαιωμένο",
"description": ""
},
"isVerified": {
"message": "Επιβεβαιώσατε τον αριθμό ασφαλείας με τον/την $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"isNotVerified": {
"message": "Δεν έχετε επιβεβαιώσει τον αριθμό ασφαλείας με τον/την $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"verified": {
"message": "Επιβεβαιωμένο",
"description": ""
},
"newIdentity": {
"message": "Νέος αριθμός ασφαλείας",
"description": "Header for a key change dialog"
},
"incomingError": {
"message": "Σφάλμα κατά την διαχείριση εισερχόμενου μηνύματος.",
"description": ""
},
"media": {
"message": "Μέσα ",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
"mediaEmptyState": {
"message": "Δεν έχετε μέσα σε αυτή τη συνομιλία",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
},
"documents": {
"message": "Έγγραφα",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
},
"documentsEmptyState": {
"message": "Δεν έχετε έγγραφα σε αυτή τη συνομιλία",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"today": {
"message": "Σήμερα",
"description": "Section header in the media gallery"
},
"yesterday": {
"message": "Εχθές",
"description": "Section header in the media gallery"
},
"thisWeek": {
"message": "Αυτή την εβδομάδα",
"description": "Section header in the media gallery"
},
"thisMonth": {
"message": "Αυτό τον μήνα",
"description": "Section header in the media gallery"
},
"voiceMessage": {
"message": "Φωνητικό Μήνυμα",
"description": "Name for a voice message attachment"
},
"dangerousFileType": {
"message": "Ο τύπος του συνημμένου δεν επιτρέπεται για λόγους ασφαλείας",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
"stagedPreviewThumbnail": {
"message": "Πρόχειρη μικρή προεσκόπιση συνδέσμου για $domain$",
"description": "Shown while Session Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
"message": "Μικρή προεσκόπιση συνδέσμου για $domain$",
"description": "Shown while Session Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"stagedImageAttachment": {
"message": "Πρόχειρη συνημμένη εικόνα: $path$",
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
"message": "Για συνημμένα αρχεία που δεν είναι εικόνες, το όριο είναι ένα αρχείο ανά μήνυμα.",
"description": "An error popup when the user has attempted to add an attachment"
},
"cannotMixImageAndNonImageAttachments": {
"message": "Δεν είναι δυνατό να συνάψετε εικόνες μαζί με αρχεία άλλου τύπου στο ίδιο μήνυμα.",
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "Δεν είναι δυνατή η προσθήκη άλλων συνημμένων αρχείων σε αυτό το μήνυμα.",
"description": "An error popup when the user has attempted to add an attachment"
},
"fileSizeWarning": {
"message": "Δυστυχώς το επιλεγμένο αρχείο υπερβαίνει το όριο μεγέθους μηνυμάτων.",
"description": ""
},
"unableToLoadAttachment": {
"message": "Δεν είναι δυνατή η φόρτωση του επιλεγμένου συνημμένου.",
"description": ""
},
"connecting": {
"message": "Συνδέεται",
"description": "Displayed when the desktop client is currently connecting to the server."
},
"offline": {
"message": "Εκτός σύνδεσης",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Ελέγξτε τη σύνδεση στο δικτύου.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"attemptingReconnection": {
"message": "Απόπειρα επανασύνδεσης σε $reconnect_duration_in_seconds$ δευτερόλεπτα",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"submitDebugLog": {
"message": "Αρχείο καταγραφής αποσφαλμάτωσης",
"description": "Menu item and header text for debug log modal (sentence case)"
},
"debugLog": {
"message": "Αρχείο καταγραφής αποσφαλμάτωσης",
"description": "View menu item to open the debug log (title case)"
},
"goToReleaseNotes": {
"message": "Μετάβαση στις Σημειώσεις Έκδοσης",
"description": ""
},
"goToSupportPage": {
"message": "Μετάβαση στη Σελίδα Υποστήριξης",
"description": "Item under the Help menu, takes you to the support page"
},
"menuReportIssue": {
"message": "Αναφορά Σφάλματος",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
},
"speech": {
"message": "Ομιλία",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
"show": {
"message": "Εμφάνιση",
"description": "Command under Window menu, to show the window"
},
"search": {
"message": "Αναζήτηση",
"description": "Placeholder text in the search input"
},
"noSearchResults": {
"message": "No results for \"$searchTerm$\"",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
"conversationsHeader": {
"message": "Συνομιλίες",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "Επαφές",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "Μηνύματα",
"description": "Shown to separate the types of search results"
},
"welcomeToSession": {
"message": "Καλώς ορίσατε στο Session",
"description": ""
},
"typingAlt": {
"message": "Κινούμενη εικόνα που δείχνει πληκτρολόγηση για αυτή τη συζήτηση",
"description": "Used as the 'title' attibute for the typing animation"
},
"contactAvatarAlt": {
"message": "Εικόνα προφίλ της επαφής $name$",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"home": {
"message": "σπίτι",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"work": {
"message": "εργασία",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"mobile": {
"message": "κινητό",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
"email": {
"message": "email",
"description": "Generic label shown if contact email has custom type but no label"
},
"phone": {
"message": "τηλέφωνο",
"description": "Generic label shown if contact phone has custom type but no label"
},
"address": {
"message": "διεύθυνση",
"description": "Generic label shown if contact address has custom type but no label"
},
"poBox": {
"message": "Τ.Θ.",
"description": "When rendering an address, used to provide context to a post office box"
},
"downloading": {
"message": "Downloading",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
"downloadAttachment": {
"message": "Λήψη Συνημμένου",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
},
"replyToMessage": {
"message": "Απαντήστε στο μήνυμα ",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
"originalMessageNotFound": {
"message": "Δεν βρέθηκε το αρχικό μήνυμα",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
"originalMessageNotAvailable": {
"message": "Το αρχικό μήνυμα δεν είναι πλέον διαθέσιμο",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
"messageFoundButNotLoaded": {
"message": "Το αρχικό μήνυμα βρέθηκε, αλλά δεν φορτώθηκε. Μετακινηθείτε προς τα επάνω για να το φορτώσετε.",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
},
"voiceNoteMustBeOnlyAttachment": {
"message": "Ένα μήνυμα φωνής πρέπει να είναι το μοναδικό συνημμένο αρχείο σε ένα μήνυμα.",
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
"you": {
"message": "Εσείς",
"description": "In Android theme, shown in quote if you or someone else replies to you"
},
"audioPermissionNeeded": {
"message": "Για να στείλετε μηνύματα ήχου, επιτρέψτε στο Session Desktop να έχει πρόσβαση στο μικρόφωνό σας.",
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
"allowAccess": {
"message": "Επιτρέψτε την Πρόσβαση",
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages"
},
"audio": {
"message": "Ήχος",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "Βίντεο",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "Φωτογραφία ",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
"cannotUpdate": {
"message": "Cannot Update",
"description": "Shown as the title of our update error dialogs on windows"
},
"ok": {
"message": "OK",
"description": ""
},
"cancel": {
"message": "Άκυρο",
"description": ""
},
"error": {
"message": "Σφάλμα",
"description": ""
},
"delete": {
"message": "Διαγραφή",
"description": ""
},
"deleteWarning": {
"message": "Είστε σίγουρος/η; Πατώντας \"διαγραφή\", αυτό το μήνυμα θα καταργηθεί οριστικά από αυτή την συσκευή.",
"description": ""
},
"deleteThisMessage": {
"message": "Διαγραφή αυτού του μηνύματος",
"description": ""
},
"from": {
"message": "Από",
"description": "Label for the sender of a message"
},
"to": {
"message": "to",
"description": "Label for the receiver of a message"
},
"sent": {
"message": "Στάλθηκε",
"description": "Label for the time a message was sent"
},
"received": {
"message": "Παρελήφθη",
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Αποστολή μηνύματος",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Μέλη ομάδας",
"description": ""
},
"resetSession": {
"message": "Επανεκκίνηση συνεδρίας",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
"message": "Εμφάνιση αριθμού ασφαλείας",
"description": ""
},
"verifyHelp": {
"message": "Αν επιθυμείτε να επιβεβαιώσετε την ασφάλεια της κρυπτογράφησης από άκρο σε άκρο με τον/την $name$, συγκρίνετε τους παραπάνω αριθμούς με τους αριθμούς στη συσκευή τους.",
"description": "",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"theirIdentityUnknown": {
"message": "Δεν έχετε ανταλλάξει ακόμα μηνύματα με αυτήν την επαφή. Ο αριθμός ασφαλείας σας μαζί τους θα είναι διαθέσιμος μετά το πρώτο μήνυμα.",
"description": ""
},
"deleteMessage": {
"message": "Διαγραφή Μηνύματος",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessages": {
"message": "Διαγραφή Μηνυμάτων",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "Οριστική διαγραφή αυτής της συνομιλίας;",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "Η ασφαλής σύνδεση επανεκκινήθηκε",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"quoteThumbnailAlt": {
"message": "Μικρογραφία της εικόνας από το αναφερόμενο μήνυμα",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
"message": "Εικόνα επισυνημμένη στο μήνυμα",
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
"message": "Στιγμιότυπο οθόνης του βίντεο που έχει επισυναφθεί στο μήνυμα",
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "Στάλθηκε μια εικόνα στη συνομιλία",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"imageCaptionIconAlt": {
"message": "Εικονίδιο που ενδεικνύει ότι αυτή η εικόνα έχει υπότιτλο",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
"message": "Προσθήκη λεζάντας...",
"description": ""
},
"save": {
"message": "Αποθήκευση",
"description": ""
},
"emojiAlt": {
"message": "Εικόνα emoji '$title$'",
"description": "Used in the alt tag of all emoji images",
"placeholders": {
"title": {
"content": "$1",
"example": "grinning"
}
}
},
"linkNewDevice": {
"message": "Σύνδεση νέας συσκεύης",
"description": "The menu option shown in Session iOS to add a new linked device"
},
"permissions": {
"message": "Άδειες",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "Να επιτρέπεται η πρόσβαση στην κάμερα και μικρόφωνο",
"description": "Description of the media permission description"
},
"general": {
"message": "Γενικά",
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Ενεργοποίηση ορθογραφικού ελέγχου του κειμένου που εισάγεται στο παράθυρο σύνθεσης μηνύματος",
"description": "Description of the media permission description"
},
"notifications": {
"message": "Ειδοποιήσεις",
"description": "Header for notification settings"
},
"notificationSettingsDialog": {
"message": "Κατά την λήψη μηνυμάτων, εμφάνιση ειδοποιήσεων που αποκαλύπτουν:",
"description": "Explain the purpose of the notification settings"
},
"disableNotifications": {
"message": "Απενεργοποίηση ειδοποιήσεων",
"description": "Label for disabling notifications"
},
"nameAndMessage": {
"message": "Όνομα αποστολέα και μήνυμα",
"description": "Label for setting notifications to display name and message text"
},
"noNameOrMessage": {
"message": "Ούτε όνομα αποστολέα, ούτε μήνυμα",
"description": "Label for setting notifications to display no name and no message text"
},
"nameOnly": {
"message": "Μόνο όνομα αποστολέα",
"description": "Label for setting notifications to display sender name only"
},
"newMessage": {
"message": "Νέο Μήνυμα",
"description": "Displayed in notifications for only 1 message"
},
"newMessages": {
"message": "Νέα Μηνύματα",
"description": "Displayed in notifications for multiple messages"
},
"notificationMostRecentFrom": {
"message": "Πιο πρόσφατα από:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"notificationFrom": {
"message": "Από:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
"notificationMostRecent": {
"message": "Πιο πρόσφατα:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
"sendFailed": {
"message": "Αποτυχία αποστολής",
"description": "Shown on outgoing message if it fails to send"
},
"learnMore": {
"message": "Μάθετε περισσότερα σχετικά με την επιβεβαίωση των αριθμών ασφαλείας",
"description": "Text that links to a support article on verifying safety numbers"
},
"expiredWarning": {
"message": "Αυτή η έκδοση του Session Desktop έχει λήξει. Κάντε αναβάθμιση στην πιο πρόσφατη έκδοση για να συνεχίσετε την ανταλλαγή μηνυμάτων.",
"description": "Warning notification that this version of the app has expired"
},
"upgrade": {
"message": "Αναβάθμιση",
"description": "Label text for button to upgrade the app to the latest version"
},
"mediaMessage": {
"message": "Μήνυμα μέσου",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
"timestamp_s": {
"message": "τώρα",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1 λεπτό",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1 ώρα",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"unblockToSend": {
"message": "Καταργήστε τον αποκλεισμό αυτής την επαφής για να στείλετε ένα μήνυμα.",
"description": "Brief message shown when trying to message a blocked number"
},
"unblockGroupToSend": {
"message": "Καταργήστε τον αποκλεισμό αυτής της ομάδας για να στείλετε ένα μήνυμα.",
"description": "Brief message shown when trying to message a blocked group"
},
"youChangedTheTimer": {
"message": "Ορίσατε το χρονοδιακόπτη μηνυμάτων που εξαφανίζονται σε $time$",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
"message": "Ενημέρωση χρονοδιακόπτη μηνυμάτων που εξαφανίζονται σε $time$",
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"theyChangedTheTimer": {
"message": "Ο/Η $name$ όρισε το χρονοδιακόπτη σε $time$",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
"timerOption_0_seconds": {
"message": "απενεργοποιημένο",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 λεπτό",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ώρα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ημέρα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 εβδομάδα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Μηνύματα που εξαφανίζονται",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "απενεργοποιημένο",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1η",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1ε",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Απενεργοποιήθηκαν τα μηνύματα που εξαφανίζονται",
"description": "Displayed in the left pane when the timer is turned off"
},
"disabledDisappearingMessages": {
"message": "Ο/Η $name$ απενεργοποίησε τα μηνύματα που εξαφανίζονται",
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"youDisabledDisappearingMessages": {
"message": " Απενεργοποιήσατε τα μηνύματα που εξαφανίζονται",
"description": "Displayed in the conversation list when the timer is turned off"
},
"timerSetTo": {
"message": "Ο χρονοδιακόπτης έχει οριστεί σε $time$",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
"time": {
"content": "$1",
"example": "1w"
}
}
},
"safetyNumberChanged": {
"message": "Ο Αριθμός Ασφαλείας άλλαξε",
"description": "A notification shown in the conversation when a contact reinstalls"
},
"safetyNumberChangedGroup": {
"message": "Ο Αριθμός Ασφαλείας με τον/την $name$ άλλαξε.",
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"verifyNewNumber": {
"message": "Επιβεβαίωση Αριθμού Ασφαλείας",
"description": "Label on button included with safety number change notification in the conversation"
},
"yourSafetyNumberWith": {
"message": "Ο αριθμός ασφαλείας με τον/την $name$:",
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"noteToSelf": {
"message": "Να μην ξεχάσω ",
"description": "Name for the conversation with your own phone number"
},
"startConversation": {
"message": "Start new conversation…",
"description": "Label underneath number a user enters that is not an existing contact"
},
"invalidNumberError": {
"message": "Μη έγκυρος αριθμός",
"description": "When a person inputs a number that is invalid"
},
"autoUpdateNewVersionTitle": {
"message": "Διαθέσιμη ενημέρωση του Session",
"description": ""
},
"autoUpdateNewVersionMessage": {
"message": "Μια νέα έκδοση του Session είναι διαθέσιμη.",
"description": ""
},
"autoUpdateNewVersionInstructions": {
"message": "Πατήστε Επανεκκίνηση για να γίνει εφαρμογή των αναβαθμίσεων.",
"description": ""
},
"autoUpdateRestartButtonLabel": {
"message": "Επανεκκίνηση του Session",
"description": ""
},
"autoUpdateLaterButtonLabel": {
"message": "Αργότερα",
"description": ""
},
"leftTheGroup": {
"message": "Ο/Η $name$ αποχώρησε από την ομάδα",
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleLeftTheGroup": {
"message": "Ο/Η $name$ αποχώρησε από την ομάδα",
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
"updatedTheGroup": {
"message": "Η ομάδα ανανεώθηκε.",
"description": "Shown in the conversation history when someone updates the group"
},
"titleIsNow": {
"message": "Ο τίτλος είναι πλέον \"$name$\".",
"description": "Shown in the conversation history when someone changes the title of the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Book Club"
}
}
},
"joinedTheGroup": {
"message": "Ο/Η $name$ συμμετέχει στην ομάδα.",
"description": "Shown in the conversation history when a single person joins the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"multipleJoinedTheGroup": {
"message": "Ο/Η $names$ συμμετέχει στην ομάδα.",
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
"names": {
"content": "$1",
"example": "Alice, Bob"
}
}
}
}