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/es_ES.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/es_ES.json')
-rw-r--r-- | internal/locale/translations/es_ES.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/locale/translations/es_ES.json b/internal/locale/translations/es_ES.json index b52d47d1..570b6885 100644 --- a/internal/locale/translations/es_ES.json +++ b/internal/locale/translations/es_ES.json @@ -295,6 +295,14 @@ "error.password_min_length": "La contraseña debería tener al menos 6 caracteres.", "error.settings_mandatory_fields": "Los campos de nombre de usuario, tema, idioma y zona horaria son obligatorios.", "error.settings_reading_speed_is_positive": "Las velocidades de lectura deben ser números enteros positivos.", + "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": "El número de artículos por página no es válido.", "error.feed_mandatory_fields": "Los campos de URL y categoría son obligatorios.", "error.feed_already_exists": "Este feed ya existe.", @@ -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": "Archivo OPML", "form.import.label.url": "URL", "form.integration.fever_activate": "Activar API de Fever", |