From d8f855ebfc29209a60bfb15744a76960c3914bf1 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 18 Mar 2025 14:15:50 +0300 Subject: [PATCH] all: resync with master --- client/src/__locales/cs.json | 4 ++++ client/src/__locales/da.json | 4 ++++ client/src/__locales/de.json | 4 ++++ client/src/__locales/es.json | 4 ++++ client/src/__locales/fr.json | 4 ++++ client/src/__locales/it.json | 4 ++++ client/src/__locales/ja.json | 4 ++++ client/src/__locales/ko.json | 4 ++++ client/src/__locales/nl.json | 4 ++++ client/src/__locales/pt-br.json | 4 ++++ client/src/__locales/pt-pt.json | 4 ++++ client/src/__locales/ru.json | 4 ++++ client/src/__locales/sk.json | 4 ++++ client/src/__locales/tr.json | 4 ++++ client/src/__locales/zh-cn.json | 4 ++++ client/src/__locales/zh-tw.json | 4 ++++ client/src/helpers/trackers/trackers.json | 4 +++- 17 files changed, 67 insertions(+), 1 deletion(-) diff --git a/client/src/__locales/cs.json b/client/src/__locales/cs.json index 622d52eb..d4421c88 100644 --- a/client/src/__locales/cs.json +++ b/client/src/__locales/cs.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Důvod: {{reason}}", "check_service": "Název služby: {{service}}", + "check_hostname": "Název hostitele nebo domény", + "check_client_id": "Identifikátor klienta (ClientID nebo IP adresa)", + "check_enter_client_id": "Zadejte identifikátor klienta", + "check_dns_record": "Vyberte typ DNS záznamu", "service_name": "Název služby", "check_not_found": "Nenalezeno ve Vašich seznamech filtrů", "client_confirm_block": "Opravdu chcete zablokovat klienta „{{ip}}“?", diff --git a/client/src/__locales/da.json b/client/src/__locales/da.json index b8e2c5a5..5c2279f6 100644 --- a/client/src/__locales/da.json +++ b/client/src/__locales/da.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Årsag: {{reason}}", "check_service": "Tjenestenavn: {{service}}", + "check_hostname": "Værts- eller domænenavn", + "check_client_id": "Klientidentifikator (ClientID eller IP-adresse)", + "check_enter_client_id": "Angiv klientidentifikator", + "check_dns_record": "Vælg DNS-posttype", "service_name": "Tjenestenavn", "check_not_found": "Ikke fundet i dine filterlister", "client_confirm_block": "Sikker på, at du vil blokere klienten \"{{ip}}\"?", diff --git a/client/src/__locales/de.json b/client/src/__locales/de.json index 14b7408e..effefc61 100644 --- a/client/src/__locales/de.json +++ b/client/src/__locales/de.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Grund: {{reason}}", "check_service": "Dienstname: {{service}}", + "check_hostname": "Hostname oder Domainname", + "check_client_id": "Client-Kennung (ClientID oder IP-Adresse)", + "check_enter_client_id": "Client-Kennung eingeben", + "check_dns_record": "DNS-Datensatztyp auswählen", "service_name": "Name des Dienstes", "check_not_found": "Nicht in Ihren Filterlisten enthalten", "client_confirm_block": "Möchten Sie den Client „{{ip}}“ wirklich sperren?", diff --git a/client/src/__locales/es.json b/client/src/__locales/es.json index bf2d21f8..dadd7f0b 100644 --- a/client/src/__locales/es.json +++ b/client/src/__locales/es.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Razón: {{reason}}", "check_service": "Nombre del servicio: {{service}}", + "check_hostname": "Nombre de host o nombre de dominio", + "check_client_id": "Identificador del cliente (ClientID o dirección IP)", + "check_enter_client_id": "Ingresa el identificador del cliente", + "check_dns_record": "Selecciona el tipo de registro DNS", "service_name": "Nombre del servicio", "check_not_found": "No se ha encontrado en tus listas de filtros", "client_confirm_block": "¿Estás seguro de que deseas bloquear al cliente \"{{ip}}\"?", diff --git a/client/src/__locales/fr.json b/client/src/__locales/fr.json index a8cb704a..00766c28 100644 --- a/client/src/__locales/fr.json +++ b/client/src/__locales/fr.json @@ -620,6 +620,10 @@ "check_cname": "CNAME : {{cname}}", "check_reason": "Raison : {{reason}}", "check_service": "Nom du service : {{service}}", + "check_hostname": "Nom d'hôte ou nom de domaine", + "check_client_id": "Identifiant du client (ClientID ou adresse IP)", + "check_enter_client_id": "Saisissez l'identifiant du client", + "check_dns_record": "Sélectionnez le type d'enregistrement DNS", "service_name": "Nom du service", "check_not_found": "Introuvable dans vos listes de filtres", "client_confirm_block": "Voulez-vous vraiment bloquer le client « {{ip}} » ?", diff --git a/client/src/__locales/it.json b/client/src/__locales/it.json index cef7c5e9..5ea2e4ca 100644 --- a/client/src/__locales/it.json +++ b/client/src/__locales/it.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Motivo: {{reason}}", "check_service": "Nome servizio: {{service}}", + "check_hostname": "Nome host o nome di dominio", + "check_client_id": "Identificatore client (ClientID o indirizzo IP)", + "check_enter_client_id": "Inserisci identificatore client", + "check_dns_record": "Seleziona il tipo di registrazione DNS", "service_name": "Nome servizio", "check_not_found": "Non trovato negli elenchi dei filtri", "client_confirm_block": "Sei sicuro di voler bloccare il client \"{{ip}}\"?", diff --git a/client/src/__locales/ja.json b/client/src/__locales/ja.json index 3b96300b..8034eb10 100644 --- a/client/src/__locales/ja.json +++ b/client/src/__locales/ja.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "理由: {{reason}}", "check_service": "サービス名: {{service}}", + "check_hostname": "ホスト名またはドメイン名", + "check_client_id": "クライアント識別子 (ClientID または IP アドレス)", + "check_enter_client_id": "クライアント識別子を入力してください", + "check_dns_record": "DNSレコードタイプ(DNS record type)を選択", "service_name": "サービス名", "check_not_found": "フィルタ一覧には見つかりません", "client_confirm_block": "クライアント\"{{ip}}\"をブロックしてもよろしいですか?", diff --git a/client/src/__locales/ko.json b/client/src/__locales/ko.json index 7f81314a..a2e327e5 100644 --- a/client/src/__locales/ko.json +++ b/client/src/__locales/ko.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "이유: {{reason}}", "check_service": "서비스 이름: {{service}}", + "check_hostname": "호스트 이름 또는 도메인 이름", + "check_client_id": "클라이언트 식별자(클라이언트 ID 또는 IP 주소)", + "check_enter_client_id": "클라이언트 식별자 입력", + "check_dns_record": "DNS 레코드 유형 선택", "service_name": "서비스 이름", "check_not_found": "필터 목록에서 찾을 수 없음", "client_confirm_block": "정말로 클라이언트 '{{ip}}'을(를) 차단하시겠습니까?", diff --git a/client/src/__locales/nl.json b/client/src/__locales/nl.json index 0ce20b4e..a139ba9a 100644 --- a/client/src/__locales/nl.json +++ b/client/src/__locales/nl.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Reden: {{reason}}", "check_service": "Servicenaam: {{service}}", + "check_hostname": "Hostnaam of domeinnaam", + "check_client_id": "Client identificator (ClientID of IP-adres)", + "check_enter_client_id": "Voer Client identificator in", + "check_dns_record": "Selecteer type DNS-record", "service_name": "Naam service", "check_not_found": "Niet in je lijst met filters gevonden", "client_confirm_block": "Weet je zeker dat je client \"{{ip}}\" wil blokkeren?", diff --git a/client/src/__locales/pt-br.json b/client/src/__locales/pt-br.json index 9f6cfc28..3a55fdd4 100644 --- a/client/src/__locales/pt-br.json +++ b/client/src/__locales/pt-br.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Motivo: {{reason}}", "check_service": "Nome do serviço: {{service}}", + "check_hostname": "Nome do anfitrião ou nome de domínio", + "check_client_id": "Identificador do cliente (ClienteID ou endereço de IP)", + "check_enter_client_id": "Insira o identificador do cliente", + "check_dns_record": "Selecione o tipo de registro DNS", "service_name": "Nome do serviço", "check_not_found": "Não encontrado em suas listas de filtros", "client_confirm_block": "Você tem certeza de que deseja bloquear o cliente \"{{ip}}\"?", diff --git a/client/src/__locales/pt-pt.json b/client/src/__locales/pt-pt.json index e6dd4a8d..f94f4c3a 100644 --- a/client/src/__locales/pt-pt.json +++ b/client/src/__locales/pt-pt.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Motivo: {{reason}}", "check_service": "Nome do serviço: {{service}}", + "check_hostname": "Nome do hospedeiro ou nome de domínio", + "check_client_id": "Identificador do cliente (ClientID ou endereço IP)", + "check_enter_client_id": "Insira o identificador do cliente", + "check_dns_record": "Selecione o tipo de registro DNS", "service_name": "Nome do serviço", "check_not_found": "Não encontrado nas tuas listas de filtros", "client_confirm_block": "Você tem certeza de que deseja bloquear o cliente \"{{ip}}\"?", diff --git a/client/src/__locales/ru.json b/client/src/__locales/ru.json index f8cee90e..79fcd27d 100644 --- a/client/src/__locales/ru.json +++ b/client/src/__locales/ru.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Причина: {{reason}}", "check_service": "Название сервиса: {{service}}", + "check_hostname": "Имя хоста или домена", + "check_client_id": "Идентификатор клиента (ClientID или IP-адрес)", + "check_enter_client_id": "Введите идентификатор клиента", + "check_dns_record": "Выберите тип DNS-записи", "service_name": "Имя сервиса", "check_not_found": "Не найдено в вашем списке фильтров", "client_confirm_block": "Вы уверены, что хотите заблокировать клиента «{{ip}}»?", diff --git a/client/src/__locales/sk.json b/client/src/__locales/sk.json index 4acf2125..2a5192f2 100644 --- a/client/src/__locales/sk.json +++ b/client/src/__locales/sk.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Dôvod: {{reason}}", "check_service": "Meno služby: {{service}}", + "check_hostname": "Názov hostiteľa alebo názov domény", + "check_client_id": "Identifikátor klienta (ClientID alebo IP adresa)", + "check_enter_client_id": "Zadajte identifikátor klienta", + "check_dns_record": "Vyberte typ DNS záznamu", "service_name": "Názov služby", "check_not_found": "Nenašlo sa vo Vašom zozname filtrov", "client_confirm_block": "Naozaj chcete zablokovať klienta \"{{ip}}\"?", diff --git a/client/src/__locales/tr.json b/client/src/__locales/tr.json index aa2f58cc..41b046a4 100644 --- a/client/src/__locales/tr.json +++ b/client/src/__locales/tr.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "Sebep: {{reason}}", "check_service": "Hizmet adı: {{service}}", + "check_hostname": "Ana makine adı veya alan adı", + "check_client_id": "İstemci tanımlayıcısı (ClientID veya IP adresi)", + "check_enter_client_id": "İstemci tanımlayıcısı girin", + "check_dns_record": "DNS kayıt türünü seçin", "service_name": "Hizmet adı", "check_not_found": "Filtre listelerinizde bulunamadı", "client_confirm_block": "\"{{ip}}\" istemcisini engellemek istediğinizden emin misiniz?", diff --git a/client/src/__locales/zh-cn.json b/client/src/__locales/zh-cn.json index 732e9114..6bf90129 100644 --- a/client/src/__locales/zh-cn.json +++ b/client/src/__locales/zh-cn.json @@ -620,6 +620,10 @@ "check_cname": "CNAME: {{cname}}", "check_reason": "原因:{{reason}}", "check_service": "服务名称:{{service}}", + "check_hostname": "主机名或域名", + "check_client_id": "客户端标识符(ClientID 或 IP 地址)", + "check_enter_client_id": "输入客户端标识符", + "check_dns_record": "选择 DNS 记录类型", "service_name": "服务名称", "check_not_found": "未在您的筛选列表中找到", "client_confirm_block": "确定要阻止客户端 \"{{ip}}\"?", diff --git a/client/src/__locales/zh-tw.json b/client/src/__locales/zh-tw.json index dff9d611..0804ca82 100644 --- a/client/src/__locales/zh-tw.json +++ b/client/src/__locales/zh-tw.json @@ -620,6 +620,10 @@ "check_cname": "正規名稱(CNAME):{{cname}}", "check_reason": "原因:{{reason}}", "check_service": "服務名稱:{{service}}", + "check_hostname": "主機名稱或域名", + "check_client_id": "用戶端識別碼(ClientID 或 IP 位址)", + "check_enter_client_id": "輸入用戶識別碼", + "check_dns_record": "選擇 DNS 記錄類型", "service_name": "服務名稱", "check_not_found": "未在您的過濾器清單中被找到", "client_confirm_block": "您確定您想要封鎖該用戶端 \"{{ip}}\" 嗎?", diff --git a/client/src/helpers/trackers/trackers.json b/client/src/helpers/trackers/trackers.json index d24c984f..926a0f7f 100644 --- a/client/src/helpers/trackers/trackers.json +++ b/client/src/helpers/trackers/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2025-03-10T15:13:28.992Z", + "timeUpdated": "2025-03-17T10:05:02.622Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -20958,6 +20958,7 @@ "audiencesquare.com": "audiencesquare.com", "ad.gt": "audiencesquare.com", "audigent.com": "audiencesquare.com", + "hadronid.net": "audiencesquare.com", "auditude.com": "auditude", "audtd.com": "audtd.com", "cdn.augur.io": "augur", @@ -21413,6 +21414,7 @@ "static.clmbtech.com": "columbia_online", "combotag.com": "combotag", "pdk.theplatform.com": "comcast_technology_solutions", + "theplatform.com": "comcast_technology_solutions", "comm100.cn": "comm100", "comm100.com": "comm100", "cdn-cs.com": "commerce_sciences",