From 9a42e9fd9fe8f81ebbf2892f7ea877396f63804e Mon Sep 17 00:00:00 2001 From: SubJunk Date: Sun, 24 May 2026 18:11:14 +1200 Subject: [PATCH 1/2] New translations security-and-privacy.md (Chinese Simplified) [ci skip] --- .../current/configuration/security-and-privacy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md index a6ed4f9a7..0ef8716bb 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md @@ -1,10 +1,10 @@ -# Security and Privacy +# 安全和隐私 -## Introduction +## 介绍 -UMS serves media in two main ways - via DLNA/UPnP to be consumed via media player apps, and via HTTP(S) to be consumed via web browsers. +UMS主要通过两种方式提供媒体服务——通过DLNA/UPnP供媒体播放器应用使用,以及通过HTTP(S)供网页浏览器使用。 -Web browsers have easy security and privacy control by having user accounts with logins. +网页浏览器通过用户账号登录,可以方便地进行安全与隐私控制。 Media player apps do not generally support the concept of a "user", so usually every device gets the same content. This might not be what you want. For example if you have two folders kids_safe and kids_unsafe you might want to restrict the renderers in the kids' room to only have access to the kids_safe folder. Another common situation is you are on the same network as people you do not want to have access to your media, like flatmates, so you want to block certain renderers completely. From 4905612cc5586be8d0a65194143056c191ec34a5 Mon Sep 17 00:00:00 2001 From: SubJunk Date: Sun, 24 May 2026 19:16:19 +1200 Subject: [PATCH 2/2] New translations security-and-privacy.md (Chinese Simplified) [ci skip] --- .../current/configuration/security-and-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md index 0ef8716bb..1b4b3e941 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/configuration/security-and-privacy.md @@ -6,7 +6,7 @@ UMS主要通过两种方式提供媒体服务——通过DLNA/UPnP供媒体播 网页浏览器通过用户账号登录,可以方便地进行安全与隐私控制。 -Media player apps do not generally support the concept of a "user", so usually every device gets the same content. This might not be what you want. For example if you have two folders kids_safe and kids_unsafe you might want to restrict the renderers in the kids' room to only have access to the kids_safe folder. Another common situation is you are on the same network as people you do not want to have access to your media, like flatmates, so you want to block certain renderers completely. +媒体播放器应用通常不支持“用户”概念,因此,一般而言每台设备都会获取相同的内容。 这可能不是你想要的。 例如,如果你有两个文件夹 kids_safe 和 kids_unsafe,你可能想要限制儿童房中的渲染器,使其只能访问 kids_safe 文件夹。 另一种常见情况是,你和不想让其访问你媒体的人(例如室友)处于同一网络,因此你想要完全屏蔽某些渲染器。 UMS provides a number of methods to control access in those situations.