Pull request 2726: AGDNS-4254-fix-ui-text
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled

Squashed commit of the following:

commit 87bdf005bafa8d8ad75b3e4cb488ca7f9b206a72
Author: Maksim Kazantsev <m.kazantsev@adguard.com>
Date:   Tue Jul 21 15:41:17 2026 +0300

    src: imp locales;
This commit is contained in:
Maksim Kazantsev 2026-07-21 12:48:42 +00:00
parent 9c19bff5df
commit f078919e22
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
"blocking_mode_refused": "REFUSED: Respond with REFUSED code",
"blocklist": "Blocklist",
"bootstrap_dns": "Bootstrap DNS servers",
"bootstrap_dns_desc": "IP addresses of DNS servers used to resolve IP addresses of the DoH/DoT resolvers you specify as upstreams. Empty lines and comments, starting with '#', are ignored.",
"bootstrap_dns_desc": "IP addresses of DNS servers used to resolve the hostnames of DoH/DoT upstream resolvers. Enter one IP address per line. Comments must start on a new line with #. Empty lines and comments are ignored.",
"cache_cleared": "DNS cache successfully cleared",
"cache_enabled": "Enable cache",
"cache_enabled_desc": "Store DNS responses locally.",

View file

@ -208,7 +208,7 @@
"dns_blocking_mode_title": "Blocking mode",
"dns_blocking_mode_ttl_label": "Blocked response TTL, in seconds",
"dns_blocking_mode_ttl_placeholder": "Enter TTL",
"dns_bootstrap_dns_desc": "Sets the DNS servers used to resolve DoH/DoT upstream resolver hostnames",
"dns_bootstrap_dns_desc": "Sets the DNS servers used to resolve the hostnames of DoH/DoT upstream resolvers",
"dns_bootstrap_dns_label": "Bootstrap DNS servers, one per line",
"dns_bootstrap_dns_placeholder": "IP addresses",
"dns_bootstrap_dns_title": "Bootstrap DNS servers",