diff options
author | 2024-07-03 04:03:49 +0000 | |
---|---|---|
committer | 2024-07-02 21:03:49 -0700 | |
commit | 1a81866bb93a96d91fa5d61cb91949b5f4bad840 (patch) | |
tree | 14db5c7a1bafd67943c8452d5b80420345fc3140 /internal/locale/translations/el_EL.json | |
parent | c4278821cbaf392873380396d3590d936e0dbcf1 (diff) | |
download | v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.gz v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.zst v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.zip |
Add global block and keep filters
Diffstat (limited to 'internal/locale/translations/el_EL.json')
-rw-r--r-- | internal/locale/translations/el_EL.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/locale/translations/el_EL.json b/internal/locale/translations/el_EL.json index 932c7c47..53e04d16 100644 --- a/internal/locale/translations/el_EL.json +++ b/internal/locale/translations/el_EL.json @@ -302,6 +302,14 @@ "error.password_min_length": "Ο κωδικός πρόσβασης πρέπει να έχει τουλάχιστον 6 χαρακτήρες.", "error.settings_mandatory_fields": "Τα πεδία όνομα χρήστη, θέμα, Γλώσσα και ζώνη ώρας είναι υποχρεωτικά.", "error.settings_reading_speed_is_positive": "Οι ταχύτητες ανάγνωσης πρέπει να είναι θετικοί ακέραιοι αριθμοί.", + "error.settings_block_rule_fieldname_invalid": "Invalid Block rule: rule #%d is missing a valid field name (Options: %s)", + "error.settings_block_rule_separator_required": "Invalid Block rule: rule #%d's pattern is required to be seperated by a '='", + "error.settings_block_rule_regex_required": "Invalid Block rule: rule #%d's pattern is not provided", + "error.settings_block_rule_invalid_regex": "Invalid Block rule: rule #%d's pattern is not a valid regex", + "error.settings_keep_rule_fieldname_invalid": "Invalid Keep rule: rule #%d is missing a valid field name (Options: %s)", + "error.settings_keep_rule_separator_required": "Invalid Keep rule: rule #%d's pattern is required to be seperated by a '='", + "error.settings_keep_rule_regex_required": "Invalid Keep rule: rule #%d pattern is not provided", + "error.settings_keep_rule_invalid_regex": "Invalid Keep rule: rule #%d's pattern is not a valid regex", "error.entries_per_page_invalid": "Ο αριθμός των καταχωρήσεων ανά σελίδα δεν είναι έγκυρος.", "error.feed_mandatory_fields": "Η διεύθυνση URL και η κατηγορία είναι υποχρεωτικά.", "error.feed_already_exists": "Αυτή η ροή υπάρχει ήδη.", @@ -382,6 +390,7 @@ "form.prefs.fieldset.application_settings": "Application Settings", "form.prefs.fieldset.authentication_settings": "Authentication Settings", "form.prefs.fieldset.reader_settings": "Reader Settings", + "form.prefs.fieldset.global_feed_settings": "Global Feed Settings", "form.import.label.file": "Αρχείο OPML", "form.import.label.url": "URL", "form.integration.fever_activate": "Ενεργοποιήστε το Fever API", |