From 0707a28e965e51f539cadbca88bbb6ac12ae9a30 Mon Sep 17 00:00:00 2001 From: Guanghui Qin Date: Tue, 6 Aug 2024 07:08:51 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/ --- src/strings/zh-cn.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/strings/zh-cn.json b/src/strings/zh-cn.json index 51050a41ee..fdf7126a8c 100644 --- a/src/strings/zh-cn.json +++ b/src/strings/zh-cn.json @@ -1905,5 +1905,10 @@ "LabelInstalled": "已安装", "LabelNoChangelog": "这个版本并没有更改日志。", "LabelNotInstalled": "未安装", - "LabelRepository": "仓库" + "LabelRepository": "仓库", + "PluginDisableError": "在安装插件时发生错误。", + "PluginEnableError": "在启用插件的时候发生错误。", + "PluginLoadConfigError": "在获取插件配置页面的时候发生错误。", + "PluginLoadRepoError": "在从仓库获取插件详情的时候发生了错误。", + "PluginUninstallError": "在卸载插件的时候发生了错误。" }