|
432 | 432 | "friday": "Friday", |
433 | 433 | "gateway_or_subnet_invalid": "Invalid subnet mask", |
434 | 434 | "general_statistics": "General statistics", |
| 435 | + "go_back": "Go back", |
435 | 436 | "greater_range_start_error": "The end of the range must be greater than the start", |
436 | 437 | "home_dns_addresses": "AdGuard Home DNS addresses", |
437 | 438 | "home_dns_addresses_desc": "The AdGuard Home DNS server listens on the following interfaces/ports:", |
|
773 | 774 | "tls_certificate_expiring": "Your TLS certificate is about to expire", |
774 | 775 | "tls_key_path_label": "Full path to the private key file", |
775 | 776 | "tls_key_path_option": "Enter the full path to the private key file", |
| 777 | + "tls_setup_backend_error_title": "Could not enable encrypted DNS", |
| 778 | + "tls_setup_cert_description": "For DNS encryption, you need a valid TLS certificate chain for your domain — get a free one from letsencrypt.org or buy from a trusted CA. After adding the certificate and key, you'll configure the encrypted DNS server settings", |
| 779 | + "tls_setup_cert_paste_label": "Paste the certificate contents", |
| 780 | + "tls_setup_cert_path_option": "Path to file on the server", |
| 781 | + "tls_setup_cert_path_option_desc": "If the certificate is already on the device running AdGuard Home. It will stay on disk and update automatically when renewed.", |
| 782 | + "tls_setup_cert_text_option": "Certificate as text", |
| 783 | + "tls_setup_cert_text_option_desc": "If the certificate is on your computer. It will be saved to the AdGuard Home configuration file", |
| 784 | + "tls_setup_cert_title": "Add certificate", |
| 785 | + "tls_setup_config_title": "Enable encrypted DNS", |
| 786 | + "tls_setup_dot_port_label": "DNS-over-TLS port", |
| 787 | + "tls_setup_doq_port_label": "DNS-over-QUIC port", |
| 788 | + "tls_setup_error_duplicate_port": "Port %port% is used by multiple DNS protocols. It must be unique", |
| 789 | + "tls_setup_error_ed25519_key": "ED25519 keys are not supported by browsers", |
| 790 | + "tls_setup_error_empty_cert": "Certificate is empty", |
| 791 | + "tls_setup_error_no_key": "No valid private keys were found", |
| 792 | + "tls_setup_error_parse_cert": "Unable to parse the certificate", |
| 793 | + "tls_setup_error_parse_key": "Unable to parse the private key", |
| 794 | + "tls_setup_error_port_busy": "Port %port% is not available for %protocol%", |
| 795 | + "tls_setup_hint_go_back": "Go back to a previous step to fix the issue", |
| 796 | + "tls_setup_https_port_label": "HTTPS port", |
| 797 | + "tls_setup_key_description": "The private key must match the certificate from the previous step. Choose how to add it depending on where the key is stored", |
| 798 | + "tls_setup_key_paste_label": "Paste the key contents", |
| 799 | + "tls_setup_key_path_option": "Path to file on the server", |
| 800 | + "tls_setup_key_path_option_desc": "If the key is already on the device running AdGuard Home, it will stay on disk", |
| 801 | + "tls_setup_key_text_option": "Private key as text", |
| 802 | + "tls_setup_key_text_option_desc": "If the key is on your computer, paste it or upload the file — it will be saved to the AdGuard Home configuration file", |
| 803 | + "tls_setup_key_title": "Add private key", |
| 804 | + "tls_setup_server_name_label": "Server name", |
| 805 | + "tls_setup_warning_cert_untrusted": "The certificate chain cannot be verified: it may be self-signed, expired, or for a different hostname", |
| 806 | + "tls_setup_warning_no_ip": "The certificate has no IP addresses. DNS-over-TLS won't be advertised via DDR", |
776 | 807 | "top_blocked_domains": "Top blocked domains", |
777 | 808 | "top_clients": "Top clients", |
778 | 809 | "top_upstreams": "Top upstreams", |
|
0 commit comments