diff --git a/src/config/locales/cs/translation.json b/src/config/locales/cs/translation.json index 0f69a0e8..fab5f6bf 100644 --- a/src/config/locales/cs/translation.json +++ b/src/config/locales/cs/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index 3e15e7e1..a7e9e56d 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -114,6 +114,39 @@ "local": "Lokale Zeitleiste", "public": "Öffentliche Zeitleiste" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} ist bestätigt, bitte einloggen", "domain_doesnt_exist": "Verbindung mit {{domain}} fehlgeschlagen, stellen Sie sicher, dass die Server-URL", "loading": "Laden...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/es_es/translation.json b/src/config/locales/es_es/translation.json index 4156bd46..c98399a6 100644 --- a/src/config/locales/es_es/translation.json +++ b/src/config/locales/es_es/translation.json @@ -114,6 +114,39 @@ "local": "Línea de tiempo local", "public": "Línea de tiempo pública" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} está confirmado, por favor inicia sesión", "domain_doesnt_exist": "Error al conectar {{domain}}, confirme la URL del servidor", "loading": "Cargando...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 1f84aff4..2eff8f39 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -114,6 +114,39 @@ "local": "Fil public local", "public": "Fil public global" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} est confirmé, veuillez à présent vous connecter", "domain_doesnt_exist": "Impossible de se connecter à {{domain}}, vérifier l'URL du serveur", "loading": "Chargement...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/it/translation.json b/src/config/locales/it/translation.json index 214bb585..0aea48f8 100644 --- a/src/config/locales/it/translation.json +++ b/src/config/locales/it/translation.json @@ -114,6 +114,39 @@ "local": "Timeline Locale", "public": "Timeline Pubblica" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} è confermato, per favore accedi", "domain_doesnt_exist": "Impossibile connettersi a {{domain}}, assicurarsi che l'URL del server sia corretto", "loading": "Caricamento...", - "language_not_support_spellchecker_error": "Questa lingua non è supportata dal controllore ortografico" + "language_not_support_spellchecker_error": "Questa lingua non è supportata dal controllore ortografico", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 52b24c8e..d724bcf7 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -114,6 +114,39 @@ "local": "ローカル", "public": "連合" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} が確認できました,ログインしてください", "domain_doesnt_exist": "{{domain}} に接続できません,URLを確認してください", "loading": "読み込み中...", - "language_not_support_spellchecker_error": "この言語はスペルチェッカーではサポートされていません" + "language_not_support_spellchecker_error": "この言語はスペルチェッカーではサポートされていません", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index 84f94422..058dc4c9 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -114,6 +114,39 @@ "local": "로컬", "public": "퍼블릭" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} 도메인이 확인되었습니다. 로그인 해주세요.", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "로딩중...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/no/translation.json b/src/config/locales/no/translation.json index eb400ea1..eb4cfa84 100644 --- a/src/config/locales/no/translation.json +++ b/src/config/locales/no/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index 0fef82d3..d13a1899 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -114,6 +114,39 @@ "local": "Lokalna oś czasu", "public": "Publiczna oś czasu" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} została potwierdzona, zaloguj się", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Ładowanie…", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/pt_pt/translation.json b/src/config/locales/pt_pt/translation.json index 0f69a0e8..fab5f6bf 100644 --- a/src/config/locales/pt_pt/translation.json +++ b/src/config/locales/pt_pt/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/ru/translation.json b/src/config/locales/ru/translation.json index 029839d7..391c98f6 100644 --- a/src/config/locales/ru/translation.json +++ b/src/config/locales/ru/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/si/translation.json b/src/config/locales/si/translation.json index 4f451559..4055f6e2 100644 --- a/src/config/locales/si/translation.json +++ b/src/config/locales/si/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/sv_se/translation.json b/src/config/locales/sv_se/translation.json index 0f69a0e8..fab5f6bf 100644 --- a/src/config/locales/sv_se/translation.json +++ b/src/config/locales/sv_se/translation.json @@ -114,6 +114,39 @@ "local": "Local Timeline", "public": "Public Timeline" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL", "loading": "Loading...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/tzm/translation.json b/src/config/locales/tzm/translation.json index 51beb847..874a98e8 100644 --- a/src/config/locales/tzm/translation.json +++ b/src/config/locales/tzm/translation.json @@ -114,6 +114,39 @@ "local": "Ifili n uzmez adɣran", "public": "Ifili n uzmez agdudan" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} is confirmed, please login", "domain_doesnt_exist": "Azgel g uzday ɣer {{domain}}, sɣzen URL n umkkay", "loading": "Azdam...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index fdec79ac..5234c1a3 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -114,6 +114,39 @@ "local": "本站", "public": "跨站" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} 已确认,请登录", "domain_doesnt_exist": "连接 {{domain}} 失败,请确认服务器 URL", "loading": "加载中...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": { diff --git a/src/config/locales/zh_tw/translation.json b/src/config/locales/zh_tw/translation.json index 58d5f609..e36fd1de 100644 --- a/src/config/locales/zh_tw/translation.json +++ b/src/config/locales/zh_tw/translation.json @@ -114,6 +114,39 @@ "local": "本機時間軸", "public": "公開時間軸" } + }, + "filters": { + "title": "Filters", + "form": { + "phrase": "Keyword or phrase", + "expire": "Expire after", + "context": "Filter contexts", + "irreversible": "Drop instead of hide", + "whole_word": "Whole word", + "submit": "Submit", + "cancel": "Cancel" + }, + "expires": { + "never": "Never", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "12_hours": "12 hours", + "1_day": "1 day", + "1_week": "1 week" + }, + "new": { + "title": "New" + }, + "edit": { + "title": "Edit" + }, + "delete": { + "title": "Delete", + "confirm": "Are you sure to delete this filter?", + "confirm_ok": "Delete", + "confirm_cancel": "Cancel" + } } }, "preferences": { @@ -452,7 +485,8 @@ "domain_confirmed": "{{domain}} 已確認,請登入", "domain_doesnt_exist": "無法連線到 {{domain}},請確認伺服器 URL", "loading": "載入中...", - "language_not_support_spellchecker_error": "This language is not supported by Spellchecker" + "language_not_support_spellchecker_error": "This language is not supported by Spellchecker", + "update_filter_error": "Failed to update the filter" }, "validation": { "login": {