Merge pull request #48 from e-me/patch-1

Update el.json
pull/50/head
Pål Jørgensen 2019-08-16 12:12:23 +02:00 committed by GitHub
commit 6c1f358ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 51 deletions

View File

@ -3,120 +3,120 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Βασικό"
} }
], ],
"label": "Cards", "label": "Κάρτες",
"entity": "card", "entity": "καρτας",
"field": { "field": {
"label": "Card", "label": "Κάρτα",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Εικόνα"
}, },
{ {
"label": "Alternative text for Image", "label": "Εναλλακτικό κείμενο εικόνας",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Δώστε μια περιγραφή της εικόνας. Το κείμενο διαβάζεται από εργαλεία ανάγνωσης κειμένου (text-to-speech) που χρησιμοποιούνται από χρήστες με προβλήματα όρασης."
}, },
{ {
"label": "Audio Track", "label": "Ήχος ανοίγματος",
"description": "An optional sound that plays when the card is turned." "description": "Ήχος που ακούγεται κάθε φορά που μια κάρτα ανοίγει (προαιρετικά)."
}, },
{ {
"label": "Matching Image", "label": "Αντίστοιχη εικόνα",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Αντίστοιχη εικόνα που μπορεί να χρησιμοποιηθεί προαιρετικά αντί της χρήσης της ίδιας εικόνας σε δύο κάρτες (προαιρετικά)."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Εναλλακτικό κείμενο αντίστοιχης εικόνας",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Δώστε μια περιγραφή της εικόνας. Το κείμενο διαβάζεται από εργαλεία ανάγνωσης κειμένου (text-to-speech) που χρησιμοποιούνται από χρήστες με προβλήματα όρασης."
}, },
{ {
"label": "Matching Audio Track", "label": "Ήχος αντιστοίχισης",
"description": "An optional sound that plays when the second card is turned." "description": "Ήχος που ακούγεται κάθε φορά που δύο κάρτες αντιστοιχίζονται μεταξύ τους (προαιρετικά)."
}, },
{ {
"label": "Description", "label": "Κείμενο αντιστοίχισης",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Σύντομο κείμενο που εμφανίζεται κάθε φορά που δύο κάρτες αντιστοιχίζονται μεταξύ τους (προαιρετικά)."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Ρυθμίσεις παιχνιδιού",
"description": "These options will let you control how the game behaves.", "description": "Αυτές οι ρυθμίσεις σας επιτρέπουν να καθορίσετε τον τρόπο λειτουργίας του παιχνιδιού.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Διάταξη καρτών σε τετράγωνο",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." "description": "Κατά τη διάταξη των καρτών επιχειρείται ο αριθμός των στηλών να είναι ίδιος με τον αριθμό των γραμμών. Οι διαστάσεις των καρτών προσαρμόζονται."
}, },
{ {
"label": "Number of cards to use", "label": "Αριθμός καρτών που χρησιμοποιούνται",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Επιλέγοντας αριθμό μεγαλύτερο του δύο (2) οδηγείτε το παιχνίδι στην τυχαία επιλογή καρτών από τη συνολική λίστα."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Προσθήκη κουμπιού νέας προσπάθειας μετά την ολοκλήρωση του παιχνιδιού"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Εμφάνιση",
"description": "Control the visuals of the game.", "description": "Έλεγχος της εμφάνισης του παιχνιδιού.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Χρώμα \"θέματος\"",
"description": "Choose a color to create a theme for your card game.", "description": "Επιλέξτε ένα χρώμα για τη δημιουργία \"θέματος\" για το παιχνίδι μνήμης.",
"default": "#909090" "default": "#909090"
}, },
{ {
"label": "Card Back", "label": "Πίσω πλευρά καρτών",
"description": "Use a custom back for your cards." "description": "Χρησιμοποιήστε μια δική σας εικόνα για την πίσω πλευρά των καρτών."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Προσαρμογή",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Κείμενο ανοίγματος κάρτας",
"default": "Card turns" "default": "Άνοιγμα κάρτας"
}, },
{ {
"label": "Time spent text", "label": "Time spent text",
"default": "Time spent" "default": "Χρόνος"
}, },
{ {
"label": "Feedback text", "label": "Κείμενο ανατροφοδότησης",
"default": "Good work!" "default": "Μπράβο!"
}, },
{ {
"label": "Try again button text", "label": "Κείμενο κουμπιού νέας προσπάθειας",
"default": "Try again?" "default": "Επανάληψη"
}, },
{ {
"label": "Close button label", "label": "Ετικέτα κουμπιού κλεισίματος",
"default": "Close" "default": "Κλείσιμο"
}, },
{ {
"label": "Game label", "label": "Ετικέτα παιχνιδιού",
"default": "Memory Game. Find the matching cards." "default": "Παιχνίδι μνήμης. Αντιστοίχισε τις κάρτες που ταιριάζουν μεταξύ τους."
}, },
{ {
"label": "Game finished label", "label": "Ετικέτα ολοκλήρωσης παιχνιδιού",
"default": "All of the cards have been found." "default": "Έχουν αντιστοιχιστεί όλες οι κάρτες!"
}, },
{ {
"label": "Card indexing label", "label": "Ετικέτα ταξινόμησης κάρτας",
"default": "Card %num:" "default": "Κάρτα %num:"
}, },
{ {
"label": "Card unturned label", "label": "Ετικέτα κλειστής κάρτας",
"default": "Unturned." "default": "Κλειστή."
}, },
{ {
"label": "Card matched label", "label": "Ετικέτα κάρτας που έχει αντιστοιχιστεί",
"default": "Match found." "default": "Έχει αντιστοιχιστεί."
} }
] ]
} }
] ]
} }