From c4d0c428fb9e2c461c44751de105788d7558e940 Mon Sep 17 00:00:00 2001 From: Nyanmisaka <799610810@qq.com> Date: Mon, 14 Oct 2024 07:29:08 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/ --- src/strings/zh-cn.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/strings/zh-cn.json b/src/strings/zh-cn.json index 95683d452..9c0ea37de 100644 --- a/src/strings/zh-cn.json +++ b/src/strings/zh-cn.json @@ -1973,5 +1973,17 @@ "LabelScreensaverTime": "屏幕保护时间", "LabelScreensaverTimeHelp": "启动屏幕保护程序所需的无活动时间(以秒为单位)。", "LabelQsvDeviceHelp": "为多 GPU 系统上的 Intel QSV 指定设备。在 Linux 上,这是渲染节点,例如 /dev/dri/renderD128。在 Windows 上,这是从 0 开始的设备序号。除非您知道自己在做什么,否则请留空。", - "LabelQsvDevice": "QSV 设备" + "LabelQsvDevice": "QSV 设备", + "HeaderEditPlaylist": "编辑播放列表", + "LabelMediaSegmentsType": "{0} 片段", + "HeaderMediaSegmentActions": "媒体片段操作", + "MediaSegmentAction.None": "无", + "MediaSegmentAction.Skip": "跳过", + "MediaSegmentType.Commercial": "广告", + "MediaSegmentType.Intro": "片头", + "MediaSegmentType.Outro": "片尾", + "MediaSegmentType.Preview": "预告", + "MediaSegmentType.Recap": "回顾", + "HeaderNewPlaylist": "新建播放列表", + "PlaylistError.UpdateFailed": "更新播放列表时出错" }