From 94b208dd3f726aa764edaeb94feb69ab94617ae5 Mon Sep 17 00:00:00 2001 From: George T <30821243+comfuzio@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:32:01 +0200 Subject: [PATCH] Update greek translations (#943) Add Hellenic Language Co-authored-by: Ben Busby --- app/static/settings/translations.json | 56 +++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/app/static/settings/translations.json b/app/static/settings/translations.json index 7a6d85c..f77b1aa 100644 --- a/app/static/settings/translations.json +++ b/app/static/settings/translations.json @@ -1118,5 +1118,61 @@ "qdr:m": "Mis diwethaf", "qdr:y": "Y flwyddyn ddiwethaf", "config-time-period": "Cyfnod Amser" + }, + "lang_el": { + "": "--", + "search": "Αναζήτηση", + "config": "Ρυθμήσεις", + "config-country": "Χώρα", + "config-lang": "Γλώσσα Περιβάλλοντος", + "config-lang-search": "Γλώσσα Αναζήτησης", + "config-near": "Κοντά", + "config-near-help": "Όνομα Πόλης", + "config-block": "Block", + "config-block-help": "Comma-separated site list", + "config-block-title": "Block by Title", + "config-block-title-help": "Use regex", + "config-block-url": "Block by URL", + "config-block-url-help": "Use regex", + "config-theme": "Θέμα", + "config-nojs": "Αφαίρεση Javascript σε ανώνυμη προβολή", + "config-anon-view": "Show Anonymous View Links", + "config-dark": "Dark Mode", + "config-safe": "Ασφαλής Αναζήτηση", + "config-alts": "Replace Social Media Links", + "config-alts-help": "Replaces Twitter/YouTube/Instagram/etc links with privacy respecting alternatives.", + "config-new-tab": "Άνοιγμα συνδέσμου σε νέα καρτέλα", + "config-images": "Full Size Image Search", + "config-images-help": "(Experimental) Adds the 'View Image' option to desktop image searches. This will cause image result thumbnails to be lower resolution.", + "config-tor": "Χρήση Tor", + "config-get-only": "GET Requests Only", + "config-url": "Root URL", + "config-pref-url": "Preferences URL", + "config-pref-encryption": "Encrypt Preferences", + "config-pref-help": "Requires WHOOGLE_CONFIG_PREFERENCES_KEY, otherwise this will be ignored.", + "config-css": "Custom CSS", + "config-time-period": "Time Period", + "load": "Load", + "apply": "Apply", + "save-as": "Save As...", + "github-link": "View on GitHub", + "translate": "translate", + "light": "light", + "dark": "dark", + "system": "system", + "ratelimit": "Instance has been ratelimited", + "continue-search": "Continue your search with Farside", + "all": "All", + "images": "Images", + "maps": "Maps", + "videos": "Videos", + "news": "News", + "books": "Books", + "anon-view": "Ανώνυμη Προβολή", + "qdr:h": "Τελευταία ώρα", + "qdr:d": "Τελευταίες 24 ώρες", + "qdr:w": "Τελευταία Βδομάδα", + "qdr:m": "Τελευταίος Μήνας", + "qdr:y": "Τελευταίος Χρόνος" } }