From 60c4f7e99216ff068d0207fe7a29d54c9cc63856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=87=E6=9F=AF=E4=BA=BA?= Date: Mon, 8 Nov 2021 05:34:33 +0800 Subject: [PATCH] change translation typo error (#1963) change the wrong typo DLAN to DLNA --- ui/v2.5/src/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/v2.5/src/locales/zh-CN.json b/ui/v2.5/src/locales/zh-CN.json index 0b89e15a3..133885844 100644 --- a/ui/v2.5/src/locales/zh-CN.json +++ b/ui/v2.5/src/locales/zh-CN.json @@ -166,7 +166,7 @@ "default_ip_whitelist_desc": "默认IP地址允许连接到DLNA,使用 {wildcard} 以允许所有IP地址连接。", "enabled_by_default": "默认启用", "network_interfaces": "网络接口", - "network_interfaces_desc": "选择要在哪个接口上暴露 DLAN 服务,如果为空,则表示所有接口都可用,更改之后需要重启。", + "network_interfaces_desc": "选择要在哪个接口上暴露 DLNA 服务,如果为空,则表示所有接口都可用,更改之后需要重启。", "recent_ip_addresses": "最近连接的IP地址", "server_display_name": "服务器名称", "server_display_name_desc": "DLAN服务器的名称。如果为空,则默认为 {server_name}。",