1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/client/resources/languages/el.json
Tim Meier cf519fbe5d Add Job Queue for Import and Updates (#106)
* Add queue for updates

* Add cron job for automated updates

* Add queue error to log

* Remove Vagrantfile and nginx.conf

* Add APP_LOG to env example

* Fix wrong exception message for failed queues

* Fix tmdb timestamp issue

* update dependencies

* show propper messages for queue jobs

* fix refresh issue because of empty date

* remove kickstart for refresh all, clean a bit up

* update readme
2018-09-14 22:58:00 +02:00

75 lines
3.1 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.

{
"username": "Όνομα Χρήστη",
"password": "Κωδικός",
"login button": "Σύνδεση",
"login error": "Λάθος όνομα χρήστη ή κωδικός",
"suggestions": "Προτάσεις",
"suggestions for": "Suggestions for",
"refresh infos": "Refresh infos",
"delete item": "Διαγραφή",
"confirm delete": "Είσαι σίγουρος;",
"search": "Αναζήτηση",
"search for": "Search for",
"search or add": "Αναζήτηση ή προσθήκη",
"load more": "Φόρτωση Περισσοτέρων",
"nothing found": "Δε βρέθηκε τίποτα",
"trending": "Τάσεις",
"upcoming": "Προσεχείς",
"now playing": "Now Playing",
"tv": "TV",
"movies": "Ταινίες",
"movie": "Movie",
"last seen": "Τελευταία προβολή",
"own rating": "Own Rating",
"title": "Title",
"release": "Release",
"tmdb rating": "TMDb Rating",
"imdb rating": "IMDb Rating",
"change color": "Αλλαγή χρωμάτων",
"settings": "Ρυθμίσεις",
"logout": "Αποσύνδεση",
"tab user": "Χρήστης",
"tab options": "Options",
"tab backup": "Backup",
"tab misc": "Διάφορα",
"save button": "Αποθήκευση",
"password message": "Άφησε το πεδίο του κωδικού κενό αν δεν θέλεις να το αλλάξεις",
"success message": "Επιτυχής αλλαγή",
"export button": "Εξαγωγή ταινιών",
"import button": "Εισαγωγή ταινιών",
"or divider": "Ή",
"sync scout": "Συγχρονισμός Laravel Scout",
"display genre": "Εμφάνιση είδους",
"display date": "Εμφάνιση ημερομηνίας",
"success import": "The import can now take a few minutes",
"import warn": "Όλες οι ταινίες θα αντικατασταθούν. Σιγουρέψου ότι έχεις κρατήσει αντίγραφο ασφαλείας!",
"current version": "Τρέχουσα έκδοση:",
"new update": "Υπάρχει μια νέα ενημερωμένη έκδοση για Flox!",
"no update": "Τίποτα για να ενημερώσετε",
"checking update": "Έλεγχος για ενημερώσεις ...",
"spoiler": "προστασία αεροτομή για τα ονόματα επεισόδιο",
"call file-parser": "Call file-parser",
"refresh all infos": "Refresh infos for all data",
"refresh all triggered": "This may now take a few minutes",
"watch trailer": "Watch Trailer",
"trailer for": "Trailer for",
"add to watchlist": "Add to Watchlist",
"remove from watchlist": "Remove from Watchlist",
"no tmdb rating": "No TMDb Rating",
"loading imdb rating": "Loading IMDb Rating...",
"no imdb rating": "No IMDb Rating",
"overview": "Overview",
"watchlist": "Watchlist",
"show watchlist": "Show Watchlist Items everywhere",
"feedback": "If you have any feedback for us, please open an issue on",
"no release": "No release date yet",
"show own ratings": "Show own ratings",
"always": "Always",
"on hover": "On hover",
"never": "Never"
}