Chatwoot/app/javascript/dashboard/i18n/locale/el/chatlist.json
Sojan Jose 84560953ea
chore: Update translations (#1713)
Co-authored-by: luiscper
Co-authored-by: Sin V (jiiniasu)
Co-authored-by: AlguienSama
Co-authored-by: this-gavagai
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: vfasoulas
Co-authored-by: magnus
Co-authored-by: Goudarz Jafari (Goudarz)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-02-13 15:37:06 +05:30

85 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

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

{
"CHAT_LIST": {
"LOADING": "Λήψη συζητήσεων",
"LOAD_MORE_CONVERSATIONS": "Φόρτωση περισσότερων συζητήσεων",
"EOF": "Όλες οι συζητήσεις φορτώθηκαν 🎉",
"LIST": {
"404": "Δεν υπάρχουν ενεργές συζητήσεις σε αυτήν την ομάδα."
},
"TAB_HEADING": "Συζητήσεις",
"SEARCH": {
"INPUT": "Αναζήτηση Ανθρώπων, συνομιλιών, αποθηκευμένων απαντήσεων .."
},
"STATUS_TABS": [
{
"NAME": "Ανοιχτές",
"KEY": "openCount"
},
{
"NAME": "Επιλύθηκαν",
"KEY": "allConvCount"
}
],
"ASSIGNEE_TYPE_TABS": [
{
"NAME": "Δικές μου",
"KEY": "me",
"COUNT_KEY": "mineCount"
},
{
"NAME": "Χωρίς Αντιστοίχιση",
"KEY": "unassigned",
"COUNT_KEY": "unAssignedCount"
},
{
"NAME": "Όλες",
"KEY": "all",
"COUNT_KEY": "allCount"
}
],
"CHAT_STATUS_ITEMS": [
{
"TEXT": "Ανοιχτές",
"VALUE": "open"
},
{
"TEXT": "Επιλυθείσες",
"VALUE": "resolved"
},
{
"TEXT": "Bot",
"VALUE": "bot"
}
],
"ATTACHMENTS": {
"image": {
"ICON": "ion-image",
"CONTENT": "Μήνυμα εικόνας"
},
"audio": {
"ICON": "ion-volume-high",
"CONTENT": "Μήνυμα ήχου"
},
"video": {
"ICON": "ion-ios-videocam",
"CONTENT": "Μήνυμα βίντεο"
},
"file": {
"ICON": "ion-document",
"CONTENT": "Επισυναπτόμενο αρχείο"
},
"location": {
"ICON": "ion-ios-location",
"CONTENT": "Θέση"
},
"fallback": {
"ICON": "ion-link",
"CONTENT": "έχει μοιράσει ένα σύνδεσμο"
}
},
"RECEIVED_VIA_EMAIL": "Παραλήφθηκε από email",
"VIEW_TWEET_IN_TWITTER": "Προβολή του tweet στο Twitter",
"REPLY_TO_TWEET": "Απάντηση στο tweet",
"NO_MESSAGES": "Κανένα Μήνυμα"
}
}