Pull request: client: upd i18n
Updates #2643. Squashed commit of the following: commit 048c245ab682f0799c2f7a7f0435a1898a482392 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Feb 21 16:58:10 2022 +0300 client: upd i18n
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"client_settings": "客户端设置",
|
||||
"example_upstream_reserved": "您可以<0>为特定域名</0>指定上游 DNS 服务器",
|
||||
"example_upstream_comment": "您可以指定注解",
|
||||
"example_upstream_reserved": "指定为<0>特定域名</0>的上游服务器;",
|
||||
"example_upstream_comment": "注释。",
|
||||
"upstream_parallel": "使用并行请求以同时查询所有上游服务器来加快解析速度。",
|
||||
"parallel_requests": "并行请求",
|
||||
"load_balancing": "负载均衡",
|
||||
@@ -35,24 +35,24 @@
|
||||
"dhcp_config_saved": "已成功保存 DHCP 服务器配置",
|
||||
"dhcp_ipv4_settings": "DHCP IPv4设置",
|
||||
"dhcp_ipv6_settings": "DHCP IPv6设置",
|
||||
"form_error_required": "必填字段",
|
||||
"form_error_ip4_format": "无效的 IPv4 地址",
|
||||
"form_error_ip4_range_start_format": "范围起始值的 IPv4 地址无效",
|
||||
"form_error_ip4_range_end_format": "范围终值的 IPv4 地址无效",
|
||||
"form_error_ip4_gateway_format": "网关 IPv4 地址无效",
|
||||
"form_error_ip6_format": "无效的 IPv6 地址",
|
||||
"form_error_ip_format": "无效的 IP 地址",
|
||||
"form_error_mac_format": "无效的 MAC 地址",
|
||||
"form_error_client_id_format": "无效的客户端 ID 格式客户 ID 必须只包含数字、小写字母和连字符",
|
||||
"form_error_server_name": "无效的服务器名",
|
||||
"form_error_subnet": "子网 \"{{cidr}}\" 不包含 IP 地址 \"{{ip}}\"",
|
||||
"form_error_positive": "必须大于 0",
|
||||
"out_of_range_error": "必定超出了范围 \"{{start}}\"-\"{{end}}\"",
|
||||
"lower_range_start_error": "必须小于范围起始值",
|
||||
"greater_range_start_error": "必须大于范围起始值",
|
||||
"greater_range_end_error": "必须大于范围终值",
|
||||
"subnet_error": "地址必须在一个子网内",
|
||||
"gateway_or_subnet_invalid": "子网掩码无效",
|
||||
"form_error_required": "必填字段。",
|
||||
"form_error_ip4_format": "无效的 IPv4 地址。",
|
||||
"form_error_ip4_range_start_format": "范围起始值的 IPv4 地址无效。",
|
||||
"form_error_ip4_range_end_format": "范围终值的 IPv4 地址无效。",
|
||||
"form_error_ip4_gateway_format": "网关 IPv4 格式无效。",
|
||||
"form_error_ip6_format": "无效的 IPv6 地址。",
|
||||
"form_error_ip_format": "无效的 IP 地址。",
|
||||
"form_error_mac_format": "无效的 MAC 地址。",
|
||||
"form_error_client_id_format": "客户端 ID 必须只包含数字、小写字母和连字符。",
|
||||
"form_error_server_name": "无效的服务器名。",
|
||||
"form_error_subnet": "子网 \"{{cidr}}\" 不包含 IP 地址 \"{{ip}}\"。",
|
||||
"form_error_positive": "必须大于 0。",
|
||||
"out_of_range_error": "必定超出了范围 \"{{start}}\"-\"{{end}}\"。",
|
||||
"lower_range_start_error": "必须小于范围起始值。",
|
||||
"greater_range_start_error": "必须大于范围起始值。",
|
||||
"greater_range_end_error": "必须大于范围终值。",
|
||||
"subnet_error": "地址必须在一个子网内。",
|
||||
"gateway_or_subnet_invalid": "子网掩码无效。",
|
||||
"dhcp_form_gateway_input": "网关 IP",
|
||||
"dhcp_form_subnet_input": "子网掩码",
|
||||
"dhcp_form_range_title": "IP 地址范围",
|
||||
@@ -196,25 +196,25 @@
|
||||
"choose_allowlist": "选择允许列表",
|
||||
"enter_valid_blocklist": "输入有效的阻止列表URL",
|
||||
"enter_valid_allowlist": "输入有效的允许列表URL",
|
||||
"form_error_url_format": "无效的URL格式",
|
||||
"form_error_url_or_path_format": "无效的URL或列表的绝对路径",
|
||||
"form_error_url_format": "无效的 URL 格式。",
|
||||
"form_error_url_or_path_format": "无效的 URL 或列表的绝对路径。",
|
||||
"custom_filter_rules": "自定义过滤器规则",
|
||||
"custom_filter_rules_hint": "请确保每行只输入一条规则。你可以输入符合 adblock 语法或 Hosts 语法的规则。",
|
||||
"system_host_files": "系统主机文件",
|
||||
"examples_title": "范例",
|
||||
"example_meaning_filter_block": "拦截 example.org 域名及其所有子域名",
|
||||
"example_meaning_filter_whitelist": "放行 example.org 及其所有子域名",
|
||||
"example_meaning_host_block": "AdGuard Home 现在将会把 example.org(但不包括它的子域名)解析到 127.0.0.1。",
|
||||
"example_comment": "! 这是一行注释",
|
||||
"example_comment_meaning": "只是一条注释",
|
||||
"example_comment_hash": "# 这也是一行注释",
|
||||
"example_regex_meaning": "阻止访问与<0>指定的正则表达式</0>匹配的域",
|
||||
"example_upstream_regular": "常规 DNS(基于 UDP)",
|
||||
"example_upstream_dot": "加密 <0>DNS-over-TLS</0>",
|
||||
"example_upstream_doh": "加密 <0>DNS-over-HTTPS</0>",
|
||||
"example_upstream_doq": "加密的<0>DNS-over-QUIC</0>",
|
||||
"example_upstream_sdns": "你可以使用 <1>DNSCrypt</1> 的 <0>DNS Stamps</0> 或者 <2>DNS-over-HTTPS</2> 解析器",
|
||||
"example_upstream_tcp": "常规 DNS(基于 TCP )",
|
||||
"example_meaning_filter_block": "阻止 example.org 域名及其所有子域名;",
|
||||
"example_meaning_filter_whitelist": "解除 example.org 及其所有子域名的封锁;",
|
||||
"example_meaning_host_block": "对 example.org(不包括它的子域名)以 127.0.0.1 作为响应;",
|
||||
"example_comment": "! 这是一行注释。",
|
||||
"example_comment_meaning": "只是一条注释;",
|
||||
"example_comment_hash": "# 这也是一行注释。",
|
||||
"example_regex_meaning": "阻止访问与指定的正则表达式匹配的域名。",
|
||||
"example_upstream_regular": "常规 DNS(基于 UDP);",
|
||||
"example_upstream_dot": "加密 <0>DNS-over-TLS</0>;",
|
||||
"example_upstream_doh": "加密 <0>DNS-over-HTTPS</0>;",
|
||||
"example_upstream_doq": "加密 <0>DNS-over-QUIC</0>(实验性的);",
|
||||
"example_upstream_sdns": "<1>DNSCrypt</1> 的 <0>DNS Stamps</0> 或者 <2>DNS-over-HTTPS</2> 解析器;",
|
||||
"example_upstream_tcp": "常规 DNS(基于 TCP );",
|
||||
"all_lists_up_to_date_toast": "所有列表都是最新的",
|
||||
"updated_upstream_dns_toast": "上游服务器保存成功",
|
||||
"dns_test_ok_toast": "指定的 DNS 服务器现已正常运行",
|
||||
@@ -259,10 +259,10 @@
|
||||
"query_log_strict_search": "使用双引号进行严谨搜索",
|
||||
"query_log_retention_confirm": "您确定要更改查询记录保留时间吗? 如果您减少间隔时间的值, 某些数据可能会丢失。",
|
||||
"anonymize_client_ip": "匿名化客户端IP",
|
||||
"anonymize_client_ip_desc": "不要在日志和统计信息中保存客户端的完整IP地址",
|
||||
"anonymize_client_ip_desc": "不要在日志和统计信息中保存客户端的完整 IP 地址。",
|
||||
"dns_config": "DNS 服务配置",
|
||||
"dns_cache_config": "DNS缓存配置",
|
||||
"dns_cache_config_desc": "你可以在此处配置 DNS缓存",
|
||||
"dns_cache_config_desc": "您可以在此处配置 DNS 缓存。",
|
||||
"blocking_mode": "拦截模式",
|
||||
"default": "默认",
|
||||
"nxdomain": "无效域名",
|
||||
@@ -277,7 +277,7 @@
|
||||
"dns_over_quic": "DNS-over-QUIC",
|
||||
"client_id": "客户端 ID",
|
||||
"client_id_placeholder": "输入客户端 ID",
|
||||
"client_id_desc": "可根据一个特殊的客户端 ID 识别不同客户端。在 <a>这里</a>你可以了解到更多关于如何识别客户端的信息。",
|
||||
"client_id_desc": "可根据一个特殊的客户端 ID 识别不同客户端。在<a>这里</a>您可以了解到更多关于如何识别客户端的信息。",
|
||||
"download_mobileconfig_doh": "下载适用于 DNS-over-HTTPS 的 .mobileconfig",
|
||||
"download_mobileconfig_dot": "下载适用于 DNS-over-TLS 的 .mobileconfig",
|
||||
"download_mobileconfig": "下载配置文件",
|
||||
@@ -309,7 +309,7 @@
|
||||
"install_settings_listen": "监听接口",
|
||||
"install_settings_port": "端口",
|
||||
"install_settings_interface_link": "您可以通过以下地址访问您的 AdGuard Home 网页管理界面:",
|
||||
"form_error_port": "输入有效的端口值",
|
||||
"form_error_port": "输入有效的端口值。",
|
||||
"install_settings_dns": "DNS 服务器",
|
||||
"install_settings_dns_desc": "您将需要使用以下地址来设置您的设备或路由器的 DNS 服务器:",
|
||||
"install_settings_all_interfaces": "所有接口",
|
||||
@@ -334,12 +334,12 @@
|
||||
"install_devices_router_list_4": "在某些类型的路由器上无法设置自定义 DNS 服务器。在此情况下将 AdGuard Home 设置为 <0>DHCP 服务器</0>,可能会有所帮助。否则您应该查找如何根据特定路由器型号设置 DNS 服务器的使用手册。",
|
||||
"install_devices_windows_list_1": "通过开始菜单或 Windows 搜索功能打开控制面板。",
|
||||
"install_devices_windows_list_2": "点击进入 ”网络和 Internet“ 后,再次点击进入 “网络和共享中心”",
|
||||
"install_devices_windows_list_3": "在窗口的左侧找到 ”更改适配器设置“ 并点击进入。",
|
||||
"install_devices_windows_list_4": "选择您正在连接的网络设备,右击它并选择 ”属性“ 。",
|
||||
"install_devices_windows_list_3": "在窗口的左侧点击「更改适配器设置」。",
|
||||
"install_devices_windows_list_4": "选择您正在连接的网络设备,右击它并选择「属性”」。",
|
||||
"install_devices_windows_list_5": "在列表中找到 ”Internet 协议版本 4 (TCP/IPv4)“ ,选择并再次点击 ”属性“ 。",
|
||||
"install_devices_windows_list_6": "选择“使用下面的 DNS 服务器地址”,并输入您的 AdGuard Home 服务器地址。",
|
||||
"install_devices_macos_list_1": "点击苹果图标,进入 ”系统首选项“。",
|
||||
"install_devices_macos_list_2": "点击 ”网络“ 。",
|
||||
"install_devices_macos_list_1": "点击苹果图标,进入「系统首选项」。",
|
||||
"install_devices_macos_list_2": "点击「网络」。",
|
||||
"install_devices_macos_list_3": "选择在列表中的第一个连接,并点击 ”高级“ 。",
|
||||
"install_devices_macos_list_4": "选择 ”DNS“ 选项卡,并输入您的 AdGuard Home 服务器地址。",
|
||||
"install_devices_android_list_1": "在安卓主屏幕菜单中点击设置。",
|
||||
@@ -356,7 +356,7 @@
|
||||
"open_dashboard": "打开仪表盘",
|
||||
"install_saved": "保存成功",
|
||||
"encryption_title": "加密",
|
||||
"encryption_desc": "为 DNS 与网页管理界面启用加密(HTTPS/TLS)",
|
||||
"encryption_desc": "为 DNS 与网页管理界面启用加密(HTTPS/TLS)。",
|
||||
"encryption_config_saved": "加密配置已保存",
|
||||
"encryption_server": "服务器名称",
|
||||
"encryption_server_enter": "输入您的域名",
|
||||
@@ -367,7 +367,7 @@
|
||||
"encryption_https_desc": "如果配置了 HTTPS 端口,AdGuard Home 管理界面将可以通过 HTTPS 访问,它还将在在 '/dns-query' 位置提供 DNS-over-HTTPS 。",
|
||||
"encryption_dot": "DNS-over-TLS 端口",
|
||||
"encryption_dot_desc": "如果配置了此端口,AdGuard Home 将在此端口上运行一个 DNS-over-TLS 服务器。",
|
||||
"encryption_doq": "DNS-over-QUIC 端口",
|
||||
"encryption_doq": "DNS-over-QUIC 端口(实验性的)",
|
||||
"encryption_doq_desc": "如果配置了此端口,AdGuard Home将在此端口上运行一个DNS-over-QUIC服务器。这是实验性的,可能不可靠。而且,支持此特性的客户端并不多。",
|
||||
"encryption_certificates": "证书",
|
||||
"encryption_certificates_desc": "为了使用加密,您需要为域提供有效的 SSL 证书链。您可以在 <0>{{link}}</0> 上获得免费证书,也可以从受信任的证书颁发机构购买证书。",
|
||||
@@ -378,26 +378,26 @@
|
||||
"encryption_key_input": "将您以 PEM 格式编码的证书私钥复制粘贴到此处。",
|
||||
"encryption_enable": "启用加密(HTTPS、DNS-over-HTTPS、DNS-over-TLS)",
|
||||
"encryption_enable_desc": "如果启用加密选项,AdGuard Home 的网页管理界面将通过 HTTPS 连接访问,同时 DNS 服务器将监听通过 DNS-over-HTTPS 与 DNS-over-TLS 发送的请求。",
|
||||
"encryption_chain_valid": "证书链验证有效",
|
||||
"encryption_chain_invalid": "证书链验证无效",
|
||||
"encryption_key_valid": "该 {{type}} 私钥验证有效",
|
||||
"encryption_key_invalid": "该 {{type}} 私钥验证无效",
|
||||
"encryption_chain_valid": "证书链有效。",
|
||||
"encryption_chain_invalid": "证书链无效。",
|
||||
"encryption_key_valid": "该 {{type}} 私钥有效。",
|
||||
"encryption_key_invalid": "该 {{type}} 私钥无效。",
|
||||
"encryption_subject": "使用者",
|
||||
"encryption_issuer": "颁发者",
|
||||
"encryption_hostnames": "主机名",
|
||||
"encryption_reset": "您确定想要重置加密设置?",
|
||||
"topline_expiring_certificate": "您的 SSL 证书即将过期。请更新 <0>加密设置</0> 。",
|
||||
"topline_expired_certificate": "您的 SSL 证书已过期。请更新 <0>加密设置</0> 。",
|
||||
"form_error_port_range": "输入 80 - 65535 范围内的端口值",
|
||||
"form_error_port_unsafe": "这是一个不安全的端口",
|
||||
"form_error_equal": "不可相同",
|
||||
"form_error_password": "密码不匹配",
|
||||
"form_error_port_range": "输入 80 - 65535 范围内的端口值。",
|
||||
"form_error_port_unsafe": "这是一个不安全的端口。",
|
||||
"form_error_equal": "不可相同。",
|
||||
"form_error_password": "密码不匹配。",
|
||||
"reset_settings": "重置设置",
|
||||
"update_announcement": "AdGuard Home {{version}} 现已发布! <0>点击此处</0> 以获取详细信息。",
|
||||
"setup_guide": "设置指导",
|
||||
"dns_addresses": "DNS 地址",
|
||||
"dns_start": "正在启动DNS服务",
|
||||
"dns_status_error": "检查DNS服务器状态时出错",
|
||||
"dns_status_error": "检查 DNS 服务器状态时出错。",
|
||||
"down": "下移",
|
||||
"fix": "修复",
|
||||
"dns_providers": "此为可从中选择的<0>已知 DNS 提供商列表</0>。",
|
||||
@@ -405,8 +405,8 @@
|
||||
"update_failed": "自动更新失败。请<a>跟随这些步骤</a>以手动更新。",
|
||||
"manual_update": "请跟随<a>此步骤</a>以进行手动更新。",
|
||||
"processing_update": "正在更新 AdGuard Home,请稍侯",
|
||||
"clients_title": "客户端",
|
||||
"clients_desc": "配置已连接到 AdGuard Home 的设备",
|
||||
"clients_title": "持久客户端",
|
||||
"clients_desc": "配置已连接到 AdGuard Home 的设备的持久客户端记录。",
|
||||
"settings_global": "全局",
|
||||
"settings_custom": "自定义",
|
||||
"table_client": "客户端",
|
||||
@@ -417,7 +417,7 @@
|
||||
"client_edit": "编辑客户端",
|
||||
"client_identifier": "标识符",
|
||||
"ip_address": "IP 地址",
|
||||
"client_identifier_desc": "客户端可通过 IP 、MAC 地址、CIDR 或特殊 ID(可用于 DoT/DoH/DoQ)被识别。<0>这里</0>您可多了解如何识别客户端。",
|
||||
"client_identifier_desc": "客户端可通过 IP 、MAC 地址、CIDR 或客户端 ID(可用于 DoT/DoH/DoQ)被识别。<0>这里</0>您可多了解如何识别客户端。",
|
||||
"form_enter_ip": "输入 IP",
|
||||
"form_enter_subnet_ip": "输入一个 IP 地址,其须位于子网\"{{cidr}}\"",
|
||||
"form_enter_mac": "输入 MAC",
|
||||
@@ -433,13 +433,13 @@
|
||||
"client_confirm_delete": "您确定要删除客户端 \"{{key}}\"?",
|
||||
"list_confirm_delete": "您确定要删除此列表吗?",
|
||||
"auto_clients_title": "客户端(运行时间)",
|
||||
"auto_clients_desc": "使用 Adguard Home 但未存储在配置中的客户端上的数据",
|
||||
"auto_clients_desc": "不在可继续使用 AdGuard Home 的持久客户端列表中的设备。",
|
||||
"access_title": "访问设置",
|
||||
"access_desc": "您可在此处配置 AdGuard Home DNS 服务器的访问规则。",
|
||||
"access_allowed_title": "允许的客户端",
|
||||
"access_allowed_desc": "CIDR、IP 地址或客户端 ID 的列表。如已配置,则 AdGuard Home 将仅接受来自这些客户端的请求。",
|
||||
"access_allowed_desc": "CIDR、IP 地址或<a>客户端 ID</a> 的列表。如已配置,则 AdGuard Home 将仅接受来自这些客户端的请求。",
|
||||
"access_disallowed_title": "不允许的客户端",
|
||||
"access_disallowed_desc": "CIDR、IP 地址或客户端 ID 的列表。如果已配置,则 AdGuard Home 将丢弃来自这些 IP 地址的请求。如果允许的客户端已配置,此字段将会被忽略。",
|
||||
"access_disallowed_desc": "CIDR、IP 地址或<a>客户端 ID</a> 的列表。如果已配置,则 AdGuard Home 将丢弃来自这些客户端的请求。如果允许的客户端已配置,此字段将会被忽略。",
|
||||
"access_blocked_title": "不允许的域名",
|
||||
"access_blocked_desc": "不要将此功能与过滤器混淆。AdGuard Home 将排除匹配这些网域的 DNS 查询,并且这些查询将不会在查询日志中显示。在此可以明确指定域名、通配符(wildcard)和网址过滤的规则,例如 \"example.org\"、\"*.example.org\" 或 \"||example.org^\"。",
|
||||
"access_settings_saved": "访问设置保存成功",
|
||||
@@ -475,8 +475,8 @@
|
||||
"dns_rewrites": "DNS 重写",
|
||||
"form_domain": "输入域",
|
||||
"form_answer": "输入 IP 地址或域名",
|
||||
"form_error_domain_format": "无效的域格式",
|
||||
"form_error_answer_format": "无效的响应格式",
|
||||
"form_error_domain_format": "无效的网域格式。",
|
||||
"form_error_answer_format": "无效的响应格式。",
|
||||
"configure": "配置",
|
||||
"main_settings": "主要设置",
|
||||
"block_services": "阻止特定服务",
|
||||
@@ -507,7 +507,7 @@
|
||||
"filter_updated": "成功更新过滤器",
|
||||
"statistics_configuration": "统计配置",
|
||||
"statistics_retention": "统计保留",
|
||||
"statistics_retention_desc": "如果您减少该间隔的数值, 某些数据可能会丢失",
|
||||
"statistics_retention_desc": "如果您减少该间隔的数值, 某些数据可能会丢失。",
|
||||
"statistics_clear": " 清除统计数据",
|
||||
"statistics_clear_confirm": "您确定要清除统计数据?",
|
||||
"statistics_retention_confirm": "您确定要更改统计记录保留时间吗? 如果您减少间隔时间的值, 某些数据可能会丢失。",
|
||||
@@ -532,7 +532,7 @@
|
||||
"netname": "网络名称",
|
||||
"network": "网络",
|
||||
"descr": "描述",
|
||||
"whois": "Whois",
|
||||
"whois": "WHOIS",
|
||||
"filtering_rules_learn_more": "<0>了解更多</0>关于创建自己的hosts清单。",
|
||||
"blocked_by_response": "因响应的CNAME或IP被屏蔽",
|
||||
"blocked_by_cname_or_ip": "按CNAME或IP拦截",
|
||||
@@ -552,10 +552,10 @@
|
||||
"autofix_warning_list": "其将会进行如下工作:<0>停用系统DNSStubListener</0><0>设置DNS服务器地址为127.0.0.1</0><0>将/etc/resolv.conf的符号链接目标替换为/run/systemd/resolv/resolv.conf</0><0>停止DNSStubListener(重新加载系统解析服务)</0>",
|
||||
"autofix_warning_result": "因此,默认情况下所有来自系统的DNS请求都将由AdGuardHome处理。",
|
||||
"tags_title": "标签",
|
||||
"tags_desc": "您可以选择与客户端对应的标记。标签可以包含在过滤规则中,并允许您更准确地应用它们。<0>了解更多</0>",
|
||||
"tags_desc": "您可以选择与客户端对应的标记。标签可以包含在过滤规则中,并允许您更准确地应用它们。<0>了解更多</0>。",
|
||||
"form_select_tags": "选择客户端标签",
|
||||
"check_title": "检查过滤",
|
||||
"check_desc": "检查主机名是否被过滤",
|
||||
"check_desc": "检查主机名是否被过滤。",
|
||||
"check": "检查",
|
||||
"form_enter_host": "输入主机名称",
|
||||
"filtered_custom_rules": "被自定义过滤规则过滤",
|
||||
@@ -598,15 +598,15 @@
|
||||
"blocklist": "拦截列表",
|
||||
"milliseconds_abbreviation": "毫秒",
|
||||
"cache_size": "缓存大小",
|
||||
"cache_size_desc": "DNS缓存大小 (单位:字节)",
|
||||
"cache_size_desc": "DNS 缓存大小(单位:字节)。",
|
||||
"cache_ttl_min_override": "覆盖最小TTL值",
|
||||
"cache_ttl_max_override": "覆盖最大TTL值",
|
||||
"enter_cache_size": "输入缓存大小(字节)",
|
||||
"enter_cache_ttl_min_override": "输入最小 TTL 值(秒)",
|
||||
"enter_cache_ttl_max_override": "输入最大 TTL 值(秒)",
|
||||
"cache_ttl_min_override_desc": "缓存 DNS 响应时,延长从上游服务器接收到的 TTL 值 (秒)",
|
||||
"cache_ttl_max_override_desc": "设定 DNS 缓存条目的最大 TTL 值(秒)",
|
||||
"ttl_cache_validation": "最小缓存TTL值必须小于或等于最大值",
|
||||
"cache_ttl_min_override_desc": "缓存 DNS 响应时,延长从上游服务器接收到的 TTL 值 (秒)。",
|
||||
"cache_ttl_max_override_desc": "设定 DNS 缓存条目的最大 TTL 值(秒)。",
|
||||
"ttl_cache_validation": "最小缓存 TTL 值必须小于或等于最大值。",
|
||||
"cache_optimistic": "乐观缓存",
|
||||
"cache_optimistic_desc": "即使条目已过期,也让 AdGuard Home 从缓存中响应,并尝试刷新它们。",
|
||||
"filter_category_general": "常规",
|
||||
@@ -624,9 +624,9 @@
|
||||
"adg_will_drop_dns_queries": "AdGuard Home 会终止所有来自此客户端的DNS查询。",
|
||||
"filter_allowlist": "警告:此操作将把规则 \"{{disallowed_rule}}\" 排除在允许客户端的列表之外。",
|
||||
"last_rule_in_allowlist": "无法禁止此客户端,因为排除 “{{disallowed_rule}}” 规则将禁用“允许客户端”的列表。",
|
||||
"experimental": "实验性的",
|
||||
"use_saved_key": "使用之前保存的密钥",
|
||||
"parental_control": "家长控制",
|
||||
"safe_browsing": "安全浏览",
|
||||
"served_from_cache": "{{value}}<i>(由缓存提供)</i>"
|
||||
"served_from_cache": "{{value}}<i>(由缓存提供)</i>",
|
||||
"form_error_password_length": "密码必须至少有 {{value}} 个字符。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user