Signal-Desktop/_locales/el/messages.json

4211 lines
196 KiB
JSON
Raw Normal View History

{
2020-09-22 00:22:24 +00:00
"softwareAcknowledgments": {
2020-10-21 00:58:31 +00:00
"message": "Λογισμικό τρίτων",
2020-09-22 00:22:24 +00:00
"description": "Shown in the about box for the link to software acknowledgments"
},
"privacyPolicy": {
"message": "Όροι & Πολιτική απορρήτου",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
2019-04-08 21:16:09 +00:00
"copyErrorAndQuit": {
2019-09-13 20:59:54 +00:00
"message": "Αντιγραφή σφάλματος και έξοδος",
2019-04-08 21:16:09 +00:00
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
"message": "Άγνωστη επαφή",
"description": "Shown as the name of a contact if we don't have any displayable information about them"
},
2019-04-08 21:16:09 +00:00
"unknownGroup": {
2019-09-13 20:59:54 +00:00
"message": "Άγνωστη ομάδα",
2019-04-08 21:16:09 +00:00
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
2019-09-13 20:59:54 +00:00
"message": "Λάθος στη βάση δεδομένων",
2019-04-08 21:16:09 +00:00
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "Διαγραφή όλων των δεδομένων και επανεκκίνηση",
2020-09-22 00:22:24 +00:00
"description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
2019-04-08 21:16:09 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuFile": {
2019-09-13 20:59:54 +00:00
"message": "&Αρχείο",
2018-08-31 20:50:28 +00:00
"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."
},
2020-01-24 00:01:22 +00:00
"mainMenuCreateStickers": {
"message": "Δημιουργία/ανέβασμα πακέτου αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "The label that is used for the Create/upload sticker pack option in 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."
},
2018-08-31 20:50:28 +00:00
"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."
},
2018-08-31 20:50:28 +00:00
"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."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuWindow": {
2019-09-13 20:59:54 +00:00
"message": "Παρά&θυρο",
2018-08-31 20:50:28 +00:00
"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."
},
2018-08-31 20:50:28 +00:00
"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."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuSettings": {
"message": "Επιλογές...",
2018-08-31 20:50:28 +00:00
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuHide": {
"message": "Απόκρυψη",
"description": "Application menu command to hide the window"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuHideOthers": {
2019-09-13 20:59:54 +00:00
"message": "Απόκρυψη άλλων",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to hide all other windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuUnhide": {
2019-09-13 20:59:54 +00:00
"message": "Εμφάνιση όλων",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuQuit": {
2019-09-13 20:59:54 +00:00
"message": "Έξοδος από το Signal",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to close the application"
},
2018-08-31 20:50:28 +00:00
"editMenuUndo": {
"message": "Αναίρεση",
"description": "Edit menu command to remove recently-typed text"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuRedo": {
"message": "Επαναφορά",
"description": "Edit menu command to restore previously undone typed text"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCut": {
"message": "Αποκοπή",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuCopy": {
"message": "Αντιγραφή",
"description": "Edit menu command to add selected text to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuPaste": {
"message": "Επικόλληση",
"description": "Edit menu command to insert text from clipboard at cursor location"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle": {
2019-09-13 20:59:54 +00:00
"message": "Επικόλληση και αντιστοίχιση στυλ",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
2018-08-31 20:50:28 +00:00
"editMenuDelete": {
"message": "Διαγραφή",
"description": "Edit menu command to remove the selected text"
},
2018-08-31 20:50:28 +00:00
"editMenuSelectAll": {
2019-09-13 20:59:54 +00:00
"message": "Επιλογή όλων",
2020-09-22 00:22:24 +00:00
"description": "Edit menu command to select all of the text in selected text box"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking": {
"message": "Έναρξη ομιλίας",
"description": "Edit menu item under 'speech' to start dictation"
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking": {
2019-09-13 20:59:54 +00:00
"message": "Τερματισμός ομιλίας",
2018-08-31 20:50:28 +00:00
"description": "Edit menu item under 'speech' to stop dictation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuClose": {
2019-09-13 20:59:54 +00:00
"message": "Κλείσιμο παραθύρου",
2018-08-31 20:50:28 +00:00
"description": "Window menu command to close the current window"
},
2018-08-31 20:50:28 +00:00
"windowMenuMinimize": {
"message": "Ελαχιστοποίηση",
"description": "Window menu command to minimize the current window"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuZoom": {
"message": "Μεγέθυνση",
"description": "Window menu command to make the current window the size of the whole screen"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront": {
2019-09-13 20:59:54 +00:00
"message": "Μεταφορά όλων στο προσκήνιο",
2020-09-22 00:22:24 +00:00
"description": "Window menu command to bring all windows of current application to front"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom": {
2019-09-13 20:59:54 +00:00
"message": "Τυπικό μέγεθος",
2018-08-31 20:50:28 +00:00
"description": "View menu command to go back to the default zoom"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn": {
"message": "Μεγέθυνση",
"description": "View menu command to make everything bigger"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut": {
"message": "Σμίκρυνση",
"description": "View menu command to make everything smaller"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen": {
2019-09-13 20:59:54 +00:00
"message": "Εναλλαγή πλήρους οθόνης",
2018-08-31 20:50:28 +00:00
"description": "View menu command to enter or leave Full Screen mode"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools": {
2019-09-13 20:59:54 +00:00
"message": "Εναλλαγή εργαλείων προγραμματιστή",
2018-08-31 20:50:28 +00:00
"description": "View menu command to show or hide the developer tools"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice": {
2019-09-13 20:59:54 +00:00
"message": "Παραμετροποίηση ως Νέα συσκευή",
2018-08-31 20:50:28 +00:00
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
},
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone": {
2019-09-13 20:59:54 +00:00
"message": "Παραμετροποίηση ως Αυτόνομη συσκευή",
2018-08-31 20:50:28 +00:00
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
2018-07-18 17:47:58 +00:00
},
2020-09-22 00:22:24 +00:00
"messageContextMenuButton": {
2020-10-21 00:58:31 +00:00
"message": "Περισσότερες ενέργειες",
2020-09-22 00:22:24 +00:00
"description": "Label for context button next to each message"
},
2020-04-29 23:20:42 +00:00
"contextMenuCopyLink": {
"message": "Αντιγραφή συνδέσμου",
2020-04-29 23:20:42 +00:00
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
2020-11-16 22:08:09 +00:00
"contextMenuCopyImage": {
"message": "Αντιγραφή εικόνας",
"description": "Shown in the context menu for an image to indicate that the user can copy the image"
},
2020-04-29 23:20:42 +00:00
"contextMenuNoSuggestions": {
"message": "Δεν υπάρχουν προτάσεις",
2020-04-29 23:20:42 +00:00
"description": "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
},
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive": {
"message": "Προβολή αρχείου",
2019-11-11 17:55:59 +00:00
"description": "One of the menu options available in the Avatar Popup menu"
},
2018-08-31 20:50:28 +00:00
"loading": {
2019-09-13 20:59:54 +00:00
"message": "Φορτώνει...",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen before we've loaded any messages"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"optimizingApplication": {
2019-09-13 20:59:54 +00:00
"message": "Βελτιστοποίηση εφαρμογής...",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
2019-09-13 20:59:54 +00:00
"message": "Βελτιστοποίηση μηνυμάτων... $status$ ολοκληρώθηκαν.",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
2018-08-31 20:50:28 +00:00
"status": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "45/200"
}
}
},
2019-04-08 21:16:09 +00:00
"archivedConversations": {
2019-09-13 20:59:54 +00:00
"message": "Αρχειοθετημένες συνομιλίες",
2019-04-08 21:16:09 +00:00
"description": "Shown in place of the search box when showing archived conversation list"
},
2020-10-21 00:58:31 +00:00
"LeftPane--pinned": {
"message": "Καρφιτσωμένο",
"description": "Shown as a header for pinned conversations in the left pane"
},
"LeftPane--chats": {
"message": "Συνομιλίες",
"description": "Shown as a header for non-pinned conversations in the left pane"
},
2019-04-08 21:16:09 +00:00
"archiveHelperText": {
"message": "Αυτές οι συνομιλίες είναι αρχειοθετημένες και θα εμφανιστούν στα εισερχόμενα μόνο αν ληφθούν νέα μηνύματα.",
2020-09-22 00:22:24 +00:00
"description": "Shown at the top of the archived conversations list in the left pane"
2019-04-08 21:16:09 +00:00
},
"archiveConversation": {
2020-11-16 22:08:09 +00:00
"message": "Αρχείο",
2019-04-08 21:16:09 +00:00
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
2020-11-16 22:08:09 +00:00
"markUnread": {
"message": "Σημείωση ως μη αναγνωσμένα",
"description": "Shown in menu for conversation, and marks conversation as unread"
},
2019-04-08 21:16:09 +00:00
"moveConversationToInbox": {
2020-11-16 22:08:09 +00:00
"message": "Μεταφορά στα εισερχόμενα",
2019-04-08 21:16:09 +00:00
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
2020-10-21 00:58:31 +00:00
"pinConversation": {
"message": "Καρφίτσωμα συνομιλίας",
"description": "Shown in menu for conversation, and pins the conversation to the top of the conversation list"
},
"unpinConversation": {
"message": "Ξεκαρφίτσωμα συνομιλίας",
"description": "Undoes Archive Conversation action, and unpins the conversation from the top of the conversation list"
},
"pinnedConversationsFull": {
"message": "Μπορείς να καρφιτσώσεις μέχρι 4 συνομιλίες",
"description": ""
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "Επιλογή φακέλου",
"description": "Button to allow the user to find a folder on disk"
2016-10-07 10:13:47 +00:00
},
2019-01-16 23:29:04 +00:00
"chooseFile": {
2019-04-08 21:16:09 +00:00
"message": "Επιλογή αρχείου",
2019-01-16 23:29:04 +00:00
"description": "Button to allow the user to find a file on disk"
},
2018-08-31 20:50:28 +00:00
"loadDataHeader": {
"message": "Φόρτωσε τα δεδομένων σου",
2018-08-31 20:50:28 +00:00
"description": "Header shown on the first screen in the data import process"
},
2018-08-31 20:50:28 +00:00
"loadDataDescription": {
"message": "Μόλις ολοκλήρωσες τη διαδικασία εξαγωγής. Οι επαφές και τα μηνύματά σου περιμένουν υπομονετικά τον υπολογιστή σου. Επέλεξε το φάκελο που περιέχει τα αποθηκευμένα δεδομένα του Signal.",
2018-08-31 20:50:28 +00:00
"description": "Introduction to the process of importing messages and contacts from disk"
},
2018-08-31 20:50:28 +00:00
"importChooserTitle": {
"message": "Επέλεξε το φάκελο με τα δεδομένα που εξήχθησαν",
2018-08-31 20:50:28 +00:00
"description": "Title of the popup window used to select data previously exported"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorHeader": {
"message": "Κάτι πήγε στραβά!",
"description": "Header of the error screen after a failed import"
},
2018-08-31 20:50:28 +00:00
"importingHeader": {
2019-09-13 20:59:54 +00:00
"message": "Φόρτωση επαφών και μηνυμάτων",
2018-08-31 20:50:28 +00:00
"description": "Header of screen shown as data is import"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorFirst": {
"message": "Βεβαιώσου ότι έχεις επιλέξει το σωστό φάκελο που περιέχει τα αποθηκευμένα δεδομένα του Signal. Το όνομά του θα πρέπει να ξεκινά με 'Signal Export.' Μπορείς επίσης να αποθηκεύσεις ένα νέο αντίγραφο των δεδομένων σου από την εφαρμογή Chrome.",
2018-08-31 20:50:28 +00:00
"description": "Message shown if the import went wrong; first paragraph"
},
2018-08-31 20:50:28 +00:00
"importErrorSecond": {
"message": "Αν αυτά τα βήματα δεν σε βοήθησαν, παρακαλώ να υποβάλλεις ένα αρχείο καταγραφής αποσφαλμάτωσης (Προβολή -> Αρχείο Αποσφαλμάτωσης) για να μπορέσουμε να σε βοηθήσουμε με τη μεταφορά!",
2018-08-31 20:50:28 +00:00
"description": "Message shown if the import went wrong; second paragraph"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"importAgain": {
"message": "Επέλεξε φάκελο και προσπαθήστε ξανά",
2018-08-31 20:50:28 +00:00
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
2018-08-31 20:50:28 +00:00
"importCompleteHeader": {
"message": "Επιτυχία!",
"description": "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteStartButton": {
"message": "Ξεκίνα να χρησιμοποιείς το Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Button shown at end of successful import process, nothing left but a restart"
},
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton": {
"message": "Σύνδεση αυτής της συσκευής με το τηλέφωνό σου",
2018-08-31 20:50:28 +00:00
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
2018-08-31 20:50:28 +00:00
"selectedLocation": {
"message": "η τοποθεσία που επέλεξες",
2018-08-31 20:50:28 +00:00
"description": "Message shown as the export location if we didn't capture the target directory"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"upgradingDatabase": {
"message": "Αναβάθμιση βάσης δεδομένων. Αυτό μπορεί να πάρει κάποια ώρα...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"loadingMessages": {
"message": "Φόρτωση μηνυμάτων. $count$ μέχρι στιγμής...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"view": {
"message": "Εμφάνιση",
"description": "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
},
"youLeftTheGroup": {
2020-09-22 00:22:24 +00:00
"message": "Δεν είσαι πλέον μέλος της ομάδας.",
"description": "Displayed when a user can't send a message because they have left the group"
},
2020-12-10 18:48:32 +00:00
"invalidConversation": {
"message": "Αυτή η ομάδα δεν είναι έγκυρη. Παρακαλώ δημιούργησε μια νέα ομάδα.",
"description": "Displayed when a user can't send a message because something has gone wrong in the conversation."
},
2018-08-31 20:50:28 +00:00
"scrollDown": {
"message": "Μετάβαση στο τέλος της συνομιλίας",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
},
2018-08-31 20:50:28 +00:00
"messagesBelow": {
"message": "Νέα μηνύματα παρακάτω",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
2018-08-31 20:50:28 +00:00
"unreadMessage": {
"message": "1 μη αναγνωσμένο μήνυμα",
"description": "Text for unread message separator, just one message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"unreadMessages": {
"message": "$count$ μη αναγνωσμένα μηνύματα",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2020-04-29 23:20:42 +00:00
"messageHistoryUnsynced": {
"message": "Για την ασφάλειά σου, το ιστορικό των συνομιλιών δεν μεταφέρεται σε νέες συνδεμένες συσκευές.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when a user links a new device to explain what is not supported."
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified": {
"message": "Σημείωσες τον αριθμό ασφαλείας σου με τον/την $name$ ως επιβεβαιωμένο.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified": {
"message": "Σημείωσες τον αριθμό ασφαλείας σου με τον/την $name$ ως μη επιβεβαιωμένο.",
2018-08-31 20:50:28 +00:00
"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"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice": {
"message": "Σημείωσες τον αριθμό ασφαλείας σου με τον/την $name$ ως επιβεβαιωμένο από άλλη συσκευή.",
2018-08-31 20:50:28 +00:00
"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"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice": {
"message": "Σημείωσες τον αριθμό ασφαλείας σας με τον/την $name$ ως μη επιβεβαιωμένο από άλλη συσκευή.",
2018-08-31 20:50:28 +00:00
"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"
}
}
},
2018-08-31 20:50:28 +00:00
"membersNeedingVerification": {
"message": "Οι αριθμοί ασφαλείας σου με αυτά τα μέλη της ομάδας άλλαξαν από την τελευταία φορά που επιβεβαιώθηκαν. Κάνε κλικ σε ένα μέλος της ομάδας για να δείς το νέο αριθμό ασφαλείας με αυτόν/ην.",
2018-08-31 20:50:28 +00:00
"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."
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
2020-09-22 00:22:24 +00:00
"message": "Ο αριθμός ασφαλείας που προσπαθείς να επιβεβαιώσεις έχει αλλάξει. Παρακαλώ επιβεβαίωσε το νέο αριθμό ασφαλείας με τον/την $name1$. Θυμήσου, αυτή η αλλαγή μπορεί να σημαίνει πως κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας ή απλά πως ο/η $name2$ επανεγκατέστησε το Signal.",
2018-08-31 20:50:28 +00:00
"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": {
2020-08-13 23:26:29 +00:00
"name1": {
2018-08-31 20:50:28 +00:00
"content": "$1",
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2018-08-31 20:50:28 +00:00
}
}
2018-07-18 17:47:58 +00:00
},
2020-08-13 23:26:29 +00:00
"changedVerificationWarning": {
"message": "Τα παρακάτω άτομα ίσως επανεγκατεστησαν το Signal ή άλλαξαν συσκευή. Επαλήθευσε τους αριθμούς ασφαλείας με αυτά, για να διασφαλίσεις την ιδιωτικότητα.",
2018-08-31 20:50:28 +00:00
"description": "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
2020-09-22 00:22:24 +00:00
"message": "Ο αριθμός ασφαλείας σου με τον/την $name1$ έχει αλλάξει. Αυτό μπορεί να σημαίνει είτε ότι κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας είτε απλά ότι ο/η $name2$ επανεγκατέστησε το Signal. Ίσως θες να επαληθεύσεις τον αριθμό ασφαλείας σου με αυτή την επαφή. ",
2018-08-31 20:50:28 +00:00
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
2016-10-07 10:13:47 +00:00
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2016-10-07 10:13:47 +00:00
"content": "$1",
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2016-10-07 10:13:47 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"sendAnyway": {
2019-09-13 20:59:54 +00:00
"message": "Αποστολή παρ' όλα αυτά",
2018-08-31 20:50:28 +00:00
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
2020-09-22 00:22:24 +00:00
"callAnyway": {
"message": "Κλήση παρ' όλα αυτά",
"description": "Used on a warning dialog to make it clear that it might be risky to call the conversation."
},
2020-12-10 18:48:32 +00:00
"continueCall": {
"message": "Συνέχεια κλήσης",
"description": "Used on a warning dialog to make it clear that it might be risky to continue the group call."
},
2018-08-31 20:50:28 +00:00
"noLongerVerified": {
"message": "Ο αριθμός ασφαλείας σουμε τον/την $name$ έχει αλλάξει και δεν είναι πλέον επιβεβαιωμένος. Κάνε κλικ για εμφάνιση.",
2020-09-22 00:22:24 +00:00
"description": "Shown in conversation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified": {
"message": "Οι αριθμοί ασφαλείας σου με πολλαπλά μέλη αυτής της ομάδας άλλαξαν και δεν είναι πλέον επιβεβαιωμένοι. Κάνε κλικ για εμφάνιση.",
2018-08-31 20:50:28 +00:00
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogExplanation": {
"message": "Αυτό το αρχείο καταγραφής συμβάντων θα αναρτηθεί δημόσια στο διαδίκτυο για προβολή από τους συνεισφέροντες. Μπορείς να το εξετάσεις και να το επεξεργαστείς πριν το υποβάλλεις.",
2018-08-31 20:50:28 +00:00
"description": ""
},
"debugLogError": {
"message": "Κάτι πήγε στραβά με τη φόρτωση του αρχείου! Παρακαλώ, αν θες, ανέβασε χειροκίνητα το αρχείο στο σφάλμα που θα υποβάλλεις.",
2018-08-31 20:50:28 +00:00
"description": ""
2018-07-18 17:47:58 +00:00
},
"debugLogCopy": {
"message": "Αντιγραφή",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopyAlt": {
"message": "Αντιγραφή συνδέσμου στο πρόχειρο",
"description": "Shown as the alt text for the copy button on the debug log screen"
},
"debugLogLinkCopied": {
"message": "Ο σύνδεσμος αντιγράφτηκε στο πρόχειρο",
2020-09-22 00:22:24 +00:00
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
2016-04-28 18:15:45 +00:00
"reportIssue": {
"message": "Υποβολή τεχνικού θέματος",
2016-04-28 18:15:45 +00:00
"description": "Link to open the issue tracker"
},
2018-08-31 20:50:28 +00:00
"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."
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"submit": {
"message": "Υποβολή",
"description": ""
},
2018-08-31 20:50:28 +00:00
"acceptNewKey": {
"message": "Αποδοχή",
"description": "Label for a button to accept a new safety number"
},
2018-08-31 20:50:28 +00:00
"verify": {
"message": "Σημείωση ως επιβεβαιωμένο",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unverify": {
"message": "Σημείωση ως μη επιβεβαιωμένο",
"description": ""
},
2018-08-31 20:50:28 +00:00
"isVerified": {
"message": "Επιβεβαίωσες τον αριθμό ασφαλείας με τον/την $name$.",
2018-08-31 20:50:28 +00:00
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"isNotVerified": {
"message": "Δεν έχεις επιβεβαιώσει τον αριθμό ασφαλείας με τον/την $name$.",
2018-08-31 20:50:28 +00:00
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"verified": {
"message": "Επιβεβαιωμένο",
"description": ""
2016-05-11 01:22:56 +00:00
},
2018-08-31 20:50:28 +00:00
"newIdentity": {
"message": "Νέος αριθμός ασφαλείας",
"description": "Header for a key change dialog"
},
2018-08-31 20:50:28 +00:00
"identityChanged": {
"message": "Ο αριθμός ασφαλείας σου με αυτήν την επαφή έχει αλλάξει. Αυτό θα μπορούσε είτε να σημαίνει ότι κάποιος προσπαθεί να υποκλέψει την επικοινωνία σας, είτε αυτή η επαφή απλώς επανεγκαταστήσει το Signal. Αν θες μπορείς να επαληθεύσεις το νέο αριθμό ασφαλείας παρακάτω.",
2018-08-31 20:50:28 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"incomingError": {
"message": "Σφάλμα κατά την διαχείριση εισερχόμενου μηνύματος.",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"media": {
"message": "Μέσα ",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
"mediaEmptyState": {
"message": "Δεν έχεις πολυμέσα σε αυτή τη συνομιλία",
2018-08-31 20:50:28 +00:00
"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": "Δεν έχεις έγγραφα σε αυτή τη συνομιλία",
2018-08-31 20:50:28 +00:00
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
2018-07-18 17:47:58 +00:00
},
2018-05-02 16:29:36 +00:00
"today": {
"message": "Σήμερα",
2018-05-02 16:29:36 +00:00
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"yesterday": {
"message": "Χθες",
2018-08-31 20:50:28 +00:00
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"thisWeek": {
"message": "Αυτή την εβδομάδα",
"description": "Section header in the media gallery"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"thisMonth": {
"message": "Αυτό τον μήνα",
"description": "Section header in the media gallery"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"unsupportedAttachment": {
"message": "Μη υποστηριζόμενος τύπος συνημμένου. Κάνε κλικ για αποθήκευση.",
2018-08-31 20:50:28 +00:00
"description": "Displayed for incoming unsupported attachment"
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"clickToSave": {
"message": "Κάνε κλικ για αποθήκευση.",
2018-08-31 20:50:28 +00:00
"description": "Hover text for attachment filenames"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"unnamedFile": {
"message": "Ανώνυμο αρχείο",
"description": "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"voiceMessage": {
"message": "Φωνητικό μήνυμα",
2018-08-31 20:50:28 +00:00
"description": "Name for a voice message attachment"
2018-07-18 17:47:58 +00:00
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
"message": "Ο τύπος του συνημμένου δεν επιτρέπεται για λόγους ασφαλείας",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
2019-02-04 19:53:59 +00:00
"loadingPreview": {
2019-04-08 21:16:09 +00:00
"message": "Φόρτωση προεσκόπισης...",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
"message": "Πρόχειρη προεσκόπιση συνδέσμου για $domain$",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
"message": "Προεσκόπιση συνδέσμου για $domain$",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
2019-01-16 23:29:04 +00:00
"stagedImageAttachment": {
2019-04-08 21:16:09 +00:00
"message": "Πρόχειρη συνημμένη εικόνα: $path$",
2019-01-16 23:29:04 +00:00
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
2019-04-08 21:16:09 +00:00
"message": "Για συνημμένα αρχεία που δεν είναι εικόνες, το όριο είναι ένα αρχείο ανά μήνυμα.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
2020-08-13 23:26:29 +00:00
"cannotMixImageAndNonImageAttachments": {
"message": "Δεν μπορείς να επισυνάψεις εικόνες μαζί με αρχεία άλλου τύπου στο ίδιο μήνυμα.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "Δεν μπορείς να προσθέσεις άλλα συνημμένα σε αυτό το μήνυμα.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
2018-08-31 20:50:28 +00:00
"fileSizeWarning": {
"message": "Δυστυχώς το επιλεγμένο αρχείο υπερβαίνει το όριο μεγέθους μηνυμάτων.",
"description": ""
},
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment": {
"message": "Δεν είναι δυνατή η φόρτωση του επιλεγμένου συνημμένου.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"disconnected": {
"message": "Αποσυνδέθηκε",
2018-08-31 20:50:28 +00:00
"description": "Displayed when the desktop client cannot connect to the server."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"connecting": {
"message": "Συνδέεται",
"description": "Displayed when the desktop client is currently connecting to the server."
2018-05-02 16:29:36 +00:00
},
2020-04-29 23:20:42 +00:00
"connect": {
"message": "Σύνδεση",
2020-04-29 23:20:42 +00:00
"description": "Shown to allow the user to manually attempt a reconnect."
},
"connectingHangOn": {
"message": "Δεν θα πάρει πολύ...",
"description": "Subtext description for when the client is connecting to the server."
},
2018-08-31 20:50:28 +00:00
"offline": {
"message": "Εκτός σύνδεσης",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Έλεγξε τη σύνδεση στο δικτύου.",
2018-08-31 20:50:28 +00:00
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
"message": "Αρχείο καταγραφής αποσφαλμάτωσης",
"description": "Menu item and header text for debug log modal (sentence case)"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLog": {
"message": "Αρχείο καταγραφής αποσφαλμάτωσης",
"description": "View menu item to open the debug log (title case)"
2016-06-30 01:12:20 +00:00
},
2019-11-22 18:45:12 +00:00
"helpMenuShowKeyboardShortcuts": {
"message": "Προβολή συντομεύσεων πληκτρολογίου",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
"contactUs": {
"message": "Επικοινωνία",
"description": "Item under the help menu, takes you to the contact us support page"
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
2019-09-13 20:59:54 +00:00
"message": "Μετάβαση στις Σημειώσεις έκδοσης",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, takes you to GitHub page for release notes"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"goToForums": {
"message": "Μετάβαση στα Forum",
"description": "Item under the Help menu, takes you to the forums"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"goToSupportPage": {
2019-09-13 20:59:54 +00:00
"message": "Μετάβαση στη Σελίδα υποστήριξης",
2018-08-31 20:50:28 +00:00
"description": "Item under the Help menu, takes you to the support page"
},
"joinTheBeta": {
"message": "Βάλε τη Beta έκδοση",
"description": "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
2018-05-02 16:29:36 +00:00
},
2018-07-18 17:47:58 +00:00
"signalDesktopPreferences": {
"message": "Επιλογές Signal Desktop",
2018-07-18 17:47:58 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2020-01-24 00:01:22 +00:00
"signalDesktopStickerCreator": {
"message": "Δημιουργός πακέτου αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop": {
"message": "Σχετικά με το Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
2018-08-31 20:50:28 +00:00
"speech": {
"message": "Ομιλία",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
2018-08-31 20:50:28 +00:00
"show": {
"message": "Εμφάνιση",
"description": "Command under Window menu, to show the window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"hide": {
"message": "Σμίκρυνση",
"description": "Command in the tray icon menu, to hide the window"
},
"quit": {
"message": "Έξοδος",
"description": "Command in the tray icon menu, to quit the application"
},
2019-04-08 21:16:09 +00:00
"signalDesktop": {
2018-08-31 20:50:28 +00:00
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
2019-04-08 21:16:09 +00:00
"search": {
"message": "Αναζήτηση",
2018-08-31 20:50:28 +00:00
"description": "Placeholder text in the search input"
},
2020-09-22 00:22:24 +00:00
"clearSearch": {
2020-10-21 00:58:31 +00:00
"message": "Εκκαθάριση αναζήτησης",
2020-09-22 00:22:24 +00:00
"description": "Aria label for clear search button"
},
2019-09-13 20:59:54 +00:00
"searchIn": {
"message": "Αναζήτηση στο $conversationName$",
2019-09-13 20:59:54 +00:00
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"noSearchResults": {
2019-09-13 20:59:54 +00:00
"message": "Δευ υπάρχουν αποτελέσματα για \"$searchTerm$\"",
2019-04-08 21:16:09 +00:00
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation": {
"message": "Δεν βρέθηκαν αποτελέσματα για \"$searchTerm$\" στο $conversationName$",
2019-09-13 20:59:54 +00:00
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
2020-08-13 23:26:29 +00:00
"content": "$1",
"example": "dog"
},
"conversationName": {
2019-09-13 20:59:54 +00:00
"content": "$2",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"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"
},
2018-08-31 20:50:28 +00:00
"welcomeToSignal": {
"message": "Καλωσήλθες στο Signal",
"description": ""
},
2018-08-31 20:50:28 +00:00
"selectAContact": {
"message": "Διάλεξε μια επαφή ή μια ομάδα για να αρχίσεις να μιλάς.",
2018-08-31 20:50:28 +00:00
"description": ""
2018-07-18 17:47:58 +00:00
},
2019-01-16 23:29:04 +00:00
"typingAlt": {
2019-04-08 21:16:09 +00:00
"message": "Κινούμενη εικόνα που δείχνει πληκτρολόγηση για αυτή τη συζήτηση",
2020-09-22 00:22:24 +00:00
"description": "Used as the 'title' attribute for the typing animation"
2019-01-16 23:29:04 +00:00
},
2020-08-13 23:26:29 +00:00
"contactInAddressBook": {
2020-09-22 00:22:24 +00:00
"message": "Αυτό το άτομο είναι στις επαφές σου.",
2020-08-13 23:26:29 +00:00
"description": "Description of icon denoting that contact is from your address book"
},
2018-08-31 20:50:28 +00:00
"contactAvatarAlt": {
"message": "Εικόνα προφίλ της επαφής $name$",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"sendMessageToContact": {
2019-09-13 20:59:54 +00:00
"message": "Αποστολή μηνύματος",
2018-08-31 20:50:28 +00:00
"description": "Shown when you are sent a contact and that contact has a signal account"
},
"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"
},
2018-08-31 20:50:28 +00:00
"mobile": {
"message": "κινητό",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
2018-08-31 20:50:28 +00:00
"email": {
"message": "email",
"description": "Generic label shown if contact email has custom type but no label"
},
2018-08-31 20:50:28 +00:00
"phone": {
"message": "τηλέφωνο",
"description": "Generic label shown if contact phone has custom type but no label"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"address": {
"message": "διεύθυνση",
"description": "Generic label shown if contact address has custom type but no label"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"poBox": {
"message": "Τ.Θ.",
"description": "When rendering an address, used to provide context to a post office box"
2016-10-07 10:13:47 +00:00
},
2019-04-08 21:16:09 +00:00
"downloading": {
2019-09-13 20:59:54 +00:00
"message": "Κατεβαίνει",
2019-04-08 21:16:09 +00:00
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
2018-08-31 20:50:28 +00:00
"downloadAttachment": {
2019-09-13 20:59:54 +00:00
"message": "Λήψη συνημμένου",
2018-08-31 20:50:28 +00:00
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2016-10-07 10:13:47 +00:00
},
"reactToMessage": {
"message": "Αντίδραση στο μήνυμα",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
2018-08-31 20:50:28 +00:00
"replyToMessage": {
"message": "Απάντησε στο μήνυμα ",
2018-08-31 20:50:28 +00:00
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotFound": {
"message": "Δεν βρέθηκε το αρχικό μήνυμα",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable": {
"message": "Το αρχικό μήνυμα δεν είναι πλέον διαθέσιμο",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded": {
"message": "Το αρχικό μήνυμα βρέθηκε, αλλά δεν φορτώθηκε. Σκρόλαρε προς τα πάνω για να φορτωθεί.",
2018-08-31 20:50:28 +00:00
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2018-05-02 16:29:36 +00:00
},
"voiceRecordingInterruptedMax": {
"message": "Η ηχογράφηση του μηνύματος φωνής σταμάτησε γιατί ξεπεράστηκε το μέγιστο χρονικό όριο ηχογράφησης.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
"message": "Η ηχογράφηση του μηνύματος φωνής σταμάτησε γιατί πήγες σε άλλη εφαρμογή.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "Τα ηχογραφημένα μηνύματα έχουν χρονικό όριο 5 λεπτών. Η ηχογράφηση θα σταματήσει αν πας σε άλλη εφαρμογή.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment": {
"message": "Ένα μήνυμα φωνής μπορεί να έχει μόνο ένα συνημμένο.",
2019-01-16 23:29:04 +00:00
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
2020-01-24 00:01:22 +00:00
"attachmentSaved": {
"message": "Το συνημμένο αποθηκεύθηκε. Πάτα για προβολή στο φάκελο.",
2020-01-24 00:01:22 +00:00
"description": "Shown after user selects to save to downloads",
"placeholders": {
"name": {
"content": "$1",
"example": "proof.jpg"
}
}
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "Εσύ",
"description": "Shown when the user represented is the current user."
2018-08-31 20:50:28 +00:00
},
"replyingTo": {
2019-09-13 20:59:54 +00:00
"message": "Απάντηση προς $name$",
2018-08-31 20:50:28 +00:00
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded": {
"message": "Για να στείλεις μηνύματα ήχου, δώσε στο Signal Desktop πρόσβαση στο μικρόφωνό σου.",
2020-09-22 00:22:24 +00:00
"description": "Shown if the user attempts to send an audio message without audio permissions turned on"
2018-05-02 16:29:36 +00:00
},
2020-08-13 23:26:29 +00:00
"audioCallingPermissionNeeded": {
2020-09-22 00:22:24 +00:00
"message": "Για κλήσεις, θα πρέπει να δώσεις στο Signal Desktop πρόσβαση στο μικρόφωνο.",
"description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
2020-08-13 23:26:29 +00:00
},
"videoCallingPermissionNeeded": {
2020-09-22 00:22:24 +00:00
"message": "Για βιντεοκλήσεις, θα πρέπει να δώσεις στο Signal Desktop πρόσβαση στην κάμερα.",
"description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
2020-08-13 23:26:29 +00:00
},
2018-08-31 20:50:28 +00:00
"allowAccess": {
2020-09-22 00:22:24 +00:00
"message": "Να δοθεί πρόσβαση",
"description": "Button shown in popup asking to enable microphone/video permissions to send audio messages"
2016-04-07 19:27:03 +00:00
},
2018-08-31 20:50:28 +00:00
"showSettings": {
"message": "Εμφάνιση Ρυθμίσεων",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"audio": {
"message": "Ήχος",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
2018-08-31 20:50:28 +00:00
"video": {
"message": "Βίντεο",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"photo": {
"message": "Φωτογραφία ",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
2018-07-18 17:47:58 +00:00
},
2019-04-08 21:16:09 +00:00
"cannotUpdate": {
2019-09-13 20:59:54 +00:00
"message": "Αδυναμία αναβάθμισης",
2019-04-08 21:16:09 +00:00
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
"message": "Το Signal Desktop δεν μπόρεσε να αναβαθμιστεί, αλλά υπάρχει μια νέα έκδοση διαθέσιμη. Παρακαλώ πήγαινε στο $url$ και εγκατέστησε τη νέα έκδοση χειροκίνητα. Μετά είτε επικοινώνησε με την υποστήριξη ή καταχώρησε ένα αίτημα σφάλματος για αυτό το πρόβλημα.",
"description": "Shown if a general error happened while trying to install update package",
"placeholders": {
"url": {
"content": "$1",
"example": "https://signal.org/download"
}
}
2019-04-08 21:16:09 +00:00
},
"readOnlyVolume": {
"message": "Το Signal Desktop μάλλον βρίσκεται σε καραντίνα του macOS, και δεν θα μπορέσει να αναβαθμιστεί αυτόματα. Παρακαλώ προσπάθησε να μετακινήσεις το $app$ στο $folder$ με το Finder.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
"placeholders": {
"app": {
"content": "$1",
"example": "Signal.app"
},
"folder": {
"content": "$2",
"example": "/Applications"
}
}
2019-04-08 21:16:09 +00:00
},
2018-08-31 20:50:28 +00:00
"ok": {
"message": "OK",
"description": ""
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "Άκυρο",
"description": ""
2018-07-20 23:30:56 +00:00
},
"discard": {
"message": "Απόρριψη",
"description": ""
},
2018-08-31 20:50:28 +00:00
"failedToSend": {
"message": "Αποτυχία αποστολής σε μερικούς παραλήπτες. Έλεγξε τη σύνδεση δικτύου.",
2018-08-31 20:50:28 +00:00
"description": ""
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"error": {
"message": "Σφάλμα",
"description": ""
},
2018-08-31 20:50:28 +00:00
"messageDetail": {
2019-09-13 20:59:54 +00:00
"message": "Λεπτομέρειες μηνύματος",
2018-08-31 20:50:28 +00:00
"description": ""
2016-02-22 22:27:51 +00:00
},
2018-08-31 20:50:28 +00:00
"delete": {
"message": "Διαγραφή",
"description": ""
},
"deleteWarning": {
2020-10-21 00:58:31 +00:00
"message": "Πατώντας \"διαγραφή\", το μήνυμα αυτό θα σβηστεί μόνο από τις συσκευές σου.",
"description": "Text shown in the confirmation dialog for deleting a message locally"
},
"deleteForEveryoneWarning": {
2020-11-16 22:08:09 +00:00
"message": "Αυτό το μήνυμα θα διαγραφεί για όλους/ες στη συνομιλία, αν έχουν μια πρόσφατη έκδοση του Signal. Θα μπορούν να δούν ότι διέγραψες ένα μήνυμα.",
2020-10-21 00:58:31 +00:00
"description": "Text shown in the confirmation dialog for deleting a message for everyone"
2018-08-31 20:50:28 +00:00
},
"deleteThisMessage": {
"message": "Διαγραφή αυτού του μηνύματος",
"description": ""
},
"from": {
"message": "Από",
"description": "Label for the sender of a message"
},
"to": {
2019-11-11 17:55:59 +00:00
"message": "Προς",
2018-08-31 20:50:28 +00:00
"description": "Label for the receiver of a message"
},
2019-11-11 17:55:59 +00:00
"toJoiner": {
"message": "προς",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
2018-08-31 20:50:28 +00:00
"sent": {
"message": "Στάλθηκε",
"description": "Label for the time a message was sent"
},
"received": {
"message": "Ελήφθη",
2018-08-31 20:50:28 +00:00
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Αποστολή μηνύματος",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Μέλη ομάδας",
"description": ""
},
"showMembers": {
"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": ""
},
"viewRecentMedia": {
"message": "Προβολή πρόσφατων πολυμέσων",
2018-08-31 20:50:28 +00:00
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
"message": "Αν θέλεις να επιβεβαιώσεις την ασφάλεια της κρυπτογράφησης από άκρο σε άκρο με τον/την $name$, σύγκρινε τους παραπάνω αριθμούς με τους αριθμούς στη συσκευή του/της.",
2018-08-31 20:50:28 +00:00
"description": "",
2018-07-31 16:54:06 +00:00
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown": {
"message": "Δεν έχεις ανταλλάξει ακόμα μηνύματα με αυτήν την επαφή. Ο αριθμός ασφαλείας σου με αυτή θα είναι διαθέσιμος μετά το πρώτο μήνυμα.",
2018-08-31 20:50:28 +00:00
"description": ""
},
2020-09-22 00:22:24 +00:00
"goBack": {
2020-10-21 00:58:31 +00:00
"message": "Πίσω",
2020-09-22 00:22:24 +00:00
"description": "Label for back button in a conversation"
},
2018-08-31 20:50:28 +00:00
"moreInfo": {
2020-12-10 18:48:32 +00:00
"message": "Περισσότερες πληροφορίες",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
2018-08-31 20:50:28 +00:00
"retrySend": {
2019-09-13 20:59:54 +00:00
"message": "Επανάληψη αποστολής",
2020-09-22 00:22:24 +00:00
"description": "Shown on the drop-down menu for an individual message, but only if it is an outgoing message that failed to send"
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"deleteMessage": {
2020-10-21 00:58:31 +00:00
"message": "Διαγραφή μηνύματος για εμένα",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
2020-10-21 00:58:31 +00:00
"deleteMessageForEveryone": {
"message": "Διαγραφή μηνύματος για όλους",
"description": "Shown on the drop-down menu for an individual message, deletes single message for everyone"
},
2018-08-31 20:50:28 +00:00
"deleteMessages": {
2020-11-16 22:08:09 +00:00
"message": "Διαγραφή",
2018-08-31 20:50:28 +00:00
"description": "Menu item for deleting messages, title case."
},
2018-08-31 20:50:28 +00:00
"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": {
2019-09-13 20:59:54 +00:00
"message": "Εικόνα συνημμένη στο μήνυμα",
2018-08-31 20:50:28 +00:00
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
"message": "Στιγμιότυπο οθόνης του βίντεο που έχει επισυναφθεί στο μήνυμα",
"description": "Used in alt tag of video attachment preview"
2016-06-30 01:12:20 +00:00
},
"lightboxImageAlt": {
2019-09-13 20:59:54 +00:00
"message": "Η εικόνα στάλθηκε στη συνομιλία",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
2019-01-16 23:29:04 +00:00
"imageCaptionIconAlt": {
2019-09-13 20:59:54 +00:00
"message": "Εικονίδιο που δείχνει ότι αυτή η εικόνα έχει λεζάντα",
2019-01-16 23:29:04 +00:00
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
2019-02-04 19:53:59 +00:00
"message": "Προσθήκη λεζάντας...",
2020-09-22 00:22:24 +00:00
"description": "Used as the placeholder text in the caption editor text field"
2019-01-16 23:29:04 +00:00
},
"save": {
"message": "Αποθήκευση",
2020-09-22 00:22:24 +00:00
"description": "Used as a 'commit changes' button in the Caption Editor for outgoing image attachments"
2019-01-16 23:29:04 +00:00
},
2018-08-31 20:50:28 +00:00
"fileIconAlt": {
"message": "Εικονίδιο αρχείου",
"description": "Used in the media gallery documents tab to visually represent a file"
},
2018-08-31 20:50:28 +00:00
"installWelcome": {
"message": "Καλωσόρισες στο Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Welcome title on the install page"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"installTagline": {
"message": "Η ιδιωτικότητα είναι εφικτή. Το Signal την κάνει εύκολη.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "Σύνδεσε το τηλέφωνό σου με το Signal Desktop",
2020-09-22 00:22:24 +00:00
"description": "Shown on the front page when the application first starts, above the QR code"
2018-07-18 17:47:58 +00:00
},
2018-05-02 16:29:36 +00:00
"signalSettings": {
"message": "Ρυθμίσεις του Signal",
2018-05-02 16:29:36 +00:00
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
2018-08-31 20:50:28 +00:00
"linkedDevices": {
"message": "Συνδεμένες συσκευές ",
2018-08-31 20:50:28 +00:00
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
2016-08-24 23:54:05 +00:00
},
2018-05-02 16:29:36 +00:00
"plusButton": {
"message": "Κουμπί '+'",
2018-05-02 16:29:36 +00:00
"description": "The button used in Signal Android to add a new linked device"
},
2018-08-31 20:50:28 +00:00
"linkNewDevice": {
"message": "Σύνδεση νέας συσκεύης",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
2018-08-31 20:50:28 +00:00
"deviceName": {
"message": "Όνομα συσκεύης",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
2018-08-31 20:50:28 +00:00
"chooseDeviceName": {
"message": "Διάλεξε το όνομα αυτής της συσκευής ",
2018-08-31 20:50:28 +00:00
"description": "The header shown on the 'choose device name' screen in the device linking process"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"finishLinkingPhone": {
"message": "Ολοκλήρωση σύνδεσης του τηλεφώνου",
2018-08-31 20:50:28 +00:00
"description": "The text on the button to finish the linking process, after choosing the device name"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"initialSync": {
"message": "Συγχρονισμός ομάδων και επαφών",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"installConnectionFailed": {
"message": "Αποτυχία σύνδεσης με τον διακομιστή.",
"description": "Displayed when we can't connect to the server."
},
2018-08-31 20:50:28 +00:00
"installTooManyDevices": {
"message": "Δυστυχώς, έχεις ήδη πολλές συσκευές συνδεμένες. Προσπάθησε να αφαιρέσεις μερικές.",
"description": ""
},
"installTooOld": {
"message": "Αναβάθμισε το Signal σε αυτή τη συσκευή για να συνδέσεις το τηλέφωνό σου.",
"description": ""
},
"installErrorHeader": {
"message": "Κάτι πήγε στραβά!",
"description": ""
},
"installTryAgain": {
"message": "Ξαναπροσπάθησε",
"description": ""
},
2018-08-31 20:50:28 +00:00
"theme": {
"message": "Θέμα",
"description": "Header for theme settings"
2016-06-30 01:12:20 +00:00
},
2020-08-13 23:26:29 +00:00
"calling": {
"message": "Κλήσεις",
"description": "Header for calling options on the settings screen"
},
2020-10-21 00:58:31 +00:00
"calling__start": {
"message": "Έναρξη κλήσης",
"description": "Button label in the call lobby for starting a call"
},
"calling__join": {
"message": "Είσοδος στην κλήση",
"description": "Button label in the call lobby for joining a call"
},
2020-12-10 18:48:32 +00:00
"calling__return": {
"message": "Επιστροφή στην κλήση",
"description": "Button label in the call lobby for returning to a call"
},
"calling__call-is-full": {
"message": "Η κλήση είναι γεμάτη",
"description": "Button label in the call lobby when you can't join because the call is full"
},
2020-10-21 00:58:31 +00:00
"calling__button--video-disabled": {
"message": "Κάμερα απενεργοποιημένη",
"description": "Button tooltip label when the camera is disabled"
},
"calling__button--video-off": {
"message": "Απενεργοποίηση κάμερας",
"description": "Button tooltip label for turning off the camera"
},
"calling__button--video-on": {
"message": "Ενεργοποίηση κάμερας",
"description": "Button tooltip label for turning on the camera"
},
"calling__button--audio-disabled": {
"message": "Μικρόφωνο απενεργοποιημένο",
"description": "Button tooltip label when the microphone is disabled"
},
"calling__button--audio-off": {
2020-12-10 18:48:32 +00:00
"message": "Σίγαση μικροφώνου",
2020-10-21 00:58:31 +00:00
"description": "Button tooltip label for turning off the microphone"
},
"calling__button--audio-on": {
"message": "Ενεργοποίηση μικροφώνου",
"description": "Button tooltip label for turning on the microphone"
},
"calling__your-video-is-off": {
"message": "Το βίντεό σου είναι απενεργοποιημένο",
"description": "Label in the calling lobby indicating that your camera is off"
},
2020-12-10 18:48:32 +00:00
"calling__lobby-summary--zero": {
"message": "Δεν είναι κανένας άλλος εδώ",
"description": "Shown in the calling lobby to describe who is in the call"
},
"calling__lobby-summary--single": {
"message": "Ο/Η $first$ είναι στην κλήση",
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
}
}
},
"calling__lobby-summary--self": {
"message": "Κάποια από τις άλλες συσκευές σου είναι στην κλήση",
"description": "Shown in the calling lobby to describe when it is just you"
},
"calling__lobby-summary--double": {
"message": "Οι $first$ και $second$ είναι στην κλήση",
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
}
}
},
"calling__lobby-summary--triple": {
"message": "Οι $first$, $second$ και $third$ είναι στην κλήση",
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
},
"third": {
"content": "$3",
"example": "April"
}
}
},
"calling__lobby-summary--many": {
"message": "Οι $first$, $second$ και $others$ ακόμα είναι στην κλήση",
"description": "Shown in the calling lobby to describe who is in the call",
"placeholders": {
"first": {
"content": "$1",
"example": "Sam"
},
"second": {
"content": "$2",
"example": "Cayce"
},
"others": {
"content": "$3",
"example": "5"
}
}
},
"calling__in-this-call--zero": {
"message": "Δεν είναι κανένας άλλος εδώ",
"description": "Shown in the participants list to describe how many people are in the call"
},
2020-11-16 22:08:09 +00:00
"calling__in-this-call--one": {
"message": "Σε αυτή τη κλήση · 1 άτομο",
"description": "Shown in the participants list to describe how many people are in the call"
},
"calling__in-this-call--many": {
"message": "Σε αυτή τη κλήση · $people$ άτομα",
"description": "Shown in the participants list to describe how many people are in the call",
"placeholders": {
"people": {
"content": "$1",
"example": "15"
}
}
},
2020-12-10 18:48:32 +00:00
"calling__you-have-blocked": {
"message": "Έχεις βάλει φραγή στον/ην $name$",
"description": "when you block someone and cannot view their video",
"placeholders": {
"name": {
"content": "$1",
"example": "Henry Richard"
}
}
},
"calling__block-info": {
"message": "Δεν θα μπορείς να λάβεις τον ήχο ή την εικόνα του/της και αυτός/ή δεν θα λαμβάνει τα δικά σου.",
"description": "Shown in the modal dialog to describe how blocking works in a gorup call"
},
2020-08-13 23:26:29 +00:00
"alwaysRelayCallsDescription": {
"message": "Αναμετάδοση κλήσεων πάντα",
"description": "Description of the always relay calls setting"
},
"alwaysRelayCallsDetail": {
"message": "Αναμετάδοση όλων των κλήσεων μέσω του σέρβερ Signal για να αποφύγεις την αποκάλυψη της διεύθυνσης IP σου στην επαφή. Η ενεργοποίηση θα ρίξει την ποιότητα των κλήσεων.",
"description": "Details describing the always relay calls setting"
},
2018-08-31 20:50:28 +00:00
"permissions": {
"message": "Άδειες",
"description": "Header for permissions section of settings"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"mediaPermissionsDescription": {
2020-09-22 00:22:24 +00:00
"message": "Να δοθεί πρόσβαση στο μικρόφωνο",
2020-08-13 23:26:29 +00:00
"description": "Description of the media permission description"
},
"mediaCameraPermissionsDescription": {
2020-09-22 00:22:24 +00:00
"message": "Να δοθεί πρόσβαση στην κάμερα",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
2019-02-04 19:53:59 +00:00
"general": {
2019-04-08 21:16:09 +00:00
"message": "Γενικά",
2019-02-04 19:53:59 +00:00
"description": "Header for general options on the settings screen"
},
2018-08-31 20:50:28 +00:00
"spellCheckDescription": {
"message": "Ενεργοποίηση ορθογραφικού ελέγχου του κειμένου που εισάγεται στο παράθυρο σύνθεσης μηνύματος",
"description": "Description of the media permission description"
},
2020-04-29 23:20:42 +00:00
"spellCheckWillBeEnabled": {
"message": "Ο ορθογραφικός έλεγχος θα ενεργοποιηθεί κατά την επόμενη εκκίνηση του Signal.",
2020-04-29 23:20:42 +00:00
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "Ο ορθογραφικός έλεγχος θα απενεργοποιηθεί κατά την επόμενη εκκίνηση του Signal.",
2020-04-29 23:20:42 +00:00
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
2018-08-31 20:50:28 +00:00
"clearDataHeader": {
2019-09-13 20:59:54 +00:00
"message": "Εκκαθάριση δεδομένων",
2018-08-31 20:50:28 +00:00
"description": "Header in the settings dialog for the section dealing with data deletion"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"clearDataExplanation": {
"message": "Αυτό θα διαγράψει όλα τα δεδομένα της εφαρμογή, αφαιρώντας όλα τα μηνύματα και τις αποθηκευμένες πληροφορίες λογαριασμού",
"description": "Text describing what the clear data button will do."
},
2018-08-31 20:50:28 +00:00
"clearDataButton": {
"message": "Εκκαθάριση δεδομένων",
"description": "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader": {
"message": "Διαγραφή όλων των δεδομένων;",
"description": "Header of the full-screen delete data confirmation screen"
},
2018-08-31 20:50:28 +00:00
"deleteAllDataBody": {
"message": "Πρόκειται να διαγράψεις όλες τις αποθηκευμένες πληροφορίες λογαριασμού αυτής της εφαρμογής, συμπεριλαμβανομένων όλων των επαφών και όλων των μηνυμάτων. Μπορείς βέβαια να ξανασυνδέσεις την εφαρμογή με το κινητό σου, αλλά αυτό δεν θα επαναφέρει τα σβησμένα μηνύματα.",
2018-08-31 20:50:28 +00:00
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "Διαγραφή όλων των δεδομένων",
"description": "Text of the button that deletes all data"
},
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress": {
"message": "Αποσύνδεση και διαγραφή όλων των δεδομένων",
"description": "Message shown to user when app is disconnected and data deleted"
},
"deleteOldIndexedDBData": {
"message": "Υπάρχουν παρωχημένα δεδομένα από μια προηγούμενη εγκατάσταση του Signal Desktop. Αν επιλέξεις να συνεχίσεις, αυτά θα διαγραφτούν και θα ξεκινήσεις απ' την αρχή.",
"description": "Shown if user last ran Signal Desktop before October 2018"
},
"deleteOldData": {
"message": "Διαγραφή παλιών δεδομένων",
"description": "Button to make the delete happen"
},
2018-08-31 20:50:28 +00:00
"notifications": {
"message": "Ειδοποιήσεις",
"description": "Header for notification settings"
},
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog": {
"message": "Κατά την λήψη μηνυμάτων, εμφάνιση ειδοποιήσεων που αποκαλύπτουν:",
"description": "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disableNotifications": {
"message": "Απενεργοποίηση ειδοποιήσεων",
"description": "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"nameAndMessage": {
2020-09-22 00:22:24 +00:00
"message": "Όνομα, περιεχόμενο και ενέργειες",
2018-08-31 20:50:28 +00:00
"description": "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"noNameOrMessage": {
2020-09-22 00:22:24 +00:00
"message": "Χωρίς όνομα και περιεχόμενο",
2018-08-31 20:50:28 +00:00
"description": "Label for setting notifications to display no name and no message text"
},
2018-08-31 20:50:28 +00:00
"nameOnly": {
2020-09-22 00:22:24 +00:00
"message": "Μόνο όνομα",
2018-08-31 20:50:28 +00:00
"description": "Label for setting notifications to display sender name only"
2016-04-28 18:15:45 +00:00
},
2018-08-31 20:50:28 +00:00
"newMessage": {
2019-09-13 20:59:54 +00:00
"message": "Νέο μήνυμα",
2018-08-31 20:50:28 +00:00
"description": "Displayed in notifications for only 1 message"
},
2020-09-22 00:22:24 +00:00
"notificationSenderInGroup": {
"message": "$sender$ σε $group$",
"description": "Displayed in notifications for messages in a group",
2020-01-24 00:01:22 +00:00
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
2020-09-22 00:22:24 +00:00
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
2020-01-24 00:01:22 +00:00
}
}
},
2020-09-22 00:22:24 +00:00
"notificationReaction": {
"message": "Ο/Η $sender$ αντέδρασε με $emoji$ στο μήνυμά σας",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMessage": {
"message": "Ο/Η $sender$ αντέδρασε με $emoji$ στο: $message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
2018-08-31 20:50:28 +00:00
"sendFailed": {
"message": "Αποτυχία αποστολής",
"description": "Shown on outgoing message if it fails to send"
},
2020-08-13 23:26:29 +00:00
"partiallySent": {
2020-09-22 00:22:24 +00:00
"message": "Στάλθηκε εν μέρει, κλικ για λεπτομέρειες",
2020-08-13 23:26:29 +00:00
"description": "Shown on outgoing message if it is partially sent"
},
2018-08-31 20:50:28 +00:00
"showMore": {
"message": "Λεπτομέρειες",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "Απόκρυψη λεπτομερειών",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "Μάθε περισσότερα σχετικά με την επιβεβαίωση των αριθμών ασφαλείας",
2018-08-31 20:50:28 +00:00
"description": "Text that links to a support article on verifying safety numbers"
},
2016-04-07 19:27:03 +00:00
"expiredWarning": {
"message": "Αυτή η έκδοση του Signal Desktop έχει λήξει. Αναβάθμισε στην πιο πρόσφατη έκδοση για να συνεχίσεις τις συνομιλίες σου.",
2016-04-07 19:27:03 +00:00
"description": "Warning notification that this version of the app has expired"
},
2018-08-31 20:50:28 +00:00
"upgrade": {
"message": "Αναβάθμιση",
"description": "Label text for button to upgrade the app to the latest version"
},
2018-08-31 20:50:28 +00:00
"mediaMessage": {
"message": "Μήνυμα πολυμέσων",
2018-08-31 20:50:28 +00:00
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2018-08-31 20:50:28 +00:00
"unregisteredUser": {
"message": "Ο αριθμός δεν είναι καταχωρημένος",
"description": "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"sync": {
"message": "Επαφές",
"description": "Label for contact and group sync settings"
},
2018-08-31 20:50:28 +00:00
"syncExplanation": {
"message": "Εισαγωγή όλων των ομάδων και επαφών Signal από το κινητό σου.",
2018-08-31 20:50:28 +00:00
"description": "Explanatory text for sync settings"
},
2018-08-31 20:50:28 +00:00
"lastSynced": {
"message": "Τελευταία εισαγωγή στις",
"description": "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"syncNow": {
"message": "Εισαγωγή τώρα",
"description": "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"syncing": {
"message": "Εισαγωγή...",
"description": "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"syncFailed": {
"message": "Η εισαγωγή απέτυχε. Βεβαιώσου ότι ο υπολογιστής και το τηλέφωνό σου είναι συνδεμένα στο διαδίκτυο.",
2018-08-31 20:50:28 +00:00
"description": "Informational text displayed if a sync operation times out."
},
2018-08-31 20:50:28 +00:00
"timestamp_s": {
"message": "τώρα",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
2019-11-11 17:55:59 +00:00
"message": "1λ",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
2019-11-11 17:55:59 +00:00
"message": "1ω",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
2018-07-18 17:47:58 +00:00
"hoursAgo": {
"message": "$hours$ώ",
2018-07-18 17:47:58 +00:00
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
2018-08-31 20:50:28 +00:00
"minutesAgo": {
"message": "$minutes$λ",
2018-08-31 20:50:28 +00:00
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
2016-02-11 20:36:07 +00:00
},
2018-08-31 20:50:28 +00:00
"justNow": {
"message": "τώρα",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
2018-08-31 20:50:28 +00:00
"timestampFormat_M": {
"message": "D MMM",
2018-08-31 20:50:28 +00:00
"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'."
2018-05-02 16:29:36 +00:00
},
2019-09-13 20:59:54 +00:00
"messageBodyTooLong": {
"message": "Το περιεχόμενο του μηνύματος είναι πολύ μεγάλο.",
"description": "Shown if the user tries to send more than 64kb of text"
},
2018-08-31 20:50:28 +00:00
"unblockToSend": {
"message": "Βγάλε τη φραγή για αυτή την επαφή για να στείλεις μηνύματα.",
2018-08-31 20:50:28 +00:00
"description": "Brief message shown when trying to message a blocked number"
},
2018-10-16 00:32:32 +00:00
"unblockGroupToSend": {
"message": "Βγάλε τη φραγή για αυτή την ομάδα για να στείλεις ένα μήνυμα.",
2018-10-16 00:32:32 +00:00
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
2020-09-22 00:22:24 +00:00
"message": "Όρισες το χρόνο που εξαφανίζονται τα μηνύματα σε $time$.",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerSetOnSync": {
2020-09-22 00:22:24 +00:00
"message": "Ο χρόνος εξαφάνισης των μηνυμάτων άλλαξε σε $time$.",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2020-09-22 00:22:24 +00:00
"timerSetByMember": {
"message": "Ένα μέλος όρισε το χρόνο εξαφάνισης των μηνυμάτων σε $time$.",
"description": "Message displayed when timer is by an unknown group member.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer": {
2020-09-22 00:22:24 +00:00
"message": "Ο/Η $name$ όρισε το χρόνο εξαφάνισης των μηνυμάτων σε $time$.",
2018-08-31 20:50:28 +00:00
"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"
}
}
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds": {
"message": "απενεργοποιημένο",
"description": "Label for option to turn off message expiration in the timer menu"
2016-03-17 22:05:27 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds": {
"message": "5 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds": {
"message": "10 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds": {
"message": "30 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute": {
"message": "1 λεπτό",
"description": "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes": {
"message": "5 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes": {
"message": "30 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour": {
"message": "1 ώρα",
2018-07-18 17:47:58 +00:00
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours": {
"message": "6 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours": {
"message": "12 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day": {
"message": "1 ημέρα",
"description": "Label for a selectable option in the message expiration timer menu"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week": {
"message": "1 εβδομάδα",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessages": {
"message": "Μηνύματα που εξαφανίζονται",
"description": "Conversation menu option to enable disappearing messages"
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "κλειστό",
2018-08-31 20:50:28 +00:00
"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": {
2019-09-13 20:59:54 +00:00
"message": "1ημ",
2018-08-31 20:50:28 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2016-10-07 10:13:47 +00:00
"timerOption_1_week_abbreviated": {
2019-09-13 20:59:54 +00:00
"message": "1εβ",
2016-10-08 14:40:13 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled": {
"message": "Απενεργοποιήθηκαν τα μηνύματα που εξαφανίζονται",
"description": "Displayed in the left pane when the timer is turned off"
2018-07-20 23:30:56 +00:00
},
2020-09-22 00:22:24 +00:00
"disappearingMessagesDisabledByMember": {
"message": "Ένα μέλος απενεργοποίησε τα μηνύματα που εξαφανίζονται.",
"description": "Displayed in the left pane when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages": {
2020-09-22 00:22:24 +00:00
"message": "Ο/Η $name$ απενεργοποίησε τα μηνύματα που εξαφανίζονται.",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages": {
2020-08-13 23:26:29 +00:00
"message": "Απενεργοποίησες τα μηνύματα που εξαφανίζονται.",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"timerSetTo": {
"message": "Ο χρόνος έχει οριστεί σε $time$",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "1w"
}
}
},
2018-08-31 20:50:28 +00:00
"audioNotificationDescription": {
"message": "Αναπαραγωγή ήχου ειδοποίησης",
"description": "Description for audio notification setting"
},
2020-08-13 23:26:29 +00:00
"callRingtoneNotificationDescription": {
2020-09-22 00:22:24 +00:00
"message": "Αναπαραγωγή ήχων κλήσης",
2020-08-13 23:26:29 +00:00
"description": "Description for call ringtone notification setting"
},
"callSystemNotificationDescription": {
2020-09-22 00:22:24 +00:00
"message": "Εμφάνιση ειδοποιήσεων για κλήσεις",
2020-08-13 23:26:29 +00:00
"description": "Description for call notification setting"
},
"incomingCallNotificationDescription": {
2020-09-22 00:22:24 +00:00
"message": "Ενεργοποίηση εισερχόμενων κλήσεων",
2020-08-13 23:26:29 +00:00
"description": "Description for incoming calls setting"
},
"contactChangedProfileName": {
2020-09-22 00:22:24 +00:00
"message": "Ο/Η $sender$ άλλαξε το όνομα προφίλ του/της από $oldProfile$ σε $newProfile$.",
2020-08-13 23:26:29 +00:00
"description": "Description for incoming calls setting",
"placeholders": {
"sender": {
"content": "$1",
"example": "Bob"
},
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
"changedProfileName": {
2020-09-22 00:22:24 +00:00
"message": "Ο/Η $oldProfile$ άλλαξε το όνομα προφίλ του σε $newProfile$.",
2020-08-13 23:26:29 +00:00
"description": "Shown when a contact not in your address book changes their profile name",
"placeholders": {
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
2018-08-31 20:50:28 +00:00
"safetyNumberChanged": {
2019-09-13 20:59:54 +00:00
"message": "Ο αριθμός ασφαλείας άλλαξε",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in the conversation when a contact reinstalls"
2018-05-02 16:29:36 +00:00
},
2020-08-13 23:26:29 +00:00
"safetyNumberChanges": {
"message": "Αλλαγές αριθμού ασφαλείας",
"description": "Title for safety number changed modal"
},
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup": {
2019-09-13 20:59:54 +00:00
"message": "Ο αριθμός ασφαλείας με τον/την $name$ άλλαξε.",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"verifyNewNumber": {
2019-09-13 20:59:54 +00:00
"message": "Επιβεβαίωση αριθμού ασφαλείας",
2018-08-31 20:50:28 +00:00
"description": "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
},
2020-10-21 00:58:31 +00:00
"cannotGenerateSafetyNumber": {
"message": "Αυτός ο/η χρήστης/τρια δεν μπορεί να επιβεβαιωθεί μέχρι να ανταλλάξεις μηνύματα μαζί του/της.",
"description": "Shown on the safety number screen if you have never exchanged messages with that contact"
},
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith": {
2020-09-22 00:22:24 +00:00
"message": "Ο αριθμός ασφαλείας σου με τον/την $name1$:",
2018-08-31 20:50:28 +00:00
"description": "Heading for safety number view",
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"themeLight": {
"message": "Φωτεινό",
"description": "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"themeDark": {
"message": "Σκοτεινό",
"description": "Label text for dark theme"
},
2019-09-13 20:59:54 +00:00
"themeSystem": {
"message": "Σύστημα",
"description": "Label text for system theme"
},
2019-04-08 21:16:09 +00:00
"noteToSelf": {
"message": "Μήνυμα σε μένα",
2019-04-08 21:16:09 +00:00
"description": "Name for the conversation with your own phone number"
},
2020-08-13 23:26:29 +00:00
"noteToSelfHero": {
"message": "Μπορείς να προσθέσεις σημειώσεις για δική σου χρήση σε αυτήν τη συνομιλία. Εάν ο λογαριασμός σου είναι συνδεμένος με άλλες συσκευές, οι νέες σημειώσεις θα συγχρονίζονται.",
"description": "Description for the Note to Self conversation"
},
2020-09-22 00:22:24 +00:00
"notificationDrawAttention": {
"message": "Να δίνεται έμφαση σε αυτό το παράθυρο όταν έρχεται νέα ειδοποίηση",
"description": "Label text for the setting that controls whether new notifications draw attention to the window"
},
2018-08-31 20:50:28 +00:00
"hideMenuBar": {
"message": "Απόκρυψη γραμμής μενού",
"description": "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"startConversation": {
2019-09-13 20:59:54 +00:00
"message": "Εκκίνηση νέας συνομιλίας...",
2018-08-31 20:50:28 +00:00
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
2020-04-29 23:20:42 +00:00
"notSupportedSMS": {
"message": "Τα μηνύματα SMS/MMS δεν υποστηρίζονται.",
2020-04-29 23:20:42 +00:00
"description": "Label underneath number informing user that SMS is not supported on desktop"
},
2018-08-31 20:50:28 +00:00
"newPhoneNumber": {
"message": "Γράψε έναν αριθμό τηλεφώνου για να δημιουργήσεις μια επαφή.",
2018-08-31 20:50:28 +00:00
"description": "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"invalidNumberError": {
"message": "Μη έγκυρος αριθμός",
"description": "When a person inputs a number that is invalid"
},
2018-08-31 20:50:28 +00:00
"unlinkedWarning": {
"message": "Επανασύνδεσε το Signal Desktop με το κινητό σου για να συνεχίσεις την ανταλλαγή μηνυμάτων.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unlinked": {
"message": "Αποσυνδεμένο",
"description": ""
},
2018-08-31 20:50:28 +00:00
"relink": {
"message": "Επανασύνδεση",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle": {
"message": "Διαθέσιμη ενημέρωση του Signal",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage": {
"message": "Μια νέα έκδοση του Signal είναι διαθέσιμη.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions": {
"message": "Πάτα Επανεκκίνηση για να εφαρμοστούν οι αναβαθμίσεις.",
2016-02-22 22:27:51 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel": {
"message": "Επανεκκίνηση του Signal",
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel": {
"message": "Αργότερα",
"description": ""
},
2018-08-31 20:50:28 +00:00
"leftTheGroup": {
"message": "Ο/Η $name$ αποχώρησε απ' την ομάδα.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup": {
"message": "Οι $name$ αποχώρησαν απ' την ομάδα.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"updatedTheGroup": {
"message": "Ο/Η $name$ ανανέωσε την ομάδα.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when someone updates the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"youUpdatedTheGroup": {
"message": "Ενημέρωσες την ομάδα",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when you update a group"
},
"updatedGroupAvatar": {
"message": "Το εικονίδιο της ομάδας ανανεώθηκε.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"titleIsNow": {
"message": "Το όνομα της ομάδας άλλαξε σε \"$name$\".",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone changes the title of the group",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Book Club"
2016-10-07 10:13:47 +00:00
}
}
},
2020-04-29 23:20:42 +00:00
"youJoinedTheGroup": {
"message": "Μπήκες στην ομάδα.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when you are added to a group."
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
"message": "Ο/Η $name$ μπήκε στην ομάδα.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person joins the group",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup": {
"message": "Οι $names$ μπήκαν στην ομάδα.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"names": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2020-08-13 23:26:29 +00:00
"ConversationListItem--message-request": {
"message": "Αίτημα μηνύματος",
"description": "Preview shown for conversation if the user has not yet accepted an incoming message request"
},
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix": {
"message": "Πρόχειρο:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
2020-09-22 00:22:24 +00:00
"message--getNotificationText--gif": {
"message": "GIF",
"description": "Shown in notifications and in the left pane when a GIF is received."
},
"message--getNotificationText--photo": {
"message": "Φωτογραφία",
"description": "Shown in notifications and in the left pane when a photo is received."
},
"message--getNotificationText--video": {
"message": "Βίντεο",
"description": "Shown in notifications and in the left pane when a video is received."
},
"message--getNotificationText--voice-message": {
"message": "Μήνυμα φωνής",
"description": "Shown in notifications and in the left pane when a voice message is received."
},
"message--getNotificationText--audio-message": {
"message": "Ηχητικό μήνυμα",
"description": "Shown in notifications and in the left pane when an audio message is received."
},
"message--getNotificationText--file": {
"message": "Αρχείο",
"description": "Shown in notifications and in the left pane when a generic file is received."
},
2019-09-13 20:59:54 +00:00
"message--getNotificationText--stickers": {
"message": "Μήνυμα με αυτοκόλλητο",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
2020-09-22 00:22:24 +00:00
"message--getNotificationText--text-with-emoji": {
"message": "$emoji$ $text$",
"description": "Shown in notifications and in the left pane when text has an emoji. Probably always [emoji] [text] on LTR languages and [text] [emoji] on RTL languages.",
"placeholders": {
"emoji": {
"content": "$1",
"example": "📷"
},
"text": {
"content": "$2",
"example": "Photo"
}
}
},
2019-09-13 20:59:54 +00:00
"message--getDescription--unsupported-message": {
"message": "Μη υποστηριζόμενο μήνυμα",
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
2020-01-24 00:01:22 +00:00
"message--getDescription--disappearing-media": {
"message": "Πολυμέσο μιας μόνο προβολής",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane after view-once message is deleted."
},
2019-09-13 20:59:54 +00:00
"message--getDescription--disappearing-photo": {
"message": "Φωτογραφία μιας μόνο προβολής",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once photo."
2019-09-13 20:59:54 +00:00
},
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-video": {
"message": "Βίντεο μιας μόνο προβολής",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once video."
2019-11-11 17:55:59 +00:00
},
"message--deletedForEveryone": {
"message": "Αυτο το μήνυμα διαγράφτηκε.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
2019-09-13 20:59:54 +00:00
"stickers--toast--InstallFailed": {
"message": "Το πακέτο αυτοκολλήτων δεν μπόρεσε να εγκατασταθεί",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "Εγκατεστημένα αυτοκόλλητα",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "Δεν υπάρχουν εγκατεστημένα αυτοκόλλητα",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "Σειρά καλλιτεχνών Signal",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "Δεν υπάρχουν αυτοκόλλητα καλλιτεχνών διαθέσιμα",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "Αυτοκόλλητα που έχεις λάβει",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "Αυτοκόλλητα από εισερχόμενα μηνύματα θα εμφανίζονται εδώ",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "Εγκατάσταση",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "Απεγκατάσταση",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "Ίσως να μη μπορέσεις να επανεγκαταστήσεις αυτό το πακέτο αυτοκολλήτων αν δεν έχεις πια το αρχικό μήνυμα.",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
2020-01-24 00:01:22 +00:00
"stickers--StickerManager--Introduction--Image": {
"message": "Υποδέξου τα αυτοκόλλητα",
2020-01-24 00:01:22 +00:00
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
2019-09-13 20:59:54 +00:00
"stickers--StickerManager--Introduction--Title": {
"message": "Υποδέξου τα αυτοκόλλητα",
2019-09-13 20:59:54 +00:00
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
"message": "Γιατί να το πεις με λέξεις, αν μπορείς να το πεις με ένα αυτοκόλλητο;",
2019-09-13 20:59:54 +00:00
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
2020-09-22 00:22:24 +00:00
"stickers--StickerPicker--Open": {
2020-10-21 00:58:31 +00:00
"message": "Άνοιγμα επιλογέα αυτοκολλήτων",
2020-09-22 00:22:24 +00:00
"description": "Label for the open button for the sticker picker"
},
"stickers--StickerPicker--AddPack": {
2020-10-21 00:58:31 +00:00
"message": "Προσθήκη πακέτου αυτοκολλήτων",
2020-09-22 00:22:24 +00:00
"description": "Label for the add pack button in the sticker picker"
},
"stickers--StickerPicker--NextPage": {
2020-10-21 00:58:31 +00:00
"message": "Επόμενη σελίδα",
2020-09-22 00:22:24 +00:00
"description": "Label for the next page button in the sticker picker"
},
"stickers--StickerPicker--PrevPage": {
2020-10-21 00:58:31 +00:00
"message": "Προηγούμενη σελίδα",
2020-09-22 00:22:24 +00:00
"description": "Label for the previous page button in the sticker picker"
},
"stickers--StickerPicker--Recents": {
2020-10-21 00:58:31 +00:00
"message": "Πρόσφατο αυτοκόλλητο",
2020-09-22 00:22:24 +00:00
"description": "Label for the recent stickers button in the sticker picker"
},
2019-09-13 20:59:54 +00:00
"stickers--StickerPicker--DownloadError": {
"message": "Κάποια αυτοκόλλητα δεν μπόρεσαν να κατέβουν.",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "Το πακέτο αυτοκολλήτων εγκαθίσταται...",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "Δε βρέθηκαν αυτοκόλλητα",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "Υπάρχουν νέα πακέτα αυτοκολλήτων από τα μηνύματά σου, διαθέσιμα για εγκατάσταση.",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "Δε βρέθηκαν πακέτα αυτοκολλήτων",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "Τα αυτοκόλλητα που χρησιμοποιήθηκαν πρόσφατα θα εμφανίζονται εδώ.",
2019-09-13 20:59:54 +00:00
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "Πακέτο αυτοκολλήτων",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Σφάλμα κατά το άνοιγμα του πακέτου αυτοκολλήτων. Έλεγξε τη σύνδεση στο διαδίκτυο και ξαναπροσπάθησε.",
2019-09-13 20:59:54 +00:00
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "Δεν βρέθηκε emoji",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
"message": "Αναζήτηση emoji",
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "Χρώμα δέρματος $tone$",
"description": "Shown as a tooltip over the emoji tone buttons.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
2020-09-22 00:22:24 +00:00
"EmojiPicker__button--recents": {
"message": "Πρόσφατα",
"description": "Label for recents emoji picker button"
},
"EmojiPicker__button--emoji": {
"message": "Emoji",
"description": "Label for emoji emoji picker button"
},
"EmojiPicker__button--animal": {
"message": "Ζώο",
"description": "Label for animal emoji picker button"
},
"EmojiPicker__button--food": {
"message": "Φαγητό",
"description": "Label for food emoji picker button"
},
"EmojiPicker__button--activity": {
"message": "Δραστηριότητα",
"description": "Label for activity emoji picker button"
},
"EmojiPicker__button--travel": {
"message": "Ταξίδι",
"description": "Label for travel emoji picker button"
},
"EmojiPicker__button--object": {
"message": "Αντικείμενο",
"description": "Label for object emoji picker button"
},
"EmojiPicker__button--symbol": {
"message": "Σύμβολο",
"description": "Label for symbol emoji picker button"
},
"EmojiPicker__button--flag": {
"message": "Σημαία",
"description": "Label for flag emoji picker button"
},
2019-09-13 20:59:54 +00:00
"confirmation-dialog--Cancel": {
"message": "Ακύρωση",
"description": "Appears on the cancel button in confirmation dialogs."
},
"Message--unsupported-message": {
"message": "Ο/Η $contact$ σάς έστειλε ένα μήνυμα που δεν μπορεί να επεξεργαστεί ή να εμφανιστεί γιατί χρησιμοποιεί κάποια νέα δυνατότητα του Signal.",
2019-09-13 20:59:54 +00:00
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
"message": "Μπορείς να ζητήσεις από τον/την $contact$ να σου ξαναστείλει το μήνυμα, τώρα που πλέον χρησιμοποιείς την επικαιροποιημένη έκδοση του Signal. ",
2019-09-13 20:59:54 +00:00
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--from-me-unsupported-message": {
"message": "Κάποια από τις συσκευές σου έστειλε ένα μήνυμα που δεν μπόρεσε να επεξεργαστεί ή να εμφανιστεί, γιατί χρησιμοποιεί κάποια νέα δυνατότητα του Signal.",
2019-09-13 20:59:54 +00:00
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "Μελλοντικά μηνύματα όπως αυτό θα συγχρονίζονται τώρα που πλέον χρησιμοποιείτε την επικαιροποιημένη έκδοση του Signal.",
"description": ""
},
"Message--update-signal": {
"message": "Αναβάθμιση του Signal",
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "Αναγνωσμένο",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
2019-11-11 17:55:59 +00:00
"message": "Πολυμέσα",
2020-09-22 00:22:24 +00:00
"description": "Text shown on outgoing messages with with individual timers (inaccessible)"
2019-09-13 20:59:54 +00:00
},
2020-01-24 00:01:22 +00:00
"Message--tap-to-view--incoming--expired-toast": {
"message": "Έχεις ήδη δει αυτό το μήνυμα",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
"message": "Τα μηνύματα μιας μόνο προβολής δεν αποθηκεύονται στο ιστορικό της συνομιλίας.",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
2019-09-13 20:59:54 +00:00
"Message--tap-to-view--incoming": {
2020-01-24 00:01:22 +00:00
"message": "Προβολή φωτογραφίας",
2019-11-11 17:55:59 +00:00
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "Προβολή βίντεο",
2019-11-11 17:55:59 +00:00
"description": "Text shown on video messages with with individual timers, before user has viewed it"
2019-09-13 20:59:54 +00:00
},
"Conversation--getDraftPreview--attachment": {
"message": "(συνημμένο)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
"message": "(παράθεση)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
"message": "(πρόχειρο)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
2019-11-22 18:45:12 +00:00
"Keyboard--navigate-by-section": {
"message": "Πλοήγηση ανά ενότητα",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
"message": "Προηγούμενη συνομιλία",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
"message": "Επόμενη συνομιλία",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
"message": "Προηγούμενη μη αναγνωσμένη συνομιλία",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
"message": "Επόμενη μη αναγνωσμένη συνομιλία",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
"message": "Επιλογές",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
"message": "Άνοιγμα μενού συνομιλίας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--archive-conversation": {
"message": "Αρχειοθέτηση συνομιλίας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
"message": "Απο-αρχειοθέτηση συνομιλίας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "Αναζήτηση",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
"message": "Αναζήτηση στη συνομιλία",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
"message": "Εστίαση στο πεδίο εισαγωγής",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
"message": "Άνοιγμα προβολής όλων των πολυμέσων",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
"message": "Άνοιγμα επιλογέα emoji",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
"message": "Άνοιγμα επιλογέα αυτοκολλήτων",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
"message": "Ηχογράφηση σημειώματος φωνής",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
"message": "Προκαθορισμένη ενέργεια για το επιλεγμένο μήνυμα",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
"message": "Προβολή λεπτομερειών επιλεγμένου μηνύματος",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
"message": "Εναλλαγή απάντησης στο επιλεγμένο μήνυμα",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
2020-11-16 22:08:09 +00:00
"message": "Εναλλαγή επιλογέα αντιδράσεων με emoji για το επιλεγμένο μήνυμα",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--save-attachment": {
"message": "Αποθήκευση συνημμένου από το επιλεγμένο μήνυμα",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
"message": "Διαγραφή επιλεγμένου μηνύματος",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
"message": "Προσθήκη νέας γραμμής στο μήνυμα",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
"message": "Μεγέθυνση πεδίου εισαγωγής",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
"message": "Αποστολή (στο μεγενθυμένο πεδίο εισαγωγής)",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
"message": "Επισύναψη αρχείου",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
"message": "Αφαίρεση πρόχειρης προεπισκόπησης συνδέσμου",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
"message": "Αφαίρεση όλων των πρόχειρων συνημμένων",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--conversation-by-index": {
"message": "Μετάβαση στη συνομιλία",
"description": "A shortcut allowing direct navigation to conversations 1 to 9 in list"
},
2019-11-22 18:45:12 +00:00
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
"message": "Option",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
"message": "Alt",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
"message": "Shift",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Enter",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--tab": {
"message": "Tab",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--one-to-nine-range": {
"message": "1 ως 9",
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
},
2019-11-22 18:45:12 +00:00
"Keyboard--header": {
"message": "Συντομεύσεις πληκτρολογίου",
2019-11-22 18:45:12 +00:00
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
"message": "Πλοήγηση",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "Μηνύματα",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
"message": "Πεδίο εισαγωγής",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
"message": "Μετακίνηση στη κορυφή της λίστας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
"message": "Μετακίνηση στο τέλος της λίστας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
"message": "Κλείσιμο τρέχουσας συνομιλίας",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
2020-08-13 23:26:29 +00:00
"Keyboard--calling-header": {
"message": "Κλήσεις",
"description": "Header of the keyboard shortcuts guide - calling section"
},
"Keyboard--toggle-audio": {
2020-09-22 00:22:24 +00:00
"message": "Ενεργοποίηση και απενεργοποίηση σίγασης",
2020-08-13 23:26:29 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-video": {
2020-09-22 00:22:24 +00:00
"message": "Ενεργοποίηση και απενεργοποίηση βίντεο",
2020-08-13 23:26:29 +00:00
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"close-popup": {
"message": "Κλείσιμο αναδυόμενου παραθύρου",
2019-11-22 18:45:12 +00:00
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
"message": "Προσθήκη συνημμένης εικόνας",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
"message": "Αφαίρεση συνημμένου",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
"message": "Πίσω στα εισερχόμενα",
2019-11-22 18:45:12 +00:00
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
"message": "Η συνομιλία αρχειοθετήθηκε",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when user archives a conversation"
},
"conversationReturnedToInbox": {
"message": "Η συνομιλία επέστρεψε στα εισερχόμενα",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when the user unarchives a conversation"
},
2020-11-16 22:08:09 +00:00
"conversationMarkedUnread": {
"message": "Η συνομιλία σημειώθηκε ως μη αναγνωσμένη",
"description": "A toast that shows up when user marks a conversation as unread"
},
2020-01-24 00:01:22 +00:00
"StickerCreator--title": {
"message": "Δημιουργός πακέτου αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
"message": "Πάτα για προσθήκη ή σύρε φωτογραφίες εδώ",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
"message": "Σύρε φωτογραφίες εδώ",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
"message": "Πακέτο αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "Ακύρωση",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "Αντιγραφή",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "Facebook",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "Twitter",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "Pinterest",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "WhatsApp",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "Επόμενο",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "Πίσω",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
"message": "Προσθήκη αυτοκολλήτων σας",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--help": {
2020-10-21 00:58:31 +00:00
"message": "Τα αυτοκόλλητα πρέπει να είναι τύπου PNG, APNG ή WebP, με διαφανές φόντο και διαστάσεις 512x512 πίξελ. Προτείνεται περιθώριο 16px.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
"message": "Προβολή περιθωρίων",
2020-01-24 00:01:22 +00:00
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
"message": "Προσθήκη $count$ ή περισσότερων",
2020-01-24 00:01:22 +00:00
"description": "Text to show user how many more stickers they must add",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "4"
}
}
},
"StickerCreator--EmojiStage--title": {
"message": "Προσθήκη emoji σε κάθε αυτοκόλλητο",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
"message": "Αυτό μας επιτρέπει να προτείνουμε αυτοκόλλητα καθώς συνομιλείς.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
"message": "Μερικές ακόμα λεπτομέρειες...",
2020-01-24 00:01:22 +00:00
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "Τίτλος",
2020-01-24 00:01:22 +00:00
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "Συγγραφέας",
2020-01-24 00:01:22 +00:00
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
"message": "Εικόνα εξωφύλλου",
2020-01-24 00:01:22 +00:00
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
"message": "Αυτή η εικόνα θα φαίνεται όταν μοιράζεσαι το πακέτο αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
"message": "Είσαι σίγουρος/η ότι θέλεις να ανεβάσεις το πακέτο αυτοκολλήτων σου;",
2020-01-24 00:01:22 +00:00
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
"message": "Ανέβασμα",
2020-01-24 00:01:22 +00:00
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
"message": "Δεν θα μπορείς πλέον να επεξεργαστείς ή να διαγράψεις στοιχεία, αφού δημιουργήσεις το πακέτο αυτοκολλήτων.",
2020-01-24 00:01:22 +00:00
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
"message": "Το πακέτο αυτοκολλήτω δημιουργείται",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "Ανέβηκαν τα $count$ από τα $total$",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "20"
}
}
},
"StickerCreator--ShareStage--title": {
"message": "Συγχαρητήρια! Δημούργησες ένα πακέτο αυτοκολλήτων.",
2020-01-24 00:01:22 +00:00
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "Δες τα νέα σας αυτοκόλλητα μέσω του εικονιδίου αυτοκολλήτων, ή μοιράσου τα με τους φίλους και τις φίλες σου, χρησιμοποιώντας τον παρακάτω σύνδεσμο.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
"message": "Χρησιμοποίησε το hashtag $hashtag$ για να βοηθήσεις άλλους χρήστες και χρήστριες να βρούν συνδέσμους πακέτων αυτοκολλήτων που θέλεις να είναι δημοσίως προσβάσιμα.",
2020-01-24 00:01:22 +00:00
"description": "Call to action text for the share stage of the sticker creator",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "<strong>#makeprivacystick</strong>"
}
}
},
"StickerCreator--ShareStage--copyTitle": {
"message": "Σύνδεσμος πακέτου αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "Κλείσιμο",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
"message": "Δημιούργησε ένα άλλο πακέτο αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
"message": "Δείτε το νέο πακέτο αυτοκολλήτων που έφτιαξα για το Signal. #makeprivacystick",
2020-01-24 00:01:22 +00:00
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
"message": "$count$ εικόνα/ες προστεθηκαν",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when images are added to the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"StickerCreator--Toasts--animated": {
"message": "Τα κινούμενα αυτοκόλλητα δεν υποστηρίζονται προς το παρόν",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
"message": "Η φωτογραφία που έσυρες είναι πολύ μεγάλη",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
"message": "Σφάλμα κατά την επεξεργασία της φωτογραφίας",
2020-10-21 00:58:31 +00:00
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator with a generic error"
},
"StickerCreator--Toasts--APNG--notSquare": {
"message": "Τα κινούμενα αυτοκόλλητα PNG πρέπει να είναι τετράγωνα",
"description": "Text for the toast when someone tries to upload a non-square APNG"
},
"StickerCreator--Toasts--mustLoopForever": {
"message": "Τα κινούμενα αυτοκόλλητα πρέπει να κινούνται επαναλαμβανόμενα για πάντα",
"description": "Text for the toast when an image in the sticker creator does not animate forever"
},
"StickerCreator--Toasts--APNG--dimensionsTooLarge": {
"message": "Οι διαστάσεις του κινούμενου αυτοκολλήτου PNG είναι πολύ μεγάλες",
"description": "Text for the toast when an APNG image in the sticker creator is too large"
},
"StickerCreator--Toasts--APNG--dimensionsTooSmall": {
"message": "Οι διαστάσεις του κινούμενου αυτοκολλήτου PNG είναι πολύ μικρές",
"description": "Text for the toast when an APNG image in the sticker creator is too small"
2020-01-24 00:01:22 +00:00
},
"StickerCreator--Toasts--errorUploading": {
"message": "Σφάλμα κατά το ανέβασμα των αυτοκολλήτων: $message$",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a sticker pack cannot be uploaded",
"placeholders": {
"message": {
"content": "$1",
"example": "Not connected"
}
}
},
"StickerCreator--Toasts--linkedCopied": {
"message": "Ο σύνδεσμος αντιγράφτηκε",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
"message": "Το αυτοκόλλητό μου σε ανοιχτόχρωμο θέμα",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
"message": "Το αυτοκόλλητό μου σε σκοτεινό θέμα",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "Παρακαλώ ρύθμισε το Signal στο τηλέφωνο και τον υπολογιστή σου για να χρησιμοποιήσεις τον Δημιουργό πακέτων αυτοκολλήτων",
2020-01-24 00:01:22 +00:00
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--error": {
"message": "Αποτυχία αποστολής αντίδρασης. Παρακαλώ ξαναδοκίμασε.",
"description": "Shown when a reaction fails to send"
},
"ReactionsViewer--more": {
"message": "Περισσότερα",
"description": "Use in the reaction picker as the alt text for the 'more' button"
},
"ReactionsViewer--all": {
"message": "Όλα",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
2020-08-13 23:26:29 +00:00
"MessageRequests--message-direct": {
2020-09-22 00:22:24 +00:00
"message": "Να επιτραπεί στον/στην $name$ να σου στείλει μηνύματα, και να μοιραστεί το όνομα και η φωτογραφία προφίλ σου μαζί του/της; Δεν θα γνωρίζει ότι έχεις δει τα μηνύματά του/της μέχρι να δεχτείς.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a direct message",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-direct-blocked": {
2020-09-22 00:22:24 +00:00
"message": "Να επιτραπεί στον/στην $name$ να σου στείλει μηνύματα, και να μοιραστεί το όνομα και η φωτογραφία σου μαζί του/της; Δεν θα λάβεις κανένα μήνυμα μέχρι να καταργήσεις τη φραγή του/της.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the message for a message request in a direct message with a blocked account",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-group": {
"message": "Θέλεις να μπεις στην ομάδα και να μοιραστείς το όνομα και τη φωτογραφία σου με τα μέλη της; Δεν θα ξέρουν ότι έχεις δει τα μηνύματά τους μέχρι να δεχτείς.",
"description": "Shown as the message for a message request in a group",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--message-group-blocked": {
"message": "Θέλεις να καταργηθεί η φραγή αυτής της ομάδας και να μοιραστεί το όνομα και η φωτογραφία σου με τα μέλη της; Δεν θα λάβεις κανένα μήνυμα μέχρι να καταργήσεις τη φραγή της.",
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
"message": "Φραγή",
"description": "Shown as a button to let the user block a message request"
},
"MessageRequests--unblock": {
"message": "Κατάργηση φραγής",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-confirm-title": {
2020-09-22 00:22:24 +00:00
"message": "Κατάργηση φραγής του/της $name$;",
2020-08-13 23:26:29 +00:00
"description": "Shown as a button to let the user unblock a message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-direct-confirm-body": {
"message": "Θα μπορείτε να στέλνετε μηνύματα και να καλείτε ο ένας τον άλλον.",
"description": "Shown as the body in the confirmation modal for unblocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-group-confirm-body": {
2020-09-22 00:22:24 +00:00
"message": "Τα μέλη της ομάδας θα μπορούν να σε ξαναπροσθέσουν στην ομάδα.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for unblocking a group message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-and-delete": {
"message": "Φραγή και διαγραφή",
"description": "Shown as a button to let the user block and delete a message request"
},
"MessageRequests--block-direct-confirm-title": {
2020-09-22 00:22:24 +00:00
"message": "Φραγή του/της $name$;",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for blocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-direct-confirm-body": {
2020-09-22 00:22:24 +00:00
"message": "Τα φραγμένα άτομα δεν θα μπορούν να σε καλέσουν ή να σου στείλουν μηνύματα.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
2020-09-22 00:22:24 +00:00
"message": "Φραγή και αποχώρηση από $group$;",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for blocking a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--block-group-confirm-body": {
2020-09-22 00:22:24 +00:00
"message": "Δεν θα λαμβάνεις άλλα μηνύματα ή ενημερώσεις από αυτή την ομάδα, και τα μέλη της δεν θα μπορούν να σε ξαναπροσθέσουν σε αυτήν.",
2020-08-13 23:26:29 +00:00
"description": "Shown as the body in the confirmation modal for blocking a group message request"
},
"MessageRequests--delete": {
"message": "Διαγραφή",
"description": "Shown as a button to let the user delete any message request"
},
"MessageRequests--delete-direct-confirm-title": {
"message": "Διαγραφή συνομιλίας;",
"description": "Shown as the title in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-direct-confirm-body": {
"message": "Η συνομιλία θα διαγραφεί από όλες τις συσκευές σου.",
"description": "Shown as the body in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-group-confirm-title": {
2020-09-22 00:22:24 +00:00
"message": "Διαγραφή και αποχώρηση από $group$;",
2020-08-13 23:26:29 +00:00
"description": "Shown as the title in the confirmation modal for deleting a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--delete-direct": {
"message": "Διαγραφή",
"description": "Shown as a button to let the user delete a direct message request"
},
"MessageRequests--delete-group": {
"message": "Διαγραφή και αποχώρηση",
"description": "Shown as a button to let the user delete a group message request"
},
"MessageRequests--delete-group-confirm-body": {
"message": "Θα φύγεις απ'την ομάδα, και αυτή θα διαγραφτεί απ' όλες τις συσκευές σου.",
"description": "Shown as the body in the confirmation modal for deleting a group message request"
},
"MessageRequests--accept": {
"message": "Αποδοχή",
"description": "Shown as a button to let the user accept a message request"
},
2020-11-16 22:08:09 +00:00
"MessageRequests--continue": {
"message": "Συνέχεια",
"description": "Shown as a button to share your profile, necessary to continue messaging in a conversation"
},
"MessageRequests--profile-sharing--group": {
"message": "Να συνεχίσεις τη συνομιλία με αυτή την ομάδα, και να μοιραστείς το όνομα και τη φωτογραφία σου με τα μέλη της;$learnMore$",
"description": "Shown when user hasn't shared their profile in a group yet",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "Learn More."
}
}
},
"MessageRequests--profile-sharing--direct": {
"message": "Να συνεχίσεις τη συνομιλία σου με τον/την $firstName$ και να μοιραστείς το όνομα και τη φωτογραφία σου μαζί του/της; $learnMore$",
"description": "Shown when user hasn't shared their profile in a 1:1 conversation yet",
"placeholders": {
"firstName": {
"content": "$1",
"example": "Alice"
},
"learnMore": {
"content": "$2",
"example": "Learn More."
}
}
},
"MessageRequests--learn-more": {
"message": "Μάθε περισσότερα.",
"description": "Shown at the end of profile sharing messages as a link."
},
2020-08-13 23:26:29 +00:00
"ConversationHero--members": {
2020-09-22 00:22:24 +00:00
"message": "$count$ μέλη",
2020-08-13 23:26:29 +00:00
"description": "Specifies the number of members in a group conversation",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--members-1": {
"message": "1 μέλος",
"description": "Specifies the number of members in a group conversation when there is one member",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--membership-1": {
2020-09-22 00:22:24 +00:00
"message": "Μέλος του $group$.",
2020-08-13 23:26:29 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
2020-09-22 00:22:24 +00:00
"message": "Μέλος του $group1$ και $group2$.",
2020-08-13 23:26:29 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
2020-09-22 00:22:24 +00:00
"message": "Μέλος του $group1$, $group2$, και $group3$. ",
2020-08-13 23:26:29 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
2020-09-22 00:22:24 +00:00
"message": "Μέλος του $group1$, $group2$, $group3$ και $remainingCount$ ακόμα.",
2020-08-13 23:26:29 +00:00
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
2020-09-22 00:22:24 +00:00
"message": "Ο/Η $name$ σε πρόσθεσε στην ομάδα.",
2020-08-13 23:26:29 +00:00
"description": "Shown Indicates that you were added to a group by a given individual.",
"placeholders": {
"name": {
"content": "$1",
"example": "Jeff Smith"
}
}
},
"acceptCall": {
"message": "Απάντηση",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
},
"acceptCallWithoutVideo": {
"message": "Απάντηση χωρίς βίντεο",
"description": "Shown in tooltip for the button to accept a video call without video"
},
"declineCall": {
"message": "Απόρριψη",
"description": "Shown in tooltip for the button to decline a call (audio or video)"
},
"declinedIncomingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Απέρριψες μια κλήση φωνής",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Απέρριψες μια βιντεοκλήση",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Εισερχόμενη κλήση φωνής",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Εισερχόμενη βιντεοκλήση",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Αναπάντητη κλήση φωνής",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Αναπάντητη βιντεοκλήση",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Εξερχόμενη κλήση φωνής",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Εξερχόμενη βιντεοκλήση",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Αναπάντητη κλήση φωνής",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Αναπάντητη βιντεοκλήση",
2020-08-13 23:26:29 +00:00
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
2020-09-22 00:22:24 +00:00
"message": "Εισερχόμενη κλήση φωνής...",
2020-08-13 23:26:29 +00:00
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
},
"incomingVideoCall": {
2020-09-22 00:22:24 +00:00
"message": "Εισερχόμενη βιντεοκλήση...",
2020-08-13 23:26:29 +00:00
"description": "Shown in both the incoming call bar and notification for an incoming video call"
},
"outgoingCallPrering": {
2020-09-22 00:22:24 +00:00
"message": "Καλεί...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when placing an outgoing call that isn't ringing yet"
},
"outgoingCallRinging": {
2020-09-22 00:22:24 +00:00
"message": "Χτυπάει...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
2020-09-22 00:22:24 +00:00
"makeOutgoingCall": {
2020-10-21 00:58:31 +00:00
"message": "Έναρξη κλήσης",
2020-09-22 00:22:24 +00:00
"description": "Title for the call button in a conversation"
},
"makeOutgoingVideoCall": {
2020-10-21 00:58:31 +00:00
"message": "Έναρξη βιντεοκλήσης",
2020-09-22 00:22:24 +00:00
"description": "Title for the video call button in a conversation"
},
2020-12-10 18:48:32 +00:00
"joinOngoingCall": {
"message": "Γίνε μέλος",
"description": "Text that appears in a group when a call is active"
},
2020-10-21 00:58:31 +00:00
"callNeedPermission": {
"message": "Ο/Η $title$ θα λάβει ένα αίτημα μηνύματος από σένα. Θα μπορέσεις να τον/την καλέσεις όταν αποδεχτεί το αίτημά σου.",
"description": "Shown when a call is rejected because the other party hasn't approved the message/call request",
"placeholders": {
"title": {
"content": "$1",
"example": "Alice"
}
}
},
2020-08-13 23:26:29 +00:00
"callReconnecting": {
2020-09-22 00:22:24 +00:00
"message": "Επανασύνδεση...",
2020-08-13 23:26:29 +00:00
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
"message": "Signal $duration$",
"description": "Shown in the call screen to indicate how long the call has been connected",
"placeholders": {
"duration": {
"content": "$1",
"example": "00:01"
}
}
},
2020-09-22 00:22:24 +00:00
"callingDeviceSelection__settings": {
"message": "Ρυθμίσεις",
"description": "Title for device selection settings"
},
2020-10-21 00:58:31 +00:00
"calling__participants": {
2020-12-10 18:48:32 +00:00
"message": "$people$ στην κλήση",
"description": "Title for participants list toggle",
"placeholders": {
"people": {
"content": "$1",
"example": "16"
}
}
},
"calling__call-notification__ended": {
"message": "Η ομαδική κλήση τελείωσε",
"description": "Notification message when a group call has ended"
2020-10-21 00:58:31 +00:00
},
2020-12-10 18:48:32 +00:00
"calling__call-notification__started-by-someone": {
"message": "Ξεκίνησε μια ομαδική κλήση",
"description": "Notification message when a group call has started, but we don't know who started it"
},
"calling__call-notification__started-by-you": {
"message": "Ξεκίνησες μια ομαδική κλήση",
"description": "Notification message when a group call has started by you"
},
"calling__call-notification__started": {
"message": "Ο/Η $name$ ξεκίνησε μια ομαδική κλήση",
"description": "Notification message when a group call has started",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"calling__call-notification__button__in-another-call-tooltip": {
"message": "Είσαι ήδη σε κάποια κλήση",
"description": "Tooltip in disabled notification button when you're on another call"
},
"calling__call-notification__button__call-full-tooltip": {
"message": "Η κλήση έφτασε το όριο των $max$ συμμετεχόντων",
"description": "Tooltip in disabled notification button when the call is full",
"placeholders": {
"max": {
"content": "$1",
"example": "5"
}
}
},
"calling__pip--on": {
"message": "Σμίκρυνση κλήσης",
"description": "Title for picture-in-picture toggle"
},
"calling__pip--off": {
"message": "Κλήση σε πλήρη οθόνη",
2020-10-21 00:58:31 +00:00
"description": "Title for picture-in-picture toggle"
},
"calling__hangup": {
2020-12-10 18:48:32 +00:00
"message": "Αποχώρηση από την κλήση",
2020-10-21 00:58:31 +00:00
"description": "Title for hang up button"
},
2020-09-22 00:22:24 +00:00
"callingDeviceSelection__label--video": {
"message": "Βίντεο",
"description": "Label for video input selector"
},
"callingDeviceSelection__label--audio-input": {
"message": "Μικρόφωνο",
"description": "Label for audio input selector"
},
"callingDeviceSelection__label--audio-output": {
"message": "Ηχεία",
"description": "Label for audio output selector"
},
"callingDeviceSelection__select--no-device": {
"message": "Δεν υπάρχουν διαθέσιμες συσκευές",
"description": "Message for when there are no available devices to select for input/output audio or video"
},
"callingDeviceSelection__select--default": {
"message": "Προκαθορισμένη",
"description": "Shown when the device is the default device"
},
"muteNotificationsTitle": {
"message": "Σίγαση ειδοποιήσεων",
"description": "Label for the mute notifications drop-down selector"
},
"muteHour": {
"message": "Σίγαση για μια ώρα",
"description": "Label for muting the conversation"
},
"muteDay": {
"message": "Σίγαση για μια ημέρα",
"description": "Label for muting the conversation"
},
"muteWeek": {
"message": "Σίγαση για μια εβδομάδα",
"description": "Label for muting the conversation"
},
"muteYear": {
"message": "Σίγαση για ένα έτος",
"description": "Label for muting the conversation"
},
"unmute": {
"message": "Αναίρεση σίγασης",
"description": "Label for unmuting the conversation"
},
"muteExpirationLabel": {
"message": "Σε σίγαση μέχρι $duration$",
"description": "Shown in the mute notifications submenu whenever a conversation has been muted",
"placeholders": {
"duration": {
"content": "$1",
"example": "10/23/2023, 7:10 PM"
}
}
},
"EmojiButton__label": {
"message": "Emoji",
"description": "Label for emoji button"
},
2020-10-21 00:58:31 +00:00
"ErrorModal--title": {
"message": "Κάτι πήγε στραβά!",
"description": "Title of pop-up dialog when user-initiated task has gone wrong"
},
"ErrorModal--description": {
"message": "Παρακαλώ δοκίμασε ξανά ή επικοινώνησε με την υποστήριξη.",
"description": "Description text in pop-up dialog when user-initiated task has gone wrong"
},
2020-12-10 18:48:32 +00:00
"Confirmation--confirm": {
2020-10-21 00:58:31 +00:00
"message": "Εντάξει",
"description": "Button to dismiss pop-up dialog when user-initiated task has gone wrong"
},
2020-09-22 00:22:24 +00:00
"GroupV2--admin": {
"message": "Διαχειριστής/τρια",
"description": "Shown next to the set of administrators in a group"
},
2020-10-21 00:58:31 +00:00
"updating": {
"message": "Αναβαθμίζεται...",
"description": "Shown along with a spinner when an update operation takes longer than one second"
},
"GroupV2--create--you": {
"message": "Δημιούργησες την ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--create--other": {
"message": "Ο/Η $memberName$ δημιούργησε την ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--create--unknown": {
"message": "Η ομάδα δημιουργήθηκε.",
"description": "Shown in timeline or conversation preview when v2 group changes"
2020-09-22 00:22:24 +00:00
},
"GroupV2--title--change--other": {
"message": "Ο/Η $memberName$ άλλαξε το όνομα της ομάδας σε\"$newTitle$\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"newTitle": {
"content": "$2",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--you": {
"message": "Άλλαξες το όνομα της ομάδας σε \"$newTitle$\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--unknown": {
"message": "Ένα μέλος άλλαξε το όνομα της ομάδας σε \"$newTitle$¨\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--remove--other": {
"message": "Ο/Η $memberName$ αφαίρεσε το όνομα της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--title--remove--you": {
"message": "Αφαίρεσες το όνομα της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--unknown": {
"message": "Ένα μέλος αφαίρεσε το όνομα της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--other": {
"message": "Ο/Η $memberName$ άλλαξε το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--change--you": {
"message": "Άλλαξες το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--unknown": {
"message": "Ένα μέλος άλλαξε το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--other": {
"message": "Ο/Η $memberName$ αφαίρεσε το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--remove--you": {
"message": "Αφαίρεσες το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--unknown": {
"message": "Ένα μέλος αφαίρεσε το εικονίδιο της ομάδας.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--other": {
"message": "Ο/Η $adminName$ άλλαξε το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--admins--you": {
"message": "Άλλαξες το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--unknown": {
"message": "Ένας διαχειριστής/τρια άλλαξε το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--other": {
"message": "Ο/Η $adminName$ άλλαξε το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--all--you": {
"message": "Άλλαξες το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--unknown": {
"message": "Ένας διαχειριστής/τρια άλλαξε το ποιός μπορεί να επεξεργάζεται τις πληροφορίες της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--other": {
"message": "Ο/Η $adminName$ άλλαξε το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--admins--you": {
"message": "Άλλαξες το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--unknown": {
"message": "Ένας διαχειριστής/τρια άλλαξε το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Μόνο οι διαχειριστές.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--other": {
"message": "Ο/Η $adminName$ άλλαξε το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--all--you": {
"message": "Άλλαξες το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--unknown": {
"message": "Ένας διαχειριστής/τρια άλλαξε το ποιός έχει τη δυνατότητα αλλαγών στα μέλη της ομάδας σε \"Όλα τα μέλη.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--invited--you": {
"message": "Πρόσθεσες το προσκεκλημένο μέλος $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add--invited--other": {
"message": "Ο/Η $memberName$ πρόσθεσε το προσκεκλημένο μέλος $inviteeName$. ",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Alice"
},
"inviteeName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--member-add--invited--unknown": {
"message": "Ένα μέλος πρόσθεσε το προσκεκλημένο μέλος $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--other": {
"message": "Ο/Η $inviteeName$ αποδέχτηκε τη πρόσκληση στην ομάδα από τον/την $inviterName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
},
"inviterName": {
"content": "$2",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--from-invite--other-no-from": {
"message": "Ο/Η $inviteeName$ αποδέχτηκε μια πρόσκληση στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--you": {
"message": "Αποδέχτηκες τη πρόσκληση στην ομάδα από τον/την $inviterName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--member-add--from-invite--you-no-from": {
"message": "Δέχτηκες την πρόσκληση στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-09-22 00:22:24 +00:00
"GroupV2--member-add--from-invite--from-you": {
"message": "Ο/Η $inviteeName$ αποδέχτηκε τη πρόσκλησή σου στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--other": {
"message": "Ο/Η $adderName$ πρόσθεσε τον/την$addeeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adderName": {
"content": "$1",
"example": "Bob"
},
"addeeName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-add--other--you": {
"message": "Πρόσθεσες τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--unknown": {
"message": "Ένα μέλος πρόσθεσε τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--other": {
"message": "Ο/Η $memberName$ σε πρόσθεσε στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--you": {
"message": "Μπήκες στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Προστέθηκες στην ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--other": {
"message": "Ο/Η$adminName$ αφαίρεσε τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-remove--other--self": {
2020-10-21 00:58:31 +00:00
"message": "Ο/Η $memberName$ έφυγε από την ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--you": {
"message": "Αφαίρεσες τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--unknown": {
"message": "Ένα μέλος αφαίρεσε τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--other": {
"message": "Ο/Η $adminName$ σε αφαίρεσε.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--you": {
2020-10-21 00:58:31 +00:00
"message": "Έφυγες απ' την ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Αφαιρέθηκες από την ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--other": {
"message": "Ο/Η $adminName$ έκανε τον/την $memberName$ διαχειριστή/τρια.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--promote--other--you": {
"message": "Έκανες τον/την $memberName$ διαχειριστή/τρια.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--other--unknown": {
"message": "Ένας διαχειριστής έκανε τον/την $memberName$ διαχειριστή/τρια.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--other": {
"message": "Ο/Η $adminName$ σε έκανε διαχειριστή/τρια.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--unknown": {
"message": "Ένας διαχειριστής/τρια σε έκανε διαχειριστή/τρια.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--other": {
"message": "Ο/Η $adminName$ ανακάλεσε τα δικαιώματα διαχείρισης του/της$memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--demote--other--you": {
"message": "Ανακάλεσες τα δικαιώματα διαχείρισης του/της $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--other--unknown": {
"message": "Ένας διαχειριστής/τρια ανακάλεσε τα δικαιώματα διαχείρισης του/της $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--you--other": {
"message": "Ο/Η $adminName$ ανακάλεσε τα δικαιώματα διαχείρισής σου.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--you--unknown": {
"message": "Ένας διαχειριστής ανακάλεσε τα δικαιώματα διαχείρισής σου.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--other": {
"message": "Ο/Η $memberName$ προσκάλεσε 1 άτομο στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--you": {
"message": "Προσκάλεσες τον/την $inviteeName$ στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Ένα άτομο προσκλήθηκε στην ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--other": {
"message": "Ο/Η $memberName$ σε προσκάλεσε στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--unknown": {
2020-10-21 00:58:31 +00:00
"message": "Σε προσκάλεσαν στην ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--other": {
"message": "Ο/Η $memberName$ προσκάλεσε $count$ άτομα στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-add--many--you": {
"message": "Προσκάλεσες $count$ άτομα στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-add--many--unknown": {
2020-10-21 00:58:31 +00:00
"message": "$count$ άτομα προσκλήθηκαν στην ομάδα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--decline--other": {
"message": "1 άτομο που προσκλήθηκε από τον/την $memberName$ απέρριψε τη πρόσκληση στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--decline--you": {
"message": "Ο/Η $inviteeName$ απέρριψε τη πρόσκλησή σου στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--pending-remove--decline--from-you": {
"message": "Απέρριψες την πρόσκληση στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
2020-09-22 00:22:24 +00:00
"GroupV2--pending-remove--decline--unknown": {
"message": "1 άτομο απέρριψε τη πρόσκλησή του/της στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--other": {
"message": "Ο/Η $memberName$ ανακάλεσε τη πρόσκληση 1 ατόμου στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--one--you": {
"message": "Ανακάλεσες την πρόσκληση 1 ατόμου στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-10-21 00:58:31 +00:00
"GroupV2--pending-remove--revoke-own--to-you": {
"message": "Ο/Η $inviterName$ ανακάλεσε την πρόσκλησή σου.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-own--unknown": {
"message": "Ο/Η $inviterName$ ανακάλεσε την πρόσκληση 1 ατόμου.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
2020-09-22 00:22:24 +00:00
"GroupV2--pending-remove--revoke--one--unknown": {
"message": "Ένας διαχειριστής/τρια ανακάλεσε την πρόσκληση 1 ατόμου στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--many--other": {
"message": "Ο/Η $memberName$ ανακάλεσε τις προσκλήσεις $count$ ατόμων στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--you": {
"message": "Ανακάλεσες τις προσκλήσεις $count$ ατόμων στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--unknown": {
"message": "Ένας διαχειριστής/τρια ανακάλεσε τις προσκλήσεις $count$ ατόμων στην ομάδα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--other": {
"message": "Ο/Η $adminName$ ανακάλεσε την πρόσκληση 1 ατόμου στην ομάδα, που είχε προσκληθεί από τον/την$memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--you": {
"message": "Ανακάλεσες την πρόσκληση 1 ατόμου στην ομάδα, που είχε προσκληθεί από τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--unknown": {
"message": "Ένας διαχειριστής/τρια ανακάλεσε την πρόσκληση 1 ατόμου στην ομάδα, που είχε προσκληθεί από τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--other": {
"message": "Ο/Η $adminName$ ανακάλεσε την πρόσκληση στην ομάδα που έστειλες στον/στην $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--you": {
2020-10-21 00:58:31 +00:00
"message": "Ανακάλεσες την πρόσκλησή σου προς τον/-ην $inviteeName$.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--unknown": {
"message": "Ενας διαχειριστής/τρια ανακάλεσε την πρόσκληση στην ομάδα που έστειλες στον/στην $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--other": {
"message": "Ο/Η $adminName$ ανακάλεσε την πρόσκληση $count$ ατόμων στην ομάδα, που προσκλήθηκαν από τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--you": {
"message": "Ανακάλεσες την πρόσκληση $count$ ατόμων στην ομάδα, που προσκλήθηκαν από τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--unknown": {
"message": "Ένας διαχειριστής/τρια ανακάλεσε τις προσκλήσεις $count$ ατόμων στην ομάδα, που προσκλήθηκαν από τον/την $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--other": {
"message": "Ο/Η $adminName$ ανακάλεσε τις προκλήσεις στην ομάδα που έστειλες σε $count$ άτομα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--you": {
2020-10-21 00:58:31 +00:00
"message": "Ανακάλεσες την πρόσκλησή σου προς $count$ άτομα.",
2020-09-22 00:22:24 +00:00
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--unknown": {
"message": "Ένας διαχειριστής ανακάλεσε τις προσκλήσεις στην ομάδα που έστειλες σε $count$ άτομα.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2020-12-10 18:48:32 +00:00
"GroupV1--Migration--disabled": {
"message": "Αναβάθμισε αυτή την ομάδα για να ενεργοποιήσεις νέα χαρακτηριστικά όπως οι @αναφορές και οι διαχειριστές. Τα μέλη που δεν έχουν μοιραστεί το όνομα ή τη φωτογραφία τους με την ομάδα θα προσκληθούν να ξαναμπούν. $learnMore$",
"description": "Shown instead of composition area when user is forced to migrate a legacy group (GV1).",
"placeholders": {
"learnMore": {
"content": "$1",
"example": "Learn more."
}
}
},
"GroupV1--Migration--was-upgraded": {
"message": "Αυτή η ομάδα αναβαθμίστηκε σε Ομάδα νέου τύπου.",
"description": "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
},
"GroupV1--Migration--learn-more": {
"message": "Μάθε περισσότερα",
"description": "Shown on a bubble below a 'group was migrated' timeline notification, or as button on Migrate dialog"
},
"GroupV1--Migration--migrate": {
"message": "Αναβάθμιση",
"description": "Shown on Migrate dialog to kick off the process"
},
"GroupV1--Migration--info--title": {
"message": "Τι είναι οι Ομάδες νέου τύπου;",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--title": {
"message": "Αναβάθμιση σε Ομάδα νέου τύπου",
"description": "Shown on Migration popup after choosing to migrate group"
},
"GroupV1--Migration--info--summary": {
"message": "Οι ομάδες νέου τύπου έχουν χαρακτηριστικά όπως τις @αναφορές και τους διαχειριστές ομάδας, και θα αποκτήσουν παραπάνω χαρακτηριστικά στο μέλλον.",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--keep-history": {
"message": "Όλο το ιστορικό της συζήτησης και τα πολυμέσα διατηρήθηκαν ως είχαν πριν την αναβάθμιση.",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--migrate--keep-history": {
"message": "Όλο το ιστορικό των μηνυμάτων και τα πολυμέσα διατηρήθηκαν ως είχαν πριν την αναβάθμιση.",
"description": "Shown on Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--you": {
"message": "Θα χρειαστεί να αποδεχτείς πάλι μια πρόσκληση για να μπεις στην ομάδα, και δεν θα λαμβάνεις μηνύματα της ομάδας μέχρι να αποδεχτείς.",
"description": "Shown on Learn More popup after GV1 migration"
},
"GroupV1--Migration--info--invited--many": {
"message": "Αυτά τα μέλη θα πρέπει να αποδεχτούν την πρόσκληση να ξαναμπούν στην ομάδα, και δεν θα λαμβάνουν τα μηνύματα της ομάδας μέχρι να αποδεχτούν:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--invited--one": {
"message": "Αυτό το μέλος θα πρέπει να αποδεχτεί την πρόσκληση να ξαναμπεί στην ομάδα, και δεν θα λαμβάνει τα μηνύματα της ομάδας μέχρι να αποδεχτεί:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--many": {
"message": "Αυτά τα μέλη δεν μπορούν να μπουν σε Ομάδες νέου τύπου, και θα αφαιρεθούν από την ομάδα:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--before--one": {
"message": "Αυτό το μέλος δεν μπορεί να μπει σε Ομάδες νέου τύπου, και θα αφαιρεθεί από την ομάδα:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--many": {
"message": "Αυτά τα μέλη δεν μπορούν να μπουν σε Ομάδες νέου τύπου, και αφαιρέθηκαν από την ομάδα:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--info--removed--after--one": {
"message": "Αυτό το μέλος δεν μπορεί να μπει σε Ομάδες νέου τύπου, και αφαιρέθηκε από την ομάδα:",
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
},
"GroupV1--Migration--invited--you": {
"message": "Δεν μπόρεσες να προστεθείς στην Ομάδα νέου τύπου, και προσκλήθηκες να μπεις.",
"description": "Shown in timeline when a group is upgraded and you were invited instead of added"
},
"GroupV1--Migration--invited--one": {
"message": "Ο/Η $contact$ δεν μπόρεσε να προστεθεί στην Ομάδα νέου τύπου και προσκλήθηκε να μπει.",
"description": "Shown in timeline when a group is upgraded and one person was invited, instead of added",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--invited--many": {
"message": "$count$ μέλη δεν μπόρεσαν να προστεθούν στην Ομάδα νέου τύπου και προσκλήθηκαν να μπουν.",
"description": "Shown in timeline when a group is upgraded and some people were invited, instead of added",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--removed--one": {
"message": "Ο/Η $contact$ αφαιρέθηκε από την ομάδα.",
"description": "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
"GroupV1--Migration--removed--many": {
"message": "$count$ μέλη αφαιρέθηκαν από την ομάδα.",
"description": "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade",
"placeholders": {
"contact": {
"content": "$1",
"example": "5"
}
}
},
2020-09-22 00:22:24 +00:00
"close": {
"message": "Κλείσιμο",
"description": "Generic close label"
},
"previous": {
2020-10-21 00:58:31 +00:00
"message": "προηγούμενο",
2020-09-22 00:22:24 +00:00
"description": "Generic previous label"
},
"next": {
2020-10-21 00:58:31 +00:00
"message": "επόμενο",
2020-09-22 00:22:24 +00:00
"description": "Generic next label"
},
"CompositionArea--expand": {
2020-10-21 00:58:31 +00:00
"message": "Ανάπτυξη",
2020-09-22 00:22:24 +00:00
"description": "Aria label for expanding composition area"
},
"CompositionArea--attach-file": {
"message": "Επισύναψη αρχείου",
"description": "Aria label for file attachment button in composition area"
},
"countMutedConversationsDescription": {
2020-10-21 00:58:31 +00:00
"message": "Να προσμετρώνται οι σιγασμένες συνομιλίες στο μετρητή ειδοποιήσεων",
2020-09-22 00:22:24 +00:00
"description": "Description for counting muted conversations in badge setting"
2020-11-16 22:08:09 +00:00
},
"ContactModal--message": {
"message": "Μήνυμα",
"description": "Button text for send message button in Group Contact Details modal"
},
"ContactModal--make-admin": {
"message": "Ορισμός ως διαχειριστή",
"description": "Button text for make admin button in Group Contact Details modal"
},
"ContactModal--remove-from-group": {
"message": "Αφαίρεση απ' την ομάδα",
"description": "Button text for remove from group button in Group Contact Details modal"
}
}