aboutsummaryrefslogtreecommitdiff
path: root/internal/locale/translations/hi_IN.json
diff options
context:
space:
mode:
authorGravatar privatmamtora <privat.mamtora@gmail.com> 2024-07-03 04:03:49 +0000
committerGravatar GitHub <noreply@github.com> 2024-07-02 21:03:49 -0700
commit1a81866bb93a96d91fa5d61cb91949b5f4bad840 (patch)
tree14db5c7a1bafd67943c8452d5b80420345fc3140 /internal/locale/translations/hi_IN.json
parentc4278821cbaf392873380396d3590d936e0dbcf1 (diff)
downloadv2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.gz
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.zst
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.zip
Add global block and keep filters
Diffstat (limited to 'internal/locale/translations/hi_IN.json')
-rw-r--r--internal/locale/translations/hi_IN.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json
index 6d956521..1e806c83 100644
--- a/internal/locale/translations/hi_IN.json
+++ b/internal/locale/translations/hi_IN.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": "ओपीएमएल फ़ाइल",
"form.import.label.url": "यूआरएल",
"form.integration.fever_activate": "फीवर एपीआई सक्रिय करें",