mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Translations update from Weblate (#386)
* Added translation using Weblate (Greek) * Translated using Weblate (Greek) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/el/ * Translated using Weblate (Greek) Currently translated at 100.0% (40 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/el/ * Add support for Greek. Co-authored-by: IceDBorn <weblate.tain@dralias.com> Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
parent
412efc2ef1
commit
8ae65db8b7
@ -164,6 +164,7 @@ export default {
|
||||
{ code: "en", name: "English" },
|
||||
{ code: "fr", name: "French" },
|
||||
{ code: "de", name: "German" },
|
||||
{ code: "el", name: "Greek" },
|
||||
{ code: "lt", name: "Lithuanian" },
|
||||
{ code: "ml", name: "Malayalam" },
|
||||
{ code: "nb_NO", name: "Norwegian Bokmål" },
|
||||
|
48
src/locales/el.json
Normal file
48
src/locales/el.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"actions": {
|
||||
"instances_list": "Λίστα διακομιστών",
|
||||
"store_watch_history": "Αποθήκευση ιστορικού παρακολούθησης",
|
||||
"default_homepage": "Προεπιλεγμένη αρχική σελίδα",
|
||||
"country_selection": "Επιλογή χώρας",
|
||||
"audio_only": "Ήχος μόνο",
|
||||
"skip_non_music": "Παράλειψη μουσικής: Μη-μουσικό τμήμα",
|
||||
"skip_self_promo": "Παράλειψη μη-χορηγούμενης/προσωπικής προώθησης",
|
||||
"skip_preview": "Παράλειψη προεπισκόπησης/ανακεφαλαίωσης",
|
||||
"skip_outro": "Παράλειψη τίτλων τέλους/ευσημάτων",
|
||||
"skip_intro": "Παράλειψη διακοπών/εισαγωγής",
|
||||
"skip_sponsors": "Παράλειψη χορηγών",
|
||||
"channel_name_desc": "Όνομα καναλιού (Ζ-Α)",
|
||||
"channel_name_asc": "Όνομα καναλιού (Α-Ζ)",
|
||||
"least_recent": "Λιγότερο πρόσφατα",
|
||||
"most_recent": "Πιο πρόσφατα",
|
||||
"skip_interaction": "Παράλειψη υπενθύμισης αλληλεπίδρασης (Εγγραφή)",
|
||||
"uses_api_from": "Χρήση API από ",
|
||||
"view_subscriptions": "Προβολή συνδρομών",
|
||||
"language_selection": "Επιλογή γλώσσας",
|
||||
"minimize_description": "Ελαχιστοποίηση περιγραφής από προεπιλογή",
|
||||
"show_comments": "Εμφάνιση σχολίων",
|
||||
"buffering_goal": "Στόχος Buffering (σε δευτερόλεπτα)",
|
||||
"default_quality": "Προεπιλεγμένη ποιότητα",
|
||||
"autoplay_video": "Αυτόματη αναπαραγωγή βίντεο",
|
||||
"dark": "Σκούρο",
|
||||
"light": "Φωτεινό",
|
||||
"auto": "Αυτόματο",
|
||||
"theme": "Θέμα",
|
||||
"enable_sponsorblock": "Ενεργοποίηση Sponsorblock",
|
||||
"back": "Επιστροφή",
|
||||
"sort_by": "Ταξινόμηση κατά:",
|
||||
"unsubscribe": "Απεγγραφή",
|
||||
"subscribe": "Εγγραφή"
|
||||
},
|
||||
"titles": {
|
||||
"feed": "Τροφοδοσία",
|
||||
"history": "Ιστορικό",
|
||||
"preferences": "Ρυθμίσεις",
|
||||
"register": "Εγγραφή",
|
||||
"login": "Σύνδεση",
|
||||
"trending": "Τάσεις"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Παρακολούθηση σε"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user