From 26c880858f0e2ffbdb086cbd354f655d3e52281c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:48 +0900 Subject: [PATCH 01/16] New translations translation.json (German) --- src/config/locales/de/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 8b57cddac942198b47cdd043187a575ff8fb863c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:50 +0900 Subject: [PATCH 02/16] New translations translation.json (French) --- src/config/locales/fr/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 83c1e2824de063ed2f215ee159ca43a4f7b1c32f Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:51 +0900 Subject: [PATCH 03/16] New translations translation.json (Spanish) --- src/config/locales/es_es/translation.json | 36 ++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 76fb58bf1093dadb75311afc2d1b12b40a5c1d1f Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:52 +0900 Subject: [PATCH 04/16] New translations translation.json (Czech) --- src/config/locales/cs/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From de6a96f64561e23d72f906e701838c19c67079b1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:53 +0900 Subject: [PATCH 05/16] New translations translation.json (Italian) --- src/config/locales/it/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 1df4794ca72424f345151270705deddf63b57816 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:54 +0900 Subject: [PATCH 06/16] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From fcd68d0db50c2dd2a5cba8e32dfde1d67fa267f3 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:56 +0900 Subject: [PATCH 07/16] New translations translation.json (Korean) --- src/config/locales/ko/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From befa2b0be1a65574f62dcfbce11e5acb217b2af8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:57 +0900 Subject: [PATCH 08/16] New translations translation.json (Norwegian) --- src/config/locales/no/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 17871b3f875363afd06f0671ef832b1a226ecf71 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:58 +0900 Subject: [PATCH 09/16] New translations translation.json (Polish) --- src/config/locales/pl/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 4d4d77d6941d843c434e71279e1eb1b1b32ff509 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:01:59 +0900 Subject: [PATCH 10/16] New translations translation.json (Portuguese) --- src/config/locales/pt_pt/translation.json | 36 ++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 676f7f96915db443ae4d234966d6a0b3784cf245 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:00 +0900 Subject: [PATCH 11/16] New translations translation.json (Russian) --- src/config/locales/ru/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From ed0a0ab4e0da1bca5ee241be21760eddafe1d047 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:02 +0900 Subject: [PATCH 12/16] New translations translation.json (Swedish) --- src/config/locales/sv_se/translation.json | 36 ++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From beeffe6811690dfa9fcce5b84408232b4a42292a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:03 +0900 Subject: [PATCH 13/16] New translations translation.json (Chinese Simplified) --- src/config/locales/zh_cn/translation.json | 36 ++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From cb668ac1f8c936c7efce38734703ff64875d4e86 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:04 +0900 Subject: [PATCH 14/16] New translations translation.json (Chinese Traditional) --- src/config/locales/zh_tw/translation.json | 36 ++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From afe4330d96fa740201ea83e9d975a53ea5c1c717 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:05 +0900 Subject: [PATCH 15/16] New translations translation.json (Sinhala) --- src/config/locales/si/translation.json | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": { From 31e68b8facda63ce12051b9db106f15b29dd521a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 12 May 2021 01:02:07 +0900 Subject: [PATCH 16/16] New translations translation.json (Central Atlas Tamazight) --- src/config/locales/tzm/translation.json | 36 ++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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": {